I haven't seen the message about the kernel flag before. Have you recompiled your kernel and kept the old one? I have a message about a symlink written earlier you can take a look at. But I don't know if it to any help.
Thanks for your response. I have just fixed the problem. The problem was the specification of the card "--with-cards=intel8x0" it seems that when specifying the card some dependcies are not handle in the compilation process. Cheers. Dominic. S�rgio Monteiro Basto <[EMAIL PROTECTED]> writes: > } /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 ----- Original Message ----- From: "Michael J. Hartwick" <[EMAIL PROTECTED]> Date: Sun, 14 Dec 2003 13:29:03 -0500 (EST) To: kluu te <[EMAIL PROTECTED]> Subject: Re: [Alsa-user] ASUS P4P800 MB (integrated sound) ALSA CVS unresolved symbol > On Sun, 14 Dec 2003 at 15:08 (+0100), kluu te wrote: > > kt> When you compile the driver and libs use this option. > kt> --with-moddir=/lib/modules/<your kernel version>/misc > kt> --with-cards=<your card chipset> > > I tried that and this is the current results: > > # modprobe snd-intel8x0 > /lib/modules/2.4.23/misc/snd.o: unresolved symbol kernel_flag_cacheline > /lib/modules/2.4.23/misc/snd.o: insmod /lib/modules/2.4.23/misc/snd.o failed > /lib/modules/2.4.23/misc/snd.o: insmod snd-intel8x0 failed > > Any more ideas? > > Michael > > ---------------------------------------------------------------------- > Michael J. Hartwick, VE3SLQ [EMAIL PROTECTED] > Hartwick Communications Consulting (519) 396-7719 > Kincardine, ON, CA http://www.hartwick.com > ---------------------------------------------------------------------- > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Alsa-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/alsa-user -- ___________________________________________________ Check out the latest SMS services @ http://www.operamail.com, which allows you to send SMS through your mailbox. Powered by Outblaze ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
