} 
} /sbin/depmod -a -F /usr/src/linux//System.map
} 2.4.18-3
} depmod: *** Unresolved symbols in
} /lib/modules/2.4.18-3/misc/snd-intel8x0.o
} make: *** [install-modules] Error 1
} 
} 
} Any ideas?
normaly /usr/src/linux is one link, so make sure that 
link,links to your kernel source code in /usr/src/linux-2.4.18-5

next in /usr/src/linux do:
ln -s /boot/System.map-2.4.18-3 System.map

or edit Makefile and where you find one line with /sbin/depmod 
change to /sbin/depmod -a -F /boot/System.map-2.4.18-3 2.4.18-3

you just have to make sure when you are useing depmod your are 
pointed to the correct System.map

after this 
run make install again


S�rgio Monteiro Basto
                

--------------------------------------------
Webmail da rede SAPO - http://webmail.sapo.pt/


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

Reply via email to