LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Anthony Symons <ant@sa.pracom.com.au>
  To  : <reidand@gihs.sa.edu.au>
  Date: Thu, 26 Jul 2001 14:42:17 +0930

Re: 2.4.7 Kernel Modules Problem

Could be old modules left in the /lib/modules/2.4.7/ dir.

I've seen similar stuff, and adding an "mv /lib/modules/2.4.7
/lib/modules/2.4.7.old" between make modules, and make modules_install
fixed it. 

I had one case where I converted some hardware support from modules to
compiled in, and left the module there by accident and when I loaded the
kernel the compiled in driver loaded ok, then a bit later the module
tryed to load as well and locked up the box! 

Ant

reidand@gihs.sa.edu.au wrote:
> 
> Hello All,
> 
> Yes, it's me, just using a different account. It seems that the mail server no
> longer likes responding to my email, something I think is to do with the fact
> that we changed ISPs recently, and the dust is still settling.
> 
> On to the problem:
> 
> I'm building a machine and have grabed the 2.4.7 kernel and compiled it. I've
> installed a new version of modutils (2.4.6-1) and followed the following
> process:
> 
>   - make mrproper
>   - make dep
>   - make menuconfig
>   - make clean
>   - make
>   - make modules
>   - make install
>   - make modules_install
> 
> 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.
> 
> Can anyone suggest why this may be happening and remedies for it? Is it an issue
> with 2.4.7? Do I need a newer version of depmod or is there something else going
> on?
> 
> Thanks in Advance,
> 
>    - andrew
> 
> --
> void signature () {
>         cout << "Andrew Reid -- andrew.reid@plug.cx" << endl ;
>         cout << "Cell: +61 401 946 813" << endl;
>         cout << "Quidquid latine dictum sit, altum viditur" << endl;
> }
> 
> --
> 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

-- 
Systems Administrator       
Pracom Ltd.             
+61 8 82029074 -=- +61 402 100 671 
anthony.symons@sa.pracom.com.au

PRIVILEGED - PRIVATE AND CONFIDENTIAL
This electronic mail is solely for the use of the addressee and may
contain information which is confidential or privileged.
If you receive this electronic mail in error, please delete it from
your system immediately and notify the sender by electronic mail or
using any of the above contact details.

-- 
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