On Tue, 01 Jan 2002 16:16:27 -0600
Steven Rubenstein wrote:
[snip]
When I reboot, I get a dialog box:
Error while initializing the sound driver
Device /dev/dsp can't be opened (No such device)
The sound servier will continue, using the null
output device
[snip]
and here's my modules.conf:
[snip]
options snd snd-major-116 snd_cards_limit=1
In a previous reply to your queries I pointed out that the above line from your /etc/modules.conf is incorrect. It should read
options snd snd-major=116 snd_cards_limit=1
-Oisin