Compex WLE600VX WiFi AC => FreeBSD 12 support

Hello,

I would like to ask about the current status of WIFI AC support on FreeBSD 12.x. Specifically, I am interested in the support of a Compex WLE600VX WiFi card, which I would like to run under OPNsense 20.7.x (based on FreeBSD 12). Currently the WIFI card is not recognized out of the box under OPNsense...
 
Currently, the best way to have fast Wifi with FreeBSD is to connect an external AP (access point) with a LAN cable, and run the AP in bridge mode or client mode. I’ve been using a “Devolo Access Point One” like that, it works very well.
 
Is it 168c:003c? Try to find drivers
No, that won’t work, because it’s not a question of just finding a driver.
FreeBSDs WLAN stack currently does not support 802.11ac (a.k.a. “WiFi 5”), let alone 802.11ax (a.k.a. “WiFi 6”).
Using an appropriate driver might get you WLAN access, but only with the older (and slower) B/G/N modes, not AC or AX.

As I mentioned above, currently the only way to get fast WLAN access with FreeBSD is to use an external access point in bridge/client mode.
 
  • Like
Reactions: a6h
No, that won’t work, because it’s not a question of just finding a driver.
FreeBSDs WLAN stack currently does not support 802.11ac (a.k.a. “WiFi 5”), let alone 802.11ax (a.k.a. “WiFi 6”).
Using an appropriate driver might get you WLAN access, but only with the older (and slower) B/G/N modes, not AC or AX.

As I mentioned above, currently the only way to get fast WLAN access with FreeBSD is to use an external access point in bridge/client mode.

I doubt the driver for this old card (QCA986x/988x) exists in FreeBSD-*. Need this code to make it work somehow even in b/g/n mode.
 
Alternatively, to get 802.11ac on FreeBSD is using a Linux driver on OpenWRT or linux in bhyve:


 
Currently, the best way to have fast Wifi with FreeBSD is to connect an external AP (access point) with a LAN cable, and run the AP in bridge mode or client mode. I’ve been using a “Devolo Access Point One” like that, it works very well.
Indeed, I've been using this method for years just fine. OpenWrt (master/trunk) work really well with ath10k hardware/devices (ipq4018/19) but it's not for everyone.
 
Back
Top