On Thu, Jan 24, 2002 at 06:40:57PM -0600, Jim Wildman wrote:
> This would imply that you have this card working.  I have failed to get
> it working in a Dell Latitude CP/i laptop with RH 7.2.  I built from
> source.

Hmm, you have a builtin (PCI) version and I have an "old" ISA version.
I don't know how that affects you.

Anyway, here's my modules.conf (actually since I'm using debian this
goes in /etc/modutils/alsa):

# for alsa native support
alias char-major-116 snd
alias snd-card-0 snd-card-cs4236

# for OSS support
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# for Alsa's OSS emulation
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-oss

# force alsa to load oss emulation
add above soundcore snd-pcm-oss snd-seq-oss

# Here are specific module options for ALSA.
options snd snd_major=116 \
        snd_cards_limit=1 \
        snd_device_mode=0666 \
        snd_device_gid=0 snd_device_uid=0

options snd-card-cs4236 snd_index=0 \
                        snd_id="Malibu" \
                        snd_port=0x534 \
                        snd_cport=0x120 \
                        snd_mpu_port=0x330 \
                        snd_fm_port=0x200 \
                        snd_irq=5 snd_mpu_irq=11 \
                        snd_dma1=1 \ 
                        snd_dma2=0



-- 

paul winkler
home:  http://www.slinkp.com
music: http://www.reacharms.com
calendars: http://www.calendargalaxy.com

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

Reply via email to