Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel modules and stuff
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
cf25
Apprentice
Apprentice


Joined: 20 Jun 2002
Posts: 158

PostPosted: Sun Oct 27, 2002 12:12 am    Post subject: kernel modules and stuff Reply with quote

is there a way for me to tell what i compiled into the kernel and what i compiled in as a module and all that jazz? namely i need to know if i have udf in there somewhere. but i assume that this could be handy for me in the future as well.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sun Oct 27, 2002 12:55 am    Post subject: Reply with quote

You can always go through make menuconfig and write stuff down. You can also do
Code:
# cd /usr/src/linux
# grep "=m" .config
# grep "=y" .config

The output may not always make sense though. =m for module, =y for kernel.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
brain
Apprentice
Apprentice


Joined: 16 May 2002
Posts: 229
Location: Farmington Hills, MI

PostPosted: Sun Oct 27, 2002 2:57 am    Post subject: Reply with quote

Also, if you're running KDE there's a kernel configurator under the Control Center. I don't have my linux box up right now, but you can browse thru the tree and see what's compiled as what.

Only slightly easier than "menuconfig" :wink:
_________________
--brain
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