leyb
Unregistered
|
|
Posted: Jan. 29 2005,06:28 |
|
Regarding my previous problem, i found out that i needed to load the isa-pnp module first in order to load ad18148, but when loading the sound card module I'm still getting problems:
Code Sample | insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9 Using /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: init_module: No such device /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: 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 dmesg
|
This is from dmesg:
Code Sample | ad1848/cs4248 codec driver Copyright (C) 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. cs4232: set synthio and synthirq to use the wavefront facilities. cs4232: set synthio and synthirq to use the wavefront facilities. YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft 1993-1996 OPL3 not detected ff cs4232: set synthio and synthirq to use the wavefront facilities. cs4232: set synthio and synthirq to use the wavefront facilities.
|
I think im getting closer, any suggestions?
|