RTL8192EE wifi not working
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I have Windows 7 and Ubuntu 17.10 Dual Booted on a Lenovo Thinkpad t440s. Network card is RTL8192EE. The wifi may connect for only a few seconds, then completely drops and no networks are visible. Lots on startup the internet won't connect at all, but once in a while the internet will randomly work perfectly until the computer sleeps. This, however has only happened a few times. So I'm looking for a way to fix my network connectivity issues.
I have browsed a number of fixes on various forums and this one seemed to help, but the problem persisted after 2 reboots:
https://sites.google.com/site/easylinuxtipsproject/reserve-7#TOC-Realtek-RTL8192EU-chipset-0bda:818b-
This seems to be a popular issue, however I still have not found a solution that works. Any help would be great, as I am new to linux.
drivers wireless internet lenovo
add a comment |Â
up vote
1
down vote
favorite
I have Windows 7 and Ubuntu 17.10 Dual Booted on a Lenovo Thinkpad t440s. Network card is RTL8192EE. The wifi may connect for only a few seconds, then completely drops and no networks are visible. Lots on startup the internet won't connect at all, but once in a while the internet will randomly work perfectly until the computer sleeps. This, however has only happened a few times. So I'm looking for a way to fix my network connectivity issues.
I have browsed a number of fixes on various forums and this one seemed to help, but the problem persisted after 2 reboots:
https://sites.google.com/site/easylinuxtipsproject/reserve-7#TOC-Realtek-RTL8192EU-chipset-0bda:818b-
This seems to be a popular issue, however I still have not found a solution that works. Any help would be great, as I am new to linux.
drivers wireless internet lenovo
I have a Realtek rtl8821ae and it's unstable as well. Personally, I reload the kernel module until the WiFi works, but the only solid advice I can give you is to disable WiFi power saving and keep up with kernel updates in hopes that future patches will make the wireless card more usable.
â dsstorefile1
Apr 26 at 21:21
you can disable power management withsudo iw dev wlan0 set power_save off
. useiwconfig
to see if it has indeed been disabled
â ptetteh227
Apr 27 at 0:04
Thanks guys. I have turned power saving off and will see how that turns out. How can i reload the kernel module though? This is my first time running linux so it's still pretty new to me.
â nickZombolas
Apr 27 at 16:52
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have Windows 7 and Ubuntu 17.10 Dual Booted on a Lenovo Thinkpad t440s. Network card is RTL8192EE. The wifi may connect for only a few seconds, then completely drops and no networks are visible. Lots on startup the internet won't connect at all, but once in a while the internet will randomly work perfectly until the computer sleeps. This, however has only happened a few times. So I'm looking for a way to fix my network connectivity issues.
I have browsed a number of fixes on various forums and this one seemed to help, but the problem persisted after 2 reboots:
https://sites.google.com/site/easylinuxtipsproject/reserve-7#TOC-Realtek-RTL8192EU-chipset-0bda:818b-
This seems to be a popular issue, however I still have not found a solution that works. Any help would be great, as I am new to linux.
drivers wireless internet lenovo
I have Windows 7 and Ubuntu 17.10 Dual Booted on a Lenovo Thinkpad t440s. Network card is RTL8192EE. The wifi may connect for only a few seconds, then completely drops and no networks are visible. Lots on startup the internet won't connect at all, but once in a while the internet will randomly work perfectly until the computer sleeps. This, however has only happened a few times. So I'm looking for a way to fix my network connectivity issues.
I have browsed a number of fixes on various forums and this one seemed to help, but the problem persisted after 2 reboots:
https://sites.google.com/site/easylinuxtipsproject/reserve-7#TOC-Realtek-RTL8192EU-chipset-0bda:818b-
This seems to be a popular issue, however I still have not found a solution that works. Any help would be great, as I am new to linux.
drivers wireless internet lenovo
asked Apr 26 at 21:18
nickZombolas
61
61
I have a Realtek rtl8821ae and it's unstable as well. Personally, I reload the kernel module until the WiFi works, but the only solid advice I can give you is to disable WiFi power saving and keep up with kernel updates in hopes that future patches will make the wireless card more usable.
â dsstorefile1
Apr 26 at 21:21
you can disable power management withsudo iw dev wlan0 set power_save off
. useiwconfig
to see if it has indeed been disabled
â ptetteh227
Apr 27 at 0:04
Thanks guys. I have turned power saving off and will see how that turns out. How can i reload the kernel module though? This is my first time running linux so it's still pretty new to me.
â nickZombolas
Apr 27 at 16:52
add a comment |Â
I have a Realtek rtl8821ae and it's unstable as well. Personally, I reload the kernel module until the WiFi works, but the only solid advice I can give you is to disable WiFi power saving and keep up with kernel updates in hopes that future patches will make the wireless card more usable.
â dsstorefile1
Apr 26 at 21:21
you can disable power management withsudo iw dev wlan0 set power_save off
. useiwconfig
to see if it has indeed been disabled
â ptetteh227
Apr 27 at 0:04
Thanks guys. I have turned power saving off and will see how that turns out. How can i reload the kernel module though? This is my first time running linux so it's still pretty new to me.
â nickZombolas
Apr 27 at 16:52
I have a Realtek rtl8821ae and it's unstable as well. Personally, I reload the kernel module until the WiFi works, but the only solid advice I can give you is to disable WiFi power saving and keep up with kernel updates in hopes that future patches will make the wireless card more usable.
â dsstorefile1
Apr 26 at 21:21
I have a Realtek rtl8821ae and it's unstable as well. Personally, I reload the kernel module until the WiFi works, but the only solid advice I can give you is to disable WiFi power saving and keep up with kernel updates in hopes that future patches will make the wireless card more usable.
â dsstorefile1
Apr 26 at 21:21
you can disable power management with
sudo iw dev wlan0 set power_save off
. use iwconfig
to see if it has indeed been disabledâ ptetteh227
Apr 27 at 0:04
you can disable power management with
sudo iw dev wlan0 set power_save off
. use iwconfig
to see if it has indeed been disabledâ ptetteh227
Apr 27 at 0:04
Thanks guys. I have turned power saving off and will see how that turns out. How can i reload the kernel module though? This is my first time running linux so it's still pretty new to me.
â nickZombolas
Apr 27 at 16:52
Thanks guys. I have turned power saving off and will see how that turns out. How can i reload the kernel module though? This is my first time running linux so it's still pretty new to me.
â nickZombolas
Apr 27 at 16:52
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028547%2frtl8192ee-wifi-not-working%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
I have a Realtek rtl8821ae and it's unstable as well. Personally, I reload the kernel module until the WiFi works, but the only solid advice I can give you is to disable WiFi power saving and keep up with kernel updates in hopes that future patches will make the wireless card more usable.
â dsstorefile1
Apr 26 at 21:21
you can disable power management with
sudo iw dev wlan0 set power_save off
. useiwconfig
to see if it has indeed been disabledâ ptetteh227
Apr 27 at 0:04
Thanks guys. I have turned power saving off and will see how that turns out. How can i reload the kernel module though? This is my first time running linux so it's still pretty new to me.
â nickZombolas
Apr 27 at 16:52