I have a new AMD PC setting up with Zorin, however WiFi adapter is not found.
The motherboard is a ASUS® ROG CROSSHAIR X870E HERO (AM5, DDR5, M.2 PCIe 5.0, Wi-Fi 7)
Anyone have an idea if WiFi 7 is supported? Everything else has installed fine. Have I purchased the wrong motherboard... first AMD system, was this an error .. eeeek
Attaching some images of terminal outputs after researching in the forum.
Are you able to use an Ethernet cable, and does that grant you internet access? If yes to both, launch to Software & Updates from the applications menu, and select the Additional Drivers tab. You might see something useful there, look specifically for network drivers.
Keep in mind that if the hardware components are newer than the version of the Linux kernel in use by Zorin OS 17 (which is not the latest) you might run into compatibility issues.
So the wireless card is a Mediatek 7927. Mediatek aren't known to be particularly lovely in linux land. However what I would ask is:
Are you dualbooting with windows? If yes, make sure fastboot is turned off in Windows, and secureboot and fast startup in the bios are also turned off.
Trying another distro with a newer kernel would be a good idea. It's possible they've included support in newer kernels, and you could add a newer one to Zorin as well (from a quick google, it seems even 6.10 wasn't supporting it, but it's possible newer does)
If you were able to get internet through either ethernet or a USB tether with a phone, you could then update your system, and then install a newer kernel to see. Personally, I would just try a distro with a newer kernel (such as Endeavour OS or MX Linux "AHS" edition) because you can just make a bootable usb of either and then boot in and see if you're able to use it or not.
You could try to update the kernel version to the latest stable version. You might find some improvements in drivers, although be ware that this could cause other issues. There are some users here that have done that (for various other reasons) with great success.
Take a look at this thread, following instructions for Zorin OS 17, and using linux-generic-6.12 for the kernel version.
Cheers ZZ, have tried this, assumed I'd need to live without the WIFI for the moment... but yesterday lost bluetooth, was hoping this would fix that but no luck.
Should I start a new topic for the bluetooth issue?
Some of the troubleshooting I have tried below also -
chaos@doom:~$ sudo apt reinstall --purge bluez gnome-bluetooth
[sudo] password for chaos:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 2 reinstalled, 0 to remove and 0 not to upgrade.
Need to get 21.3 kB/1,127 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 Index of /zorinos/stable/ubuntu jammy/main amd64 gnome-bluetooth all 42~3.34.5-10+zorin1 [21.3 kB]
Fetched 21.3 kB in 0s (118 kB/s)
(Reading database ... 310881 files and directories currently installed.)
Preparing to unpack .../bluez_5.64-0ubuntu1.4_amd64.deb ...
Unpacking bluez (5.64-0ubuntu1.4) over (5.64-0ubuntu1.4) ...
Preparing to unpack .../gnome-bluetooth_42~3.34.5-10+zorin1_all.deb ...
Unpacking gnome-bluetooth (42~3.34.5-10+zorin1) over (42~3.34.5-10+zorin1) ...
Setting up bluez (5.64-0ubuntu1.4) ...
Setting up gnome-bluetooth (42~3.34.5-10+zorin1) ...
Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
Processing triggers for man-db (2.10.2-1) ...
chaos@doom:~$ lsmod | grep bluetooth
bluetooth 1015808 13 btrtl,btmtk,btintel,btbcm,bnep,btusb
chaos@doom:~$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
Active: active (running) since Sat 2025-03-22 11:31:35 GMT; 37s ago
Docs: man:bluetoothd(8)
Main PID: 6612 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 112644)
Memory: 660.0K
CPU: 13ms
CGroup: /system.slice/bluetooth.service
└─6612 /usr/lib/bluetooth/bluetoothd
Mar 22 11:31:35 doom systemd[1]: Starting Bluetooth service...
Mar 22 11:31:35 doom bluetoothd[6612]: Bluetooth daemon 5.64
Mar 22 11:31:35 doom systemd[1]: Started Bluetooth service.
Mar 22 11:31:35 doom bluetoothd[6612]: Starting SDP server
Mar 22 11:31:35 doom bluetoothd[6612]: Bluetooth management interface 1.23 init>
~
~
~
~
~
~
lines 1-17/17 (END)