Wifi is not working in Ubuntu 16.04
![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 a dual boot HP Laptop, with Ubuntu 16.04 and Windows 10. While wifi works fine in Windows 10, wireless option is not available in Ubuntu. I have disabled Secure Boot, and tried various solutions provided in this forum. None is working.
Output of sudo iwlist scan
is:
eno1 Interface doesn't support scanning.
lo Interface doesn't support scanning.
The output of:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
is in this link: https://paste.ubuntu.com/p/3tqfgVShtB/
Any help will be much appreciated.
wireless
add a comment |Â
up vote
1
down vote
favorite
I have a dual boot HP Laptop, with Ubuntu 16.04 and Windows 10. While wifi works fine in Windows 10, wireless option is not available in Ubuntu. I have disabled Secure Boot, and tried various solutions provided in this forum. None is working.
Output of sudo iwlist scan
is:
eno1 Interface doesn't support scanning.
lo Interface doesn't support scanning.
The output of:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
is in this link: https://paste.ubuntu.com/p/3tqfgVShtB/
Any help will be much appreciated.
wireless
Please dosudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to install updates, reboot and run the wireless script again, post new results
â Jeremy31
Mar 5 at 11:35
@Jeremy, Here's the output after running the 3 commands: paste.ubuntu.com/p/8n4tMv59N5 Thanks in advance! Ritu
â Rituparna
Mar 7 at 6:05
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a dual boot HP Laptop, with Ubuntu 16.04 and Windows 10. While wifi works fine in Windows 10, wireless option is not available in Ubuntu. I have disabled Secure Boot, and tried various solutions provided in this forum. None is working.
Output of sudo iwlist scan
is:
eno1 Interface doesn't support scanning.
lo Interface doesn't support scanning.
The output of:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
is in this link: https://paste.ubuntu.com/p/3tqfgVShtB/
Any help will be much appreciated.
wireless
I have a dual boot HP Laptop, with Ubuntu 16.04 and Windows 10. While wifi works fine in Windows 10, wireless option is not available in Ubuntu. I have disabled Secure Boot, and tried various solutions provided in this forum. None is working.
Output of sudo iwlist scan
is:
eno1 Interface doesn't support scanning.
lo Interface doesn't support scanning.
The output of:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
is in this link: https://paste.ubuntu.com/p/3tqfgVShtB/
Any help will be much appreciated.
wireless
wireless
edited Mar 5 at 9:30
![](https://i.stack.imgur.com/sK9zc.jpg?s=32&g=1)
![](https://i.stack.imgur.com/sK9zc.jpg?s=32&g=1)
Kevin
13517
13517
asked Mar 5 at 7:49
Rituparna
61
61
Please dosudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to install updates, reboot and run the wireless script again, post new results
â Jeremy31
Mar 5 at 11:35
@Jeremy, Here's the output after running the 3 commands: paste.ubuntu.com/p/8n4tMv59N5 Thanks in advance! Ritu
â Rituparna
Mar 7 at 6:05
add a comment |Â
Please dosudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to install updates, reboot and run the wireless script again, post new results
â Jeremy31
Mar 5 at 11:35
@Jeremy, Here's the output after running the 3 commands: paste.ubuntu.com/p/8n4tMv59N5 Thanks in advance! Ritu
â Rituparna
Mar 7 at 6:05
Please do
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to install updates, reboot and run the wireless script again, post new resultsâ Jeremy31
Mar 5 at 11:35
Please do
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to install updates, reboot and run the wireless script again, post new resultsâ Jeremy31
Mar 5 at 11:35
@Jeremy, Here's the output after running the 3 commands: paste.ubuntu.com/p/8n4tMv59N5 Thanks in advance! Ritu
â Rituparna
Mar 7 at 6:05
@Jeremy, Here's the output after running the 3 commands: paste.ubuntu.com/p/8n4tMv59N5 Thanks in advance! Ritu
â Rituparna
Mar 7 at 6:05
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
With a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms build rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo modprobe 8723de
Your wireless should now be working.
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
With a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms build rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo modprobe 8723de
Your wireless should now be working.
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
add a comment |Â
up vote
1
down vote
With a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms build rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo modprobe 8723de
Your wireless should now be working.
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
add a comment |Â
up vote
1
down vote
up vote
1
down vote
With a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms build rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo modprobe 8723de
Your wireless should now be working.
With a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone -b 4.10-down https://github.com/jeremyb31/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms build rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo modprobe 8723de
Your wireless should now be working.
answered Mar 5 at 14:31
![](https://i.stack.imgur.com/cKG9a.jpg?s=32&g=1)
![](https://i.stack.imgur.com/cKG9a.jpg?s=32&g=1)
chili555
36.7k54776
36.7k54776
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
add a comment |Â
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
After running "sudo modprobe 8723de", I am getting this message: modprobe: FATAL: Module 8723de not found in directory /lib/modules/4.10.0-42-generic
â Rituparna
Mar 7 at 4:23
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
Wifi is working now! I used "git clone github.com/jeremyb31/rtl8723de.git" and the rest as per your instructions. Thanks!
â Rituparna
Mar 7 at 11:31
add a comment |Â
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%2f1011992%2fwifi-is-not-working-in-ubuntu-16-04%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
Please do
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
to install updates, reboot and run the wireless script again, post new resultsâ Jeremy31
Mar 5 at 11:35
@Jeremy, Here's the output after running the 3 commands: paste.ubuntu.com/p/8n4tMv59N5 Thanks in advance! Ritu
â Rituparna
Mar 7 at 6:05