Hi Everyone,
I am running latest version of proxmox
I have Asus H110T mother board & Intel i-6100 cpu.
Intel VT-x is enabled in the bios.
I have install Intel 7260 wireless card.
The wireless nic is listed when i run lspci
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
However, I don't see it available under System>network
When I try to add it as pass through to a linux vm (pfsense). I get an error
IOMMU not Activated.
I have updated the grub settings & loaded the modules in kernel
root@pve:~#lspci -k
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
Subsystem: Intel Corporation Dual Band Wireless-N 7260
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
root@pve:~# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.0.15-1-pve root=/dev/mapper/pve-root ro quiet intel_iommu=on
root@pve:~# lsmod | grep vfio
vfio_mdev 16384 0
mdev 24576 2 kvmgt,vfio_mdev
vfio_pci 49152 0
vfio_virqfd 16384 1 vfio_pci
irqbypass 16384 2 vfio_pci,kvm
vfio_iommu_type1 28672 0
vfio 32768 4 kvmgt,vfio_mdev,vfio_iommu_type1,vfio_pci
root@pve:~# dmesg | grep -E 'IOMMU|DMAR'
[ 0.040760] DMAR: IOMMU enabled
This command doesn't return any results
# find /sys/kernel/iommu_groups/ -type l
I am not quite sure what needs to be done next in order to present wireless nic to pfsense vm. Any help to getting this issue resolved would be appreciated.
I am running latest version of proxmox
I have Asus H110T mother board & Intel i-6100 cpu.
Intel VT-x is enabled in the bios.
I have install Intel 7260 wireless card.
The wireless nic is listed when i run lspci
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
However, I don't see it available under System>network
When I try to add it as pass through to a linux vm (pfsense). I get an error
IOMMU not Activated.
I have updated the grub settings & loaded the modules in kernel
root@pve:~#lspci -k
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
Subsystem: Intel Corporation Dual Band Wireless-N 7260
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
root@pve:~# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.0.15-1-pve root=/dev/mapper/pve-root ro quiet intel_iommu=on
root@pve:~# lsmod | grep vfio
vfio_mdev 16384 0
mdev 24576 2 kvmgt,vfio_mdev
vfio_pci 49152 0
vfio_virqfd 16384 1 vfio_pci
irqbypass 16384 2 vfio_pci,kvm
vfio_iommu_type1 28672 0
vfio 32768 4 kvmgt,vfio_mdev,vfio_iommu_type1,vfio_pci
root@pve:~# dmesg | grep -E 'IOMMU|DMAR'
[ 0.040760] DMAR: IOMMU enabled
This command doesn't return any results
# find /sys/kernel/iommu_groups/ -type l
I am not quite sure what needs to be done next in order to present wireless nic to pfsense vm. Any help to getting this issue resolved would be appreciated.