Ainsi parlait daniel beck :
> how can I try alsa driver ? how to do it ?
If you use pre-compiled kernel, they are built in. If you compile your own 
from kernel-source, you have to go in /usr/src/linux/alsa directory after 
having installed your new kernel, then run casual
./configure --with-cards=ens1371
./make
./make install

Then you have to set your /etc/modules.conf accordingly. Here is mine :

# Alsa
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-card-ens1371
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

Hope this helps.
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html

Reply via email to