Realtek Semiconductor RTL8723DE Device d723 issue

Multi tool use
How to install Wi-Fi drivers in Ubuntu 16.04?
lspci -v | grep -i network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
networking wireless realtek-wireless
|
show 2 more comments
How to install Wi-Fi drivers in Ubuntu 16.04?
lspci -v | grep -i network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
networking wireless realtek-wireless
We need more hardware information to help you, can you look at this question and then edit your question adding the information.
– J. Starnes
Dec 5 '17 at 0:04
1
Wi-Fi is usually automatically installed. Open your terminal with <Ctrl>+<Alt>+T and typelspci -v | grep -i network
copy the screen output and add it to your question.
– WinEunuuchs2Unix
Dec 5 '17 at 1:45
heidy@heidy-HP-Laptop-15-bs0xx:~$ lspci -v | grep -i network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 heidy@heidy-HP-Laptop-15-bs0xx:~$
– heidi silva
Dec 5 '17 at 5:47
2
The requested command does not identify the WiFi device correctly. Please edit your question and add output oflspci -knn | grep Net -A3
terminal command instead.
– user692175
Dec 5 '17 at 17:35
3
The bluetooth device can also be activated. See askubuntu.com/questions/1033968/…
– Pilot6
May 9 '18 at 10:28
|
show 2 more comments
How to install Wi-Fi drivers in Ubuntu 16.04?
lspci -v | grep -i network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
networking wireless realtek-wireless
How to install Wi-Fi drivers in Ubuntu 16.04?
lspci -v | grep -i network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
networking wireless realtek-wireless
networking wireless realtek-wireless
edited Nov 28 '18 at 18:27


pomsky
30.4k1193127
30.4k1193127
asked Dec 4 '17 at 23:55


heidi silvaheidi silva
81113
81113
We need more hardware information to help you, can you look at this question and then edit your question adding the information.
– J. Starnes
Dec 5 '17 at 0:04
1
Wi-Fi is usually automatically installed. Open your terminal with <Ctrl>+<Alt>+T and typelspci -v | grep -i network
copy the screen output and add it to your question.
– WinEunuuchs2Unix
Dec 5 '17 at 1:45
heidy@heidy-HP-Laptop-15-bs0xx:~$ lspci -v | grep -i network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 heidy@heidy-HP-Laptop-15-bs0xx:~$
– heidi silva
Dec 5 '17 at 5:47
2
The requested command does not identify the WiFi device correctly. Please edit your question and add output oflspci -knn | grep Net -A3
terminal command instead.
– user692175
Dec 5 '17 at 17:35
3
The bluetooth device can also be activated. See askubuntu.com/questions/1033968/…
– Pilot6
May 9 '18 at 10:28
|
show 2 more comments
We need more hardware information to help you, can you look at this question and then edit your question adding the information.
– J. Starnes
Dec 5 '17 at 0:04
1
Wi-Fi is usually automatically installed. Open your terminal with <Ctrl>+<Alt>+T and typelspci -v | grep -i network
copy the screen output and add it to your question.
– WinEunuuchs2Unix
Dec 5 '17 at 1:45
heidy@heidy-HP-Laptop-15-bs0xx:~$ lspci -v | grep -i network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 heidy@heidy-HP-Laptop-15-bs0xx:~$
– heidi silva
Dec 5 '17 at 5:47
2
The requested command does not identify the WiFi device correctly. Please edit your question and add output oflspci -knn | grep Net -A3
terminal command instead.
– user692175
Dec 5 '17 at 17:35
3
The bluetooth device can also be activated. See askubuntu.com/questions/1033968/…
– Pilot6
May 9 '18 at 10:28
We need more hardware information to help you, can you look at this question and then edit your question adding the information.
– J. Starnes
Dec 5 '17 at 0:04
We need more hardware information to help you, can you look at this question and then edit your question adding the information.
– J. Starnes
Dec 5 '17 at 0:04
1
1
Wi-Fi is usually automatically installed. Open your terminal with <Ctrl>+<Alt>+T and type
lspci -v | grep -i network
copy the screen output and add it to your question.– WinEunuuchs2Unix
Dec 5 '17 at 1:45
Wi-Fi is usually automatically installed. Open your terminal with <Ctrl>+<Alt>+T and type
lspci -v | grep -i network
copy the screen output and add it to your question.– WinEunuuchs2Unix
Dec 5 '17 at 1:45
heidy@heidy-HP-Laptop-15-bs0xx:~$ lspci -v | grep -i network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 heidy@heidy-HP-Laptop-15-bs0xx:~$
– heidi silva
Dec 5 '17 at 5:47
heidy@heidy-HP-Laptop-15-bs0xx:~$ lspci -v | grep -i network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 heidy@heidy-HP-Laptop-15-bs0xx:~$
– heidi silva
Dec 5 '17 at 5:47
2
2
The requested command does not identify the WiFi device correctly. Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command instead.– user692175
Dec 5 '17 at 17:35
The requested command does not identify the WiFi device correctly. Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command instead.– user692175
Dec 5 '17 at 17:35
3
3
The bluetooth device can also be activated. See askubuntu.com/questions/1033968/…
– Pilot6
May 9 '18 at 10:28
The bluetooth device can also be activated. See askubuntu.com/questions/1033968/…
– Pilot6
May 9 '18 at 10:28
|
show 2 more comments
2 Answers
2
active
oldest
votes
You may use the driver hosted at Larry Finger's rtlwifi_new
git repository. Make sure you have linux-headers
for the respective kernel(s) and build-essential
package installed. Then follow the steps below.
Install
git
anddkms
if they're not installed by running
sudo apt install git dkms
Clone the repository
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
Run the following commands to install
sudo dkms add rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Reboot.
This should also work with newer kernels (and hence on Ubuntu 18.04 too).
Note: If you get very weak signal try changing your antenna selection
sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"
(or ant_sel=1
if 2 doesn't help).
(Source)
See this for Bluetooth: How to activate bluetooth device for RTL8723DE?
1
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
1
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
1
This worked for me. My laptop model is15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
add a comment |
There is new information on this device! With a temporary working internet connection, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone 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
Reboot and let us hear your report.
This won't work for Ubuntu 18.04 because of the new kernel incompatibility.
I thinkdkms install
is necessary too (which invokesbuild
if necessary).
– David Foerster
Feb 8 '18 at 14:40
3
when I'm trying to execute last command it shows this:Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
When I tried this got an error when executing the 5th command.ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
@arshad suggest that you start your own new question and include the result of:cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
add a comment |
protected by Community♦ Jan 23 '18 at 16:53
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You may use the driver hosted at Larry Finger's rtlwifi_new
git repository. Make sure you have linux-headers
for the respective kernel(s) and build-essential
package installed. Then follow the steps below.
Install
git
anddkms
if they're not installed by running
sudo apt install git dkms
Clone the repository
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
Run the following commands to install
sudo dkms add rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Reboot.
This should also work with newer kernels (and hence on Ubuntu 18.04 too).
Note: If you get very weak signal try changing your antenna selection
sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"
(or ant_sel=1
if 2 doesn't help).
(Source)
See this for Bluetooth: How to activate bluetooth device for RTL8723DE?
1
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
1
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
1
This worked for me. My laptop model is15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
add a comment |
You may use the driver hosted at Larry Finger's rtlwifi_new
git repository. Make sure you have linux-headers
for the respective kernel(s) and build-essential
package installed. Then follow the steps below.
Install
git
anddkms
if they're not installed by running
sudo apt install git dkms
Clone the repository
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
Run the following commands to install
sudo dkms add rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Reboot.
This should also work with newer kernels (and hence on Ubuntu 18.04 too).
Note: If you get very weak signal try changing your antenna selection
sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"
(or ant_sel=1
if 2 doesn't help).
(Source)
See this for Bluetooth: How to activate bluetooth device for RTL8723DE?
1
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
1
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
1
This worked for me. My laptop model is15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
add a comment |
You may use the driver hosted at Larry Finger's rtlwifi_new
git repository. Make sure you have linux-headers
for the respective kernel(s) and build-essential
package installed. Then follow the steps below.
Install
git
anddkms
if they're not installed by running
sudo apt install git dkms
Clone the repository
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
Run the following commands to install
sudo dkms add rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Reboot.
This should also work with newer kernels (and hence on Ubuntu 18.04 too).
Note: If you get very weak signal try changing your antenna selection
sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"
(or ant_sel=1
if 2 doesn't help).
(Source)
See this for Bluetooth: How to activate bluetooth device for RTL8723DE?
You may use the driver hosted at Larry Finger's rtlwifi_new
git repository. Make sure you have linux-headers
for the respective kernel(s) and build-essential
package installed. Then follow the steps below.
Install
git
anddkms
if they're not installed by running
sudo apt install git dkms
Clone the repository
git clone -b extended --single-branch https://github.com/lwfinger/rtlwifi_new.git
Run the following commands to install
sudo dkms add rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Reboot.
This should also work with newer kernels (and hence on Ubuntu 18.04 too).
Note: If you get very weak signal try changing your antenna selection
sudo tee /etc/modprobe.d/rtl8723de.conf <<< "options rtl8723de ant_sel=2"
(or ant_sel=1
if 2 doesn't help).
(Source)
See this for Bluetooth: How to activate bluetooth device for RTL8723DE?
edited Jul 4 '18 at 7:52
answered Mar 24 '18 at 13:11


pomskypomsky
30.4k1193127
30.4k1193127
1
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
1
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
1
This worked for me. My laptop model is15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
add a comment |
1
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
1
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
1
This worked for me. My laptop model is15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
1
1
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
This worked for me. The laptop I use is HP BS180TX. Ubuntu version 18.04 LTS. Kernel 4.15.0-20-generic.
– arshad
May 8 '18 at 18:28
1
1
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
The DKMS install is preferable. I suggest leaving only the DKMS way or explaining that. Newbies run all the commands and have trouble.
– Pilot6
Jun 6 '18 at 21:27
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
it mount the interface under /sys/class/net and ip link show the wireless listed, but i can't ip link set interface up, itsn't not effective, any idea why?
– Error
Sep 18 '18 at 16:46
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
unix.stackexchange.com/questions/469809/… can you help?
– Error
Sep 18 '18 at 18:15
1
1
This worked for me. My laptop model is
15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
This worked for me. My laptop model is
15q-ds0009TU
– Vishal Zanzrukia
Dec 29 '18 at 13:07
add a comment |
There is new information on this device! With a temporary working internet connection, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone 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
Reboot and let us hear your report.
This won't work for Ubuntu 18.04 because of the new kernel incompatibility.
I thinkdkms install
is necessary too (which invokesbuild
if necessary).
– David Foerster
Feb 8 '18 at 14:40
3
when I'm trying to execute last command it shows this:Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
When I tried this got an error when executing the 5th command.ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
@arshad suggest that you start your own new question and include the result of:cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
add a comment |
There is new information on this device! With a temporary working internet connection, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone 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
Reboot and let us hear your report.
This won't work for Ubuntu 18.04 because of the new kernel incompatibility.
I thinkdkms install
is necessary too (which invokesbuild
if necessary).
– David Foerster
Feb 8 '18 at 14:40
3
when I'm trying to execute last command it shows this:Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
When I tried this got an error when executing the 5th command.ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
@arshad suggest that you start your own new question and include the result of:cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
add a comment |
There is new information on this device! With a temporary working internet connection, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone 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
Reboot and let us hear your report.
This won't work for Ubuntu 18.04 because of the new kernel incompatibility.
There is new information on this device! With a temporary working internet connection, open a terminal and do:
sudo apt update
sudo apt install build-essential dkms git
git clone 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
Reboot and let us hear your report.
This won't work for Ubuntu 18.04 because of the new kernel incompatibility.
edited Jun 6 '18 at 21:21


Pilot6
51.9k15107197
51.9k15107197
answered Dec 23 '17 at 14:22


chili555chili555
38.5k55177
38.5k55177
I thinkdkms install
is necessary too (which invokesbuild
if necessary).
– David Foerster
Feb 8 '18 at 14:40
3
when I'm trying to execute last command it shows this:Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
When I tried this got an error when executing the 5th command.ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
@arshad suggest that you start your own new question and include the result of:cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
add a comment |
I thinkdkms install
is necessary too (which invokesbuild
if necessary).
– David Foerster
Feb 8 '18 at 14:40
3
when I'm trying to execute last command it shows this:Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
When I tried this got an error when executing the 5th command.ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
@arshad suggest that you start your own new question and include the result of:cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
I think
dkms install
is necessary too (which invokes build
if necessary).– David Foerster
Feb 8 '18 at 14:40
I think
dkms install
is necessary too (which invokes build
if necessary).– David Foerster
Feb 8 '18 at 14:40
3
3
when I'm trying to execute last command it shows this:
Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
when I'm trying to execute last command it shows this:
Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area.... 'make' all KVER=4.15.3-041503-generic....(bad exit status: 2) ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.3-041503-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– Jay Patel
Feb 12 '18 at 13:18
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
@JayPatel I suggest that you start your own new question and include the result of: dkms status.
– chili555
Feb 12 '18 at 13:52
When I tried this got an error when executing the 5th command.
ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
When I tried this got an error when executing the 5th command.
ERROR (dkms apport): binary package for rtl8723de: 5.1.1.8_21285.20171026_COEX20170111-1414 not found Error! Bad return status for module build on kernel: 4.15.0-20-generic (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– arshad
May 8 '18 at 16:52
@arshad suggest that you start your own new question and include the result of:
cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
@arshad suggest that you start your own new question and include the result of:
cat /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log
– chili555
May 8 '18 at 17:57
add a comment |
protected by Community♦ Jan 23 '18 at 16:53
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
uywba9D yq AGRmWoceXp,pbWgLrpKVfCs9fYcW2seb m3 NnhalBIY92hPgwFIij,B
We need more hardware information to help you, can you look at this question and then edit your question adding the information.
– J. Starnes
Dec 5 '17 at 0:04
1
Wi-Fi is usually automatically installed. Open your terminal with <Ctrl>+<Alt>+T and type
lspci -v | grep -i network
copy the screen output and add it to your question.– WinEunuuchs2Unix
Dec 5 '17 at 1:45
heidy@heidy-HP-Laptop-15-bs0xx:~$ lspci -v | grep -i network 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 heidy@heidy-HP-Laptop-15-bs0xx:~$
– heidi silva
Dec 5 '17 at 5:47
2
The requested command does not identify the WiFi device correctly. Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command instead.– user692175
Dec 5 '17 at 17:35
3
The bluetooth device can also be activated. See askubuntu.com/questions/1033968/…
– Pilot6
May 9 '18 at 10:28