Quote |
My original post: I also have a Thinkpad 600E, and have been trying for several hours to get the sound configured correctly in DSL. I have followed the instructions from this thread (as root, starting from rmmod soundcore, through to insmod cs4232...etc), but following the insmod cs4232.... command I receive the error: <snip>/cs4232.o: init_module: No such device I have tried the following four settings (all suggested at some point earlier in the thread), but all produce the same error: io=0x530 irq=5 dma=1 dma2=0 io=0x530 irq=5 dma=0 dma2=1 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9 io=0x530 irq=5 dma=0 dma2=1 mpuio=0x330 mpuirq=9 I'm totally stuck now, please can somebody make a valid suggestion of how to proceed! edited to add: I don't know if it's relevant, but when i try dmesg, the last few lines say: ad1848/cs4248 codec driver Copyright © by Hannu Savolainen 1993-1996 ad1848: No ISAPnP cards found, trying standard ones... cs4232: set synthio and synthirq to use the wavefront facilities. cs4232: set synthio and synthirq to use the wavefront facilities. cs4232: set synthio and synthirq to use the wavefront facilities. cs4232: set synthio and synthirq to use the wavefront facilities. Thanks... |
Code Sample |
root@box:/home/dsl# modprobe sound root@box:/home/dsl# insmod ad1848 Using /lib/modules/2.4.26/kernel/drivers/sound/ad1848.o root@box:/home/dsl# insmod uart401 Using /lib/modules/2.4.26/kernel/drivers/sound/uart401.o root@box:/home/dsl# insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 Using /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesgt |