Deepin OS: Wireless Not Detect












0















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?



Screenshoot



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









share|improve this question
















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 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
















0















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?



Screenshoot



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









share|improve this question
















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 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














0












0








0








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?



Screenshoot



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









share|improve this question
















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?



Screenshoot



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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



















  • 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

















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










2 Answers
2






active

oldest

votes


















0














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






share|improve this answer
























  • 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





















0














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






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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






    share|improve this answer
























    • 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


















    0














    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






    share|improve this answer
























    • 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
















    0












    0








    0







    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






    share|improve this answer













    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







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 7 '18 at 4:51







    user772515




















    • 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





















    • 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



















    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















    0














    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






    share|improve this answer




























      0














      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






      share|improve this answer


























        0












        0








        0







        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






        share|improve this answer













        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 12 '18 at 15:48









        ZameerZameer

        1




        1






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...