Hello! g.lis...@nodeunit.com (George), 2021.06.30 (Wed) 01:41 (CEST): > I am running OpenBSD 6.9 the machine recognizes an earlier version of > the same wireless PCIe card, namely the WLE200NX but for some, > unknown to me reason, the WLE600VX is not recognized. I checked the > athn driver support for the chip set which should be AR9280 and it list it. > When I boot I get in dmesg: > "Atheros QCA986x/988x" rev 0x00 at pci1 dev 0 function 0 not configured
You have: https://www.pcengines.ch/wle600vx.htm Chipset Qualcomm Atheros QCA9882 "Expect some pain, ath10k drivers required. Currently not supported by pfSense / OPNsense !" => GCA9882 is not in athn(4). You want: https://www.pcengines.ch/wle200nx.htm Chipset Qualcomm Atheros AR9280. => AR9280 is in athn(4). I have the latter and it works, in an apu2. Marcus