Hi all,

On my RH-9 I installed alsa-driver-0.9.4.tar.bz2 and work fine wih default kernel 2.4.20-8.
But, I have yet one kernel 2.4.20-8custom, compilled by me, with NTFS suport.
I started with this, and and I tryed to install alsa-driver.
Problem when I "make install". The output ( whit error) is:
##################################################################################
/sbin/depmod -a 2.4.20-8custom -F /lib/modules/2.4.20-8custom/build/System.map
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o
if [ -L /usr/include/sound ]; then \
rm -f /usr/include/sound; \
ln -sf /home/mmihai/alsa/alsa-driver-0.9.4/include/sound /usr/include/sound; \
else \
rm -rf /usr/include/sound; \
install -d -m 755 -g root -o root /usr/include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /usr/include/sound; \
done \
fi
if [ -d /sbin/init.d ]; then \
install -m 755 -g root -o root utils/alsasound /sbin/init.d/alsasound; \
elif [ -d /etc/rc.d/init.d ]; then \
install -m 755 -g root -o root utils/alsasound /etc/rc.d/init.d/alsasound; \
elif [ -d /etc/init.d ]; then \
install -m 755 -g root -o root utils/alsasound /etc/init.d/alsasound; \
fi
#############################################################################



Other problem (after ./snddevices, etc.., of course)


"modprobe snd-es1938" The output with error :
##################################################################################
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: unresolved symbol schedule_work
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod snd-es1938 failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: unresolved symbol schedule_work
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod snd-pcm-oss failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: unresolved symbol schedule_work
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod snd-mixer-oss failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: unresolved symbol schedule_work
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o failed
/lib/modules/2.4.20-8custom/kernel/sound/acore/snd.o: insmod snd-seq-oss failed
#############################################################################


What is wrong in kernel ?

Help please.

Thanks





-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to