Load and unload kernel modules
List of Global Functions
Load - Load a module if not already loaded by linuxrc and saves the name of the loaded modules in the list loaded_modules.
OSRModuleLoading - The constructor init the startup_loaded_modules list.
Unload - Unload one kernel module.
UnloadAll - Unload all loaded kernel modules.
List of Global Variables
Load a module if not already loaded by linuxrc and saves the name of the loaded modules in the list loaded_modules.
Function parameters
string modulename
string moduleargs
string vendorname
string devicename
boolean ask_before_loading
boolean with_modprobe
Return value
boolean - : `dont user choose *not* to load module `ok module loaded ok `fail module loading failed