LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware12.2 /etc/modules.conf missing ! What do I do ? (https://www.linuxquestions.org/questions/slackware-14/slackware12-2-etc-modules-conf-missing-what-do-i-do-703989/)

zeelog 02-11-2009 04:55 PM

Slackware12.2 /etc/modules.conf missing ! What do I do ?
 
I'm trying to get Slackware 12.2 Alsa sound system to recognize
my M-Audio sound card. To do this I must make text entries into
the /etc/modules.conf file. But there is NO such file.
There is no /etc/conf.modules file either, just something called
/etc/modprobe.conf that explains nothing.
/etc/modprobe.d/modprobe.conf -> ../modprobe.conf is useless
So what do I do?
I do not mind so much that unlike Ubuntu and Fedora, Slackware
did not recognize my M-Audio sound card and set up the sound
system properly. What bothers me is that the old useful
ways of doing things are eliminated leaving me to have to
ask questions on this forum and hope some bright person has an
answer. Meanwhile, I have no sound.
Any information or suggestions would be welcome !

General Failure 02-11-2009 05:15 PM

modules.conf was for 2.2/2.4 kernels, modprobe.conf is for 2.6.
Code:

man modprobe.conf
Did you try alsaconf?

BCarey 02-11-2009 06:04 PM

On a slackware system, modules are loaded from /etc/rc.d/rc.modules, with the exception of the increasing number which are loaded by udev. /etc/modules.d or /etc/modules.conf are for setting options or aliases for modules.

To configure a sound card, use "alsaconf". You do not need to edit any files.

There is no Slackware 12.2 alsa, there is just alsa.

The "old ways" of doing things often no longer apply in the modern world. This has nothing to do with Slackware, it has to do with the evolution of the linux kernel and systems such as udev.

However, reading the documentation is still a useful thing to do.

Brian


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