Ubuntu 18.04.1 LTS Wifi Connectivity Issue
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed Ubuntu 18.04.1 LTS on my Haier Y11B laptop. But after installing my WiFi works sometimes or sometimes it don't work. Sometimes it shows all the WiFi network available around me and allows me to connect. But after sometime it lose its signal strength and don't shows any WiFi connection at all or shows very week signal which is unable to connect. Even if I keep it near the WiFi router signal strength is same. But when i uses the Windows or uses try-Ubuntu option my WiFi works 100% fine.
I tried restarting network manager by running sudo service network-manager restart
. But most of the times it also don't works.
Plz find my Wireless Cards info below
qasim@Haier-Y11B:~$ sudo lshw -class network
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:5
logical name: wlx7cc709caf90d
serial: 7c:c7:09:ca:f9:0d
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8xxxudriverversion=4.15.0-36-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11
qasim@Haier-Y11B:~$ lspci -knn | grep Net -A3; rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
kindly guide me how to resolve this issue.
networking wireless 18.04 connection bug-reporting
add a comment |
I installed Ubuntu 18.04.1 LTS on my Haier Y11B laptop. But after installing my WiFi works sometimes or sometimes it don't work. Sometimes it shows all the WiFi network available around me and allows me to connect. But after sometime it lose its signal strength and don't shows any WiFi connection at all or shows very week signal which is unable to connect. Even if I keep it near the WiFi router signal strength is same. But when i uses the Windows or uses try-Ubuntu option my WiFi works 100% fine.
I tried restarting network manager by running sudo service network-manager restart
. But most of the times it also don't works.
Plz find my Wireless Cards info below
qasim@Haier-Y11B:~$ sudo lshw -class network
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:5
logical name: wlx7cc709caf90d
serial: 7c:c7:09:ca:f9:0d
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8xxxudriverversion=4.15.0-36-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11
qasim@Haier-Y11B:~$ lspci -knn | grep Net -A3; rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
kindly guide me how to resolve this issue.
networking wireless 18.04 connection bug-reporting
add a comment |
I installed Ubuntu 18.04.1 LTS on my Haier Y11B laptop. But after installing my WiFi works sometimes or sometimes it don't work. Sometimes it shows all the WiFi network available around me and allows me to connect. But after sometime it lose its signal strength and don't shows any WiFi connection at all or shows very week signal which is unable to connect. Even if I keep it near the WiFi router signal strength is same. But when i uses the Windows or uses try-Ubuntu option my WiFi works 100% fine.
I tried restarting network manager by running sudo service network-manager restart
. But most of the times it also don't works.
Plz find my Wireless Cards info below
qasim@Haier-Y11B:~$ sudo lshw -class network
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:5
logical name: wlx7cc709caf90d
serial: 7c:c7:09:ca:f9:0d
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8xxxudriverversion=4.15.0-36-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11
qasim@Haier-Y11B:~$ lspci -knn | grep Net -A3; rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
kindly guide me how to resolve this issue.
networking wireless 18.04 connection bug-reporting
I installed Ubuntu 18.04.1 LTS on my Haier Y11B laptop. But after installing my WiFi works sometimes or sometimes it don't work. Sometimes it shows all the WiFi network available around me and allows me to connect. But after sometime it lose its signal strength and don't shows any WiFi connection at all or shows very week signal which is unable to connect. Even if I keep it near the WiFi router signal strength is same. But when i uses the Windows or uses try-Ubuntu option my WiFi works 100% fine.
I tried restarting network manager by running sudo service network-manager restart
. But most of the times it also don't works.
Plz find my Wireless Cards info below
qasim@Haier-Y11B:~$ sudo lshw -class network
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:5
logical name: wlx7cc709caf90d
serial: 7c:c7:09:ca:f9:0d
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8xxxudriverversion=4.15.0-36-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11
qasim@Haier-Y11B:~$ lspci -knn | grep Net -A3; rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
kindly guide me how to resolve this issue.
networking wireless 18.04 connection bug-reporting
networking wireless 18.04 connection bug-reporting
asked Nov 9 '18 at 6:22
Muhammad Qasim RiazMuhammad Qasim Riaz
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I had the same problem!
I solved it by creating an executable file (* .sh) with the following codes:
sudo /etc/init.d/dns-clean restart
sudo /etc/init.d/networking force-reload
sudo /etc/init.d/nscd restart
----- copy code in an empty file ----
#!/bin/bash
# NB: **First install nscd** with sudo apt-get install nscd
# run this command to flush dns cache:
sudo /etc/init.d/dns-clean restart
# or use:
sudo /etc/init.d/networking force-reload
# Flush nscd dns cache:
sudo /etc/init.d/nscd restart
# If you wanted to refresh your settings you could disable and then run
sudo service network-manager restart
echo "DNS Flushed!";
---- save as something.sh ----
Execute your bash file in terminal with:
chmod +x /path/to/your/something.sh
./path/to/your/something.sh
1
It is better not to put sudo inside the script. Then runsudo ./path/to/your/something.sh
.
– user68186
2 days ago
add a comment |
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
});
}
});
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%2f1091339%2fubuntu-18-04-1-lts-wifi-connectivity-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same problem!
I solved it by creating an executable file (* .sh) with the following codes:
sudo /etc/init.d/dns-clean restart
sudo /etc/init.d/networking force-reload
sudo /etc/init.d/nscd restart
----- copy code in an empty file ----
#!/bin/bash
# NB: **First install nscd** with sudo apt-get install nscd
# run this command to flush dns cache:
sudo /etc/init.d/dns-clean restart
# or use:
sudo /etc/init.d/networking force-reload
# Flush nscd dns cache:
sudo /etc/init.d/nscd restart
# If you wanted to refresh your settings you could disable and then run
sudo service network-manager restart
echo "DNS Flushed!";
---- save as something.sh ----
Execute your bash file in terminal with:
chmod +x /path/to/your/something.sh
./path/to/your/something.sh
1
It is better not to put sudo inside the script. Then runsudo ./path/to/your/something.sh
.
– user68186
2 days ago
add a comment |
I had the same problem!
I solved it by creating an executable file (* .sh) with the following codes:
sudo /etc/init.d/dns-clean restart
sudo /etc/init.d/networking force-reload
sudo /etc/init.d/nscd restart
----- copy code in an empty file ----
#!/bin/bash
# NB: **First install nscd** with sudo apt-get install nscd
# run this command to flush dns cache:
sudo /etc/init.d/dns-clean restart
# or use:
sudo /etc/init.d/networking force-reload
# Flush nscd dns cache:
sudo /etc/init.d/nscd restart
# If you wanted to refresh your settings you could disable and then run
sudo service network-manager restart
echo "DNS Flushed!";
---- save as something.sh ----
Execute your bash file in terminal with:
chmod +x /path/to/your/something.sh
./path/to/your/something.sh
1
It is better not to put sudo inside the script. Then runsudo ./path/to/your/something.sh
.
– user68186
2 days ago
add a comment |
I had the same problem!
I solved it by creating an executable file (* .sh) with the following codes:
sudo /etc/init.d/dns-clean restart
sudo /etc/init.d/networking force-reload
sudo /etc/init.d/nscd restart
----- copy code in an empty file ----
#!/bin/bash
# NB: **First install nscd** with sudo apt-get install nscd
# run this command to flush dns cache:
sudo /etc/init.d/dns-clean restart
# or use:
sudo /etc/init.d/networking force-reload
# Flush nscd dns cache:
sudo /etc/init.d/nscd restart
# If you wanted to refresh your settings you could disable and then run
sudo service network-manager restart
echo "DNS Flushed!";
---- save as something.sh ----
Execute your bash file in terminal with:
chmod +x /path/to/your/something.sh
./path/to/your/something.sh
I had the same problem!
I solved it by creating an executable file (* .sh) with the following codes:
sudo /etc/init.d/dns-clean restart
sudo /etc/init.d/networking force-reload
sudo /etc/init.d/nscd restart
----- copy code in an empty file ----
#!/bin/bash
# NB: **First install nscd** with sudo apt-get install nscd
# run this command to flush dns cache:
sudo /etc/init.d/dns-clean restart
# or use:
sudo /etc/init.d/networking force-reload
# Flush nscd dns cache:
sudo /etc/init.d/nscd restart
# If you wanted to refresh your settings you could disable and then run
sudo service network-manager restart
echo "DNS Flushed!";
---- save as something.sh ----
Execute your bash file in terminal with:
chmod +x /path/to/your/something.sh
./path/to/your/something.sh
edited 2 days ago
Kulfy
5,11151844
5,11151844
answered 2 days ago
ElvirElvir
316
316
1
It is better not to put sudo inside the script. Then runsudo ./path/to/your/something.sh
.
– user68186
2 days ago
add a comment |
1
It is better not to put sudo inside the script. Then runsudo ./path/to/your/something.sh
.
– user68186
2 days ago
1
1
It is better not to put sudo inside the script. Then run
sudo ./path/to/your/something.sh
.– user68186
2 days ago
It is better not to put sudo inside the script. Then run
sudo ./path/to/your/something.sh
.– user68186
2 days ago
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.
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%2f1091339%2fubuntu-18-04-1-lts-wifi-connectivity-issue%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