John Aldrich wrote:
> Has the driver for Crystal Audio's CS4236B sound card/chip
> been included in RedHat 6.2, or do I need to get the OSS
> driver???
It's there, my old conf.modules section looked like this:
alias sound cs4232
alias midi opl3
options opl3 io=0x388
options cs4232 dma=1 dma2=3 io=0x220 irq=5
The cs4232 mostly supports that audio chip. However, the main volume in
the mixer doesn't work. I've switched to using ALSA, and I'm quite
happy with it (though I haven't been using it long). If you'd like to
try it out, get my kernel rpms from
ftp://duke.eburg.com/pub/linux/redhat-6.x-mycontrib/RPMS . Use the
following in /etc/conf.modules:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-card-cs4236
options snd-card-cs4236 snd_port=0x220 snd_irq=5 snd_dma1=1 snd_dma2=3
# OSS/Free portion
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
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.