unix_junkie

lsmod output

Aug 26th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 KB | None | 0 0
  1. $ lsmod
  2. Module Size Used by
  3. nct6775 32768 0
  4. nct6775_core 77824 1 nct6775
  5. hwmon_vid 16384 1 nct6775
  6. eeprom 20480 0
  7. loop 32768 0
  8. nvidia_uvm 954368 0
  9. nvidia_drm 53248 0
  10. drm_kms_helper 212992 1 nvidia_drm
  11. drm 614400 3 drm_kms_helper,nvidia_drm
  12. nvidia_modeset 1060864 1 nvidia_drm
  13. intel_rapl_msr 20480 0
  14. intel_rapl_common 32768 1 intel_rapl_msr
  15. x86_pkg_temp_thermal 20480 0
  16. intel_powerclamp 20480 0
  17. coretemp 20480 0
  18. nvidia 15896576 2 nvidia_uvm,nvidia_modeset
  19. kvm_intel 380928 0
  20. kvm 1146880 1 kvm_intel
  21. irqbypass 16384 1 kvm
  22. snd_hda_codec_hdmi 81920 4
  23. ghash_clmulni_intel 16384 0
  24. sha512_ssse3 49152 0
  25. sha512_generic 16384 1 sha512_ssse3
  26. snd_hda_intel 61440 0
  27. sha256_ssse3 32768 0
  28. sha1_ssse3 32768 0
  29. snd_intel_dspcfg 36864 1 snd_hda_intel
  30. snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
  31. snd_hda_codec 184320 2 snd_hda_codec_hdmi,snd_hda_intel
  32. aesni_intel 393216 0
  33. snd_hda_core 122880 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
  34. crypto_simd 16384 1 aesni_intel
  35. eeepc_wmi 16384 0
  36. cryptd 28672 2 crypto_simd,ghash_clmulni_intel
  37. snd_ctxfi 143360 0
  38. asus_wmi 61440 1 eeepc_wmi
  39. snd_hwdep 16384 1 snd_hda_codec
  40. battery 28672 1 asus_wmi
  41. rapl 20480 0
  42. platform_profile 16384 1 asus_wmi
  43. snd_pcm 159744 5 snd_ctxfi,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
  44. intel_cstate 20480 0
  45. sparse_keymap 16384 1 asus_wmi
  46. mei_wdt 16384 0
  47. mei_hdcp 24576 0
  48. iTCO_wdt 16384 0
  49. ledtrig_audio 16384 1 asus_wmi
  50. snd_timer 49152 1 snd_pcm
  51. intel_pmc_bxt 16384 1 iTCO_wdt
  52. ipmi_devintf 20480 0
  53. snd 126976 7 snd_ctxfi,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm
  54. rfkill 36864 1 asus_wmi
  55. intel_uncore 212992 0
  56. iTCO_vendor_support 16384 1 iTCO_wdt
  57. soundcore 16384 1 snd
  58. ipmi_msghandler 77824 2 ipmi_devintf,nvidia
  59. watchdog 45056 2 iTCO_wdt,mei_wdt
  60. wmi_bmof 16384 0
  61. evdev 28672 11
  62. pcspkr 16384 0
  63. at24 28672 0
  64. mei_me 53248 2
  65. mei 159744 5 mei_wdt,mei_hdcp,mei_me
  66. button 24576 0
  67. ext4 983040 5
  68. crc16 16384 1 ext4
  69. mbcache 16384 1 ext4
  70. jbd2 167936 1 ext4
  71. crc32c_generic 16384 0
  72. dm_mod 184320 16
  73. sg 40960 0
  74. hid_generic 16384 0
  75. sd_mod 65536 6
  76. t10_pi 16384 1 sd_mod
  77. usbhid 65536 0
  78. crc64_rocksoft 20480 1 t10_pi
  79. sr_mod 28672 0
  80. hid 159744 2 usbhid,hid_generic
  81. crc64 20480 1 crc64_rocksoft
  82. crc_t10dif 20480 1 t10_pi
  83. crct10dif_generic 16384 0
  84. cdrom 81920 1 sr_mod
  85. ata_generic 16384 0
  86. ata_piix 45056 2
  87. xhci_pci 24576 0
  88. libata 401408 2 ata_piix,ata_generic
  89. ehci_pci 20480 0
  90. crct10dif_pclmul 16384 1
  91. xhci_hcd 315392 1 xhci_pci
  92. ehci_hcd 102400 1 ehci_pci
  93. crct10dif_common 16384 3 crct10dif_generic,crc_t10dif,crct10dif_pclmul
  94. crc32_pclmul 16384 0
  95. crc32c_intel 24576 9
  96. i2c_i801 36864 0
  97. scsi_mod 286720 4 sd_mod,libata,sg,sr_mod
  98. i2c_smbus 20480 1 i2c_i801
  99. scsi_common 16384 4 scsi_mod,libata,sg,sr_mod
  100. lpc_ich 28672 0
  101. e1000e 315392 0
  102. usbcore 348160 5 xhci_hcd,ehci_pci,usbhid,ehci_hcd,xhci_pci
  103. usb_common 16384 3 xhci_hcd,usbcore,ehci_hcd
  104. fan 20480 0
  105. video 65536 2 nvidia,asus_wmi
  106. wmi 36864 3 video,asus_wmi,wmi_bmof
  107.  
Add Comment
Please, Sign In to add comment