WiFi randomly disconnects and can't find network





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I run Ubuntu 18.10, and sometimes after I've been using my PC for a while, my WiFi randomly disconnects and it can't find any networks. This continues even after turning it off and on again. The only fix is a restart. I have already disabled wireless power saving by setting wifi.powermode in default-wifi-powersave-on.conf to 0, and this continues. What is a way to debug and fix this error? I am relatively new to Linux.



Output of nmcli device:



DEVICE  TYPE      STATE        CONNECTION 
wlp6s0 wifi connected hi
enp3s0 ethernet unavailable --
lo loopback unmanaged --


Output of ip addr show:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 1c:1b:0d:9c:bd:f0 brd ff:ff:ff:ff:ff:ff
3: wlp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 2c:4d:54:08:f0:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.3/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp6s0
valid_lft 86152sec preferred_lft 86152sec
inet6 fdc8:94bb:cc34:4600:2544:e37:c810:9016/64 scope global temporary dynamic
valid_lft 6954sec preferred_lft 3354sec
inet6 fdc8:94bb:cc34:4600:e0af:85f3:6239:1088/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 6954sec preferred_lft 3354sec
inet6 fe80::ca35:b176:9647:8489/64 scope link noprefixroute
valid_lft forever preferred_lft forever


Output for sudo lshw -short -class network:



[sudo] password for liaquore: 
H/W path Device Class Description
============================================================
/0/100/1.3/0.2/0/0 enp3s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1.3/0.2/4/0 wlp6s0 network RTL8192CE PCIe Wireless Network Adapter


Output for lspci -k | grep -A 2 -i "VGA":



07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon RX 550/550X] (rev c7)
Subsystem: Gigabyte Technology Co., Ltd Lexa PRO [Radeon RX 550/550X]
Kernel driver in use: amdgpu


Output for rfkill:



ID TYPE DEVICE      SOFT      HARD
0 wlan phy0 unblocked unblocked


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 39 Apr 10 01:42 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf


Output for nmcli device show wlp6s0 | grep IP4.DNS:



IP4.DNS[1]:                             192.168.1.1


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 32 Apr 10 15:03 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf









share|improve this question









New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Comments are not for extended discussion; this conversation has been moved to chat.

    – Mitch
    19 hours ago


















0















I run Ubuntu 18.10, and sometimes after I've been using my PC for a while, my WiFi randomly disconnects and it can't find any networks. This continues even after turning it off and on again. The only fix is a restart. I have already disabled wireless power saving by setting wifi.powermode in default-wifi-powersave-on.conf to 0, and this continues. What is a way to debug and fix this error? I am relatively new to Linux.



Output of nmcli device:



DEVICE  TYPE      STATE        CONNECTION 
wlp6s0 wifi connected hi
enp3s0 ethernet unavailable --
lo loopback unmanaged --


Output of ip addr show:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 1c:1b:0d:9c:bd:f0 brd ff:ff:ff:ff:ff:ff
3: wlp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 2c:4d:54:08:f0:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.3/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp6s0
valid_lft 86152sec preferred_lft 86152sec
inet6 fdc8:94bb:cc34:4600:2544:e37:c810:9016/64 scope global temporary dynamic
valid_lft 6954sec preferred_lft 3354sec
inet6 fdc8:94bb:cc34:4600:e0af:85f3:6239:1088/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 6954sec preferred_lft 3354sec
inet6 fe80::ca35:b176:9647:8489/64 scope link noprefixroute
valid_lft forever preferred_lft forever


Output for sudo lshw -short -class network:



[sudo] password for liaquore: 
H/W path Device Class Description
============================================================
/0/100/1.3/0.2/0/0 enp3s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1.3/0.2/4/0 wlp6s0 network RTL8192CE PCIe Wireless Network Adapter


Output for lspci -k | grep -A 2 -i "VGA":



07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon RX 550/550X] (rev c7)
Subsystem: Gigabyte Technology Co., Ltd Lexa PRO [Radeon RX 550/550X]
Kernel driver in use: amdgpu


Output for rfkill:



ID TYPE DEVICE      SOFT      HARD
0 wlan phy0 unblocked unblocked


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 39 Apr 10 01:42 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf


Output for nmcli device show wlp6s0 | grep IP4.DNS:



IP4.DNS[1]:                             192.168.1.1


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 32 Apr 10 15:03 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf









share|improve this question









New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Comments are not for extended discussion; this conversation has been moved to chat.

    – Mitch
    19 hours ago














0












0








0








I run Ubuntu 18.10, and sometimes after I've been using my PC for a while, my WiFi randomly disconnects and it can't find any networks. This continues even after turning it off and on again. The only fix is a restart. I have already disabled wireless power saving by setting wifi.powermode in default-wifi-powersave-on.conf to 0, and this continues. What is a way to debug and fix this error? I am relatively new to Linux.



Output of nmcli device:



DEVICE  TYPE      STATE        CONNECTION 
wlp6s0 wifi connected hi
enp3s0 ethernet unavailable --
lo loopback unmanaged --


Output of ip addr show:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 1c:1b:0d:9c:bd:f0 brd ff:ff:ff:ff:ff:ff
3: wlp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 2c:4d:54:08:f0:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.3/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp6s0
valid_lft 86152sec preferred_lft 86152sec
inet6 fdc8:94bb:cc34:4600:2544:e37:c810:9016/64 scope global temporary dynamic
valid_lft 6954sec preferred_lft 3354sec
inet6 fdc8:94bb:cc34:4600:e0af:85f3:6239:1088/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 6954sec preferred_lft 3354sec
inet6 fe80::ca35:b176:9647:8489/64 scope link noprefixroute
valid_lft forever preferred_lft forever


Output for sudo lshw -short -class network:



[sudo] password for liaquore: 
H/W path Device Class Description
============================================================
/0/100/1.3/0.2/0/0 enp3s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1.3/0.2/4/0 wlp6s0 network RTL8192CE PCIe Wireless Network Adapter


Output for lspci -k | grep -A 2 -i "VGA":



07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon RX 550/550X] (rev c7)
Subsystem: Gigabyte Technology Co., Ltd Lexa PRO [Radeon RX 550/550X]
Kernel driver in use: amdgpu


Output for rfkill:



ID TYPE DEVICE      SOFT      HARD
0 wlan phy0 unblocked unblocked


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 39 Apr 10 01:42 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf


Output for nmcli device show wlp6s0 | grep IP4.DNS:



IP4.DNS[1]:                             192.168.1.1


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 32 Apr 10 15:03 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf









share|improve this question









New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I run Ubuntu 18.10, and sometimes after I've been using my PC for a while, my WiFi randomly disconnects and it can't find any networks. This continues even after turning it off and on again. The only fix is a restart. I have already disabled wireless power saving by setting wifi.powermode in default-wifi-powersave-on.conf to 0, and this continues. What is a way to debug and fix this error? I am relatively new to Linux.



Output of nmcli device:



DEVICE  TYPE      STATE        CONNECTION 
wlp6s0 wifi connected hi
enp3s0 ethernet unavailable --
lo loopback unmanaged --


Output of ip addr show:



1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 1c:1b:0d:9c:bd:f0 brd ff:ff:ff:ff:ff:ff
3: wlp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 2c:4d:54:08:f0:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.1.3/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp6s0
valid_lft 86152sec preferred_lft 86152sec
inet6 fdc8:94bb:cc34:4600:2544:e37:c810:9016/64 scope global temporary dynamic
valid_lft 6954sec preferred_lft 3354sec
inet6 fdc8:94bb:cc34:4600:e0af:85f3:6239:1088/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 6954sec preferred_lft 3354sec
inet6 fe80::ca35:b176:9647:8489/64 scope link noprefixroute
valid_lft forever preferred_lft forever


Output for sudo lshw -short -class network:



[sudo] password for liaquore: 
H/W path Device Class Description
============================================================
/0/100/1.3/0.2/0/0 enp3s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1.3/0.2/4/0 wlp6s0 network RTL8192CE PCIe Wireless Network Adapter


Output for lspci -k | grep -A 2 -i "VGA":



07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Lexa PRO [Radeon RX 550/550X] (rev c7)
Subsystem: Gigabyte Technology Co., Ltd Lexa PRO [Radeon RX 550/550X]
Kernel driver in use: amdgpu


Output for rfkill:



ID TYPE DEVICE      SOFT      HARD
0 wlan phy0 unblocked unblocked


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 39 Apr 10 01:42 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf


Output for nmcli device show wlp6s0 | grep IP4.DNS:



IP4.DNS[1]:                             192.168.1.1


Output for ls -l /etc/resolv.conf:



lrwxrwxrwx 1 root root 32 Apr 10 15:03 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf






wireless 18.10






share|improve this question









New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday







Logan













New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









LoganLogan

11




11




New contributor




Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Logan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Comments are not for extended discussion; this conversation has been moved to chat.

    – Mitch
    19 hours ago



















  • Comments are not for extended discussion; this conversation has been moved to chat.

    – Mitch
    19 hours ago

















Comments are not for extended discussion; this conversation has been moved to chat.

– Mitch
19 hours ago





Comments are not for extended discussion; this conversation has been moved to chat.

– Mitch
19 hours ago










0






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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Logan is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132514%2fwifi-randomly-disconnects-and-cant-find-network%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Logan is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Logan is a new contributor. Be nice, and check out our Code of Conduct.













Logan is a new contributor. Be nice, and check out our Code of Conduct.












Logan is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132514%2fwifi-randomly-disconnects-and-cant-find-network%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

香粉寮

GameSpot