Click to See Complete Forum and Search --> : Sound Problems.......


Prometheux
01-30-2001, 02:12 PM
I have a Crystal SoundFusion integrated sound chip, and I just switched from 2.2.17 to 2.4.0. For some reason, they made it a lot harder to get my sound to work. Before, all I did was compile it into the kernel, and it worked great. When in xconfig, I would just give it the right io, irq and dma and all that stuff, and it worked. But in 2.4, you can't enter that information right there, the help says you must put the irq info in the kernel command line. I didn't compile it into the command line, I made it a module. Everything compiled fine, and it booted up. I looked at the documentation for my sound, and I ran these commands:

modprobe sound
insmod ad1848
insmod uart401
insmod cs4232 io=0x530 irq=5 dma=0 dma2=3

The first 2 modules install fine, but when I do the cs one, it tells me I've got a problem with one of the parameters. The not-so-funny thing is that I went back into my working 2.2.17 kernel and checked the io and irqs, and they are exactly what I pass in up there. Any ideas? I feel like I've tried everything I can think of.........

Thanks in advance