Comment 10 for bug 332479

Revision history for this message
chris (christoph-plattner-deactivatedaccount) wrote :

Hello tankdriver,

don't worry about kernel build !
I found a simple method not breaking my system. Get the kernel sources
  apt-get install linux-source-2.6.28
then unpack that tar ball in "/usr/src" (where you find it), then copy the
/boot/config-2.6.28-8-generic (or whatever) to ".config" in the linux source
tree. There do "make oldconfig" and "make all". (Or do patching before).

After the build (may need 10-60min) copy ONLY the driver to the installed
module base (cp sound/pci/hda/snd-intel-hda.ko /lib/modules/.../kernel/sound/pci/hda)
after you copied (backup) the original module there). I work with that setup to keep
everything else of the original kernel.

So to your "lspci"
To be save, do the same with "lspci -vn". As far I can see, your codec chip is
103c:3610 (HP 3610) in "Subsystem" line, on my HDX16 there is the 361b !!!
This is interesting.
Can you also provide the "/proc/asound/card0/codec#0 and codec#2 file ?
To compare here the HW issue. May be I need to extend my patch for the HDX18.

BTW: I exteded my patch now. HDX16 sound is working, Mute Led is working and
HDMI audio is also working !

Bye
Christoph