Sound problem 10.0.... intel 830 chipset, lspci info inside
SlackwareThis Forum is for the discussion of Slackware 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.
Sound problem 10.0.... intel 830 chipset, lspci info inside
Hi, Ive been having trouble getting sound on my box from day 1. I have an intel based sound card, this is the info I get from
lspci
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 01)
Ive gone thru alsaconf and it find an 8x0 intel device, but never works, alsamixer doesnt find any elements, and I get a lot of these messages in dmesg
ALSA /home/rodrigo/alsa-driver-1.0.8/alsa-kernel/pci/intel8x0m.c:401: codec_semaphore: semaphore is not ready [0x1][0x300300]
ALSA /home/rodrigo/alsa-driver-1.0.8/alsa-kernel/pci/intel8x0m.c:415: codec_write 1: semaphore is not ready for register 0x54
Where did you get the kernel from? ALSA is building its own kernel modules, so I'd advise you to recompile ALSA. I guess you are using the ALSA-driver package that came with Slack 10.0, right? That doesn't work if you don't use the standard kernel shipped with 10.0 (2.4.2x, I don't know exactly at the moment). If you don't understand what I said or if you have any further questions, don't be too shy to ask! :-)
I used the one that came with Slack 10.0, but then I tried the 1.0.8 version and still no good, Im guessing Im doing the install all wrong, Ive tried installing it from swaret and manually downloading from the alsa ftp and installing it manually, how should I start now ? how do i remove the ones I just installed ? I tried removepkg alsa-driver and removed the 1.0.8 driver, and swaret --remove alsa, removed the alsa lib,oss, utils.
look at my thread above this one "Internet and Sound problem", I had the exact same problem, upgrading to 2.6.10 will help or recompiling your current kernel will prolly do to, just make sure to pick the right sound modules, and to make the alsa and oss drivers modules not incorporated into the kernel, that fixed the problem for me (run alsaconf once uve done that)
Originally posted by RodCas
[B]btw heres my "lsmod"
Module Size Used by
---snip---
snd_intel8x0 30044 0
snd_intel8x0m 16724 0
Hi RodCas,
I don't know why there are both snd_intel8x0 drivers loaded - I think these are drivers for two different kinds of intel-8x0 soundcards. Try the following:
1. type lsmod again just to make sure they are both still there. If so, do:
2. type "modprobe -r snd_intel8x0m"
3. type "alsamixer" and look if it works.
4. If not, do:
5. type "modprobe -r snd_intel8x0"
6. type "modprobe snd_intel8x0m
7. type "alsamixer"
8. Still not working? Tell us! :-)
I wouldn't recommend to try ALSA with a 2.6.10 kernel, look around here a bit and you'll find some people having problems with 2.6.10 and an Intel-8x0 sounddevice. You should perhaps try the standard kernel of Slackware 10 if you didn't already (that one worked out-of-the-box with my intel-8x0) just to make sure your sounddevice is able to run under linux.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.