http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31.4/ Tried this kernel for x86 - doesn't work for me
But I found solution that works: 1. Download latest hda-verb and compile it ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/ 2. Add to modprobe.conf: options snd-hda-intel model=auto position_fix=1 3. Add to rc.local (or run it like usual script) /usr/local/sbin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 3 /usr/local/sbin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIRECTION 1 /usr/local/sbin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DATA 1 That works perfect for me Original solution was found on site (russian lang): http://www.linux.org.ru/view-message.jsp?msgid=3706331#comment-3707588 -- Azalia sound doesn't work at all https://bugs.launchpad.net/bugs/267658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
