0

I can't use wireless network(WiFi). I can't install WiFi drivers

lspci -v | grep -i network
03:00.0 Network controller: MEDIATEK Corp. Device 7961

sudo lshw -C network -network
description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:02:00.0 logical name: enp2s0 version: 15 serial: 7c:8a:e1:a4:bf:ea capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.11.0-27-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair resources: irq:42 ioport:2000(size=256) memory:d1704000-d1704fff memory:d1700000-d1703fff
-network UNCLAIMED description: Network controller product: MEDIATEK Corp. vendor: MEDIATEK Corp. physical id: 0 bus info: pci@0000:03: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:fc02000000-fc020fffff memory:fc02100000-fc02103fff memory:fc02104000-fc02104fff *-network description: Ethernet interface physical id: 2 bus info: usb@1:2 logical name: enx00a0c6000000 serial: 00:a0:c6:00:00:00 capabilities: ethernet physical configuration: broadcast=yes driver=rndis_host driverversion=5.11.0-27-generic firmware=RNDIS device ip=10.0.0.100 link=yes multicast=yes

I can't understand which drivers I have to install. RTL8111 or MEDIATEK 7961 for wifi. or upgrading kernel to 15 may solve this.

uname -r
5.11.0-27-generic
Lex
  • 1

1 Answers1

-1

after a lot of time of searching updating kernel fixed my issue. From 5.11 to 5.13. The instructions are here. Also with download third party options and download updates (while installing ubuntu) with connected ethernet also helped me with installing WiFi.

sudo apt-get update
sudo apt-get dist-upgrade
Lex
  • 1