alsa snd-cs4231-lib.o: unresolved symbols
hello -
i'm using kernel 2.4.20, and trying to move from the oss drivers to
alsa:
ii kernel-source- 2.4.20-5 Linux kernel source for version 2.4.20 with
ii alsa-base 0.9.0rc7-1 ALSA driver common files
ii alsa-source 0.9.0rc7-1 ALSA driver source
ii alsa-utils 0.9.0rc7-1 Advanced Linux Sound Architecture (utils)
ii alsaconf 0.4.3b-4 ALSA configurator
ii libasound2 0.9.0rc7-1 Advanced Linux Sound Architecture (libraries
i've got the sources untarred in /usr/src and have been compiling
kernels with the debian kernel-package:
fakeroot make-kpkg --revision 3:`hostname`.1.1 kernel_image modules_image
the debianized configure statement is:
./configure --prefix=/usr --with-kernel=/usr/src/kernel-source-2.4.20 \
--with-moddir=/lib/modules/2.4.20/alsa --with-sequencer=yes \
--with-isapnp=yes --with-cards="opl3sa2"
i've also tried it with the standard
./configure --with-cards=opl3sa2 --with-sequencer=yes ; make ; make install
per the docs at alsa-project.org. same errors as below, albeit with
different locations for the modules.
once make-kpkg is all done, i end up with a kernel-image and an
alsa-modules deb. installing, i get errors from depmod:
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-cs4231-lib.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-emu10k1-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-emu8000-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-emux-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-gus-synth.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/alsa/snd-trident-synth.o
not promising, and then an attempt to `modprobe snd-opl3sa2` end with:
/lib/modules/2.4.20/alsa/snd-cs4231-lib.o: unresolved symbol snd_dma_disable
/lib/modules/2.4.20/alsa/snd-cs4231-lib.o: unresolved symbol snd_pcm_lib_preallocate_isa_pages_for_all
/lib/modules/2.4.20/alsa/snd-cs4231-lib.o: unresolved symbol snd_dma_program
/lib/modules/2.4.20/alsa/snd-cs4231-lib.o: unresolved symbol snd_dma_residue
/lib/modules/2.4.20/alsa/snd-cs4231-lib.o: insmod /lib/modules/2.4.20/alsa/snd-cs4231-lib.o failed
/lib/modules/2.4.20/alsa/snd-cs4231-lib.o: insmod snd-opl3sa2 failed
searching through google, i haven't found any pointers, so i thought i'd
take it to the list... any thoughts? any other information needed?
tia...
andy
--
"people of earth... shh!" - zapp branigan
Reply to: