I got it working :-) I had a soundchip on board and didn't notice that alsamixer was treating that chip instead of the soundcard chip.
> I am coming closer :-) > > my udev-rules for alsa look like this at the moment > # /etc/udev/rules.d/40-alsa.rules > KERNEL=="controlC[0-9]*", GROUP="audio", NAME="snd/%k" > KERNEL=="hwC[0-9]*D[0-9]*", GROUP="audio", NAME="snd/%k" > KERNEL=="pcmC[0-9]*D[0-9]*[cp]", GROUP="audio", NAME="snd/%k" > KERNEL=="midiC[0-9]*D[0-9]*", GROUP="audio", NAME="snd/%k" > KERNEL=="timer", GROUP="audio", NAME="snd/%k" > KERNEL=="seq", GROUP="audio", NAME="snd/%k" > #KERNEL=="controlC[0-9]*", ACTION=="add", RUN+="/usr/sbin/alsactl > restore %n" -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
