View previous topic :: View next topic |
Author |
Message |
The Mountain Man l33t
Joined: 03 Sep 2003 Posts: 643
|
Posted: Sun Feb 08, 2004 10:09 pm Post subject: Strange module errors at start-up *Solved - sort of* |
|
|
I get the following module errors at start-up:
Code: | * Calculating module dependencies...
FATAL: Module st not found.
FATAL: Module ide_probe_mod not found.
FATAL: Module ide_tape not found.
FATAL: Module st not found.
FATAL: Module ide_probe_mod not found.
FATAL: Module ide_tape not found.
FATAL: Module sg not found.
FATAL: Module sg not found. |
Which is odd because I don't have any of those installed as modules (I have no idea what st and sg are). The modules I did compile install fine, however, so I'm not sure why the kernel is trying to load these other ones.
What's wrong and how do I fix it? _________________ I suck at signatures.
Last edited by The Mountain Man on Sun Feb 08, 2004 11:38 pm; edited 1 time in total |
|
Back to top |
|
|
xcable Guru
Joined: 15 Aug 2002 Posts: 424 Location: College Station, Texas
|
|
Back to top |
|
|
The Mountain Man l33t
Joined: 03 Sep 2003 Posts: 643
|
Posted: Sun Feb 08, 2004 11:31 pm Post subject: |
|
|
Thanks for the link. Looks like modules-init-tools is buggy so it's recommended you downgrade to version 3.0_pre5:
Code: | emerge /usr/portage/sys-apps/module-init-tools/module-init-tools-3.0_pre5.ebuild |
_________________ I suck at signatures. |
|
Back to top |
|
|
|