is there a way to list the current loaded modules?
tried:
modprobe -l
but it seems to list all available modules and not just the ones loaded.
thanks, Lonnie
Alexander Dalloz wrote:
Am Mi, den 10.11.2004 schrieb Lonnie Cumberland um 2:19:
how do I unload the USB webcam driver on FC2?
Or possibly unload the USB driver as well?
Lonnie
modprobe -r <module_name>
or: rmmod <module_name>
This works only, if the module is not used by the system.
Alexander