LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Richard <richard.how@bigpond.com>
  To  : <reidand@gihs.sa.edu.au>
  Date: Thu, 26 Jul 2001 21:10:06 +0930

Re: 2.4.7 Kernel Modules Problem

On Thu, Jul 26, 2001 at 09:49:54AM +0900, reidand@gihs.sa.edu.au wrote:
> Now, when I reboot (after editing /etc/lilo.conf appropriately) using the new
> kernel and 'depmod -a' runs, I get lots of unresolved symbols errors. The error
> list seems to equate to anything compiled as a module, which is somewhat
> disturbing.

Is make --version 3.77 or later?
Which version of gcc? If it's 2.95.x then it can cause problems, 2.91.66 is
the recommended one, check /usr/src/linux/Documents/changes.txt.

make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install

Does the new kernel load? As in cat /proc/version?
Is it a Linus/Alan Cox kernel or from a distro?

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page