RTL8723be: poor and unstable wireless in Ubuntu (from 14.04 to 15.04)
I have a Lenovo G40-70 laptop, which comes with RTL8723be driver.
I'm using Ubuntu 14.04 LTS (with Kernel 3.16.0-38-generic), but this bug also occurs in 14.10 and 15.04.
Even with options rtl8723be fwlps=0 ips=0, the problem is not fixed yet. Wireless is unstable, lots of websites keeps loading forever and Ping command frequently shows data loss. It's very annoying. :(
BIOS version is the latest.
Blacklisting ideapad_laptop also doesn't work.
Sorry my english and thank you!
wireless drivers realtek realtek-wireless
add a comment |
I have a Lenovo G40-70 laptop, which comes with RTL8723be driver.
I'm using Ubuntu 14.04 LTS (with Kernel 3.16.0-38-generic), but this bug also occurs in 14.10 and 15.04.
Even with options rtl8723be fwlps=0 ips=0, the problem is not fixed yet. Wireless is unstable, lots of websites keeps loading forever and Ping command frequently shows data loss. It's very annoying. :(
BIOS version is the latest.
Blacklisting ideapad_laptop also doesn't work.
Sorry my english and thank you!
wireless drivers realtek realtek-wireless
1
Possible duplicate of Realtek 8723BE Wifi problem
– Pilot6
May 7 '16 at 10:36
add a comment |
I have a Lenovo G40-70 laptop, which comes with RTL8723be driver.
I'm using Ubuntu 14.04 LTS (with Kernel 3.16.0-38-generic), but this bug also occurs in 14.10 and 15.04.
Even with options rtl8723be fwlps=0 ips=0, the problem is not fixed yet. Wireless is unstable, lots of websites keeps loading forever and Ping command frequently shows data loss. It's very annoying. :(
BIOS version is the latest.
Blacklisting ideapad_laptop also doesn't work.
Sorry my english and thank you!
wireless drivers realtek realtek-wireless
I have a Lenovo G40-70 laptop, which comes with RTL8723be driver.
I'm using Ubuntu 14.04 LTS (with Kernel 3.16.0-38-generic), but this bug also occurs in 14.10 and 15.04.
Even with options rtl8723be fwlps=0 ips=0, the problem is not fixed yet. Wireless is unstable, lots of websites keeps loading forever and Ping command frequently shows data loss. It's very annoying. :(
BIOS version is the latest.
Blacklisting ideapad_laptop also doesn't work.
Sorry my english and thank you!
wireless drivers realtek realtek-wireless
wireless drivers realtek realtek-wireless
edited Jun 3 '15 at 10:46
Pilot6
51.7k15107197
51.7k15107197
asked May 26 '15 at 21:51
CosmoCosmo
3114
3114
1
Possible duplicate of Realtek 8723BE Wifi problem
– Pilot6
May 7 '16 at 10:36
add a comment |
1
Possible duplicate of Realtek 8723BE Wifi problem
– Pilot6
May 7 '16 at 10:36
1
1
Possible duplicate of Realtek 8723BE Wifi problem
– Pilot6
May 7 '16 at 10:36
Possible duplicate of Realtek 8723BE Wifi problem
– Pilot6
May 7 '16 at 10:36
add a comment |
3 Answers
3
active
oldest
votes
You tried an old solution. You need to install another driver. Run in terminal
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Then reboot.
You also can remove that file with options rtl8723be fwlps=0 ips=0.
Note You will have to re-install it after each kernel upgrade.
New option:
You can now use a ppa instead of manual compiling:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware
add a comment |
i've stubbed on the same problem.
On this network card there are two antenna connections, the manufacturers are using the second one. The unstable signal is due to your configuration is using the wrong one.
On this answer there is an deeper explanation.
Chilli555 answer
He suggests the following command, but it leaves you with the prior problem with the energy management.
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
Change it to
echo "options rtl8723be fwlps=0 ips=0 ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
add a comment |
I faced this issues regarding rtl8723be and this is my saved post please see if you're problem gets solved.
justsharing.
those who are suffering from severely low wifi signal on #ubuntu
and having #rtl8723be wifi chipset on hp or any device can follow below instructions to solve the problem as it can turn a nightmare to sit next to router and still not getting full range on newly bought laptop.
i don't have a tech blog so feel free to share on your blog.
INSTRUCTIONS:
Open Terminal and execute this command(needs git installed)
if you don't have git installed just download the rtl8723be zip and extract and skip this.
--> git clone https://github.com/lwfinger/rtlwifi_new
--> sudo make
- --> sudo make install
- --> sudo modprobe -rv rtl8723be
- --> sudo modprobe -v rtl8723be ant_sel=2
- --> echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
its because the ubuntu default kernal uses the wrong antenna for wifi.
SOURCE: ubuntuforums.com and several other sites.
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%2f628641%2frtl8723be-poor-and-unstable-wireless-in-ubuntu-from-14-04-to-15-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You tried an old solution. You need to install another driver. Run in terminal
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Then reboot.
You also can remove that file with options rtl8723be fwlps=0 ips=0.
Note You will have to re-install it after each kernel upgrade.
New option:
You can now use a ppa instead of manual compiling:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware
add a comment |
You tried an old solution. You need to install another driver. Run in terminal
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Then reboot.
You also can remove that file with options rtl8723be fwlps=0 ips=0.
Note You will have to re-install it after each kernel upgrade.
New option:
You can now use a ppa instead of manual compiling:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware
add a comment |
You tried an old solution. You need to install another driver. Run in terminal
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Then reboot.
You also can remove that file with options rtl8723be fwlps=0 ips=0.
Note You will have to re-install it after each kernel upgrade.
New option:
You can now use a ppa instead of manual compiling:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware
You tried an old solution. You need to install another driver. Run in terminal
sudo apt-get install git build-essential
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
Then reboot.
You also can remove that file with options rtl8723be fwlps=0 ips=0.
Note You will have to re-install it after each kernel upgrade.
New option:
You can now use a ppa instead of manual compiling:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware
edited Mar 8 '16 at 14:22
Gustavo Garcia
435
435
answered May 26 '15 at 21:58
Pilot6Pilot6
51.7k15107197
51.7k15107197
add a comment |
add a comment |
i've stubbed on the same problem.
On this network card there are two antenna connections, the manufacturers are using the second one. The unstable signal is due to your configuration is using the wrong one.
On this answer there is an deeper explanation.
Chilli555 answer
He suggests the following command, but it leaves you with the prior problem with the energy management.
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
Change it to
echo "options rtl8723be fwlps=0 ips=0 ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
add a comment |
i've stubbed on the same problem.
On this network card there are two antenna connections, the manufacturers are using the second one. The unstable signal is due to your configuration is using the wrong one.
On this answer there is an deeper explanation.
Chilli555 answer
He suggests the following command, but it leaves you with the prior problem with the energy management.
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
Change it to
echo "options rtl8723be fwlps=0 ips=0 ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
add a comment |
i've stubbed on the same problem.
On this network card there are two antenna connections, the manufacturers are using the second one. The unstable signal is due to your configuration is using the wrong one.
On this answer there is an deeper explanation.
Chilli555 answer
He suggests the following command, but it leaves you with the prior problem with the energy management.
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
Change it to
echo "options rtl8723be fwlps=0 ips=0 ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
i've stubbed on the same problem.
On this network card there are two antenna connections, the manufacturers are using the second one. The unstable signal is due to your configuration is using the wrong one.
On this answer there is an deeper explanation.
Chilli555 answer
He suggests the following command, but it leaves you with the prior problem with the energy management.
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
Change it to
echo "options rtl8723be fwlps=0 ips=0 ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723be.conf
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Mar 8 '16 at 14:02
Gustavo GarciaGustavo Garcia
435
435
add a comment |
add a comment |
I faced this issues regarding rtl8723be and this is my saved post please see if you're problem gets solved.
justsharing.
those who are suffering from severely low wifi signal on #ubuntu
and having #rtl8723be wifi chipset on hp or any device can follow below instructions to solve the problem as it can turn a nightmare to sit next to router and still not getting full range on newly bought laptop.
i don't have a tech blog so feel free to share on your blog.
INSTRUCTIONS:
Open Terminal and execute this command(needs git installed)
if you don't have git installed just download the rtl8723be zip and extract and skip this.
--> git clone https://github.com/lwfinger/rtlwifi_new
--> sudo make
- --> sudo make install
- --> sudo modprobe -rv rtl8723be
- --> sudo modprobe -v rtl8723be ant_sel=2
- --> echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
its because the ubuntu default kernal uses the wrong antenna for wifi.
SOURCE: ubuntuforums.com and several other sites.
add a comment |
I faced this issues regarding rtl8723be and this is my saved post please see if you're problem gets solved.
justsharing.
those who are suffering from severely low wifi signal on #ubuntu
and having #rtl8723be wifi chipset on hp or any device can follow below instructions to solve the problem as it can turn a nightmare to sit next to router and still not getting full range on newly bought laptop.
i don't have a tech blog so feel free to share on your blog.
INSTRUCTIONS:
Open Terminal and execute this command(needs git installed)
if you don't have git installed just download the rtl8723be zip and extract and skip this.
--> git clone https://github.com/lwfinger/rtlwifi_new
--> sudo make
- --> sudo make install
- --> sudo modprobe -rv rtl8723be
- --> sudo modprobe -v rtl8723be ant_sel=2
- --> echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
its because the ubuntu default kernal uses the wrong antenna for wifi.
SOURCE: ubuntuforums.com and several other sites.
add a comment |
I faced this issues regarding rtl8723be and this is my saved post please see if you're problem gets solved.
justsharing.
those who are suffering from severely low wifi signal on #ubuntu
and having #rtl8723be wifi chipset on hp or any device can follow below instructions to solve the problem as it can turn a nightmare to sit next to router and still not getting full range on newly bought laptop.
i don't have a tech blog so feel free to share on your blog.
INSTRUCTIONS:
Open Terminal and execute this command(needs git installed)
if you don't have git installed just download the rtl8723be zip and extract and skip this.
--> git clone https://github.com/lwfinger/rtlwifi_new
--> sudo make
- --> sudo make install
- --> sudo modprobe -rv rtl8723be
- --> sudo modprobe -v rtl8723be ant_sel=2
- --> echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
its because the ubuntu default kernal uses the wrong antenna for wifi.
SOURCE: ubuntuforums.com and several other sites.
I faced this issues regarding rtl8723be and this is my saved post please see if you're problem gets solved.
justsharing.
those who are suffering from severely low wifi signal on #ubuntu
and having #rtl8723be wifi chipset on hp or any device can follow below instructions to solve the problem as it can turn a nightmare to sit next to router and still not getting full range on newly bought laptop.
i don't have a tech blog so feel free to share on your blog.
INSTRUCTIONS:
Open Terminal and execute this command(needs git installed)
if you don't have git installed just download the rtl8723be zip and extract and skip this.
--> git clone https://github.com/lwfinger/rtlwifi_new
--> sudo make
- --> sudo make install
- --> sudo modprobe -rv rtl8723be
- --> sudo modprobe -v rtl8723be ant_sel=2
- --> echo "options rtl8723be ant_sel=2" | sudo tee /etc/modprobe.d/50-rtl8723be.conf
its because the ubuntu default kernal uses the wrong antenna for wifi.
SOURCE: ubuntuforums.com and several other sites.
edited Jan 14 at 13:54
answered May 7 '16 at 10:26
Gaurav ShewaleGaurav Shewale
113
113
add a comment |
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%2f628641%2frtl8723be-poor-and-unstable-wireless-in-ubuntu-from-14-04-to-15-04%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
1
Possible duplicate of Realtek 8723BE Wifi problem
– Pilot6
May 7 '16 at 10:36