Hi there,
I am trying to implement proxmox on a PCEngines APU Board. Proxmox itself is running fine, but I also want to passthrough a PCIe Wifi Card (AR928X) to a VM running pfsense.
I think I did everything mentioned in the Pci_passthrough Wiki, but when I start the virtual machine, I get this error message: "TASK ERROR: Cannot open iommu_group: No such file or directory" and the virtual machine stops.
Does anyone has any idea if I am doing something wrong or what I could try to get this working?
I really love the idea of running a hypervisor on my router hardware with a virtual router and AccessPoint (pfSense) as well as some other virtual machines providing services to my local network
I am trying to implement proxmox on a PCEngines APU Board. Proxmox itself is running fine, but I also want to passthrough a PCIe Wifi Card (AR928X) to a VM running pfsense.
I think I did everything mentioned in the Pci_passthrough Wiki, but when I start the virtual machine, I get this error message: "TASK ERROR: Cannot open iommu_group: No such file or directory" and the virtual machine stops.
Code:
root@proxmoxapu:~# pveversion -v
proxmox-ve-2.6.32: 3.3-138 (running kernel: 3.10.0-4-pve)pve-manager: 3.3-2 (running version: 3.3-2/995e687e)
pve-kernel-3.10.0-4-pve: 3.10.0-17
pve-kernel-2.6.32-33-pve: 2.6.32-138
pve-kernel-2.6.32-29-pve: 2.6.32-126
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-1
pve-cluster: 3.0-15
qemu-server: 3.1-35
pve-firmware: 1.1-3
libpve-common-perl: 3.0-19
libpve-access-control: 3.0-15
libpve-storage-perl: 3.0-23
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-9
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
Code:
root@proxmoxapu:/etc/pve/qemu-server# cat 100.confbootdisk: ide0
cores: 2
cpu: qemu64
ide0: local:100/vm-100-disk-1.raw,format=raw,backup=no,size=8G
ide2: local:iso/pfSense-LiveCD-2.1.5-RELEASE-amd64-20140825-0744.iso,media=cdrom
memory: 768
name: frapf01
net0: rtl8139=A6:46:03:54:D7:76,bridge=vmbr1
net1: rtl8139=DA:81:33:2A:B9:65,bridge=vmbr2
ostype: other
smbios1: uuid=e2e7b8f1-57df-4042-b9da-2dc131bbd8ef
sockets: 1
machine: q35
hostpci0: 04:00.0,pcie=1,driver=vfio
Does anyone has any idea if I am doing something wrong or what I could try to get this working?
I really love the idea of running a hypervisor on my router hardware with a virtual router and AccessPoint (pfSense) as well as some other virtual machines providing services to my local network
Last edited: