Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I installed Linux on a dual-boot P4 (ASUS P4S8X-X motherboard). Everything works under WinXP, but there's no sound under Linux. The OS recognizes the onboard SIS7012 chip as an Intel i810, and assigns the IRQ with no problems. lspci shows the board as running with no problems.
If I plug my speakers on the microphone jack, however, the sound works - so it's not really a 'configuration' problem. My guess is that I need new drivers, but I have not been able to find anything.
The P4S8X-X is listed as tested and approved for Linux. Can anyone help me?
Several people have reported this sound-out-of-the-microphone-jack phenomenon in this forum, on a variety of m/b's and sound chips but always the i810 driver. I can only assume whoever wrote the driver got their wires crossed.
People using the ALSA i810 driver, like me, have the sound coming out of the correct place. Unfortunately many other posts describe prolonged struggles to install ALSA, especially for redhat/mandrake.
After reinstalling RH9 three times, I'm using Knoppix until I figure out what's wrong. I tried ALSA (w/ Knoppix), but it still doesn't work. Any suggestions?
Knoppix is a good choice for checking out ALSA. Googling for "SIS7012" with "ALSA" shows up a number of people having problems. Do your sound apps run without sound, or just quit?
Couple of things to look at:
1. ALSA mutes everything by default. In alsamixer you have to unmute each channel (key 'M'), not just turn it up.
2. KDE may have the ARTSD sound server running. This seems to be incompatible with several popular apps e.g. xmms, mplayer. More basic things like mpg123 are OK, or just 'killall artsd'.
3. Sometimes the sound doesn't come from the obvious channels, so best unmute and turn up everything in sight.
Thanks for the tips, but it didn't work... ALSA loaded fine (apparently) and recognized the SIS7012 as Intel i810; I unmuted all channels but still no sound. This is extremely frustrating!
I checked that artsd is not running. When I run xmms, I get the following message:
"libxml.so.1: cannot open shared object file: no such file or directory"
BUT: the player screen appears, and the fake leds do jiggle around. Any new suggestions?
Plenty of things still to try. But as I do not have your setup I am groping in the dark. I was hoping someone with a similar system would have the right answer. Anyway, there are RPMs for ALSA + RH at
The site is putting up a 'closed due to software patents' page but it lets you in if you click the link at the bottom. This has instructions for using the ALSA RPM packages.
Otherwise you can try to compile ALSA from source. Generally a bit of unix experience helps here.
Or maybe it is not so bad to have sound coming out of the mic socket
P.S. If xmms is jiggling LEDs it strongly suggests the problem is at the mixer or hardware level. Definitely no MM over the channels in alsamixer???? Weird.
Originally posted by pealmeid After reinstalling RH9 three times, I'm using Knoppix until I figure out what's wrong. I tried ALSA (w/ Knoppix), but it still doesn't work. Any suggestions?
I've been "on the bird" about three weeks now and had the same install probs.
I never got sound with knoppix, except by installing OSS. http://www.opensound.com/ (I am not endorsing this product, but it did make sound come out of my speakers for the test.) Unfortunately on reboot the sound was gone.
I finally got sound with my Red Hat 9 install--the third install--by installing the SNDCONFIG for legacy drivers which is NOT in the same location as the PNP "RedHat sndconfig" RPM. ***Also, I had to unplug my webcam because sndconfig seems to work in a linear way, with yes no protocol. Apparently sndconfig would find my sound-enabled (microphoned) D-link web camera, tell me it had no drivers for it, and then give up looking for my ess1868 [legacy] sound drivers.
Once installed, open a terminal and login as su, then type sndconfig and hit enter. The reason I mention this is that the GUI "Soundcard Detection" did not find my legacy soundccard and may not be meant to. I figure this "tool" must be for PNP soundcard detection only.
The point is, unless you are using a pci soundcard, you'll need the legacy sndconfig RPM installed. This comes with Red Hat 9 and is down past the K-desktop crap, but before the Developer RPM packages. I'm on the Windows side of my box, so I can't get to the RPM now and be more exact about location. I hope this helped.
Good luck!
Last edited by chicagojoel; 09-18-2003 at 11:52 PM.
I made it work! It took me three days to figure it out, but I managed to make alsa work, and I didn't even had to recompile the kernel!
I followed the steps described in www.freshrpms.net, they have the binary RPM's for the driver and an explanation on how to make it work. Don't ask me what I did, I just followed the steps... (but hey, it worked!"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.