Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Only three modules ? Is this right ?
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
netpumber
n00b
n00b


Joined: 10 Feb 2011
Posts: 68

PostPosted: Thu Feb 10, 2011 4:13 pm    Post subject: Only three modules ? Is this right ? Reply with quote

Hi im new member in your community and today i deside to install gentoo... I take the handbook and other resources from the start and now im in the point where you are configure modules. i run the find command

find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less


and the result contains only 3 modules... Is this right ?

1) xt_mark.ko
2) scsi_wait_scan.ko
3) test_nx.ko


What you say...

Thanks in advance!
Back to top
View user's profile Send private message
ablepharus
n00b
n00b


Joined: 10 Feb 2011
Posts: 5

PostPosted: Thu Feb 10, 2011 4:49 pm    Post subject: Reply with quote

Looks totally ok. Most things are directly in your kernel, so you don't need so many modules.

Btw. you can also use modprobe -l to see your modules.
Back to top
View user's profile Send private message
netpumber
n00b
n00b


Joined: 10 Feb 2011
Posts: 68

PostPosted: Thu Feb 10, 2011 4:58 pm    Post subject: Reply with quote

yes.. i know that the most modules are build-in kernel but only three make me wonder... Anyway.. Thanks a lot my friend..! :)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Thu Feb 10, 2011 5:01 pm    Post subject: Reply with quote

netpumber,

You will only have modules for items you selected in make menuconfig as <M>.
Everything that chooses as <*> is built into the kernel. You cannot load and unload these items.

Be aware that ablepharus advice to use modprobe -l shows the modules for the currently running kernel.
In your position, where you booted from the liveCD, made your own kernel and need to see its modules then
find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less is correct.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
netpumber
n00b
n00b


Joined: 10 Feb 2011
Posts: 68

PostPosted: Thu Feb 10, 2011 6:31 pm    Post subject: Reply with quote

I see... thanks a lot...
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