Networking - Install wifi Adapter HP laptop Ubuntu 18.10 rtl8723be
up vote
1
down vote
favorite
I recently upgraded my Ubuntu from 17.10 to 18.10 and I have lost my WiFi adapter drivers I can't see WiFi option in the menu list. I have tried installing drives from repo https://github.com/lwfinger/rtlwifi_new but I guess I have messed my entire network setting. Please help.
networking drivers wireless 18.10 rtl8723be
|
show 1 more comment
up vote
1
down vote
favorite
I recently upgraded my Ubuntu from 17.10 to 18.10 and I have lost my WiFi adapter drivers I can't see WiFi option in the menu list. I have tried installing drives from repo https://github.com/lwfinger/rtlwifi_new but I guess I have messed my entire network setting. Please help.
networking drivers wireless 18.10 rtl8723be
If you followed the tutorial to the latter did you restart your system just incase?
– George Udosen
Dec 5 at 7:58
yes after every process i have restarted the system
– Mustafa Taheri
Dec 5 at 9:16
if you runsudo lsmod | grep -i rtl8723be
is it listed?
– George Udosen
Dec 5 at 9:33
Thanx Buddy issue is solved. The problem was with the secure boot option. After disabling secure boot from BIOS WIFI option was visible then I have followed these steps suggested by @Manikandan connectwww.com/… for weak signal problem
– Mustafa Taheri
Dec 5 at 9:53
@GeorgeUdosen just have a question is it good to disable Secure Boot from Bios..?
– Mustafa Taheri
Dec 5 at 9:54
|
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I recently upgraded my Ubuntu from 17.10 to 18.10 and I have lost my WiFi adapter drivers I can't see WiFi option in the menu list. I have tried installing drives from repo https://github.com/lwfinger/rtlwifi_new but I guess I have messed my entire network setting. Please help.
networking drivers wireless 18.10 rtl8723be
I recently upgraded my Ubuntu from 17.10 to 18.10 and I have lost my WiFi adapter drivers I can't see WiFi option in the menu list. I have tried installing drives from repo https://github.com/lwfinger/rtlwifi_new but I guess I have messed my entire network setting. Please help.
networking drivers wireless 18.10 rtl8723be
networking drivers wireless 18.10 rtl8723be
edited Dec 5 at 7:54
mature
1,447422
1,447422
asked Dec 5 at 7:31
Mustafa Taheri
103
103
If you followed the tutorial to the latter did you restart your system just incase?
– George Udosen
Dec 5 at 7:58
yes after every process i have restarted the system
– Mustafa Taheri
Dec 5 at 9:16
if you runsudo lsmod | grep -i rtl8723be
is it listed?
– George Udosen
Dec 5 at 9:33
Thanx Buddy issue is solved. The problem was with the secure boot option. After disabling secure boot from BIOS WIFI option was visible then I have followed these steps suggested by @Manikandan connectwww.com/… for weak signal problem
– Mustafa Taheri
Dec 5 at 9:53
@GeorgeUdosen just have a question is it good to disable Secure Boot from Bios..?
– Mustafa Taheri
Dec 5 at 9:54
|
show 1 more comment
If you followed the tutorial to the latter did you restart your system just incase?
– George Udosen
Dec 5 at 7:58
yes after every process i have restarted the system
– Mustafa Taheri
Dec 5 at 9:16
if you runsudo lsmod | grep -i rtl8723be
is it listed?
– George Udosen
Dec 5 at 9:33
Thanx Buddy issue is solved. The problem was with the secure boot option. After disabling secure boot from BIOS WIFI option was visible then I have followed these steps suggested by @Manikandan connectwww.com/… for weak signal problem
– Mustafa Taheri
Dec 5 at 9:53
@GeorgeUdosen just have a question is it good to disable Secure Boot from Bios..?
– Mustafa Taheri
Dec 5 at 9:54
If you followed the tutorial to the latter did you restart your system just incase?
– George Udosen
Dec 5 at 7:58
If you followed the tutorial to the latter did you restart your system just incase?
– George Udosen
Dec 5 at 7:58
yes after every process i have restarted the system
– Mustafa Taheri
Dec 5 at 9:16
yes after every process i have restarted the system
– Mustafa Taheri
Dec 5 at 9:16
if you run
sudo lsmod | grep -i rtl8723be
is it listed?– George Udosen
Dec 5 at 9:33
if you run
sudo lsmod | grep -i rtl8723be
is it listed?– George Udosen
Dec 5 at 9:33
Thanx Buddy issue is solved. The problem was with the secure boot option. After disabling secure boot from BIOS WIFI option was visible then I have followed these steps suggested by @Manikandan connectwww.com/… for weak signal problem
– Mustafa Taheri
Dec 5 at 9:53
Thanx Buddy issue is solved. The problem was with the secure boot option. After disabling secure boot from BIOS WIFI option was visible then I have followed these steps suggested by @Manikandan connectwww.com/… for weak signal problem
– Mustafa Taheri
Dec 5 at 9:53
@GeorgeUdosen just have a question is it good to disable Secure Boot from Bios..?
– Mustafa Taheri
Dec 5 at 9:54
@GeorgeUdosen just have a question is it good to disable Secure Boot from Bios..?
– Mustafa Taheri
Dec 5 at 9:54
|
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Realtek RTL8723BE wireless network adapter has problems managing the antenna in Ubuntu which leads to weak wifi signal problems. To fix it follow these steps.
Disable the Secure Boot option in the UEFI setup utility in order to make the wifi option visible in Ubuntu.
Open the terminal and type:
iwconfig
Note down the wlp number. In this example it's wlp13s0.
Go to this link, download the driver zip file to your desktop, and unzip the archive.
Run these commands from the terminal.
cd ~/Desktop
cd rtlwifi_new-master
make
sudo make install
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlp13s0 up
sudo iw dev wlp13s0 scan
Run the following command to make the settings permanent.
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
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',
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%2f1098571%2fnetworking-install-wifi-adapter-hp-laptop-ubuntu-18-10-rtl8723be%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
up vote
1
down vote
accepted
Realtek RTL8723BE wireless network adapter has problems managing the antenna in Ubuntu which leads to weak wifi signal problems. To fix it follow these steps.
Disable the Secure Boot option in the UEFI setup utility in order to make the wifi option visible in Ubuntu.
Open the terminal and type:
iwconfig
Note down the wlp number. In this example it's wlp13s0.
Go to this link, download the driver zip file to your desktop, and unzip the archive.
Run these commands from the terminal.
cd ~/Desktop
cd rtlwifi_new-master
make
sudo make install
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlp13s0 up
sudo iw dev wlp13s0 scan
Run the following command to make the settings permanent.
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
add a comment |
up vote
1
down vote
accepted
Realtek RTL8723BE wireless network adapter has problems managing the antenna in Ubuntu which leads to weak wifi signal problems. To fix it follow these steps.
Disable the Secure Boot option in the UEFI setup utility in order to make the wifi option visible in Ubuntu.
Open the terminal and type:
iwconfig
Note down the wlp number. In this example it's wlp13s0.
Go to this link, download the driver zip file to your desktop, and unzip the archive.
Run these commands from the terminal.
cd ~/Desktop
cd rtlwifi_new-master
make
sudo make install
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlp13s0 up
sudo iw dev wlp13s0 scan
Run the following command to make the settings permanent.
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Realtek RTL8723BE wireless network adapter has problems managing the antenna in Ubuntu which leads to weak wifi signal problems. To fix it follow these steps.
Disable the Secure Boot option in the UEFI setup utility in order to make the wifi option visible in Ubuntu.
Open the terminal and type:
iwconfig
Note down the wlp number. In this example it's wlp13s0.
Go to this link, download the driver zip file to your desktop, and unzip the archive.
Run these commands from the terminal.
cd ~/Desktop
cd rtlwifi_new-master
make
sudo make install
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlp13s0 up
sudo iw dev wlp13s0 scan
Run the following command to make the settings permanent.
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
Realtek RTL8723BE wireless network adapter has problems managing the antenna in Ubuntu which leads to weak wifi signal problems. To fix it follow these steps.
Disable the Secure Boot option in the UEFI setup utility in order to make the wifi option visible in Ubuntu.
Open the terminal and type:
iwconfig
Note down the wlp number. In this example it's wlp13s0.
Go to this link, download the driver zip file to your desktop, and unzip the archive.
Run these commands from the terminal.
cd ~/Desktop
cd rtlwifi_new-master
make
sudo make install
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=2
sudo ip link set wlp13s0 up
sudo iw dev wlp13s0 scan
Run the following command to make the settings permanent.
echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
edited Dec 5 at 11:40
answered Dec 5 at 11:06
karel
56.2k11124142
56.2k11124142
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
add a comment |
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
The rock bt coex branch has been abandoned, github.com/lwfinger/rtlwifi_new/commit/… It was merged with master branch a few years ago
– Jeremy31
Dec 5 at 11:29
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
Thanks Jeremy⠀.
– karel
Dec 5 at 11:34
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1098571%2fnetworking-install-wifi-adapter-hp-laptop-ubuntu-18-10-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
If you followed the tutorial to the latter did you restart your system just incase?
– George Udosen
Dec 5 at 7:58
yes after every process i have restarted the system
– Mustafa Taheri
Dec 5 at 9:16
if you run
sudo lsmod | grep -i rtl8723be
is it listed?– George Udosen
Dec 5 at 9:33
Thanx Buddy issue is solved. The problem was with the secure boot option. After disabling secure boot from BIOS WIFI option was visible then I have followed these steps suggested by @Manikandan connectwww.com/… for weak signal problem
– Mustafa Taheri
Dec 5 at 9:53
@GeorgeUdosen just have a question is it good to disable Secure Boot from Bios..?
– Mustafa Taheri
Dec 5 at 9:54