Wifi on Dell 7490 Won't Turn On

Hi: I had trouble with the trackpad on a Dell E6420 running Ghost BSD, so I found


and purchased a Dell Latitude 7490, which was recommended on the above post as having no issues with BSD. But mine will not turn on the wireless card. Running MATE on GhostBSD with FreeBSD 15.0 from a USB drive (which does not allow me to edit /etc) , I cannot see any SSID's to connect to, and hovering over the MATE NetworkMgr icon, I get an error message that states that the wireless card is not turned on. I checked the BIOS, and there are two places under wireless that are checked "on". The machine came with Win 11 Pro, and that works, and I also checked it with MX Linux XFCE 25 from a USB drive, and that works, so it's not the card. The card itself is a Qualcomm QCA61x4A 802.11 ac. Despite the recommendation from neowin.net, I did not find this card on the list of supported wifi hardware at


Can anyone offer any suggestions on how to get this to work? Do I have to actually install BSD to get it to work? Thanks in advance
 
GhostBSD is not supported here.



Dell Latitude 7490, which was recommended on the above post as having no issues with BSD.
Aye. This lists the same model:

But, if you inspect the probe information, it mentions an Intel AX210, not the Qualcomm you have.

Code:
- Networking
  Device 1 Status: DETECTED
    em0@pci0:0:31:6:	class=0x020000 rev=0x21 hdr=0x00 vendor=0x8086 device=0x15d7 subvendor=0x1028 subdevice=0x081c
        vendor     = 'Intel Corporation'
        device     = 'Ethernet Connection (4) I219-LM'
        class      = network
  Device 2 Status: WORKS
    iwlwifi0@pci0:2:0:0:	class=0x028000 rev=0x1a hdr=0x00 vendor=0x8086 device=0x2725 subvendor=0x8086 subdevice=0x0024
        vendor     = 'Intel Corporation'
        device     = 'Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak]'
        class      = network

  Category Total Score: 2/2

That Intel AX210 certainly is supported, the Qualcomm QCA61x4A isn't. Don't know why yours has a different Wifi chipset, maybe Dell switched to a different supplier, or used whatever was in stock at the time. These things are usually in an M.2 socket on the mainboard nowadays, so easily swapped out for something else.
 
Back
Top