Richard Stevens wrote:
Hi,

this is very much distribution specific, I guess. I'm using gentoo linux and
Same here :). In that case, I think I'll mention something I thought might be distro specific and decided to skip. Running /etc/init.d/alsactl stop on my machine actually manages to remove the whole /dev/sound directory somehow. I therefore added my commmands to /etc/alsa.d/cmipci (which is my second card anyway).

$ cat /etc/alsa.d/cmipci
#!/bin/sh
modprobe snd-mixer-oss
modprobe snd-pcm-oss
mknod /dev/sound/mixer1 c 14 16
mknod /dev/sound/dsp1 c 14 19
chown root.audio /dev/sound/mixer1 /dev/sound/dsp1
chmod 660 /dev/sound/mixer1 /dev/sound/dsp1

$ cat /etc/alsa.d/emu10k1
#!/bin/sh
modprobe snd-mixer-oss
modprobe snd-pcm-oss

Makes more sense to add them there anyway. I disabled modules autoloading in devfs, hence the modprobe-s.

--
/^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
/ Georgi Georgiev (-< / He is not only dull himself, he \
\ [EMAIL PROTECTED] /\ .o)\ is the cause of dullness in /
/ +81(90)6266-1163 V_/_ |(/)/ others. -- Samuel Johnson \
\___________________________/\__________________________________/



-------------------------------------------------------
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