LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   depmod -a :command not found. Sound problem (https://www.linuxquestions.org/questions/linux-newbie-8/depmod-a-command-not-found-sound-problem-33130/)

Greenhorn 10-18-2002 07:30 AM

depmod -a :command not found. Sound problem
 
I'm tyring to get some sound going on my laptop. I found some instructions through lapotops-on-linux.com, but when I tried to run depmod -a I get the "command not found" error. Is there something else I can try?

Here's the link for the instructions. Just scroll down a tad to "Minor Tweaks"

http://www.lix.polytechnique.fr/Labo.../solo5300.html

Thanks again for your help.

acid_kewpie 10-18-2002 07:42 AM

depmod is a core kernel utility, and nothing to do with sound or anything. you WILL have it installed, almost certainly in /sbin/ you just need to be root to run it.

jetblackz 10-18-2002 11:26 AM

su
/sbin/depmod

Greenhorn 10-24-2002 07:04 PM

Been to busy lately to try this.

depmod didn't fix the problem. I still don't have sound. Where should I start looking to fix the problem?
This is from my modules.conf file.

alias sound-slot-0 snd-maestro3
above snd-maestro3 snd-pcm-oss

moses 10-24-2002 10:32 PM

depmod has nothing to do with sound. depmod just figures out how your
modules depend on other modules. You still need to load the sound
modules in order for them to be useful.
There have been MANY threads about getting sound to work, I would
suggest you browse through those first as it's very likely someone else
has had the same problem you're having.

To begin (as root) do a:
lsmod
If you don't see your sound modules loaded, you need to load those.

For help on the module control programs:
man depmod
man modprobe
man rmmod


All times are GMT -5. The time now is 04:06 PM.