When alsa is started the alsactl started from /etc/init.d/alsasound tries to set parameters for 8 sound cards even if there is only one in the system. That results in modprobe error messages. Alsa works but the startup process looks dirty. Suggestion: Add a line to /etc/modules.d/alsa like this: ## ALSA portion options snd snd_cards_limit=1 alias snd-card-0 snd-intel8x0 ## alias snd-card-1 snd-ens1371 I would assume that most of the systems out there have only one soundcard that is used so 1 should be a reasonable default.
Okay, I fixed this for _rc6. Thanks for the report.
I think the documentation may be wrong. It should not be options snd snd_cards_limit=1 it should be options snd cards_limit=1 this is also true for snd_major, it should just read major=116