LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   module loading (https://www.linuxquestions.org/questions/linux-newbie-8/module-loading-242948/)

supervillan 10-15-2004 07:39 AM

module loading
 
I just installed slackware 10 on my pc. It failed to detect the sound card so i tried to load the correct modules into the kernel. I added
Code:

/sbin/modprobe ac97
/sbin/modprobe ac97_codec
/sbin/modprobe ac97_plugin_ad1980
/sbin/modprobe ac97_plugin_wm97xx

to /etc/rc.d/rc.modules, but the soundcard doesn't work and when i type lsmod it says that the modules aren't used. How am I supposed to make linux use those modules loaded in the kernel?

darkleaf 10-15-2004 08:35 AM

Are you using alsa? You might want to check your mixer settings cause default is all muted. In a terminal run "alsamixer" without quotes.

supervillan 10-16-2004 12:49 AM

I know that all the channels are muted by default, but the problem is that i don't have a sound output device (the modules are not working). alsamixer doesn't work because of this. It says: "function snd_ctl_open failed for default: no such device"

darkleaf 10-16-2004 03:37 AM

Did you install from source? In the driver directory there's a file snddevices (or something similar) If you run that it'll create the sound devices.
edit: you also have another problem if your alsamixer doesn't run. Is soundcore in your kernel as well?>

supervillan 10-16-2004 06:07 AM

I loaded soundcore and sound modules as well but it still didn't work. I solved the problem by enabling hot plugable devices support from the slackware setup and it works fine (i thought that since i don't use this kind of devices this option would only slow the booting process). There were at least 4 more modules that had to be loaded.


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