I'm installing ALSA on an RH8 machine.  I have an Ensoniq 1371 PCI
soundcard.

The kernel is already built to spec so while i'm not rebuilding the kernel,
I have the kernel sources installed from the RH RPM and am using that to
build the drivers.  My last build switches where as follows:

./configure --with-kernel=/usr/src/linux-2.4 --with-debug=detect

It builds find and I've setup modules.conf according to the docs (here is my
modules.conf).

========= BEGIN modules.conf ==============
alias parport_lowlevel parport_pc
alias eth0 tulip
alias usb-controller usb-uhci

alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-card-ens1371
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
========= END modules.conf ==============

When I modprobe my sound card here is what I get...

/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_remove_R97722476
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_device_new_R2c574805
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_iprintf_R163a1266
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_info_create_entry_Re6d44bba
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_free_one_R4ae59c76
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_control_notify_switch_change_R16a93a59
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_control_unregister_ioctl_R317430cb
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_register_device_R709ee4ed
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_prepare_Rb08f404c
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_unregister_device_R496f2e98
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_control_register_ioctl_R865f1598
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_free_R0421def0
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_info_free_entry_Ra863472e
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_add_Rd6446f3d
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_new_R74166f9a
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_info_register_Raf1a70e8
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_switch_count_R8ff5fb2e
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: unresolved symbol
snd_info_unregister_R13b48702
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: insmod
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o failed
/lib/modules/2.4.18-18.8.0/misc/snd-mixer.o: insmod snd-card-ens1371 failed

What am I doing wrong?

thx
-bryanw



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to