Weak wifi signal rtl8723be
I have a HP Pavilion Laptop. The details of which, obtained by running the command lshw
, are below:
product: HP Pavilion Notebook (N1J39EA#A2N)
vendor: Hewlett-Packard
version: Type1ProductConfigId
serial: 5CD5291DWT
width: 64 bits
capabilities: smbios-2.8 dmi-2.8 smp vsyscall32
I switched from windows to Ubuntu 18.04 very recently. Initially I did face wifi weak signal issue. However, I fixed the issue by using the following commands:
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlo1 up
sudo iw dev wlo1 scan
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
Everything was working perfectly and then 2 days ago I updated my system and thereby the kernel got updated which in turn brought back wifi issue.
I tried to fix wifi issue by using the same old method but failed to do so.
I also tried the following:
sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be ant_sel=1"
which also couldn't solve the issue. Then I went on to try the following:
sudo -i
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
exit
reboot
the same result with same problem.
output of the command
lspci -knn | grep Net -A3; rfkill list
is as follows:
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
References:
Weak Signal
inconsistent connection
weak signal and disconnection
drivers wireless 18.04 rtl8723be
add a comment |
I have a HP Pavilion Laptop. The details of which, obtained by running the command lshw
, are below:
product: HP Pavilion Notebook (N1J39EA#A2N)
vendor: Hewlett-Packard
version: Type1ProductConfigId
serial: 5CD5291DWT
width: 64 bits
capabilities: smbios-2.8 dmi-2.8 smp vsyscall32
I switched from windows to Ubuntu 18.04 very recently. Initially I did face wifi weak signal issue. However, I fixed the issue by using the following commands:
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlo1 up
sudo iw dev wlo1 scan
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
Everything was working perfectly and then 2 days ago I updated my system and thereby the kernel got updated which in turn brought back wifi issue.
I tried to fix wifi issue by using the same old method but failed to do so.
I also tried the following:
sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be ant_sel=1"
which also couldn't solve the issue. Then I went on to try the following:
sudo -i
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
exit
reboot
the same result with same problem.
output of the command
lspci -knn | grep Net -A3; rfkill list
is as follows:
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
References:
Weak Signal
inconsistent connection
weak signal and disconnection
drivers wireless 18.04 rtl8723be
This worked for me: askubuntu.com/questions/914048/…
– Antoni Duda
Aug 30 '18 at 16:07
Possible duplicate of Wifi networks not found ubuntu 18.04 with rtl8723be. It seems kernel v4.15.0-33 has a bug.
– pomsky
Sep 2 '18 at 12:47
1
Alternatively, try this: askubuntu.com/questions/1068826/…
– pomsky
Sep 2 '18 at 13:06
[link] askubuntu.com/questions/1068826/… this worked for me
– Shah Aadil
Sep 17 '18 at 15:30
add a comment |
I have a HP Pavilion Laptop. The details of which, obtained by running the command lshw
, are below:
product: HP Pavilion Notebook (N1J39EA#A2N)
vendor: Hewlett-Packard
version: Type1ProductConfigId
serial: 5CD5291DWT
width: 64 bits
capabilities: smbios-2.8 dmi-2.8 smp vsyscall32
I switched from windows to Ubuntu 18.04 very recently. Initially I did face wifi weak signal issue. However, I fixed the issue by using the following commands:
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlo1 up
sudo iw dev wlo1 scan
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
Everything was working perfectly and then 2 days ago I updated my system and thereby the kernel got updated which in turn brought back wifi issue.
I tried to fix wifi issue by using the same old method but failed to do so.
I also tried the following:
sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be ant_sel=1"
which also couldn't solve the issue. Then I went on to try the following:
sudo -i
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
exit
reboot
the same result with same problem.
output of the command
lspci -knn | grep Net -A3; rfkill list
is as follows:
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
References:
Weak Signal
inconsistent connection
weak signal and disconnection
drivers wireless 18.04 rtl8723be
I have a HP Pavilion Laptop. The details of which, obtained by running the command lshw
, are below:
product: HP Pavilion Notebook (N1J39EA#A2N)
vendor: Hewlett-Packard
version: Type1ProductConfigId
serial: 5CD5291DWT
width: 64 bits
capabilities: smbios-2.8 dmi-2.8 smp vsyscall32
I switched from windows to Ubuntu 18.04 very recently. Initially I did face wifi weak signal issue. However, I fixed the issue by using the following commands:
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlo1 up
sudo iw dev wlo1 scan
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
Everything was working perfectly and then 2 days ago I updated my system and thereby the kernel got updated which in turn brought back wifi issue.
I tried to fix wifi issue by using the same old method but failed to do so.
I also tried the following:
sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be ant_sel=1"
which also couldn't solve the issue. Then I went on to try the following:
sudo -i
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
exit
reboot
the same result with same problem.
output of the command
lspci -knn | grep Net -A3; rfkill list
is as follows:
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
Kernel driver in use: rtl8723be
Kernel modules: rtl8723be
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
References:
Weak Signal
inconsistent connection
weak signal and disconnection
drivers wireless 18.04 rtl8723be
drivers wireless 18.04 rtl8723be
edited Aug 28 '18 at 10:10
Shah Aadil
asked Aug 27 '18 at 8:19
Shah AadilShah Aadil
12
12
This worked for me: askubuntu.com/questions/914048/…
– Antoni Duda
Aug 30 '18 at 16:07
Possible duplicate of Wifi networks not found ubuntu 18.04 with rtl8723be. It seems kernel v4.15.0-33 has a bug.
– pomsky
Sep 2 '18 at 12:47
1
Alternatively, try this: askubuntu.com/questions/1068826/…
– pomsky
Sep 2 '18 at 13:06
[link] askubuntu.com/questions/1068826/… this worked for me
– Shah Aadil
Sep 17 '18 at 15:30
add a comment |
This worked for me: askubuntu.com/questions/914048/…
– Antoni Duda
Aug 30 '18 at 16:07
Possible duplicate of Wifi networks not found ubuntu 18.04 with rtl8723be. It seems kernel v4.15.0-33 has a bug.
– pomsky
Sep 2 '18 at 12:47
1
Alternatively, try this: askubuntu.com/questions/1068826/…
– pomsky
Sep 2 '18 at 13:06
[link] askubuntu.com/questions/1068826/… this worked for me
– Shah Aadil
Sep 17 '18 at 15:30
This worked for me: askubuntu.com/questions/914048/…
– Antoni Duda
Aug 30 '18 at 16:07
This worked for me: askubuntu.com/questions/914048/…
– Antoni Duda
Aug 30 '18 at 16:07
Possible duplicate of Wifi networks not found ubuntu 18.04 with rtl8723be. It seems kernel v4.15.0-33 has a bug.
– pomsky
Sep 2 '18 at 12:47
Possible duplicate of Wifi networks not found ubuntu 18.04 with rtl8723be. It seems kernel v4.15.0-33 has a bug.
– pomsky
Sep 2 '18 at 12:47
1
1
Alternatively, try this: askubuntu.com/questions/1068826/…
– pomsky
Sep 2 '18 at 13:06
Alternatively, try this: askubuntu.com/questions/1068826/…
– pomsky
Sep 2 '18 at 13:06
[link] askubuntu.com/questions/1068826/… this worked for me
– Shah Aadil
Sep 17 '18 at 15:30
[link] askubuntu.com/questions/1068826/… this worked for me
– Shah Aadil
Sep 17 '18 at 15:30
add a comment |
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
});
}
});
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%2f1069325%2fweak-wifi-signal-rtl8723be%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
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%2f1069325%2fweak-wifi-signal-rtl8723be%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
This worked for me: askubuntu.com/questions/914048/…
– Antoni Duda
Aug 30 '18 at 16:07
Possible duplicate of Wifi networks not found ubuntu 18.04 with rtl8723be. It seems kernel v4.15.0-33 has a bug.
– pomsky
Sep 2 '18 at 12:47
1
Alternatively, try this: askubuntu.com/questions/1068826/…
– pomsky
Sep 2 '18 at 13:06
[link] askubuntu.com/questions/1068826/… this worked for me
– Shah Aadil
Sep 17 '18 at 15:30