140. ModuleLoading

140.1. Authors

  • Klaus Kaempf <kkaempf@suse.de> (initial)

  • Purpose:

  • This module does all module loading stuff.

140.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    140.3. Global Functions

    140.3.1. Load

    Function parameters

    • string modulename

    • string moduleargs

    • string vendorname

    • string devicename

    • boolean ask_before_loading

    • boolean with_modprobe

    Return value

    • symbol - : `dont user choose *not* to load module `ok module loaded ok `fail module loading failed load a module if not already loaded by linuxrc

    140.3.2. prepareVendorDeviceInfo

    Function parameters

    • map controller

    Return value

    • list - [string vendor, string device] Convert internal probing data to user readable string for module loading.

    See also:

    • ModuleLoading::Load

    140.4. Global Variables

    140.5. Module Requirements

    140.5.1. Module Imports

    • Icon
    • Label
    • Mode

    140.5.2. Module Includes