Nikhil Deo hat gesagt: // Nikhil Deo wrote:

> Whenever I reboot the comp, it says /dev/dsp not found.
> Then I have to run sndconfig and then modprobe soundcore and snd-intel8x0
> and then mixer gets muted and have to unmute it everytime.
> 
> Any idea how to avoid this?

You need to set up module autoloading as described in the README.
Basicall add this to your modules configuration (depending on your
distribution in /etc/modules.conf):

# --- snip --- 
alias char-major-116 snd
alias char-major-14 soundcore
options snd snd_major=116       # and maybe more...

alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias snd-card-0 snd-intel8x0
# --- snip --- 


ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to