Ubuntu 20.04 No wifi adapter found Lenovo G5
By Jessica Wood •
I bought a new laptop (Lenovo legion G5) I installed windows & ubuntu in dual boot. On windows side my wireless adapter work as well, but on Ubuntu I got this message : No wifi adapter found.
I tried many solutions, I found this one wich is very similar to my laptop specs, but unfortunately when I execute this command :
cd rtw89 && make && sudo make installI got an error message :
cp: cannot stat 'rtl8852au*.bin': No such file or directorysudo 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:03:00.0 logical name: eno1 version: 15 serial: 90:2e:16:35:2a:ee size: 1Gbit/s 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-41-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.13 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s resources: irq:32 ioport:2000(size=256) memory:d1704000-d1704fff memory:d1700000-d1703fff
*-network UNCLAIMED description: Network controller product: Realtek Semiconductor Co., Ltd. vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:04:00.0 version: 00 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress cap_list configuration: latency=0 resources: ioport:1000(size=256) memory:d1600000-d16ffffflspci -v | grep -i network
04:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8852 1 Answer
Please add these steps to your process and report the result:
sudo mkdir /usr/lib/firmware/rtw89
sudo cp rtw8852a_fw.bin /usr/lib/firmware/rtw89/
sudo modprobe rtw89pci 6