snd-hda-intel on Acer Aspire 3680
Tuesday, July 31, 2007 | Label: Linux | 3 komentar |wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.14.tar.bz2
Extract,
tar -xjf alsa-driver-1.0.14.tar.bz2
Came to inside alsa folder,
cd alsa-driver-1.0.14/
Configure,
./configure
Compile,
sudo make
sudo make install
Reboot,
sudo reboot
Log in back and edit alsa base configuration,
sudo vim /etc/modprobe.d/alsa-base
Put this code at the end of the file,
options snd-hda-config model=auto
Reboot,
sudo reboot
Enabled all,
Then close it, and restart mplayer. Open an example movie and hear the sound quality. For me, it is better than before.