Oooh, aren't those fun? :) Here's what I had to compile in to get
my CS4232 working (and yes, it DID take all this stuff. maybe because of
2.1.x kernel, but who knows?) :
# Loadable module support
CONFIG_MODULES=y
CONFIG_KMOD=y
# Sound (And for some reason, I could only get it to work if all these are
compiled as modules)
CONFIG_SOUND=m
CONFIG_SB=m
CONFIG_ADLIB=m
CONFIG_MPU401=m
CONFIG_PSS=m
CONFIG_PSS_MIXER=y
CONFIG_MAD16=m
CONFIG_CS4232=m
CONFIG_YM3812=m
CONFIG_VMIDI=m
After I compiled the kernel, these steps got the card working:
insmod sound (if not already loaded)
insmod ad1848
insmod uart401
insmod cs4232 io=0x534 irq=5 dma=1 dma2=0
HTH
Matt
-----------------------------------------------------------
Matt Housh email: [EMAIL PROTECTED]
MicroComputer Specialist University of Tulsa
Engineering and Natural Sciences
"Pardon me, stewardess. I speak Jive."
On Tue, 12 May 1998, Joe Tseng wrote:
> I'd like to use my Crystal CS4232 sound card but every time I compile my
> kernel it gives me syntax errors. I'm interested in seeing if there is
> some way I could use a module to accomplish this instead.
>
> RH5 2.0.32
> CS4232
>
> Joe Tseng
> [EMAIL PROTECTED]
>
> 1998 New York Yankees (24-7)
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
> To unsubscribe: mail [EMAIL PROTECTED] with
> "unsubscribe" as the Subject.
>
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.