Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
See what is pulling in a module?
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
d4mo
Guru
Guru


Joined: 27 Jun 2005
Posts: 430

PostPosted: Tue Mar 09, 2010 11:54 pm    Post subject: See what is pulling in a module? Reply with quote

Is there anyway to see why a particular module is loaded?
Back to top
View user's profile Send private message
V-Li
Retired Dev
Retired Dev


Joined: 03 Jan 2006
Posts: 613

PostPosted: Wed Mar 10, 2010 10:55 am    Post subject: Reply with quote

Does
Code:

dmesg|grep <modulename>

help?
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Mar 10, 2010 3:44 pm    Post subject: Reply with quote

And if it's hardware related, you can use this :

Code:

# lspci -kvm
# find /usr/src/kernel-version  -name Makefile | xargs grep -i module_name
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Thu Mar 11, 2010 3:28 am    Post subject: Reply with quote

If you are just looking for intermodule dependency information, lsmod.
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