snd-hda-intel on Acer Aspire 3680
Tuesday, July 31, 2007 | Label: Linux | 3 komentar |The sound default on Ubuntu Feisty is absolutely low quality. I want louder, more clear. So, I decided to compile an alsa by myself. Download using wget,
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
Log in back and open mplayer also edited their sound configuration. I've choosed alsa driver in here.

Enabled all,

Then close it, and restart mplayer. Open an example movie and hear the sound quality. For me, it is better than before.