SLow wifi since updating to 18.04
up vote
9
down vote
favorite
Hi everyone
I've had some weird internet since upgrading.
first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.
Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04
what can i do to speed things up?
thanks
networking wireless internet
add a comment |
up vote
9
down vote
favorite
Hi everyone
I've had some weird internet since upgrading.
first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.
Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04
what can i do to speed things up?
thanks
networking wireless internet
Hi Syteanric, can you add some more information to your question? 1) The output ofdmesg | grep Linux
2) The output oflshw -C network
3) The output oflsusb
– Hee Jin
Apr 29 at 16:31
add a comment |
up vote
9
down vote
favorite
up vote
9
down vote
favorite
Hi everyone
I've had some weird internet since upgrading.
first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.
Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04
what can i do to speed things up?
thanks
networking wireless internet
Hi everyone
I've had some weird internet since upgrading.
first of all my wifi USB dongle stopped working so i thought it was broken, i replaced it and was getting speeds of under 1 mbps.
Since then I have had very poor download speeds, and surfing has been a bit hit and miss with some sites loading instantly, and others crawling. everything was fine using the same hardware on 16.04
what can i do to speed things up?
thanks
networking wireless internet
networking wireless internet
asked Apr 29 at 14:38
Syteanric
4612
4612
Hi Syteanric, can you add some more information to your question? 1) The output ofdmesg | grep Linux
2) The output oflshw -C network
3) The output oflsusb
– Hee Jin
Apr 29 at 16:31
add a comment |
Hi Syteanric, can you add some more information to your question? 1) The output ofdmesg | grep Linux
2) The output oflshw -C network
3) The output oflsusb
– Hee Jin
Apr 29 at 16:31
Hi Syteanric, can you add some more information to your question? 1) The output of
dmesg | grep Linux
2) The output of lshw -C network
3) The output of lsusb
– Hee Jin
Apr 29 at 16:31
Hi Syteanric, can you add some more information to your question? 1) The output of
dmesg | grep Linux
2) The output of lshw -C network
3) The output of lsusb
– Hee Jin
Apr 29 at 16:31
add a comment |
2 Answers
2
active
oldest
votes
up vote
8
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.
Check if it works first with:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi 11n_disable=1
Make it permanent with this command:
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
I did this and my wifi speeds instantly went back to normal.
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
add a comment |
up vote
0
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.
That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.
Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
8
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.
Check if it works first with:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi 11n_disable=1
Make it permanent with this command:
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
I did this and my wifi speeds instantly went back to normal.
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
add a comment |
up vote
8
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.
Check if it works first with:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi 11n_disable=1
Make it permanent with this command:
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
I did this and my wifi speeds instantly went back to normal.
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
add a comment |
up vote
8
down vote
up vote
8
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.
Check if it works first with:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi 11n_disable=1
Make it permanent with this command:
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
I did this and my wifi speeds instantly went back to normal.
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips. The solution is to turn it off.
Check if it works first with:
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi 11n_disable=1
Make it permanent with this command:
echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
I did this and my wifi speeds instantly went back to normal.
answered May 18 at 2:45
Ben Warren
812
812
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
add a comment |
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
Worked for me, thanks!
– eskararriba
Jun 22 at 8:12
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
This disables support for n-band wireless connections, correct? That should be noted in this answer if so. wiki.debian.org/iwlwifi
– ckeeney
Aug 21 at 17:04
add a comment |
up vote
0
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.
That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.
Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!
add a comment |
up vote
0
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.
That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.
Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!
add a comment |
up vote
0
down vote
up vote
0
down vote
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.
That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.
Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!
I just fixed this on ubuntu 18.04 - turns out there is some kind of issue with 802.11n and iwlwifi Intel chips.
That's for sure 8-) ! With a Advanced-N 6200 in a computer I just picked up, I was getting freezes (no LEDs so I don't know if the kernel paniced..) within a minute or two once I started rsync'ing some files over. 11n_disable=1 solved this for me.
Update: Actually I had freezes with 11n_disable=1 also; I popped my case open and found the card was not fully seated!
edited Oct 18 at 19:36
answered Oct 16 at 4:24
user153822
762
762
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f1029723%2fslow-wifi-since-updating-to-18-04%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
Hi Syteanric, can you add some more information to your question? 1) The output of
dmesg | grep Linux
2) The output oflshw -C network
3) The output oflsusb
– Hee Jin
Apr 29 at 16:31