You may think this is a similar problem due to both that topic and this one involving slow internet to some extent, but you’d be incorrect!
This is a different (I think?) issue that affects not just my current EndeavourOS install, but also my Ganymede Live USB for some reason.
information about my current installation (from fastfetch) is provided bellow:
As the title of this topic states, last week my download speed mysteriously dropped to ~20Mbit/s across my entire operating system. It has not gone back up since then, and I don’t know why.
The bellow tests are from speedtest.net, I can provide results for my current endeavouros install from speedtest-cli on request.
Not clear on what the connection type is used by the EOS install and what is used by the Win 11 IOT Enterprise LTSC. If both are on ethernet or on the same WiFi SSID then it should ring some alarm bells as the speed difference and ping latency is huge.
If they are not on the same network and the EOS install is on WiFi then check the following
How far is the EOS install from the WiFi router?
How many walls and glass surfaces are there between the EOS install and WiFi router? If possible try to reduce this.
If you connect the EOS install via a ethernet cable to the router does the speed increase substantially?
What is band that is used for connection to WiFi? 2.4 Ghz or 5 Ghz or 6 Ghz or something else? Higher the band closer the device needs to be the router. Lower the band, lower the throughput that one gets.
Check how many devices are connected to the WiFi SSID. Try to reduce them.
See the amount of interference in WiFi signal where your EOS install is placed. Sometimes, microwaves, other nearby WiFi routers and other interference cause a degradation in service.
have you check your internet configuration if all of them are in default settings? specially link negotiation… try to disable your connection then re-enable it if aint working delete your network profile then start new profile connection.
I disconnected from the gateway, deleted my network profile, stopped networkmanager with systemctl, started networkmanager again, then reconnected to the gateway. Nothing has changed.
Not sure what would’ve happened here since connecting while inside the live usb didn’t show better performance, but I had to try anyways.
I don’t remember ever touching this, probably because its only shown as an option for wired connections while the issue I’m having is with a wireless one. Is there anything else I should change?
I found with my specific wifi access points that the “metered” flag was not passed correctly to EnOS and because the default setting is “automatic” the speeds cratered. So for my setup, I had to go into the Wifi & networking configuration settings, select the wifi SSID, ‘general’ tab, and select ‘Metered=No’. Only then did I get normal speeds. I’m on KDE/Plasma.
Wired connection is unaffected.
As others have mentioned, check your UEFI/BIOS for any networking power-saving “features” since these can significantly impact network speeds.
Are there any specific keywords I should look for when searching? All I could find with what I had in mind at this time was the Network Stack Enabled setting, which appears unrelated since it was disabled since before I started having the problem.
do you have access to where you are connecting to? you might as well check that router/modem if there is some anomaly going on there like bandwidth throttling, arp spoofing, dns poisoning, etc. frequently restarting it on a weekly basis to prevent it glitching or in case someone got hack into it.
You’re running KDE Plasma 6 with Wayland but LightDM as your display manager — that’s a mismatch. SDDM is KDE’s native DM and handles Wayland sessions properly. This could be why your udev rules aren’t applying correctly after login.
for one, I’m unsure whether or not session initialization is the issue since this is also a problem on the live iso and not just my installation.
for another, I’ve already been using sddm for months by this point, and you can see in the note: for dm: 1: that lightdm was stopped. Using the commands you listed changed nothing