This is an old revision of the document!
Table of Contents
ALSA (Advanced Linux Sound Architecture)
building ALSA's needed from source
download the latest
I just needed drivers, libs and utils
and downloaded and extract the latest
from
http://www.alsa-project.org/main/index.php/Download
to /usr/src/alsa/
prepare for building
check that the sources for your kernel are installed, install them if needed
apt-get source linux-source-'uname-r'
if you build your own kernel you should have your sources still available
build & install
change directory to /usr/src/alsa/alsa-drivers* and run
./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes && make && make install
change directory to /usr/src/alsa/alsa-libs* and run again
./configure && make && make install
change directory to /usr/src/alsa/alsa-utils* and run again
./configure && make && make install
finish up
root@andromeda:/usr/src/alsa/#alsaconf
DONE
for questions mail me chemist@dostortugas.org
links
Last modified: le 2008/12/10 21:02