Hi, every boot,and only at boot time, i get a lot of error messages like: modprobe: can't locate module /dev/snd/controlC01 modprobe: can't locate module /dev/aloadC01 after playing around for a while with the /etc/init.d/alsasound script i found the problem:$alsactl -f $asoundcfg restore,wants not only to set the settings for card 0,which exists,but for all cards,no matter if they exist or not.i wrote a patch for the initscript which works for me. Reproducible: Always Steps to Reproduce:
Created attachment 8315 [details, diff] patch for /etc/init.d/alsasound
Created attachment 8316 [details, diff] patch for /etc/init.d/alsasound
I may be missing something, but I think that the below line, added to modules.conf (via /etc/modules.d/alsa) should rid you of the startup warnings. options snd cards_limit=1
options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330 options snd cards_limit=1 # Miscellaneous file and directory names from my modprobe -c output. i had this line and got such errors.
Thomas, I cannot reproduce the problem, reported by you. However, your patch makes sense, so I applied it to the startup script. Thanks for the report!