How do I get alsa to work with devfs using esound 

I have this in my devfsd.conf:
#ALSA
REGISTER        sound/.*        MKOLDCOMPAT
UNREGISTER      sound/.*        RMOLDCOMPAT
REGISTER        sound/.*        PERMISSIONS root.audio rw-rw----
REGISTER        sound/.*        PERMISSIONS root.audio rw-rw----
LOOKUP          snd             MODLOAD
LOOKUP          dsp             MODLOAD

I have this in my modules.conf file:
alias /dev/snd snd-cs4236
alias /dev/dsp sound-service-0-3
alias char-major-116 snd
alias snd-card-0 snd-card-cs4236
alias char-major-14 soundcore
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
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 
snd_device_gid=29 snd_device_uid=0
options snd-card-cs4236 snd_index=0 snd_id=CARD_0 snd_port=0x530 
snd_cport=0x210 snd_mpu_port=0x330 snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 
snd_dma1=0 snd_dma1_size=64 snd_dma2=1 snd_dma2_size=64 snd_isapnp=0

I have this in my modules.devfs
alias     /dev/audio            /dev/sound
alias     /dev/mixer            /dev/sound
alias     /dev/dsp              /dev/snd
alias     /dev/dspW             /dev/sound
alias     /dev/midi             /dev/sound

Can someone please tell me what is wrong with this.

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to