Advertisement
Guest User

network interface hasn't logical name (lsmod)

a guest
Feb 28th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.28 KB | None | 0 0
  1.  
  2. [manjaro@manjaro ~]$ lsmod
  3.  
  4. Module                  Size  Used by
  5. rfcomm                 86016  16
  6. fuse                  118784  3
  7. bnep                   24576  2
  8. intel_rapl             24576  0
  9. x86_pkg_temp_thermal    16384  0
  10. intel_powerclamp       16384  0
  11. coretemp               16384  0
  12. aiptek                 28672  0
  13. kvm_intel             225280  0
  14. kvm                   696320  1 kvm_intel
  15. btusb                  53248  0
  16. btrtl                  16384  1 btusb
  17. btbcm                  16384  1 btusb
  18. btintel                16384  1 btusb
  19. bluetooth             626688  43 btrtl,btintel,bnep,btbcm,rfcomm,btusb
  20. eeepc_wmi              16384  0
  21. irqbypass              16384  1 kvm
  22. nouveau              1900544  6
  23. asus_wmi               32768  1 eeepc_wmi
  24. joydev                 24576  0
  25. mousedev               24576  0
  26. ecdh_generic           24576  1 bluetooth
  27. snd_hda_codec_hdmi     57344  1
  28. mxm_wmi                16384  1 nouveau
  29. sparse_keymap          16384  1 asus_wmi
  30. rfkill                 28672  8 asus_wmi,bluetooth
  31. iTCO_wdt               16384  0
  32. iTCO_vendor_support    16384  1 iTCO_wdt
  33. i2c_algo_bit           16384  1 nouveau
  34. wmi_bmof               16384  0
  35. snd_hda_codec_realtek   102400  1
  36. snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
  37. snd_hda_intel          45056  4
  38. snd_hda_codec         151552  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
  39. ttm                   114688  1 nouveau
  40. drm_kms_helper        192512  1 nouveau
  41. snd_hda_core           90112  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
  42. drm                   434176  9 nouveau,ttm,drm_kms_helper
  43. agpgart                49152  3 nouveau,ttm,drm
  44. syscopyarea            16384  1 drm_kms_helper
  45. sysfillrect            16384  1 drm_kms_helper
  46. sysimgblt              16384  1 drm_kms_helper
  47. crct10dif_pclmul       16384  0
  48. snd_hwdep              16384  1 snd_hda_codec
  49. snd_pcm               114688  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
  50. crc32_pclmul           16384  0
  51. fb_sys_fops            16384  1 drm_kms_helper
  52. ghash_clmulni_intel    16384  0
  53. cryptd                 28672  1 ghash_clmulni_intel
  54. intel_cstate           16384  0
  55. intel_rapl_perf        16384  0
  56. snd_timer              36864  1 snd_pcm
  57. evdev                  20480  11
  58. input_leds             16384  0
  59. i2c_i801               28672  0
  60. snd                    90112  16 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm
  61. led_class              16384  3 asus_wmi,input_leds,nouveau
  62. mac_hid                16384  0
  63. soundcore              16384  1 snd
  64. pcspkr                 16384  0
  65. wmi                    28672  4 asus_wmi,wmi_bmof,mxm_wmi,nouveau
  66. thermal                20480  0
  67. sch_fq_codel           20480  1
  68. mei_me                 45056  0
  69. mei                   114688  1 mei_me
  70. fan                    16384  0
  71. video                  45056  2 asus_wmi,nouveau
  72. button                 16384  1 nouveau
  73. battery                20480  0
  74. shpchp                 40960  0
  75. lpc_ich                28672  0
  76. uinput                 20480  0
  77. sg                     40960  0
  78. crypto_user            16384  0
  79. ip_tables              28672  0
  80. x_tables               45056  1 ip_tables
  81. ext4                  720896  2
  82. crc16                  16384  2 bluetooth,ext4
  83. mbcache                16384  1 ext4
  84. jbd2                  122880  1 ext4
  85. fscrypto               32768  1 ext4
  86. hid_generic            16384  0
  87. usbhid                 57344  0
  88. hid                   126976  2 hid_generic,usbhid
  89. sd_mod                 61440  4
  90. serio_raw              16384  0
  91. atkbd                  32768  0
  92. libps2                 16384  1 atkbd
  93. crc32c_intel           24576  0
  94. ahci                   40960  3
  95. libahci                40960  1 ahci
  96. libata                274432  2 ahci,libahci
  97. ehci_pci               16384  0
  98. scsi_mod              204800  3 sd_mod,libata,sg
  99. ehci_hcd               94208  1 ehci_pci
  100. i8042                  32768  0
  101. serio                  28672  4 serio_raw,atkbd,i8042
  102. xhci_pci               16384  0
  103. xhci_hcd              241664  1 xhci_pci
  104. usbcore               282624  7 usbhid,ehci_hcd,xhci_pci,btusb,aiptek,xhci_hcd,ehci_pci
  105. usb_common             16384  1 usbcore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement