Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't get ANY modules to load
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
bigcletus94
n00b
n00b


Joined: 06 Nov 2003
Posts: 14

PostPosted: Sat Nov 15, 2003 11:05 pm    Post subject: can't get ANY modules to load Reply with quote

I am on my third kernel now and I can't get any manually configured kernels to load modules. Genkernel made a kernel that did load some modules, but not my Tulip (nic card) or emu10k1 module.

I follow the install instructions to the letter and am still unsuccessful. I compile the kernel like this:

cd /usr/src/linux
make menuconfig

make dep && make clean bzImage modules modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot


Then I add the bzImage to my grub.conf. Should I have an initrd image too? I know I did with genkernel and that was the only time the modules work.

If I try to modprobe anything, I just get unresolved symbols.
Back to top
View user's profile Send private message
nazul
n00b
n00b


Joined: 15 Apr 2003
Posts: 18
Location: Manchester, UK

PostPosted: Sat Nov 15, 2003 11:41 pm    Post subject: Reply with quote

did you recompile the externally built modules after you'd built the new kernel?

Also make mrproper cleans out modules I think. You might wanna give that ago
Back to top
View user's profile Send private message
Diezel
l33t
l33t


Joined: 04 Feb 2003
Posts: 600
Location: Karjaa, Finland

PostPosted: Sat Nov 15, 2003 11:58 pm    Post subject: Reply with quote

Modules are located at
Code:

/lib/modules/<kernel version>/kernel/


Check that the modules you compiled are there.
And if you haven't already done it, try to insert dem manually with modporbe.
Check if you get errors.
_________________
A bus station is where a bus stops, a train station is where a train stops. On
my desk I have a work station..
Nixadmins.net
FLUG member 473
Back to top
View user's profile Send private message
bigcletus94
n00b
n00b


Joined: 06 Nov 2003
Posts: 14

PostPosted: Tue Nov 18, 2003 5:45 am    Post subject: Reply with quote

nazul wrote:
did you recompile the externally built modules after you'd built the new kernel?

Also make mrproper cleans out modules I think. You might wanna give that ago


Not quite sure how to do this. Can you explain? All I did was:
Code:

make dep && make clean bzImage modules modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot


Diezel wrote:
Modules are located at
Code:

/lib/modules/<kernel version>/kernel/


Check that the modules you compiled are there.
And if you haven't already done it, try to insert dem manually with modporbe.
Check if you get errors.


When I try to modprobe my nic card w/ the tulip module, it says “Can’t locate module tulip” which doesn’t make sense because it is located on my system and I have copied it to the directory you mentioned above. How can this be? Before I was getting errors when I tried to modprobe tulip. Stuff like unresolved symbols or something. Now it just says Can’t find module.

Any other ideas what might be the problem?

[/quote]
Back to top
View user's profile Send private message
Baldzius
Apprentice
Apprentice


Joined: 17 Mar 2003
Posts: 154
Location: Lithuania

PostPosted: Tue Nov 18, 2003 9:58 am    Post subject: Reply with quote

Code:
depmod -a
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum