How do I list the available kernel modules and their status in hpux 11iv2?



  • To list all the hpux 11iv2 kernel modules run the following command:

    # kcmodule
    Module              State   Cause     Notes
    KeyboardMUX         static  best
    LCentIf             static  best
    LegacyDeviceDriver  static  depend
    MouseMUX            static  best
    OOCdio              static  best
    PCItoPCI            static  best
    UsbBootKeyboard     static  best
    UsbBootMouse        static  best
    UsbBulkOnlyMS       static  best
    UsbEhci             static  best
    UsbHid              static  best
    UsbMiniBus          static  best
    UsbOhci             static  best
    UsbScsiAdaptor      static  best
    acpi_node           static  best
    arp                 static  depend
    asio0               static  best
    asyncdsk            static  best
    audio               unused
    autofsc             static  best
    azusa_psm           static  best
    beep                unused
    btlan               static  best
    c460gx_psm          static  depend
    c8xx                static  best
    cachefsc            static  best
    ccio                unused
    cdfs                auto    best      auto-loadable, unloadable
    cec_hp              static  depend
    cell                unused
    cifs                static  best
    ciss                static  best
    clone               static  best
    consp1              unused
    diag2               static  best
    dlpi                static  best
    dm_sample_fsid      unused
    dmapi               unused
    dmp                 static  depend
    dmpaa               loaded  best      loadable, unloadable
    dmpaaa              loaded  best      loadable, unloadable
    dmpap               loaded  best      loadable, unloadable
    dmpapf              loaded  best      loadable, unloadable
    dmpapg              loaded  best      loadable, unloadable
    dmphdsalua          loaded  best      loadable, unloadable
    dmphpalua           loaded  best      loadable, unloadable
    dmpjbod             loaded  best      loadable, unloadable
    dmsample            unused
    drmfgl              auto    explicit  auto-loadable, unloadable
    drmfglrx            auto    explicit  auto-loadable, unloadable
    

    This not only tells you which kernels are available but also provides the current state of the module. Use to check to see if a new drivers for, newly attached hardware is loaded.


Log in to reply
 

© Lightnetics 2024