Hi all.
I have distro MDK 9.1 with original kernel 2.4.21.
I configure and compile the new alsa-driver, but when i try to install, i have the same first problem of mmihai (I can't install alsa-drivers-0.9.4.tar.bz2 with one kernel comipilled by me) with the same result :
 
 
************************************************************************************
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o
if [ -L /usr/include/sound ]; then \
        rm -f /usr/include/sound; \
        ln -sf /usr/src/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
 
 
************************************************************************************
 
 
Why???
 
Regards
 
Mauretto



Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam

Reply via email to