I've recently installed Linux to dual boot, so i'm a complete noob and the answer may be obvious.
Note that i am using Ralink Technology, Corp. RT5370 Wireless Adapter
judging by lsusb
But the internet speed, compared to windows when using the same wireless usb adapter, in the same conditions, is immensely different.
On Windows i get 50-60 Mb/s, while on Linux it struggles to reach even 10Mb/s.
Here are the results i get using sudo lshw -c network
*-network
description: Wireless interface
physical id: 5
bus info: usb@1:7
logical name: wlx000ce7006de1
serial: 00:0c:e7:00:6d:e1
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rt2800usb driverversion=5.19.0-35-generic firmware=0.36 ip=192.168.3.5 link=yes multicast=yes wireless=IEEE 802.11
And this is what i get using ifconfig
wlx000ce7006de1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.3.5 netmask 255.255.255.0 broadcast 192.168.3.255
inet6 fe80::8edc:240a:af9b:92d2 prefixlen 64 scopeid 0x20<link>
ether 00:0c:e7:00:6d:e1 txqueuelen 1000 (Ethernet)
RX packets 16150 bytes 14265673 (14.2 MB)
RX errors 0 dropped 165 overruns 0 frame 0
TX packets 16629 bytes 15405739 (15.4 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Can anyone help please? The OS is unusable if i can't fix this issue.
EDIT: forgot to mention that i used almost every solution in Here to no avail