Can't connect to wifi Ubuntu 14.04
![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
2
down vote
favorite
I have some troubles with the internet connection on my laptop. All the devices can easily connect to wi-fi while my laptop with Ubuntu 14.04 can not connect or it gets the connection, but for some reason the internet is very slow. This behavior can't be observed with other devices.
My computer kept switching the wi-fi on and off, that is why I have created this script, which I load when I turn on my computer:
#!/bin/sh
/sbin/iwconfig wlan0 power off
However, it didn't resolve my problem. So what could be the reasons of such behavior?
iwconfig wlan0
command output
wlan0
IEEE 802.11abgn ESSID:"WiFi #9"
Mode:Managed Frequency:2.412 GHz Access Point:74:D0:2B:5B:0A:F0
Bit Rate=65 Mb/s Tx-Power=22dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=16/70 Signal level=-94 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid flag:0
Tx excessive retries:169 Invalid misc:35 Missed beacon:0
EDIT:lspci -nnk | grep -iA2 net; uname -r
command result
06:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
Subsystem: Intel Corporation Dual Band Wireless Ac 3160 [8086: 8470]
Kernel driver in use: iwlwifi
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Dell Device [1028:06b0]
Kernel driver in use: r8169
3.13.0-141-generic
14.04 wireless network-manager
add a comment |Â
up vote
2
down vote
favorite
I have some troubles with the internet connection on my laptop. All the devices can easily connect to wi-fi while my laptop with Ubuntu 14.04 can not connect or it gets the connection, but for some reason the internet is very slow. This behavior can't be observed with other devices.
My computer kept switching the wi-fi on and off, that is why I have created this script, which I load when I turn on my computer:
#!/bin/sh
/sbin/iwconfig wlan0 power off
However, it didn't resolve my problem. So what could be the reasons of such behavior?
iwconfig wlan0
command output
wlan0
IEEE 802.11abgn ESSID:"WiFi #9"
Mode:Managed Frequency:2.412 GHz Access Point:74:D0:2B:5B:0A:F0
Bit Rate=65 Mb/s Tx-Power=22dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=16/70 Signal level=-94 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid flag:0
Tx excessive retries:169 Invalid misc:35 Missed beacon:0
EDIT:lspci -nnk | grep -iA2 net; uname -r
command result
06:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
Subsystem: Intel Corporation Dual Band Wireless Ac 3160 [8086: 8470]
Kernel driver in use: iwlwifi
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Dell Device [1028:06b0]
Kernel driver in use: r8169
3.13.0-141-generic
14.04 wireless network-manager
Please edit the question to include results from terminal forlspci -nnk | grep -iA2 net; uname -r
and what is the manufacturer of the computer
â Jeremy31
Feb 3 at 17:27
@Jeremy31 I added command result to the question. The manufacturer is Dell
â Cassie
Feb 4 at 11:13
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have some troubles with the internet connection on my laptop. All the devices can easily connect to wi-fi while my laptop with Ubuntu 14.04 can not connect or it gets the connection, but for some reason the internet is very slow. This behavior can't be observed with other devices.
My computer kept switching the wi-fi on and off, that is why I have created this script, which I load when I turn on my computer:
#!/bin/sh
/sbin/iwconfig wlan0 power off
However, it didn't resolve my problem. So what could be the reasons of such behavior?
iwconfig wlan0
command output
wlan0
IEEE 802.11abgn ESSID:"WiFi #9"
Mode:Managed Frequency:2.412 GHz Access Point:74:D0:2B:5B:0A:F0
Bit Rate=65 Mb/s Tx-Power=22dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=16/70 Signal level=-94 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid flag:0
Tx excessive retries:169 Invalid misc:35 Missed beacon:0
EDIT:lspci -nnk | grep -iA2 net; uname -r
command result
06:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
Subsystem: Intel Corporation Dual Band Wireless Ac 3160 [8086: 8470]
Kernel driver in use: iwlwifi
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Dell Device [1028:06b0]
Kernel driver in use: r8169
3.13.0-141-generic
14.04 wireless network-manager
I have some troubles with the internet connection on my laptop. All the devices can easily connect to wi-fi while my laptop with Ubuntu 14.04 can not connect or it gets the connection, but for some reason the internet is very slow. This behavior can't be observed with other devices.
My computer kept switching the wi-fi on and off, that is why I have created this script, which I load when I turn on my computer:
#!/bin/sh
/sbin/iwconfig wlan0 power off
However, it didn't resolve my problem. So what could be the reasons of such behavior?
iwconfig wlan0
command output
wlan0
IEEE 802.11abgn ESSID:"WiFi #9"
Mode:Managed Frequency:2.412 GHz Access Point:74:D0:2B:5B:0A:F0
Bit Rate=65 Mb/s Tx-Power=22dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=16/70 Signal level=-94 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid flag:0
Tx excessive retries:169 Invalid misc:35 Missed beacon:0
EDIT:lspci -nnk | grep -iA2 net; uname -r
command result
06:00.0 Network controller [0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
Subsystem: Intel Corporation Dual Band Wireless Ac 3160 [8086: 8470]
Kernel driver in use: iwlwifi
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Dell Device [1028:06b0]
Kernel driver in use: r8169
3.13.0-141-generic
14.04 wireless network-manager
14.04 wireless network-manager
edited Feb 4 at 11:13
asked Feb 2 at 21:31
Cassie
112
112
Please edit the question to include results from terminal forlspci -nnk | grep -iA2 net; uname -r
and what is the manufacturer of the computer
â Jeremy31
Feb 3 at 17:27
@Jeremy31 I added command result to the question. The manufacturer is Dell
â Cassie
Feb 4 at 11:13
add a comment |Â
Please edit the question to include results from terminal forlspci -nnk | grep -iA2 net; uname -r
and what is the manufacturer of the computer
â Jeremy31
Feb 3 at 17:27
@Jeremy31 I added command result to the question. The manufacturer is Dell
â Cassie
Feb 4 at 11:13
Please edit the question to include results from terminal for
lspci -nnk | grep -iA2 net; uname -r
and what is the manufacturer of the computerâ Jeremy31
Feb 3 at 17:27
Please edit the question to include results from terminal for
lspci -nnk | grep -iA2 net; uname -r
and what is the manufacturer of the computerâ Jeremy31
Feb 3 at 17:27
@Jeremy31 I added command result to the question. The manufacturer is Dell
â Cassie
Feb 4 at 11:13
@Jeremy31 I added command result to the question. The manufacturer is Dell
â Cassie
Feb 4 at 11:13
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1002484%2fcant-connect-to-wifi-ubuntu-14-04%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
Please edit the question to include results from terminal for
lspci -nnk | grep -iA2 net; uname -r
and what is the manufacturer of the computerâ Jeremy31
Feb 3 at 17:27
@Jeremy31 I added command result to the question. The manufacturer is Dell
â Cassie
Feb 4 at 11:13