Driver Realtek Alc889a Linux

Posted on by
Driver Realtek Alc889a Linux Rating: 4,7/5 3245votes

Contents • • • • • • • • • • • • • • • As of 2012, much of the information on this page is outdated. Please refer to and for more up-to-date information.

Booting If your boot hangs on loading the module for snd-hda-intel, try disabling the card in your BIOS. It is called 'HD Audio Controller', 'Azalia Audio' or similar. Then try solving the problem using the instructions below.

Realtek Alc889a Linux Driver

Identify the Problem Most cards seem to work as of Ubuntu 9. Vera Serial Interface. 04 or later using the stock kernel. As of Ubuntu 6.06, these instructions do not interfere with the Ubuntu package structure or other kernel modules - in other words, the changes seem drastic however they are simply adding greater functionality to an existing kernel module (Please read the Caveats section!) • Install the required tools and kernelheaders sudo aptitude install build-essential libncurses-dev gettext xmlto xmltoman linux-headers-`uname -r` • Install your kernel headers • Download the latest version of alsa from (driver, lib, and utils) to a directory (eg. In the following we assume that the latest version is 1.0.14. Please change this in accordance with the one you downloaded from the Alsa project site. • • • • Setup installation directories sudo mkdir -p /usr/src/alsa cd /usr/src/alsa sudo cp ~/downloads/alsa*. Sudo tar xjf alsa-driver*.bz2 sudo tar xjf alsa-lib*.tar.bz2 sudo tar xjf alsa-utils*.tar.bz2 • Compile and install alsa-driver cd alsa-driver* sudo./configure --with-cards=hda-intel --with-kernel=/usr/src/linux-headers-$(uname -r) sudo make sudo make install -- The configure step fails in Ubuntu 8.10 with the kernel 2.6.27-7. The configure script is unable to find the autoconf.h file and complains that it wants the full kernel sources.