I have just installed Ubuntu 20.04 on my HP Envy laptop and Wifi connection is terrible: when it works it is very slow and sometimes it does not work at all. No issue on Windows 10.
Here is some info:
sirfabel@bellaplx01:~$ uname -a
Linux bellaplx01 5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
sirfabel@bellaplx01:~$ lspci | grep Ralink
07:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
07:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
It seems only rt28xx cards are supported:
sirfabel@bellaplx01:~$ lsmod | grep rt
rt2800pci 16384 0
rt2800mmio 20480 1 rt2800pci
rt2800lib 131072 2 rt2800mmio,rt2800pci
rt2x00pci 16384 1 rt2800pci
rt2x00mmio 16384 2 rt2800mmio,rt2800pci
rt2x00lib 61440 5 rt2x00mmio,rt2x00pci,rt2800mmio,rt2800pci,rt2800lib
Apparently this is a well-known issue, according to what I saw on the web... I tried to apply some patches I found on some forums, but none of them worked...
Can please someone help me?
Thanks!
/lib/firmware
directory? – darth_epoxy Sep 13 '20 at 09:25sudo apt update && sudo apt upgrade -y
thensudo service fwupd start
thensudo fwupdmgr refresh
thensudo fwupdmgr update
and let us know if the Realtek device firmware is listed in the output. – darth_epoxy Sep 15 '20 at 07:34