My internet speed is very slow (even if I get 150/200 Mb/s with the speedtest).
I get also the error “Connection failed” often, and it keeps connecting and disconnecting… it is really annoying.
When I “ifconfig” I see 442 dropped packets. Could this be the reason?
certainly
That usually indicates a problem with the internet connection at ‘some point’
It may be between your pc and router, between the router and isp gateway, or somewhere else on the internet.
Using ping and testing various sites may provide some clues.
You usually can ‘fix’ only problems on your pc and between the pc and router.
and how can I check what’s the problem and what can I do to solve it?
I have dual boot and in windows I have no problem whatsoever with the internet connection. I guess it is a problem in Fedora, maybe some driver idk, any help?
I am assuming you have an ethernet wired connection between your router and computer.
So, the things to check are:
Are both ends of the cable securely fastened into the RJ45 sockets? – they should not come out or move out when gently pulled. Should fit snugly
check the cable itself — if your are running on a 1Gbps network, the minimum cable spec should be CAT 5e. Look along the cable, there will be writing on it and one of those small sections of writing will have the Category (CAT) of the cable
cable should be smooth and uniform along its entire length, no kinks/pinched/crushed/nicked/skinned areas AND the internal wires should not be exposed at the ends.
RJ45 sockets in the computer and router should be clean and you should be able to clearly see 8 copper wires inside. They should be straight and uniformly spaced. The edges around the socket should be flat/uniform
If all those checks are in a good state, then you have a problem with either the router or the network interface in the computer.
Ok, on a wireless interface it is not that uncommon to see a few dropped packets (422 is not a lot).
As for the disconnects, a lot of times this has to do with the power management. So, depending on which type of wireless interface you have (USB dongle, internal PICe card ,…) you need to find the specific settings that explicitly disable the power management. IF that does not fix the issues, then you have a bit of work to do to fix. Could be overheating, could be a bad driver, could be a bad router … and on and on … … you will need to eliminate the cause by testing one thing at a time … (yeah, I know, a real pain! … but that’s how you do it )
Hmmm … try doing a WiFi audit to see how many access points are running at the same signal strength as yours. This sounds a lot like interference at this point.
Ok, looks like you are not getting much contention in the RF space … that’s good.
Let’s give this a try then:
Need to do as root or via sudo
create a file in /etc/modprobe.d named rtw8852be.conf
put these lines in the file
options rtw89_pci disable_aspm_l1=y disable_aspm_l1ss=y
options rtw89pci disable_aspm_l1=y disable_aspm_l1ss=y
options rtw89_core disable_ps_mode=y
options rtw89core disable_ps_mode=y
It’s possible … Realtek wireless cards seem to have way more issues than the iNtel Wireless cards in my experience … I usually avoid Realtek …
Are you using the driver that came with Linux or is a 3rd party driver from GIT?