Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our specialty !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FreeBSD : How to list device drivers (modules) loaded in mem

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 8:00 am    Post subject: FreeBSD : How to list device drivers (modules) loaded in mem Reply with quote

Use kldstat command as follows:
# kldstat

Id Refs Address Size Name
1 6 0xc0100000 52679c kernel
3 1 0xc063b000 4a6ac acpi.ko
8 1 0xc162e000 1f000 smbfs.ko
9 2 0xc1303000 3000 libiconv.ko
10 2 0xc1309000 3000 libmchain.ko


Where:
ID : Module id which can be used to remove module
Ref Address: Memory address
Size : Size of module
Name : Module name or file located in /boot/kernel directory
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group