View previous topic :: View next topic |
Author |
Message |
MrBlonde n00b

Joined: 16 Feb 2003 Posts: 3
|
Posted: Sun Feb 16, 2003 9:44 pm Post subject: Unresolved Symbols - Can't Fix It! |
|
|
I have had Gentoo Linux running just fine for the past month on my laptop. I tried recompiling the kernel yesterday to add usb support, and now I get unresolved symbols on ALL of my modules when I reboot, or when I 'depmod -a'. I have no idea what is wrong. I've recompiled the kernel about 25 times, and nothing fixes it. I have never had any problems like this on any other distro on this laptop (RH, Mandrake, Slack). Can anyone out there help me out? I really like Gentoo, and want to keep using it, but this problem is leaving a bad taste in my mouth. I would post the exact output here, but the machine can't load the modules to put it on my network. Thanks in advance.
MrBlonde _________________ --
-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-
"Are you gonna bark all day, little doggy,
or are you gonna bite?" - Mr. Blonde
-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=- |
|
Back to top |
|
 |
Jkay Apprentice


Joined: 31 Dec 2002 Posts: 214 Location: thatched-roof cottages
|
Posted: Sun Feb 16, 2003 9:50 pm Post subject: |
|
|
When you make a "major" change to your kernel, you need to *first* :
to clean up /usr/src/linux, or you will have proplems such as this. Back up your "menuconfig" config file before you do this, or you will have to redo all the kernel settings by hand, from square one. |
|
Back to top |
|
 |
Jkay Apprentice


Joined: 31 Dec 2002 Posts: 214 Location: thatched-roof cottages
|
Posted: Sun Feb 16, 2003 9:52 pm Post subject: |
|
|
ALSO .. some modules are not created by the kernel, but by external apps; LM_SENSORS comes to mind .. you can't fix these kinds of modules with a kernel re-compile - you need to re-emerge the app that creates them.
Look at which modules have gone bad, and figure out what "owns" them. |
|
Back to top |
|
 |
GurliGebis Retired Dev


Joined: 08 Aug 2002 Posts: 509
|
Posted: Sun Feb 16, 2003 9:57 pm Post subject: |
|
|
alsa-driver, nvidia-kernel and nvidia-glx has to be recompiled after a new kernel compile. (Just in case you are using some of them, and didn't know) _________________ Queen Rocks. |
|
Back to top |
|
 |
Jkay Apprentice


Joined: 31 Dec 2002 Posts: 214 Location: thatched-roof cottages
|
Posted: Sun Feb 16, 2003 10:00 pm Post subject: |
|
|
Yes! Alsa too! good point.
Again - look at the modules which are borked, and do a Google search for them, and determine if they are part of an external app, like Alsa, or LM_SENSORS .. and re-emerge the offending external app. |
|
Back to top |
|
 |
GurliGebis Retired Dev


Joined: 08 Aug 2002 Posts: 509
|
Posted: Sun Feb 16, 2003 10:14 pm Post subject: |
|
|
If you can't find them on google (You can find everything there), post them here, and we might be able to figure out what they belongs to. _________________ Queen Rocks. |
|
Back to top |
|
 |
MrBlonde n00b

Joined: 16 Feb 2003 Posts: 3
|
Posted: Sun Feb 16, 2003 11:37 pm Post subject: |
|
|
I've done 'make mrproper' and rebuilt the kernel. Also, all of the modules that report unresolved symbols are from the linux kernel, not external apps (modules 3c59x, sound, etc.) That's why I'm so confused.
MrBlonde _________________ --
-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-
"Are you gonna bark all day, little doggy,
or are you gonna bite?" - Mr. Blonde
-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=- |
|
Back to top |
|
 |
GurliGebis Retired Dev


Joined: 08 Aug 2002 Posts: 509
|
Posted: Sun Feb 16, 2003 11:38 pm Post subject: |
|
|
What kernel are you using? _________________ Queen Rocks. |
|
Back to top |
|
 |
MrBlonde n00b

Joined: 16 Feb 2003 Posts: 3
|
Posted: Sun Feb 16, 2003 11:54 pm Post subject: |
|
|
2.4.19-gentoo-r5
MrBlonde _________________ --
-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-
"Are you gonna bark all day, little doggy,
or are you gonna bite?" - Mr. Blonde
-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=- |
|
Back to top |
|
 |
GurliGebis Retired Dev


Joined: 08 Aug 2002 Posts: 509
|
Posted: Sun Feb 16, 2003 11:56 pm Post subject: |
|
|
hmm, try 2.4.19-r10 or maybe even better, 2.4.20-r1 . (Now would be a good reason to upgrade the kernel ) _________________ Queen Rocks. |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20612
|
|
Back to top |
|
 |
idl Retired Dev


Joined: 24 Dec 2002 Posts: 1728 Location: Nottingham, UK
|
Posted: Mon Feb 17, 2003 12:32 am Post subject: |
|
|
when i get those errors i just rm the buggers in /lib/modules/linux-2.4.20-ck3 and rebuild the kernel Not the best way ofcourse. |
|
Back to top |
|
 |
|