LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Soundblaster live! 5.1 (https://www.linuxquestions.org/questions/slackware-14/soundblaster-live-5-1-a-43737/)

trace1918 02-02-2003 07:07 AM

Soundblaster live! 5.1
 
Kde complains about the soundcard. That it canīt find it. Where do I find a driver for my soundblaster live 5.1? And how do I install it?
I new to linux so pleas help.

(Thank you those who helped me last time whith my kernel problem)

jelly 02-02-2003 07:24 AM

have you tried

/sbin/modprobe/emu10k1

that should load the module for a SoundBlaster Live.

Astro 02-03-2003 11:40 PM

Quote:

have you tried

/sbin/modprobe/emu10k1

that should load the module for a SoundBlaster Live.
is incorrect

but here's what I do

Edit /etc/rc.d/rc.modules and look for the sound card section for this...


Code:

# Sound Blaster Live support:
/sbin/modprobe emu10k1

You'll need to uncomment it if it isn't already, then either reboot, or run the command

Code:

/sbin/modprobe emu10k1
after that you'll need to su to root, and
Code:

chmod 666 /dev/dsp*; chmod 666 /dev/mixer*
and you should be good to go.

jelly 02-04-2003 01:56 PM

quite right, sorry for the misleading post
I meant to say /sbin/modprobe emu10k1 of course


All times are GMT -5. The time now is 02:18 AM.