I have a dual boot system and my download speed as shown below is slow compared to the other OS running on my system.
Arch shows near 100 download speed while Manjaro only shows around 19.
[demo@Manjaro ~]$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from Spectrum (97.106.130.170)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Rapid Systems (Tampa, FL) [53.27 km]: 37.296 ms
Testing download speed................................................................................
Download: 18.70 Mbit/s
Testing upload speed......................................................................................................
Upload: 17.68 Mbit/s```
Here is some other info on my system. Let me know what else you need.
I think I fixed the code issue.
Here is the mirrorlist but I am just doing a speedtest. What does the mirrors have to do with that?
##
## Manjaro Linux custom mirrorlist
## Generated on 2024-08-29 11:00
##
## Please use 'pacman-mirrors -id' To reset custom mirrorlist
## Please use 'pacman-mirrors -c all' To reset custom mirrorlist
## To remove custom config run 'pacman-mirrors -c all'
##
## Country : United_States
Server = https://coresite.mm.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = https://ohioix.mm.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = https://nocix.mm.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = https://codingflyboy.mm.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = https://ridgewireless.mm.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = http://mirror.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = https://ask4.mm.fcix.net/manjaro/unstable/$repo/$arch
## Country : United_States
Server = https://opencolo.mm.fcix.net/manjaro/unstable/$repo/$arch
In this directory I have 4 files:
blacklist.conf iwl.conf mhwd-gpu.conf nvidia.conf
What is contained in these was put there by instructions I either read from other posts or was told to put in there for reasons I don’t remember now.
blacklist.conf:
# Disable intel mei (including mei_watchdog).
blacklist intel_pmc_bxt
blacklist iTCO_vendor_support
# Do not load the 'iTCO_wdt' watchdog module on boot.
blacklist iTCO_wdt
demo@Manjaro ~]$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from Spectrum (97.106.130.170)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Smart City Telecom (Lake Buena Vista, FL) [143.88 km]: 36.138 ms
Testing download speed................................................................................
Download: 16.49 Mbit/s
Testing upload speed......................................................................................................
Upload: 15.75 Mbit/s
Next will be speedtest from Arch on same machine.
[demo@archlinux ~]$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from Spectrum (97.106.130.170)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Smart City Telecom (Lake Buena Vista, FL) [143.88 km]: 28.069 ms
Testing download speed................................................................................
Download: 142.85 Mbit/s
Testing upload speed......................................................................................................
Upload: 20.72 Mbit/s
Well it looks like something in that file is the issue.
So should I try to figure out what is causing the issue or just move on?
I think I put all those lines in there trying to fix my problem I have with my bluetooth not working.
But that is another issue.
Thanks I will mark this solved.
Yup.
This would mean you dont get ac or n … so you would be stuck on g maximum. Which has a bandwidth of 54 M in the absolute best of circumstances.
Also
This should only be used in certain situations, and only on kernels older than 5.4.
Even then - it is expected to negatively impact your throughput.
No idea why you would have this.
This might save a bit of power, but is expected to increase latency (‘ping’).
Note: It also makes no sense that you have some ‘power saving’ options set … but in other options you attempt to disable the cards power-saving features.
Finally this one
Would disable a regulatory domain logic. I see some very old reports of some people needing to rely on this for some reason or another, and no idea whether this ever applied to you, but I think it may have been removed back around kernel 5.4.
I don’t remember for sure but I think all of those things were suggested to me to help with my bluetooth issue with this network card. Since it didn’t get the bluetooth working I just left them all there.