On Thu, 2004-04-22 at 03:27, john brennan-sardou wrote: > Hello, I have the same problem here but in fact I add another. That is > that my card in on the mother board, is a Via 82xx series and I am being > to think that I will have to put another card in the box and cut out > Via. Any suggestions please? > John Brennan-Sardou I have the same chip built on the motherboard and had/have issues with this chip. This is from my modules.conf alias sound-slot-0 via82cxxx_audio post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : and this (for 2.6 kernels [actually init ver 2.85??]) from modprobe.conf alias sound-slot-0 via82cxxx_audio alias usb-controller usb-uhci install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --ignore-remove sound-slot-0 This may or may not help, but, this seems to be where my issues emanated from. -- jludwig <wralphie@xxxxxxxxxxx>