Deepin OS: Wireless Not Detect
I am beginner using Deepin OS linux. once installed i can not find the wifi connection. if on Windows OS, I might check in device manager to make sure that the wireless driver is installed correctly. what about Deepin OS linux? what can I do?
Output: lspci -knn | grep Net -A3
brother@brother-PC:~/Desktop$ lspci -knn | grep Net -A3
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel modules: wl
linux wireless-networking
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am beginner using Deepin OS linux. once installed i can not find the wifi connection. if on Windows OS, I might check in device manager to make sure that the wireless driver is installed correctly. what about Deepin OS linux? what can I do?
Output: lspci -knn | grep Net -A3
brother@brother-PC:~/Desktop$ lspci -knn | grep Net -A3
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel modules: wl
linux wireless-networking
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You'll need to load the modules/build the modules in to the kernel to support your wifi card.
– djsmiley2k
Apr 2 '18 at 10:56
Please edit your question and add output oflspci -knn | grep Net -A3
terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.
– user772515
Apr 5 '18 at 11:44
add a comment |
I am beginner using Deepin OS linux. once installed i can not find the wifi connection. if on Windows OS, I might check in device manager to make sure that the wireless driver is installed correctly. what about Deepin OS linux? what can I do?
Output: lspci -knn | grep Net -A3
brother@brother-PC:~/Desktop$ lspci -knn | grep Net -A3
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel modules: wl
linux wireless-networking
I am beginner using Deepin OS linux. once installed i can not find the wifi connection. if on Windows OS, I might check in device manager to make sure that the wireless driver is installed correctly. what about Deepin OS linux? what can I do?
Output: lspci -knn | grep Net -A3
brother@brother-PC:~/Desktop$ lspci -knn | grep Net -A3
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:d723]
Subsystem: Hewlett-Packard Company Device [103c:8319]
Kernel modules: wl
linux wireless-networking
linux wireless-networking
edited Apr 7 '18 at 1:59
flyingbird013
asked Apr 2 '18 at 10:17
flyingbird013flyingbird013
112
112
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You'll need to load the modules/build the modules in to the kernel to support your wifi card.
– djsmiley2k
Apr 2 '18 at 10:56
Please edit your question and add output oflspci -knn | grep Net -A3
terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.
– user772515
Apr 5 '18 at 11:44
add a comment |
You'll need to load the modules/build the modules in to the kernel to support your wifi card.
– djsmiley2k
Apr 2 '18 at 10:56
Please edit your question and add output oflspci -knn | grep Net -A3
terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.
– user772515
Apr 5 '18 at 11:44
You'll need to load the modules/build the modules in to the kernel to support your wifi card.
– djsmiley2k
Apr 2 '18 at 10:56
You'll need to load the modules/build the modules in to the kernel to support your wifi card.
– djsmiley2k
Apr 2 '18 at 10:56
Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.– user772515
Apr 5 '18 at 11:44
Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.– user772515
Apr 5 '18 at 11:44
add a comment |
2 Answers
2
active
oldest
votes
Realtek Semiconductor Co., Ltd. Device [10ec:d723]
is the Realtek RTL8723DE chipset, not yet natively supported by your kernel version therefore it needs a driver.
In a Terminal do the following:
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot
Source: https://github.com/smlinux/rtl8723de
Output after executiondkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– flyingbird013
Apr 7 '18 at 7:07
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
add a comment |
Use these commands:
1.wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
2.sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1310036%2fdeepin-os-wireless-not-detect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Realtek Semiconductor Co., Ltd. Device [10ec:d723]
is the Realtek RTL8723DE chipset, not yet natively supported by your kernel version therefore it needs a driver.
In a Terminal do the following:
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot
Source: https://github.com/smlinux/rtl8723de
Output after executiondkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– flyingbird013
Apr 7 '18 at 7:07
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
add a comment |
Realtek Semiconductor Co., Ltd. Device [10ec:d723]
is the Realtek RTL8723DE chipset, not yet natively supported by your kernel version therefore it needs a driver.
In a Terminal do the following:
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot
Source: https://github.com/smlinux/rtl8723de
Output after executiondkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– flyingbird013
Apr 7 '18 at 7:07
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
add a comment |
Realtek Semiconductor Co., Ltd. Device [10ec:d723]
is the Realtek RTL8723DE chipset, not yet natively supported by your kernel version therefore it needs a driver.
In a Terminal do the following:
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot
Source: https://github.com/smlinux/rtl8723de
Realtek Semiconductor Co., Ltd. Device [10ec:d723]
is the Realtek RTL8723DE chipset, not yet natively supported by your kernel version therefore it needs a driver.
In a Terminal do the following:
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
dkms add ./rtl8723de
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod -a
reboot
Source: https://github.com/smlinux/rtl8723de
answered Apr 7 '18 at 4:51
user772515
Output after executiondkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– flyingbird013
Apr 7 '18 at 7:07
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
add a comment |
Output after executiondkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.
– flyingbird013
Apr 7 '18 at 7:07
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
Output after execution
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.– flyingbird013
Apr 7 '18 at 7:07
Output after execution
dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
: Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=4.9.0-deepin13-amd64...(bad exit status: 2) Error! Bad return status for module build on kernel: 4.9.0-deepin13-amd64 (x86_64) Consult /var/lib/dkms/rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414/build/make.log for more information.– flyingbird013
Apr 7 '18 at 7:07
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
I followed the explanation of [this link] (github.com/jeremyb31/rtl8723de.git) and solved my problem. I appreciate your help and your time. thanks you very much
– flyingbird013
Apr 7 '18 at 8:32
add a comment |
Use these commands:
1.wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
2.sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
add a comment |
Use these commands:
1.wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
2.sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
add a comment |
Use these commands:
1.wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
2.sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
Use these commands:
1.wget http://archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
2.sudo dpkg -i bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu1~1.3_amd64.deb
answered Sep 12 '18 at 15:48
ZameerZameer
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1310036%2fdeepin-os-wireless-not-detect%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
You'll need to load the modules/build the modules in to the kernel to support your wifi card.
– djsmiley2k
Apr 2 '18 at 10:56
Please edit your question and add output of
lspci -knn | grep Net -A3
terminal command. This will identify your hardware. Then, and only then, someone may be able to answer.– user772515
Apr 5 '18 at 11:44