Comment 47 for bug 525149

Revision history for this message
Arwin Tugade (arwin-tugade) wrote :

This is how I fixed it myself because I don't feel like waiting and I don't really care about the mic etc., I just needed sound to work. I'm using the latest stable from kernel.org (2.6.33.2), but here is the change I made and recompiled.

Use AT YOUR OWN RISK!

<KERN_SOURCE_PATH>/sound/pci/hda/patch_realtek.c

13479c13479
< {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
---
> {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},

enjoy,
Arwin