Problem with dropping internet and slow wireless connectionâ¦Complete N00B
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I've recently installed Ubuntu 17.10 on a Macbook Pro (Mid 2012). It's not dual boot so is my only os. I've noticed a few problems with the internet connection, the first being that I am only averaging around 20mb download speeds when I was receiving my usual 80mp/s on Mac OS and this is still the case when doing a speed test on my iPhone and android tablet.
The other issue is that my wireless internet connection will die after awhile, sometimes after 2 mins, sometimes 2 hours, requiring a reboot to restore the signal.
I'm quite computer literate, but linux is completely new to me so when searching for solutions, although I can find similar problems, I can't seem to find a solution for my particular wireless adapter. Is there anybody willing to reply with a step by step guide to a solution? I would really appreciate it. I'm enjoying my linux experience so far, but this has put a huge dampener on my enthusiasm and I'm considering switching back because of it.
Running lspci -nnk | grep 0280 -A3 gives me the following.....
02:00.0 Network controller [0280]: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
iwconfig gives me.....
wlp2s0b1 IEEE 802.11 ESSID:"BTHub5-9W95"
Mode:Managed Frequency:2.437 GHz Access Point: 90:72:82:83:5E:2F
Bit Rate=24 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=58/70 Signal level=-52 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2319 Invalid misc:5084 Missed beacon:0
enp1s0f0 no wireless extensions.
lo no wireless extensions.
I do have another problem setting up a dual boot with windows, but I'll leave that to see if I can get a solution to these issues first.
Thank you all in advance....
networking wireless internet
 |Â
show 1 more comment
up vote
0
down vote
favorite
I've recently installed Ubuntu 17.10 on a Macbook Pro (Mid 2012). It's not dual boot so is my only os. I've noticed a few problems with the internet connection, the first being that I am only averaging around 20mb download speeds when I was receiving my usual 80mp/s on Mac OS and this is still the case when doing a speed test on my iPhone and android tablet.
The other issue is that my wireless internet connection will die after awhile, sometimes after 2 mins, sometimes 2 hours, requiring a reboot to restore the signal.
I'm quite computer literate, but linux is completely new to me so when searching for solutions, although I can find similar problems, I can't seem to find a solution for my particular wireless adapter. Is there anybody willing to reply with a step by step guide to a solution? I would really appreciate it. I'm enjoying my linux experience so far, but this has put a huge dampener on my enthusiasm and I'm considering switching back because of it.
Running lspci -nnk | grep 0280 -A3 gives me the following.....
02:00.0 Network controller [0280]: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
iwconfig gives me.....
wlp2s0b1 IEEE 802.11 ESSID:"BTHub5-9W95"
Mode:Managed Frequency:2.437 GHz Access Point: 90:72:82:83:5E:2F
Bit Rate=24 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=58/70 Signal level=-52 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2319 Invalid misc:5084 Missed beacon:0
enp1s0f0 no wireless extensions.
lo no wireless extensions.
I do have another problem setting up a dual boot with windows, but I'll leave that to see if I can get a solution to these issues first.
Thank you all in advance....
networking wireless internet
Let's start by identifying your wireless device and see if it has the correct driver. We will use the terminal because we can gather the information quickly and accurately. Please open a terminal Ctrl+Alt+t and run:lspci -nnk | grep 0280 -A3
Next, edit your question to add the result. Welcome to Ask Ubuntu.
â chili555
Feb 27 at 22:15
Wow! Quick reply - thank you! I've edited my question with the result of my terminal query.
â Graeme Heddle
Feb 27 at 22:33
Please edit to add results foriwconfig
â Jeremy31
Feb 27 at 22:34
Any clues in the log?dmesg | grep -e b43 -e bcma
As the result may be lengthy, paste the result here and give us the link: paste.ubuntu.com
â chili555
Feb 27 at 22:36
paste.ubuntu.com/p/jbMRFjVgBZ
â Graeme Heddle
Feb 27 at 22:39
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've recently installed Ubuntu 17.10 on a Macbook Pro (Mid 2012). It's not dual boot so is my only os. I've noticed a few problems with the internet connection, the first being that I am only averaging around 20mb download speeds when I was receiving my usual 80mp/s on Mac OS and this is still the case when doing a speed test on my iPhone and android tablet.
The other issue is that my wireless internet connection will die after awhile, sometimes after 2 mins, sometimes 2 hours, requiring a reboot to restore the signal.
I'm quite computer literate, but linux is completely new to me so when searching for solutions, although I can find similar problems, I can't seem to find a solution for my particular wireless adapter. Is there anybody willing to reply with a step by step guide to a solution? I would really appreciate it. I'm enjoying my linux experience so far, but this has put a huge dampener on my enthusiasm and I'm considering switching back because of it.
Running lspci -nnk | grep 0280 -A3 gives me the following.....
02:00.0 Network controller [0280]: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
iwconfig gives me.....
wlp2s0b1 IEEE 802.11 ESSID:"BTHub5-9W95"
Mode:Managed Frequency:2.437 GHz Access Point: 90:72:82:83:5E:2F
Bit Rate=24 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=58/70 Signal level=-52 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2319 Invalid misc:5084 Missed beacon:0
enp1s0f0 no wireless extensions.
lo no wireless extensions.
I do have another problem setting up a dual boot with windows, but I'll leave that to see if I can get a solution to these issues first.
Thank you all in advance....
networking wireless internet
I've recently installed Ubuntu 17.10 on a Macbook Pro (Mid 2012). It's not dual boot so is my only os. I've noticed a few problems with the internet connection, the first being that I am only averaging around 20mb download speeds when I was receiving my usual 80mp/s on Mac OS and this is still the case when doing a speed test on my iPhone and android tablet.
The other issue is that my wireless internet connection will die after awhile, sometimes after 2 mins, sometimes 2 hours, requiring a reboot to restore the signal.
I'm quite computer literate, but linux is completely new to me so when searching for solutions, although I can find similar problems, I can't seem to find a solution for my particular wireless adapter. Is there anybody willing to reply with a step by step guide to a solution? I would really appreciate it. I'm enjoying my linux experience so far, but this has put a huge dampener on my enthusiasm and I'm considering switching back because of it.
Running lspci -nnk | grep 0280 -A3 gives me the following.....
02:00.0 Network controller [0280]: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Limited BCM4331 802.11a/b/g/n [14e4:4331]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
iwconfig gives me.....
wlp2s0b1 IEEE 802.11 ESSID:"BTHub5-9W95"
Mode:Managed Frequency:2.437 GHz Access Point: 90:72:82:83:5E:2F
Bit Rate=24 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=58/70 Signal level=-52 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2319 Invalid misc:5084 Missed beacon:0
enp1s0f0 no wireless extensions.
lo no wireless extensions.
I do have another problem setting up a dual boot with windows, but I'll leave that to see if I can get a solution to these issues first.
Thank you all in advance....
networking wireless internet
networking wireless internet
edited Feb 27 at 22:40
asked Feb 27 at 22:08
![](https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=32)
Graeme Heddle
11
11
Let's start by identifying your wireless device and see if it has the correct driver. We will use the terminal because we can gather the information quickly and accurately. Please open a terminal Ctrl+Alt+t and run:lspci -nnk | grep 0280 -A3
Next, edit your question to add the result. Welcome to Ask Ubuntu.
â chili555
Feb 27 at 22:15
Wow! Quick reply - thank you! I've edited my question with the result of my terminal query.
â Graeme Heddle
Feb 27 at 22:33
Please edit to add results foriwconfig
â Jeremy31
Feb 27 at 22:34
Any clues in the log?dmesg | grep -e b43 -e bcma
As the result may be lengthy, paste the result here and give us the link: paste.ubuntu.com
â chili555
Feb 27 at 22:36
paste.ubuntu.com/p/jbMRFjVgBZ
â Graeme Heddle
Feb 27 at 22:39
 |Â
show 1 more comment
Let's start by identifying your wireless device and see if it has the correct driver. We will use the terminal because we can gather the information quickly and accurately. Please open a terminal Ctrl+Alt+t and run:lspci -nnk | grep 0280 -A3
Next, edit your question to add the result. Welcome to Ask Ubuntu.
â chili555
Feb 27 at 22:15
Wow! Quick reply - thank you! I've edited my question with the result of my terminal query.
â Graeme Heddle
Feb 27 at 22:33
Please edit to add results foriwconfig
â Jeremy31
Feb 27 at 22:34
Any clues in the log?dmesg | grep -e b43 -e bcma
As the result may be lengthy, paste the result here and give us the link: paste.ubuntu.com
â chili555
Feb 27 at 22:36
paste.ubuntu.com/p/jbMRFjVgBZ
â Graeme Heddle
Feb 27 at 22:39
Let's start by identifying your wireless device and see if it has the correct driver. We will use the terminal because we can gather the information quickly and accurately. Please open a terminal Ctrl+Alt+t and run:
lspci -nnk | grep 0280 -A3
Next, edit your question to add the result. Welcome to Ask Ubuntu.â chili555
Feb 27 at 22:15
Let's start by identifying your wireless device and see if it has the correct driver. We will use the terminal because we can gather the information quickly and accurately. Please open a terminal Ctrl+Alt+t and run:
lspci -nnk | grep 0280 -A3
Next, edit your question to add the result. Welcome to Ask Ubuntu.â chili555
Feb 27 at 22:15
Wow! Quick reply - thank you! I've edited my question with the result of my terminal query.
â Graeme Heddle
Feb 27 at 22:33
Wow! Quick reply - thank you! I've edited my question with the result of my terminal query.
â Graeme Heddle
Feb 27 at 22:33
Please edit to add results for
iwconfig
â Jeremy31
Feb 27 at 22:34
Please edit to add results for
iwconfig
â Jeremy31
Feb 27 at 22:34
Any clues in the log?
dmesg | grep -e b43 -e bcma
As the result may be lengthy, paste the result here and give us the link: paste.ubuntu.comâ chili555
Feb 27 at 22:36
Any clues in the log?
dmesg | grep -e b43 -e bcma
As the result may be lengthy, paste the result here and give us the link: paste.ubuntu.comâ chili555
Feb 27 at 22:36
paste.ubuntu.com/p/jbMRFjVgBZ
â Graeme Heddle
Feb 27 at 22:39
paste.ubuntu.com/p/jbMRFjVgBZ
â Graeme Heddle
Feb 27 at 22:39
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try to check the router's settings first. Here is the detailed instruction 192.168.l.l with its help I can solve issues with Internet connection and Wi-Fi in a few clicks. Hope it works out in your case too.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try to check the router's settings first. Here is the detailed instruction 192.168.l.l with its help I can solve issues with Internet connection and Wi-Fi in a few clicks. Hope it works out in your case too.
add a comment |Â
up vote
0
down vote
Try to check the router's settings first. Here is the detailed instruction 192.168.l.l with its help I can solve issues with Internet connection and Wi-Fi in a few clicks. Hope it works out in your case too.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Try to check the router's settings first. Here is the detailed instruction 192.168.l.l with its help I can solve issues with Internet connection and Wi-Fi in a few clicks. Hope it works out in your case too.
Try to check the router's settings first. Here is the detailed instruction 192.168.l.l with its help I can solve issues with Internet connection and Wi-Fi in a few clicks. Hope it works out in your case too.
answered Mar 9 at 15:28
alanz
111
111
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010428%2fproblem-with-dropping-internet-and-slow-wireless-connection-complete-n00b%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Let's start by identifying your wireless device and see if it has the correct driver. We will use the terminal because we can gather the information quickly and accurately. Please open a terminal Ctrl+Alt+t and run:
lspci -nnk | grep 0280 -A3
Next, edit your question to add the result. Welcome to Ask Ubuntu.â chili555
Feb 27 at 22:15
Wow! Quick reply - thank you! I've edited my question with the result of my terminal query.
â Graeme Heddle
Feb 27 at 22:33
Please edit to add results for
iwconfig
â Jeremy31
Feb 27 at 22:34
Any clues in the log?
dmesg | grep -e b43 -e bcma
As the result may be lengthy, paste the result here and give us the link: paste.ubuntu.comâ chili555
Feb 27 at 22:36
paste.ubuntu.com/p/jbMRFjVgBZ
â Graeme Heddle
Feb 27 at 22:39