NIC pass-trough fail

john335745634

New Member
Mar 9, 2023
9
0
1
Hi guys,

I am trying to passtrough a NIC on a i5-6500, however it fails
1680218091897.png

I added to nano /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"

and I get

Code:
root@pve:~# dmesg | grep -e DMAR -e IOMMU
[    0.008786] ACPI: DMAR 0x00000000DAED7778 0000C8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.008813] ACPI: Reserving DMAR table memory at [mem 0xdaed7778-0xdaed783f]
[    0.096424] DMAR: Host address width 39
[    0.096425] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.096430] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.096432] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.096434] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.096436] DMAR: RMRR base: 0x000000daceb000 end: 0x000000dad0afff
[    0.096438] DMAR: RMRR base: 0x000000db91f000 end: 0x000000dbb68fff
[    0.096438] DMAR: RMRR base: 0x000000dd800000 end: 0x000000dfffffff
[    0.096440] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.096441] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.096442] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.098294] DMAR-IR: Enabled IRQ remapping in x2apic mode

nano /proc/cmdline
Code:
BOOT_IMAGE=/boot/vmlinuz-5.15.102-1-pve root=/dev/mapper/pve-root ro quiet

nano /etc/kernel/cmdline
Code:
quiet intel_iommu=on


nano /etc/modules
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd



nano /etc/default/grub
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
GRUB_CMDLINE_LINUX=""
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!