Intel HDA (ICH7) Sound issue - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 5 (https://www.linux-noob.com/forums/forum-43.html) +---- Thread: Intel HDA (ICH7) Sound issue (/thread-2076.html) |
Intel HDA (ICH7) Sound issue - chj - 2006-03-22 Yesterday I installed Fedora Core 5 on a notebook, and there is no sound on the notebook. I am not a Linux expert, and it is the first time doing multumedia on a linux installations. The notebook is based on the Intel 945NG Chipset, and utilises the Sigmatel STAC9200 CODEC for HD sound. When I use headphones I can hear a very very faint noise when I play music. When I am unplugging the headphones, there is no sound at all, not that I can hear. All the volume controls have been tested at max, min etc. No change. Code: # lsmod | grep snd Code: # lspci I have read many posts around on this and other forums, regarding issues with 82801G (IHC7) Intel HDA sound, but my card does seem to be detected. In alsamixer it states that it is a Intel HD card and uses a STAC9200 chip. The available options that I have in alsamixer is: Master , PCM, Capture , Input So Under input there is only the option "mic". I have checked gnome-volume-control preferences and kmix settings. I have tested with headphones, and checked that all settings are unmuted. Code: # cat /etc/modprobe.conf Note: The comments ("#") I have added myeself, this had no change on the sound in any way. Again, I use Fedora Core 5 Final, it has Alsa 1.0.11rc2 and the Kernel 2.6.15-1.2054_FC5smp I would appreciate any help you can offer. Thanks. Intel HDA (ICH7) Sound issue - hijinks - 2006-03-22 see if this helps you any [/url]http://www.linux-on-laptops.com/forum/show...ight=sound+alsa [url=http://forums.fedoraforum.org/showthread.php?t=62932]http://forums.fedoraforum.org/showthread.php?t=62932 Intel HDA (ICH7) Sound issue - chj - 2006-03-23 hijinks, the fedoraforum post is where I got some of the tests etc. So I have read that one, and no effect. The other post was an older version of ALSA-lib and kernel. My problem is that it does recognize the card and codec, but it does not want to give me audio. I have not been able to find any error messages regarding this issue, so the HW seems to be working, system wise. Intel HDA (ICH7) Sound issue - chj - 2006-03-24 I have been able to solve the isue, with a lot of help. I downloaded the test kernel source for 2.6.16 and patched the kernel and recompiled. And now I have sound. There has been a fix for this, in the new ALSA release 1.0.11rc3. RC4 is currently out, but not as a RPM. So I guess the issue will be fixed in the next kernel update with the updated ALSA drivers. In the meantime you can go the this post at Fedora Forum and get the patch and recompile the kernel. Intel HDA (ICH7) Sound issue - znx - 2006-03-24 Urgh.. bugs aren't fun. I am really glad to hear that you got it fixed!! Thanks for telling us too :) |