On May 23, 2004 at 19:30, Ted Gervais in a soothing rage wrote: >On Sun, 2004-05-23 at 18:00, Olaf Mueller wrote: >> Ted Gervais wrote: >> >> > " device /dev/dsp can't be opened (no such device) >> What is the output of /usr/bin/system-config-soundcard? >> Is your soundcard still detected under fc2? >> Try to run alsaconf. > >Hi Olaf, and everyone on the list. > >When I run system-config-soundcard, up comes a little pop-up that >reads: The following audio device was detected. > 'Creative labs' > 'SB live!. Emu10K1 snd-emu10K1 [...] >It appears that maybe I don't have the actual driver? or it is not >configured?? Hmmmmm.. Seems you got the same problem I had. You can set up /etc/modprobe.conf bt hand. You need the following in it: alias snd-card-0 snd-emu10k1 alias sound-slot-0 snd-card-0 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && \ /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; \ /sbin/modprobe -r --ignore-remove snd-emu10k1 Then do a '/sbin/modprobe snd-emu10k1' to load all the sound modules. N.Emile... -- Registered Linux User # 125653 (http://counter.li.org) Switch to: http://www.speakeasy.net/refer/190653 You can't learn too soon that the most useful thing about a principle is that it can always be sacrificed to expediency. -- W. Somerset Maugham, "The Circle" 20:59:01 up 6 days, 1:49, 3 users, load average: 0.00, 0.00, 0.00