Intel NUC iwm0 (Intel Dual Band Wireless AC 8260) supported?

2023-05-30 Thread Gregory Shapiro
I recently obtained an Intel NUC and, of course, installed FreeBSD on it. Everything that I need works except for the built-in wireless. Though it shows at boot (as iwm0), after booting, it doesn't show up as a network interface. I tried installing the iwmbt-firmware-20221109 port and using i

Re: Intel NUC iwm0 (Intel Dual Band Wireless AC 8260) supported?

2023-05-30 Thread Gregory Shapiro
> For the interface, have you tried to create a vap (wlan) from the > parent device (iwm)? > Try: `ifconfig wlan create wlandev iwm0` Thank you! That was the magic I was missing.