I am trying to install a driver for my MultiSound card. I have SuSE 5.1,
kernel 2.0.34 with modular sound patch applied (as required by the
driver).
I compiled the kernel and the driver without any problems, but when I
try to load the new modules, I get the following errors:
# insmod soundcore
# insmod msnd
# insmod msnd_classic io=0x290 irq=10 mem=0xd0000
./msnd_classic.o: unresolved symbol apic_reg
./msnd_classic.o: unresolved symbol cpu_data
Is there any module I should load before these?
According to the driver documentation, the above should work.
apic_reg and cpu_data don't seem sound-related to me. Perhaps something
is missing in the rest of the system.
Thank you.
Sebastian