Can't connect to wifi Ubuntu 14.04

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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









share|improve this question























  • 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














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









share|improve this question























  • 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












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









share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 4 at 11:13

























asked Feb 2 at 21:31









Cassie

112




112











  • 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
















  • 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















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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491