LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   emu10k1 question (https://www.linuxquestions.org/questions/slackware-14/emu10k1-question-140445/)

Gontzzo 01-30-2004 01:57 PM

emu10k1 question
 
Hi, I've installed the emu10k1 drivers correctly but when I reboot linux (salckware 9.1) the sound drivers wouldn't load, so in order to load them i need to type: modprobe emu10k1, is there any file that i need to modify to get emu10k1 loaded at starup??? i've modified modules.conf and looks like this:

alias sound emu10k1 on

can anybody help me???????????????????? thx!
Gonzalo

XStorm 01-30-2004 02:14 PM

Edit /etc/rc.d/rc.modules, add to the last line

modprobe emu10k1

Gontzzo 01-30-2004 03:01 PM

thx, the driver is loaded correctly now and the sound i OK. But i still have this message at boot :
"Sound Server informational message:
error while initializing the sound driver:
device: default can't be opened for playback (no such file)
the sound server will continue usin the null output devie."

any idea???

XStorm 01-30-2004 04:38 PM

If you're using ALSA, after installing the alsa-driver you must run the ./snddevices script witch generates the needed devices under /dev (which are missing from your sistem now so that's why you get the error), and then you must make the devices readable for other users, so do :
chmod a+rw /dev/dsp
chmod a+rw /dev/mixer
chmod a+rw /dev/sequencer
chmod a+rw /dev/midi
Do this unless you plan to use your sound only in superuser mode.

Gontzzo 01-30-2004 05:43 PM

sorry for my ignorance.... but i cant find snddevices, and i dont know from what directory i have to execute it....
help please!!! :(

s34n 01-30-2004 10:49 PM

Go here http://www.alsa-project.org/ and download the alsa driver, unpack it , and the shell script snddevices is in the top level folder.

Astro 01-31-2004 01:02 PM

Quote:

Originally posted by XStorm
Edit /etc/rc.d/rc.modules, add to the last line

modprobe emu10k1

FYI it's already in the rc.modules on line 217 approximatly, all you have to do is uncomment it.


All times are GMT -5. The time now is 09:02 PM.