linuxeiro
July 22nd, 2005, 03:51 PM
Hello. I explain here how to install a driver for realtek AC'97 soundcard, since Ubuntu has some problems recognizing this sound card when it is integrated in the motherboard Asrock K8 upgrade 760GX. First of all, you have to download the driver from
http://www.realtek.com.tw/downloads/dlac97-2.aspx?lineid=5&famid=12&series=8&Software=True#8Unix%20(Linux)
Once you have downloaded the linux_r32.zip file, you have to unzip it. One of the unzipped files is azx.tar.bz2 . Unzip this file too, and you will get a directory called alsa-driver-1.0.9rc4a.
Before compiling and installing, you will probable to get some applications with Synaptic. Open Synaptic and search for "gcc" , "linux-source" and "linux-headers" and install them. Don't forget to update Ubuntu before doing this. Once you have this packages installed, you can go on: open a root terminal and write the following commands. After rebooting Ubuntu, your integrated ac'97 soundcard will be working.
./configure
make
make install
./snddevices
http://www.realtek.com.tw/downloads/dlac97-2.aspx?lineid=5&famid=12&series=8&Software=True#8Unix%20(Linux)
Once you have downloaded the linux_r32.zip file, you have to unzip it. One of the unzipped files is azx.tar.bz2 . Unzip this file too, and you will get a directory called alsa-driver-1.0.9rc4a.
Before compiling and installing, you will probable to get some applications with Synaptic. Open Synaptic and search for "gcc" , "linux-source" and "linux-headers" and install them. Don't forget to update Ubuntu before doing this. Once you have this packages installed, you can go on: open a root terminal and write the following commands. After rebooting Ubuntu, your integrated ac'97 soundcard will be working.
./configure
make
make install
./snddevices