On Tuesday 04 June 2002 01:06 pm, Tech R wrote: Do this. 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. Change the kernel number to fit you version
I opened Makefile in Kwrite and found this 2 lines: ifeq ($(DESTDIR),) -/sbin/depmod -a $(kaversion) $(SYSTEM_MAP_OPT) else -/sbin/depmod -a -b $(DESTDIR)/ $(SYSTEM_MAP_OPT) $(kaversion) endif I deleted the " $(kaversion) $(SYSTEM_MAP_OPT) " in the first line and inserted " /sbin/depmod -a -F /boot/System.map-2.4.18-3 " that didn't work so I added 2.4.18-3 at the end of the same line. (Not sure if I'm doing this correctly) That didn't work either. I created a softlink in /usr/src to point to the kernel source " ln -s 2.4.18-3custom linux " . I ran make uninstall, make clean and make mrproper in the alsa directory and ran ./configure with the necessary options, make and make install. That didn't work either. I uninstalled it again cleaned and re-ran configure adding the --with-kernel=/usr/src/linux-2.4.18-3custom but that didn't work either. What am I doing wrong? Another thing that I noticed is why is it trying to load "snd-opl3" when I configured alsa --with-cards=sb16? _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user