DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Managing dynamically loadable kernel modules

Obtaining more information about a specific loaded DLKM

To obtain more information about one or more specific DLKMs:

  1. Determine the name(s), module-name . . ., or identifier(s), modid . . ., of the module.

  2. List the information for a specific module identifier; execute

    modadmin -q modid ...

  3. List the information for specific module names; execute

    modadmin -Q module-name . . .

    Example: The command

    modadmin -Q smse

    causes the following information to be displayed about a serial mouse driver module:

    Module ID: 12,           Module: /etc/conf/mod.d/smse
    Size: 2954,              Base Address: 0xd119f000
    Hold Count: 0,      Dependent Count: 0
    Unload Delay: 600 seconds
    smse - serial mouse driver
    Type:   STREAMS Module
            Switch Number:           14
    
See modadmin(ADM).
Next topic: Configuring a dynamically loadable kernel module
Previous topic: Determining which DLKMs are currently loaded

© 2007 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 05 June 2007