I have been using Ubuntu. I recently watched the World Cup, but I have no sound. I just need to search for it and re-compile the driver. 1) Makesurethepackage "build-essential tials" isinstalled2) Open the terminal: $ wget-cftp: // ftp.kernel.org/pub/linux/kernel/lele/tiwai/misc/hsf-verb/hda-
I have been using Ubuntu. I recently watched the World Cup, but I have no sound. I just need to search for it and re-compile the driver.
Follow these steps:
1) Make sure the package "build-essentials" is installed
2) Open the terminal:
$ Wget-c ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.gz
$ Tar vxzf hda-verb-0.3.tar.gz
$ Cd hda-verb-0.3/
$ Make
Gcc-Wall-O2-g-c-o hda-verb.o hda-verb.c
Gcc-o hda-verb hda-verb.o
3) run your "hda-verb ":
$./Hda-verb/dev/snd/hwC0D0 0 × 1a 0 × 701 0
$./Hda-verb/dev/snd/hwC0D0 0 × 1b 0 × 701 0
Now there is a sound!
4) add two lines in/etc/rc. local, so that they'll be automatically applied when booting:
/Path/to/hda-verb/dev/snd/hwC0D0 0 × 1a 0 × 701 0
/Path/to/hda-verb/dev/snd/hwC0D0 0 × 1b 0 × 701 0
Remember to replace "/path/to/hda-verb" with the actual full path of your "hda-verb ".
More details: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/582199