This is an old revision of the document!


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

run

alsaconf

DONE

for questions mail me chemist@dostortugas.org

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
Last modified: le 2008/12/10 21:07