Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 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 unload (remove) device driver (module) from

 
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:02 am    Post subject: FreeBSD : How to unload (remove) device driver (module) from Reply with quote

1) Get list of loaded modules/drivers first use following commad:
kldstat

2) To remove module use command
kldunload -i ID
OR
kldunload module-name

3) Example to unload smbfs module
kldunload smbfs
OR
kldunload –i 8

Note 8 is module ID obtained using kldstat command (step # 1)
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