Hi,
I've previously posted regarding the issues I faced after the Kernel 6.8.0-40 update here Kernel 6.8.0-40 update bricked my system (sort of). It outlined the steps I needed to take to return my gaming rig back to operation. I've since had time to review my ASUS ROG Zephyrus G15 and the missing WIFI driver issue.
The WIFI was functioning perfectly on Zorin OS 17 Pro 6.5.0-45
prior to the update. But since the update, it's no longer available.
sudo lshw -c network
...
*-network UNCLAIMED
description: Network controller
product: MEDIATEK Corp.
vendor: MEDIATEK Corp.
physical id: 0
bus info: pci@xxxx:xx:xx
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm cap_list
configuration: latency=0
resources: memory:xxxxxxx-xxxxxxx memory:xxxxxxx-xxxxxxx
And
sudo lspci -vv -s xx
xx Network controller: MEDIATEK Corp. Device 0616
Subsystem: Foxconn International, Inc. Device e0cd
...
Kernel modules: mt7921e
And
sudo lsmod | grep mt7921e
mt7921e 28672 0
mt7921_common 118784 1 mt7921e
mt76_connac_lib 102400 2 mt7921e,mt7921_common
mt76 135168 3 mt7921e,mt7921_common,mt76_connac_lib
Removed 6.8.0-40
and booted back to:
uname -a
Linux xxxxxxxx 6.5.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 15 16:40:02 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
WIFI is still broken exactly as before.
Any idea what I can try next?
Thanks.