I'm trying to build alsa on a Red Hat 7.0 system, updated with all the
"official" RH RPM's, including kernel-2.2.19-7.0.12. I downloaded alsa
via CVS and can't seem to get a complete set of modules when configuring
"--with-isapnp=yes --with-cards=azt2330".

alsa-driver/modules contains these after compile:

snd-ainstr-fm.o
snd-azt2320.o
snd-cs4231-lib.o
snd-hwdep.o
snd-mixer-oss.o
snd-mpu401-uart.o
snd-opl3-lib.o
snd-opl3-synth.o
snd-pcm-oss.o
snd-pcm.o
snd-rawmidi.o
snd-seq-device.o
snd-seq-instr.o
snd-seq-midi-emul.o
snd-seq-midi-event.o
snd-seq-midi.o
snd-seq-oss.o
snd-seq.o
snd-timer.o
snd.o

Shouldn't isapnp.o be here as well?

After a "make install", running "depmod -a" returns:

depmod: *** Unresolved symbols in
/lib/modules/2.2.19-7.0.12/misc/snd-azt2320.o
depmod: *** Unresolved symbols in
/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o

and a "modprobe snd-azt2320" returns:

/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o: unresolved symbol
snd_dma_disable
/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o: unresolved symbol
snd_dma_program
/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o: unresolved symbol
snd_dma_residue
/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o: insmod
/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o failed
/lib/modules/2.2.19-7.0.12/misc/snd-cs4231-lib.o: insmod snd-azt2320
failed

Any suggestions on resolving this problem?

-chuck

P.S. I tried searching the alsa mailing list archives, but an attempted
search at http://www.alsa-project.org/archive/alsa-howto/ returns a 404
error on "cgi-bin/htsearch". :-(

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to