Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No modules?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
nag83
n00b
n00b


Joined: 23 Feb 2003
Posts: 8

PostPosted: Tue Feb 25, 2003 12:13 am    Post subject: No modules? Reply with quote

I installed gentoo on my laptop but evertime I try to load a module it says module not found. I've tried for both tulip and orinoco_cs and both give the same error. Could somebody please tell me why I am getting no modules. I would really appreciate it.
Back to top
View user's profile Send private message
bsolar
Bodhisattva
Bodhisattva


Joined: 12 Jan 2003
Posts: 2764

PostPosted: Tue Feb 25, 2003 12:19 am    Post subject: Reply with quote

Maybe you need to do modules-update?
_________________
I may not agree with what you say, but I'll defend to the death your right to say it.
Back to top
View user's profile Send private message
nag83
n00b
n00b


Joined: 23 Feb 2003
Posts: 8

PostPosted: Tue Feb 25, 2003 12:27 am    Post subject: Reply with quote

nope that didn't do anything any other suggestions?
Back to top
View user's profile Send private message
bsolar
Bodhisattva
Bodhisattva


Joined: 12 Jan 2003
Posts: 2764

PostPosted: Tue Feb 25, 2003 12:39 am    Post subject: Reply with quote

Where should these modules come from? are kernel modules or come from an emerge (i.e. pcmcia-cs).

If they come from a packet you installed, and you recompiled your kernel, you have to reemerge it.
_________________
I may not agree with what you say, but I'll defend to the death your right to say it.
Back to top
View user's profile Send private message
nag83
n00b
n00b


Joined: 23 Feb 2003
Posts: 8

PostPosted: Tue Feb 25, 2003 12:56 am    Post subject: Reply with quote

WEll I tried re-emerging but that didn't solve the problem. Still no modules.
Back to top
View user's profile Send private message
modal
Apprentice
Apprentice


Joined: 02 Oct 2002
Posts: 277

PostPosted: Tue Feb 25, 2003 3:30 am    Post subject: Reply with quote

If they are kernel modules, do this:
Code:
cd /usr/src/linux (or your linux kernel dir)
cp .config ~/
make mrproper
cp ~/.config ./
make menuconfig

select all your modules that you need. make sure to compile them as MODULES not as image-compiled.
then exit and save.
then type this:
Code:
make dep && make clean bzImage modules modules_install

that will make your kernel image and all your modules. any modules you have that you need all the time, just edit your /etc/modules.autoload, and add them into that.
also, you can check the help files on most of the kernel selections in menuconfig by hitting the "?" key. many times it will list what the module name is (in case you are trying to load the modules by the wrong name.)
good luck.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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