Abnormally slow speeds downloading from Steam
I'm trying to download Terraria in this case, and I have tested the download speed of this computer's adapter already; 1.5mb/s. Despite this, downloading things in Steam will only reach up to 150kb/s. I have switched from 4 servers, I live in Florida so I tried Houston, Atlanta, New York, and Miami. All 4 gave me the same speed or worse. Please help.
I have another computer with Steam on it that runs Windows 10, but can download up to 3mb/s. This is an issue on here.
steam linux
add a comment |
I'm trying to download Terraria in this case, and I have tested the download speed of this computer's adapter already; 1.5mb/s. Despite this, downloading things in Steam will only reach up to 150kb/s. I have switched from 4 servers, I live in Florida so I tried Houston, Atlanta, New York, and Miami. All 4 gave me the same speed or worse. Please help.
I have another computer with Steam on it that runs Windows 10, but can download up to 3mb/s. This is an issue on here.
steam linux
Another thing to note is that whenever I try to download things, after trying to use things like Firefox, the whole computer is now as slow as Steam was.
– F0rZ3r0
Jan 31 '16 at 23:40
add a comment |
I'm trying to download Terraria in this case, and I have tested the download speed of this computer's adapter already; 1.5mb/s. Despite this, downloading things in Steam will only reach up to 150kb/s. I have switched from 4 servers, I live in Florida so I tried Houston, Atlanta, New York, and Miami. All 4 gave me the same speed or worse. Please help.
I have another computer with Steam on it that runs Windows 10, but can download up to 3mb/s. This is an issue on here.
steam linux
I'm trying to download Terraria in this case, and I have tested the download speed of this computer's adapter already; 1.5mb/s. Despite this, downloading things in Steam will only reach up to 150kb/s. I have switched from 4 servers, I live in Florida so I tried Houston, Atlanta, New York, and Miami. All 4 gave me the same speed or worse. Please help.
I have another computer with Steam on it that runs Windows 10, but can download up to 3mb/s. This is an issue on here.
steam linux
steam linux
asked Jan 30 '16 at 13:39
F0rZ3r0F0rZ3r0
418
418
Another thing to note is that whenever I try to download things, after trying to use things like Firefox, the whole computer is now as slow as Steam was.
– F0rZ3r0
Jan 31 '16 at 23:40
add a comment |
Another thing to note is that whenever I try to download things, after trying to use things like Firefox, the whole computer is now as slow as Steam was.
– F0rZ3r0
Jan 31 '16 at 23:40
Another thing to note is that whenever I try to download things, after trying to use things like Firefox, the whole computer is now as slow as Steam was.
– F0rZ3r0
Jan 31 '16 at 23:40
Another thing to note is that whenever I try to download things, after trying to use things like Firefox, the whole computer is now as slow as Steam was.
– F0rZ3r0
Jan 31 '16 at 23:40
add a comment |
5 Answers
5
active
oldest
votes
Might be a silly suggestion but have you tried going into Settings
and checking whether there's a bandwidth download limit set on your account?
It's found under the Downloads
tab. Once clicked, there should be a little dropdown menu.
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
add a comment |
I had the same problem and the dnsmasq solution did not work for me, neither did changing download server or set a download limit. I hope this will help others in the future:
The problem for me was that my steam folder was on a mounted ntfs partition with sync enabled (check /etc/fstab). That throttles write-speed significantly. Change sync to async and I have normal writing speeds which means Steam can download at full speed, too.
add a comment |
I just figured out my issue. For whatever reason, it was really slow because I didn't install something called dnsmasq. I'm running Xubuntu, so it would work after a restart because a version of it was already installed that was dnsmasq-base. I don't completely understand what this even did, but it made my download speeds go from 150kb/s to my normal speeds.
Hope this helps anyone else having my issue :)
add a comment |
I found another solution to installing dnsmasq
. You use unbound
instead.
# apt-get install unbound # do this first or you'll be sad
# cd /etc/NetworkManager
# service NetworkManager stop
# vi NetworkManager.conf # or whatever editor you want; I don't care
[change "dns=dnsmasq" to "dns=unbound"]
# rm /etc/resolv.conf # don't forget this
# service NetworkManager start
This would tell DNS queries to go through your local unbound server (at 127.0.0.1 a.k.a. localhost), retries over TCP should work as expected, and Steam should be able to download just fine. You can test it with:
# nslookup cdn.comcast.cs.steampowered.com
This, together with marts' answer helped me solve this issue. For a better explaination of why the above works, see this post.
add a comment |
I just fixed my issue with this somehow i just thought it might work and it did what i did was "sudo systemctl disable systemd-resolved"
"sudo systemctl stop systemd-resolved"
and then
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
idk how tf this work but it did :)
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "41"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f253695%2fabnormally-slow-speeds-downloading-from-steam%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
Might be a silly suggestion but have you tried going into Settings
and checking whether there's a bandwidth download limit set on your account?
It's found under the Downloads
tab. Once clicked, there should be a little dropdown menu.
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
add a comment |
Might be a silly suggestion but have you tried going into Settings
and checking whether there's a bandwidth download limit set on your account?
It's found under the Downloads
tab. Once clicked, there should be a little dropdown menu.
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
add a comment |
Might be a silly suggestion but have you tried going into Settings
and checking whether there's a bandwidth download limit set on your account?
It's found under the Downloads
tab. Once clicked, there should be a little dropdown menu.
Might be a silly suggestion but have you tried going into Settings
and checking whether there's a bandwidth download limit set on your account?
It's found under the Downloads
tab. Once clicked, there should be a little dropdown menu.
answered Jan 30 '16 at 14:08
EllenEllen
712
712
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
add a comment |
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
Unfortunately, this doesn't seem to be my issue. Thanks for the help though.
– F0rZ3r0
Jan 31 '16 at 23:38
add a comment |
I had the same problem and the dnsmasq solution did not work for me, neither did changing download server or set a download limit. I hope this will help others in the future:
The problem for me was that my steam folder was on a mounted ntfs partition with sync enabled (check /etc/fstab). That throttles write-speed significantly. Change sync to async and I have normal writing speeds which means Steam can download at full speed, too.
add a comment |
I had the same problem and the dnsmasq solution did not work for me, neither did changing download server or set a download limit. I hope this will help others in the future:
The problem for me was that my steam folder was on a mounted ntfs partition with sync enabled (check /etc/fstab). That throttles write-speed significantly. Change sync to async and I have normal writing speeds which means Steam can download at full speed, too.
add a comment |
I had the same problem and the dnsmasq solution did not work for me, neither did changing download server or set a download limit. I hope this will help others in the future:
The problem for me was that my steam folder was on a mounted ntfs partition with sync enabled (check /etc/fstab). That throttles write-speed significantly. Change sync to async and I have normal writing speeds which means Steam can download at full speed, too.
I had the same problem and the dnsmasq solution did not work for me, neither did changing download server or set a download limit. I hope this will help others in the future:
The problem for me was that my steam folder was on a mounted ntfs partition with sync enabled (check /etc/fstab). That throttles write-speed significantly. Change sync to async and I have normal writing speeds which means Steam can download at full speed, too.
answered Nov 26 '16 at 14:52
martsmarts
1485
1485
add a comment |
add a comment |
I just figured out my issue. For whatever reason, it was really slow because I didn't install something called dnsmasq. I'm running Xubuntu, so it would work after a restart because a version of it was already installed that was dnsmasq-base. I don't completely understand what this even did, but it made my download speeds go from 150kb/s to my normal speeds.
Hope this helps anyone else having my issue :)
add a comment |
I just figured out my issue. For whatever reason, it was really slow because I didn't install something called dnsmasq. I'm running Xubuntu, so it would work after a restart because a version of it was already installed that was dnsmasq-base. I don't completely understand what this even did, but it made my download speeds go from 150kb/s to my normal speeds.
Hope this helps anyone else having my issue :)
add a comment |
I just figured out my issue. For whatever reason, it was really slow because I didn't install something called dnsmasq. I'm running Xubuntu, so it would work after a restart because a version of it was already installed that was dnsmasq-base. I don't completely understand what this even did, but it made my download speeds go from 150kb/s to my normal speeds.
Hope this helps anyone else having my issue :)
I just figured out my issue. For whatever reason, it was really slow because I didn't install something called dnsmasq. I'm running Xubuntu, so it would work after a restart because a version of it was already installed that was dnsmasq-base. I don't completely understand what this even did, but it made my download speeds go from 150kb/s to my normal speeds.
Hope this helps anyone else having my issue :)
answered Jan 31 '16 at 23:53
F0rZ3r0F0rZ3r0
418
418
add a comment |
add a comment |
I found another solution to installing dnsmasq
. You use unbound
instead.
# apt-get install unbound # do this first or you'll be sad
# cd /etc/NetworkManager
# service NetworkManager stop
# vi NetworkManager.conf # or whatever editor you want; I don't care
[change "dns=dnsmasq" to "dns=unbound"]
# rm /etc/resolv.conf # don't forget this
# service NetworkManager start
This would tell DNS queries to go through your local unbound server (at 127.0.0.1 a.k.a. localhost), retries over TCP should work as expected, and Steam should be able to download just fine. You can test it with:
# nslookup cdn.comcast.cs.steampowered.com
This, together with marts' answer helped me solve this issue. For a better explaination of why the above works, see this post.
add a comment |
I found another solution to installing dnsmasq
. You use unbound
instead.
# apt-get install unbound # do this first or you'll be sad
# cd /etc/NetworkManager
# service NetworkManager stop
# vi NetworkManager.conf # or whatever editor you want; I don't care
[change "dns=dnsmasq" to "dns=unbound"]
# rm /etc/resolv.conf # don't forget this
# service NetworkManager start
This would tell DNS queries to go through your local unbound server (at 127.0.0.1 a.k.a. localhost), retries over TCP should work as expected, and Steam should be able to download just fine. You can test it with:
# nslookup cdn.comcast.cs.steampowered.com
This, together with marts' answer helped me solve this issue. For a better explaination of why the above works, see this post.
add a comment |
I found another solution to installing dnsmasq
. You use unbound
instead.
# apt-get install unbound # do this first or you'll be sad
# cd /etc/NetworkManager
# service NetworkManager stop
# vi NetworkManager.conf # or whatever editor you want; I don't care
[change "dns=dnsmasq" to "dns=unbound"]
# rm /etc/resolv.conf # don't forget this
# service NetworkManager start
This would tell DNS queries to go through your local unbound server (at 127.0.0.1 a.k.a. localhost), retries over TCP should work as expected, and Steam should be able to download just fine. You can test it with:
# nslookup cdn.comcast.cs.steampowered.com
This, together with marts' answer helped me solve this issue. For a better explaination of why the above works, see this post.
I found another solution to installing dnsmasq
. You use unbound
instead.
# apt-get install unbound # do this first or you'll be sad
# cd /etc/NetworkManager
# service NetworkManager stop
# vi NetworkManager.conf # or whatever editor you want; I don't care
[change "dns=dnsmasq" to "dns=unbound"]
# rm /etc/resolv.conf # don't forget this
# service NetworkManager start
This would tell DNS queries to go through your local unbound server (at 127.0.0.1 a.k.a. localhost), retries over TCP should work as expected, and Steam should be able to download just fine. You can test it with:
# nslookup cdn.comcast.cs.steampowered.com
This, together with marts' answer helped me solve this issue. For a better explaination of why the above works, see this post.
answered Aug 24 '18 at 10:23
RenierRenier
18729
18729
add a comment |
add a comment |
I just fixed my issue with this somehow i just thought it might work and it did what i did was "sudo systemctl disable systemd-resolved"
"sudo systemctl stop systemd-resolved"
and then
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
idk how tf this work but it did :)
New contributor
add a comment |
I just fixed my issue with this somehow i just thought it might work and it did what i did was "sudo systemctl disable systemd-resolved"
"sudo systemctl stop systemd-resolved"
and then
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
idk how tf this work but it did :)
New contributor
add a comment |
I just fixed my issue with this somehow i just thought it might work and it did what i did was "sudo systemctl disable systemd-resolved"
"sudo systemctl stop systemd-resolved"
and then
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
idk how tf this work but it did :)
New contributor
I just fixed my issue with this somehow i just thought it might work and it did what i did was "sudo systemctl disable systemd-resolved"
"sudo systemctl stop systemd-resolved"
and then
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
idk how tf this work but it did :)
New contributor
New contributor
answered 2 mins ago
bigsbigs
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f253695%2fabnormally-slow-speeds-downloading-from-steam%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Another thing to note is that whenever I try to download things, after trying to use things like Firefox, the whole computer is now as slow as Steam was.
– F0rZ3r0
Jan 31 '16 at 23:40