Wifibox don't work on rtl8852be

I'm sorry that my English is not very good.
Today, i downloaded "FreeBSD-14.1-RELEASE-amd64-disc1.iso" and installed it. But i found my wifi card don't work, i couldn't see my wifi card after i run "ifconfig".
I want to use wifibox to let it work, i
I have followed this post
https://xyinn.org/md/freebsd/wifibox
to complete the configuration.
i found my card after run "pciconf -lv | less", It's like this

none1@pci0:1:0:0: ......
device = RTL8852BE......
class = network

I wirten "passthru=1/0/0" to /usr/local/etc/wifibox/bhyve.conf.
After Finishing all, i reboot and use dhclient wifibox0, but it reported can't revice dhcp.
Please help me, thanks a lot.
 
To use wifibox the systems CPU must support PCI passthrough .

Prerequisites

Before the installation, please check if those items are present on the target computer otherwise running the software might not be possible:

A CPU that is supported by bhyve PCI pass-through (I/O MMU) with~256 MB physical memory or less depending on the guest, and somedisk space available for the guest virtual disk image.

Check your system:


Host VT-d support can be determined by searching for a DMAR table in the ACPI tables with acpidump -t | grep DMAR

PCI card MSI/MSI-x support can be determined with pciconf -lc | grep MSI
 
Back
Top