Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
General Linux > Get Started > Issue <<  318 of 376 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 3679
Last update: 08-30-04
Issue:
I have no soundcard why am I still seeing a 'modprobe: can't locate module sound-slot-0'?
Resolution:
Release Found: Red Hat Enterprise Linux 3

Symptom:
No soundcard is installed but a modprobe error message is still displayed on shutdown/reboot while in a runlevel 5.

Solution:
By default KDE/GNOME both look for 2 sound devices. We will disable both sound devices by modifying our /etc/modules.conf file and append the following lines :

 
alias sound-slot-0 off
alias sound-service-0-0 off

alias sound-slot-1 off
alias sound-service-1-0 off
      


If there are any other lines related to sound you can comment them out by placing a # at the beginning of the line, for example :

 
# alias sound-soundcore-0
      



How well did this entry answer your question?


good wrong incomplete out of date
General Linux > Get Started > Issue <<   318  of  376  >>