Friday, July 17, 2009

Upgrade Alsa

I can't find any general PPA for ALSA like for NVIDIA. Anyone know?

Manually:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wget build-essential linux-headers-`uname -r`
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2
tar -xf alsa-driver-1.0.20.tar.bz2
cd alsa-driver-1.0.20
./configure
make
sudo make install



With script (I could't get the package to download with wget so I did it manually):
http://ubuntuforums.org/showthread.php?p=6589810#post6589810

No comments:

Post a Comment