So I have a Zephyrus G15 with Dual Boot with Ubuntu 21.10 and Windows 10.
When I first boot up Ubuntu the drivers worked fine off the bat for my Wi-fi MEDIATEK Corp card. But windows could not connect proprely to my router. So I uninstalled and resintalled the window's drivers for my wifi card. It worked, but now when i got back to Ubuntu I can't connect to the wifi not even the ethernet.
sudo lshw -c network:
description: Ethernet controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
version: 05
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:d000(size=256) memory:fc800000-fc80ffff memory:fc810000-fc813fff
*-network UNCLAIMED
description: Network controller
product: MEDIATEK Corp.
vendor: MEDIATEK Corp.
physical id: 0
bus info: pci@0000:04:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm cap_list
configuration: latency=0
resources: iomemory:fc0-fbf iomemory:fc0-fbf iomemory:fc0-fbf memory:fc20300000-fc203fffff memory:fc20400000-fc20403fff memory:fc20404000-fc20404fff
lspci
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Device 8162 (rev 05)
04:00.0 Network controller: MEDIATEK Corp. Device 7961
lspci -nnk | grep 0280 -A3
04:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7961]
Subsystem: AzureWave Device [1a3b:4680]
Kernel modules: mt7921e
05:00.0 Non-Volatile memory controller [0108]: SK hynix Device [1c5c:174a]
uname -r
5.13.0-19-generic
more info
https://paste.ubuntu.com/p/9Sz5G6xm33/
Is it possible that my Windows installation could have affected my Ubuntu? I booted Ubuntu from a flash drive and the drivers worked fine. I even tried updating the kernels to no avail.
what does it mean when it says: network UNCLAIMED
Thank you
lspci -nnk | grep 0280 -A3
followed byuname -r
– Error404 Jan 16 '22 at 04:04sudo dmesg | grep mt792
? – Error404 Jan 16 '22 at 07:39sudo dmesg | grep -i mediatek
, which yielded: [ 2.002089] usb 1-4: Manufacturer: MediaTek Inc. – Telegonicaxx Jan 16 '22 at 07:48