[Bug 968744] Most recent updated version of 13.2 has no sound when used with Realtek ALC1150.
http://bugzilla.suse.com/show_bug.cgi?id=968744 http://bugzilla.suse.com/show_bug.cgi?id=968744#c20 --- Comment #20 from Takashi Iwai <tiwai@suse.com> --- Thanks. So this seems caused by the upstream fixes for Realtek COEF setups that have been backported to openSUSE 13.2 kernel. It's interesting why only 13.2 kernel suffers while TW kernel works... In anyway, try to install hda-verb from OBS multimedia:libs http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_13.2/x86... Then run it like below as root: hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x07 hda-verb /dev/snd/hwC0D0 0x20 GET_PROC_COEF 0 Show the returned value. Then enable the bits 0x2030 to that value (e.g. if it was 0x0110, it'll be 0x2130), and write it back: hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x07 hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF XXX where XXX is the value you update (0x2130 in the example above). -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com