Jump to content

No Sound in RH 8


mdg
 Share

Recommended Posts

I just installed RedHat 8 alongside Mdk to try it out, but I can't get the sound to work. The sound module is not starting at bootup. The sound chip is detected correctly (AC '97 onboard on VIA KT-333 chipset). I think RH is loading the wrong module.

 

Sound works fine in Mdk 9.0 but there it's using a different module

 

Anyone know how to tweak sound settings in RH? I can't find anything like MCC where you can select a different card/driver

Link to comment
Share on other sites

mdg,

The easiest thing to do is run the command cat /etc/modules.conf on both systems. Look for a line similar to:

alias sound-slot-0 ....

The 3rd word is the driver's name.

 

My guess about the drivers u are using are:

redhat-8.0 -> via82cxxx_audio (OSS/Free driver)

mandrake-9.0 -> snd-via8233 (ALSA 0.9rc3 driver)

 

Redhat-8.0 does not come with the ALSA ( http://www.alsa-project.org ) drivers (which mandrake includes). However, u can install the latest ALSA drivers for redhat-8.0 from http://psyche.freshrpms.net/rpm.html?id=484 . Once u have installed the correct RPM on ur redhat-8.0 system, replace all sound related entries in ur /etc/modules.conf by these two entries:

alias sound-slot-0 snd-via82xx

above snd-via82xx snd-pcm-oss

This will configure ur system to load the ALSA drivers at the next boot.

 

To load the new drivers without rebooting, do these:

 

1. Quit all sound apps (disable all sound servers like ESD and ARTS).

 

2. Become root by typing su followed by root passwd.

 

3. Run

depmod -a

 

4. Run

modprobe -v via82cxxx_audio

modprobe -v snd-via82xx

modprobe -v snd-pcm-oss

 

For the next few steps, u don't need to be root.

5. Check if the file /dev/dsp exists.

6. Run a mixer program (kmix, gmix, xmix, aumix) and make sure that all settings have non-zero values.

7. Run ur favorite sound app.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...