How do I list currently loaded kernel modules in linux?



  • To list the currently loaded kernel modules, do the following:

    unixbod:> /sbin/lsmod
    Module                  Size  Used by
    ip_conntrack_ftp       76273  0
    md5                     8001  1
    ipv6                  240225  25
    parport_pc             27905  1
    lp                     15405  0
    parport                37641  2 parport_pc,lp
    autofs4                22597  0
    i2c_dev                14273  0
    i2c_core               25921  1 i2c_dev
    sunrpc                142757  1
    ipt_state               5825  19
    ip_conntrack           45573  2 ip_conntrack_ftp,ipt_state
    iptable_filter          6721  1
    ip_tables              21441  2 ipt_state,iptable_filter
    dm_mirror              28449  0
    dm_mod                 59973  1 dm_mirror
    button                 10449  0
    battery                12869  0
    ac                      8773  0
    joydev                 14209  0
    uhci_hcd               32729  0
    ehci_hcd               31813  0
    shpchp                 84677  0
    snd_azx                21072  0
    snd_hda_codec          85957  1 snd_azx
    snd_pcm_oss            52345  0
    snd_mixer_oss          21825  1 snd_pcm_oss
    snd_pcm                91973  3 snd_azx,snd_hda_codec,snd_pcm_oss
    snd_timer              27973  1 snd_pcm
    snd                    56997  6 snd_azx,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
    soundcore              12961  1 snd
    snd_page_alloc         13641  2 snd_azx,snd_pcm
    e100                   38209  0
    mii                     9153  1 e100
    ext3                  118729  4
    jbd                    59481  1 ext3
    ata_piix               13381  5
    libata                 57885  1 ata_piix
    sd_mod                 20545  6
    scsi_mod              116941  2 libata,sd_mod
    

Log in to reply
 

© Lightnetics 2024