I recently installed Xubuntu 20.04 in a refurbished machine with 8GB of RAM, I3 CPU and a IDE Hard drive of 250 GB and plugged it into the TV.
I am facing two issues which I think they might be related:
- I need to shutdown because if I reboot, then the wifi adapter does never connect to the modem. It simply spins for like 60 seconds and then a pop up message says "I am not connected to the network".
- The maximum download speed I get on this machine is 2Mb/s, while my connection at home is 15. I can get 5Mb/s when I use boot into windows instead of Linux. Obviously If I am downloading something or watching youtube any other page I want to open takes centuries to load so I am only able to do one thing at the time.
I see several questions with similar issues but they are for older Ubuntu version and those fixes did nothing for me.
Can someone advice how to overcome this issue in Xubuntu 20.04?
Information:
matias@telee:~$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 80:c1:6e:f4:15:a5 brd ff:ff:ff:ff:ff:ff
altname enp0s25
3: wlxd03745ebc655: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
link/ether d0:37:45:eb:c6:55 brd ff:ff:ff:ff:ff:ff
matias@telee:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 006: ID 2357:0109 TP-Link TL WN823N RTL8192EU
Bus 001 Device 005: ID 0c45:64ab Microdia
Bus 001 Device 004: ID 248a:8367 Maxxter
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
matias@telee:~$ lsmod | grep rt
rtl8xxxu 135168 0
mac80211 1024000 1 rtl8xxxu
cfg80211 888832 2 mac80211,rtl8xxxu
btrtl 24576 1 btusb
bluetooth 638976 41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
parport_pc 45056 0
parport 65536 3 parport_pc,lp,ppdev
lspci
orlsusb
accordingly to detect it. And if dual/booting with Windows then disabling its Fast Startup feature is a must. – ChanganAuto Aug 10 '21 at 00:40sudo journalctl -b 0 -u NetworkManager
. Readman journalctl
. – waltinator Aug 10 '21 at 01:42