bhyve bhyve passthrou intel pci Wi-Fi 6 AX201 to windows 10 vm in freebsd14.1

Dear all:
i have passthrou intel wifi ax201 to windows 10 vm in freebsd14.1 .
1. windows 10 vm config in below
loader="uefi"
graphics="yes"
xhci_mouse="yes"
cpu=2
memory="4GB"
ahci_device_limit="8"
network0_type="virtio-net"
network0_switch="public"
#add intel wifi ax201 for windows
passthru0="0/20/3"
disk0_type="ahci-hd"
disk0_name="disk0.img"
# windows expects the host to expose localtime by default, not UTC
utctime="no"
uuid="08bdd28d-6904-11ef-b5a5-c84bd668e6ac"
network0_mac="58:9c:fc:01:93:a3"

2. add below line in /boot/loader.conf
#enable passthroughh inter ax201 wifi 6 to windows 10 vm
pptdevs="0/20/3"
vmm_load="yes"

i can see the intel ax201 appear in windows 10 vm device.
but it's not work.

device status: : windows is still setting up the class configuration for this device (code 56)
device driver : intel 7/24/2024 version:23.70.2.3
device resource settings: this device isn't using any resources because it has a problem....

any know what happened ? how to let this wifi work in windows 10 vm ? thanks.
 
Back
Top