How to install Audio driver for Realtek ALC268 (HDA) on Acer Aspire 4710 laptop on Hardy 8.04.1
Make sure that your system is updated (including the kernel and libncurses5-dev) and ready to compile the drivers: update and then use the following command to make sure that all the libraries and packages are installed for compiling the sound driver:
To update the package cache and checks for broken dependencies
To resynchronize the package index files from their sources
Code:
sudo apt-get update
To install the newest versions of all packages currently installed on the system from the sources enumerated in /etc/apt/sources.list, Packages currently installed with new versions available are retrieved and upgraded;
Code:
sudo apt-get upgrade
To prepare systems to compile driver; we need to insall the following package:
Code:
sudo apt-get install build-essential checkinstall automake linux-headers-generic libncurses5 libncurses5-dev xmlto gettext
Download the realtek audio driver from the following url:
http://www.realtek.com.tw/downloads/...Audio%20Codecs
Alternate Location:
http://122.146.118.42/downloads/down...&GetDown=false
Look for HDA Drivers and accept the License and then Go to the Linux/Unix section and then clink on one of the download site links for Linux driver (2.4 or 2.6), download and save this file on your hard disk in a folder:
Open a terminal; change to folder where you saved the driver.
to unpack use the command:
Code:
tar -jxvf "downloaded-driver-file-name"
It shall extract and create a folder with the name "realtek-linux-audiopack-X.XX"
change to the folder and to compile and install the driver run
It would show lots on info on the screen while driver is complied and installed;
After the driver is installed a configuration screen pops up
Configure the system according to your preference:
It would play a sound; if you hear the sound; it working; Enjoy.
You may have to configure front speaker and headphone volumes.
If jack sense does not work i.e. headphone plug does not mutes the speakers;
added the following options line to the file /etc/modprobe.d/alsa-base:
Code:
gksu gedit /etc/modprobe.d/alsa-base
at the end of above file add the following line:
options snd-hda-intel model=acer
Report back if it works or not.
Cheers
Bookmarks