Advertisement
Guest User

Untitled

a guest
Jul 19th, 2022
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. root@pve:~# cat /etc/modules-load.d/modules.conf
  2. # /etc/modules: kernel modules to load at boot time.
  3. #
  4. # This file contains the names of kernel modules that should be loaded
  5. # at boot time, one per line. Lines beginning with "#" are ignored.
  6. kvmgt
  7. vfio_pci
  8. vfio_virqfd
  9. vfio
  10. vfio_iommu_type1
  11. vfio-mdev
  12. i915
  13.  
  14.  
  15.  
  16. root@pve:~# cat /etc/default/grub
  17. # If you change this file, run 'update-grub' afterwards to update
  18. # /boot/grub/grub.cfg.
  19. # For full documentation of the options in this file, see:
  20. # info -f grub -n 'Simple configuration'
  21.  
  22. GRUB_DEFAULT=0
  23. GRUB_TIMEOUT=5
  24. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  25. GRUB_CMDLINE_LINUX_DEFAULT="quiet i915.enable_gvt=1 intel_iommu=on"
  26. GRUB_CMDLINE_LINUX=""
  27.  
  28. # Uncomment to enable BadRAM filtering, modify to suit your needs
  29. # This works with Linux (no patch required) and with any kernel that obtains
  30. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  31. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  32.  
  33. # Uncomment to disable graphical terminal (grub-pc only)
  34. #GRUB_TERMINAL=console
  35.  
  36. # The resolution used on graphical terminal
  37. # note that you can use only modes which your graphic card supports via VBE
  38. # you can see them in real GRUB with the command `vbeinfo'
  39. #GRUB_GFXMODE=640x480
  40.  
  41. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  42. #GRUB_DISABLE_LINUX_UUID=true
  43.  
  44. # Uncomment to disable generation of recovery mode menu entries
  45. #GRUB_DISABLE_RECOVERY="true"
  46.  
  47. # Uncomment to get a beep at grub start
  48. #GRUB_INIT_TUNE="480 440 1"
  49. root@pve:~#
  50.  
  51.  
  52. root@pve:~# dmesg | grep IOMMU
  53. [ 0.169926] DMAR: IOMMU enabled
  54. [ 0.421692] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
  55. [ 0.822256] DMAR: IOMMU feature fl1gp_support inconsistent
  56. [ 0.822258] DMAR: IOMMU feature pgsel_inv inconsistent
  57. [ 0.822259] DMAR: IOMMU feature nwfs inconsistent
  58. [ 0.822261] DMAR: IOMMU feature pasid inconsistent
  59. [ 0.822262] DMAR: IOMMU feature eafs inconsistent
  60. [ 0.822263] DMAR: IOMMU feature prs inconsistent
  61. [ 0.822264] DMAR: IOMMU feature nest inconsistent
  62. [ 0.822265] DMAR: IOMMU feature mts inconsistent
  63. [ 0.822266] DMAR: IOMMU feature sc_support inconsistent
  64. [ 0.822267] DMAR: IOMMU feature dev_iotlb_support inconsistent
  65. root@pve:~#
  66.  
  67. root@pve:~# dmesg | grep DMAR
  68. [ 0.022041] ACPI: DMAR 0x000000006F022000 0000A8 (v01 INTEL NUC9i5FN 00000037 01000013)
  69. [ 0.022099] ACPI: Reserving DMAR table memory at [mem 0x6f022000-0x6f0220a7]
  70. [ 0.169926] DMAR: IOMMU enabled
  71. [ 0.421661] DMAR: Host address width 39
  72. [ 0.421663] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  73. [ 0.421672] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
  74. [ 0.421677] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  75. [ 0.421682] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  76. [ 0.421686] DMAR: RMRR base: 0x0000006f4f4000 end: 0x0000006f73dfff
  77. [ 0.421689] DMAR: RMRR base: 0x00000078800000 end: 0x0000007cffffff
  78. [ 0.421692] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
  79. [ 0.421694] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  80. [ 0.421696] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
  81. [ 0.424172] DMAR-IR: Enabled IRQ remapping in x2apic mode
  82. [ 0.822252] DMAR: No ATSR found
  83. [ 0.822254] DMAR: No SATC found
  84. [ 0.822256] DMAR: IOMMU feature fl1gp_support inconsistent
  85. [ 0.822258] DMAR: IOMMU feature pgsel_inv inconsistent
  86. [ 0.822259] DMAR: IOMMU feature nwfs inconsistent
  87. [ 0.822261] DMAR: IOMMU feature pasid inconsistent
  88. [ 0.822262] DMAR: IOMMU feature eafs inconsistent
  89. [ 0.822263] DMAR: IOMMU feature prs inconsistent
  90. [ 0.822264] DMAR: IOMMU feature nest inconsistent
  91. [ 0.822265] DMAR: IOMMU feature mts inconsistent
  92. [ 0.822266] DMAR: IOMMU feature sc_support inconsistent
  93. [ 0.822267] DMAR: IOMMU feature dev_iotlb_support inconsistent
  94. [ 0.822269] DMAR: dmar0: Using Queued invalidation
  95. [ 0.822274] DMAR: dmar1: Using Queued invalidation
  96. [ 0.825576] DMAR: Intel(R) Virtualization Technology for Directed I/O
  97.  
  98. root@pve:~# lspci
  99. 00:00.0 Host bridge: Intel Corporation Comet Lake-U v1 4c Host Bridge/DRAM Controller (rev 0c)
  100. 00:02.0 VGA compatible controller: Intel Corporation CometLake-U GT2 [UHD Graphics] (rev 02)
  101. 00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
  102. 00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal Subsytem
  103. 00:14.0 USB controller: Intel Corporation Comet Lake PCH-LP USB 3.1 xHCI Host Controller
  104. 00:14.2 RAM memory: Intel Corporation Comet Lake PCH-LP Shared SRAM
  105. 00:14.3 Network controller: Intel Corporation Comet Lake PCH-LP CNVi WiFi
  106. 00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller
  107. 00:15.2 Serial bus controller [0c80]: Intel Corporation Device 02ea
  108. 00:16.0 Communication controller: Intel Corporation Comet Lake Management Engine Interface
  109. 00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  110. 00:1c.0 PCI bridge: Intel Corporation Device 02bc (rev f0)
  111. 00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  112. 00:1d.5 PCI bridge: Intel Corporation Device 02b5 (rev f0)
  113. 00:1f.0 ISA bridge: Intel Corporation Comet Lake PCH-LP LPC Premium Controller/eSPI Controller
  114. 00:1f.4 SMBus: Intel Corporation Comet Lake PCH-LP SMBus Host Controller
  115. 00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI (flash) Controller
  116. 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (10) I219-V
  117. 01:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
  118. 02:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
  119. 02:01.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
  120. 02:02.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
  121. 03:00.0 System peripheral: Intel Corporation JHL7540 Thunderbolt 3 NHI [Titan Ridge 2C 2018] (rev 06)
  122. 39:00.0 USB controller: Intel Corporation JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 2C 2018] (rev 06)
  123. 3a:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
  124. 3b:00.0 SD Host controller: Genesys Logic, Inc Device 9755
  125.  
  126. 00:02.0 VGA compatible controller: Intel Corporation CometLake-U GT2 [UHD Graphics] (rev 02) (prog-if 00 [VGA controller])
  127. DeviceName: GPU
  128. Subsystem: Intel Corporation UHD Graphics
  129. Flags: bus master, fast devsel, latency 0, IRQ 158, IOMMU group 1
  130. Memory at 6022000000 (64-bit, non-prefetchable) [size=16M]
  131. Memory at 4000000000 (64-bit, prefetchable) [size=2G]
  132. I/O ports at 3000 [size=64]
  133. Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
  134. Capabilities: [40] Vendor Specific Information: Len=0c <?>
  135. Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
  136. Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
  137. Capabilities: [d0] Power Management version 2
  138. Capabilities: [100] Process Address Space ID (PASID)
  139. Capabilities: [200] Address Translation Service (ATS)
  140. Capabilities: [300] Page Request Interface (PRI)
  141. Kernel driver in use: i915
  142. Kernel modules: i915
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement