Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
useful:alsa [2008/12/10 21:02] chemistuseful:alsa [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== 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 <code bash>apt-get source linux-source-'uname-r'</code>\\  
-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\\ 
-<code bash>./configure --with-cards=hda-intel --with-oss=yes --with-sequencer=yes && make && make install</code>\\ 
- 
-change directory to /usr/src/alsa/alsa-libs* and run again\\ 
-<code bash>./configure && make && make install</code>\\ 
- 
-change directory to /usr/src/alsa/alsa-utils* and run again\\ 
-<code bash>./configure && make && make install</code>\\ 
-==== finish up ==== 
-<code bash>root@andromeda:/usr/src/alsa/#alsaconf</code> 
- 
-==== DONE ==== 
-for questions mail me <chemist@dostortugas.org> 
-===== links ===== 
-http://www.alsa-project.org/ 
- 
  
Last modified: le 2008/12/10 21:02