Code Sample |
#rmmod soundcore //returns prompt no problem #modprobe sound //returns prompt no problem #insmod ad1848 Using /lib/modules/2.4.26/kernel/drivers/sound/ad1848.o.gz /lib/modules/2.4.26/kernel/drivers/sound/ad1848.o.gz: unresolved symbol isapnp_find_dev |
Code Sample |
#insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 Using /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol isapnp_probe_devs /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_detect /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_init /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_control /lib/modules/2.4.26/kernel/drivers/sound/cs4232.o.gz: unresolved symbol ad1848_unload |
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 |
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. |