[PlanetCCRMA] updated: alsa drivers.... finally!

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Dec 18 12:47:01 2002


> One thing I should fix on my system is that I had at one point enabled
> the internal soundcard, a cs4236 compatible built-in thing, though that
> has never worked for me usefully either. I suspect that I should remove
> it, probably by editing /etc/modules.conf, but I'm not exactly clear on
> what I should and shouldn't remove.

The options line for the cs4236 has the wrong sound module name: (I'll
also erase what I think are old unnecessary lines - make a backup before
propagating changes just in case :-)

> [root@gimel midisport-firmware]# cat /etc/modules.conf
> alias parport_lowlevel parport_pc
> alias usb-controller usb-uhci
> 
> # --- ALSA configuration
> alias char-major-116 snd
> alias char-major-14 soundcore
> alias snd-card-0 snd-usb-audio
> alias snd-card-1 snd-cs4236
> # --- OSS compatibility
> alias sound-slot-0 snd-card-0
> alias sound-slot-1 snd-card-1
> 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
> alias sound-service-1-0 snd-mixer-oss
> alias sound-service-1-1 snd-seq-oss
> alias sound-service-1-3 snd-pcm-oss
> alias sound-service-1-8 snd-seq-oss
> alias sound-service-1-12 snd-pcm-oss
> # --- Options

changed card_limit to 2 (4 was needed before but not any longer)

> options snd device_gid=1 device_mode=0666 device_uid=0 cards_limit=2 major=116 card_limit=2
> options snd-usb-audio index=0 id=USB 
> # snd_irq=5 snd_mpu_irq=9 snd_dma1=1  # snd_dma2=-1 snd_isapnp=0

changed the name of the module (was snd-card-cs4236):

> options snd-cs4236 port=0x530 cport=0x120 irq=5 dma2=1 dma1=0 \
> id=CARD_1 index=1 
> # --- Keep modules from being autocleaned
> add options -k snd-card-0
> add options -k snd-card-1
> # --- ALSA configuration END

-- Fernando