mise à jour ALSA

ok, je continue dans ma lignée geek avec la mise à jour du système ALSA (la dernière version stable est 1.0.11) sous Linux, dans le cas d’une carte hda-intel. Cette màj peut résoudre certains problèmes de son.

wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.11.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.11.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.11.tar.bz2
wget ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-1.0.11.tar.bz2
tar xvjf alsa-driver-1.0.11.tar.bz2
tar xvjf alsa-lib-1.0.11.tar.bz2
tar xvjf alsa-utils-1.0.11.tar.bz2
tar xvjf alsa-oss-1.0.11.tar.bz2
cd alsa-driver-1.0.11
./configure --with-oss=yes --with-cards=hda-intel
make
sudo make install
cd ../alsa-lib-1.0.11
./configure
make
sudo make install
cd ../alsa-oss-1.0.11
./configure
make
sudo make install
cd ../alsa-utils-1.0.11
./configure
make
sudo make install
sudo alsaconf

Pour connaître la version d’ALSA installée sur votre machine: cat /proc/asound/version

(voir projet ALSA)

Notre avis
Commentaires
Partagez ce contenu !

Leave a Comment

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *