HI,
I want to use an Atheros Wifi card in a VM.
I tried wiki, but every time I assign the PCI to the VM and then start it, Proxmox loses its network connection.
Atheros AR928x Wifi N Card.
GRUB is configured:
Modules are configured:
Then i have blacklist the Driver ath9k. And use the Webgui to add the Wificard as Hardware in the VM. If i now start the VM, all Network is lost. I must reboot proxmox...
I want to use an Atheros Wifi card in a VM.
I tried wiki, but every time I assign the PCI to the VM and then start it, Proxmox loses its network connection.
Atheros AR928x Wifi N Card.
GRUB is configured:
Code:
root@proxmox:~# dmesg | grep -e DMAR -e IOMMU
[ 0.016543] ACPI: DMAR 0x000000007BB03FF0 0000A8 (v01 00000003 BRXT 0100000D)
[ 0.112831] DMAR: IOMMU enabled
[ 0.247863] DMAR: Host address width 39
[ 0.247866] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[ 0.247882] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[ 0.247885] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[ 0.247897] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.247901] DMAR: RMRR base: 0x0000007b6a9000 end: 0x0000007b6c8fff
[ 0.247904] DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
[ 0.247908] DMAR-IR: IOAPIC id 1 under DRHD base 0xfed65000 IOMMU 1
[ 0.247911] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[ 0.247913] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.250174] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 2.330766] DMAR: No ATSR found
[ 2.330865] DMAR: dmar0: Using Queued invalidation
[ 2.330871] DMAR: dmar1: Using Queued invalidation
[ 2.343661] DMAR: Intel(R) Virtualization Technology for Directed I/O
Modules are configured:
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
#alle vier aktiviert - 16-7-20
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Then i have blacklist the Driver ath9k. And use the Webgui to add the Wificard as Hardware in the VM. If i now start the VM, all Network is lost. I must reboot proxmox...