Wireless card is not detected on ubuntu and fedora












1















I'm currently running fedora 27 on an Acer Aspire Switch One SW1-011 (https://www.notebookcheck.info/Acer-Aspire-Switch-One-10-SW1-011-11AN.231024.0.html)



according to that link it's a Realtek RTL8723BS



 



uname -a:



Linux localhost.localdomain 4.15.12-301.fc27.x86_64 #1 SMP Thu Mar 22 19:25:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


 



When running lshw -C network it returns only my usb-ethernet adaptor



  description: Ethernet interface

physical id: 1
bus info: usb@1:3.1.2
logical name: enp0s20u3u1u2
serial: 00:e0:4c:36:0d:e4
size: 100Mbit/s
capacity: 100Mbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.9 duplex=full ip=192.168.0.102 link=yes multicast=yes port=MII speed=100Mbit/s`


 



lspci returns:



00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 22) 

00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers (rev 22)

00:03.0 Multimedia controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit (rev 22)

00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 22)

00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 22)

00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 22)

00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 22)


 



lsmod | grep 8723 returns:



r8723bs               704512  0

cfg80211 733184 1 r8723bs

mmc_core 172032 4 sdhci,mmc_block,sdhci_acpi,r8723bs


I've additionally also tried adding blacklist acer_wmi into /etc/modprobe.d/blacklist.conf without any luck










share|improve this question























  • Have you seen these threads? They might apply to your situation as well: Wifi not working on Realtek rtl8723be wifi adapter and How do I get a Realtek RTL8723BE wireless card to work? ... I know yours is the 8723BS, but the solutions suggested there could likely address your situation until the upstream bugs are fixed.

    – J. Taylor
    Mar 31 '18 at 5:49













  • Best way is to report a kernel bug. You can play with custom drivers from strange repos of course, but how safe do you feel using those?

    – ajeh
    May 11 '18 at 21:09
















1















I'm currently running fedora 27 on an Acer Aspire Switch One SW1-011 (https://www.notebookcheck.info/Acer-Aspire-Switch-One-10-SW1-011-11AN.231024.0.html)



according to that link it's a Realtek RTL8723BS



 



uname -a:



Linux localhost.localdomain 4.15.12-301.fc27.x86_64 #1 SMP Thu Mar 22 19:25:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


 



When running lshw -C network it returns only my usb-ethernet adaptor



  description: Ethernet interface

physical id: 1
bus info: usb@1:3.1.2
logical name: enp0s20u3u1u2
serial: 00:e0:4c:36:0d:e4
size: 100Mbit/s
capacity: 100Mbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.9 duplex=full ip=192.168.0.102 link=yes multicast=yes port=MII speed=100Mbit/s`


 



lspci returns:



00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 22) 

00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers (rev 22)

00:03.0 Multimedia controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit (rev 22)

00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 22)

00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 22)

00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 22)

00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 22)


 



lsmod | grep 8723 returns:



r8723bs               704512  0

cfg80211 733184 1 r8723bs

mmc_core 172032 4 sdhci,mmc_block,sdhci_acpi,r8723bs


I've additionally also tried adding blacklist acer_wmi into /etc/modprobe.d/blacklist.conf without any luck










share|improve this question























  • Have you seen these threads? They might apply to your situation as well: Wifi not working on Realtek rtl8723be wifi adapter and How do I get a Realtek RTL8723BE wireless card to work? ... I know yours is the 8723BS, but the solutions suggested there could likely address your situation until the upstream bugs are fixed.

    – J. Taylor
    Mar 31 '18 at 5:49













  • Best way is to report a kernel bug. You can play with custom drivers from strange repos of course, but how safe do you feel using those?

    – ajeh
    May 11 '18 at 21:09














1












1








1








I'm currently running fedora 27 on an Acer Aspire Switch One SW1-011 (https://www.notebookcheck.info/Acer-Aspire-Switch-One-10-SW1-011-11AN.231024.0.html)



according to that link it's a Realtek RTL8723BS



 



uname -a:



Linux localhost.localdomain 4.15.12-301.fc27.x86_64 #1 SMP Thu Mar 22 19:25:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


 



When running lshw -C network it returns only my usb-ethernet adaptor



  description: Ethernet interface

physical id: 1
bus info: usb@1:3.1.2
logical name: enp0s20u3u1u2
serial: 00:e0:4c:36:0d:e4
size: 100Mbit/s
capacity: 100Mbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.9 duplex=full ip=192.168.0.102 link=yes multicast=yes port=MII speed=100Mbit/s`


 



lspci returns:



00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 22) 

00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers (rev 22)

00:03.0 Multimedia controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit (rev 22)

00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 22)

00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 22)

00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 22)

00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 22)


 



lsmod | grep 8723 returns:



r8723bs               704512  0

cfg80211 733184 1 r8723bs

mmc_core 172032 4 sdhci,mmc_block,sdhci_acpi,r8723bs


I've additionally also tried adding blacklist acer_wmi into /etc/modprobe.d/blacklist.conf without any luck










share|improve this question














I'm currently running fedora 27 on an Acer Aspire Switch One SW1-011 (https://www.notebookcheck.info/Acer-Aspire-Switch-One-10-SW1-011-11AN.231024.0.html)



according to that link it's a Realtek RTL8723BS



 



uname -a:



Linux localhost.localdomain 4.15.12-301.fc27.x86_64 #1 SMP Thu Mar 22 19:25:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


 



When running lshw -C network it returns only my usb-ethernet adaptor



  description: Ethernet interface

physical id: 1
bus info: usb@1:3.1.2
logical name: enp0s20u3u1u2
serial: 00:e0:4c:36:0d:e4
size: 100Mbit/s
capacity: 100Mbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.9 duplex=full ip=192.168.0.102 link=yes multicast=yes port=MII speed=100Mbit/s`


 



lspci returns:



00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 22) 

00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers (rev 22)

00:03.0 Multimedia controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit (rev 22)

00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 22)

00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 22)

00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 22)

00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 22)


 



lsmod | grep 8723 returns:



r8723bs               704512  0

cfg80211 733184 1 r8723bs

mmc_core 172032 4 sdhci,mmc_block,sdhci_acpi,r8723bs


I've additionally also tried adding blacklist acer_wmi into /etc/modprobe.d/blacklist.conf without any luck







ubuntu networking fedora wifi






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 30 '18 at 23:37









RyanRyan

62




62













  • Have you seen these threads? They might apply to your situation as well: Wifi not working on Realtek rtl8723be wifi adapter and How do I get a Realtek RTL8723BE wireless card to work? ... I know yours is the 8723BS, but the solutions suggested there could likely address your situation until the upstream bugs are fixed.

    – J. Taylor
    Mar 31 '18 at 5:49













  • Best way is to report a kernel bug. You can play with custom drivers from strange repos of course, but how safe do you feel using those?

    – ajeh
    May 11 '18 at 21:09



















  • Have you seen these threads? They might apply to your situation as well: Wifi not working on Realtek rtl8723be wifi adapter and How do I get a Realtek RTL8723BE wireless card to work? ... I know yours is the 8723BS, but the solutions suggested there could likely address your situation until the upstream bugs are fixed.

    – J. Taylor
    Mar 31 '18 at 5:49













  • Best way is to report a kernel bug. You can play with custom drivers from strange repos of course, but how safe do you feel using those?

    – ajeh
    May 11 '18 at 21:09

















Have you seen these threads? They might apply to your situation as well: Wifi not working on Realtek rtl8723be wifi adapter and How do I get a Realtek RTL8723BE wireless card to work? ... I know yours is the 8723BS, but the solutions suggested there could likely address your situation until the upstream bugs are fixed.

– J. Taylor
Mar 31 '18 at 5:49







Have you seen these threads? They might apply to your situation as well: Wifi not working on Realtek rtl8723be wifi adapter and How do I get a Realtek RTL8723BE wireless card to work? ... I know yours is the 8723BS, but the solutions suggested there could likely address your situation until the upstream bugs are fixed.

– J. Taylor
Mar 31 '18 at 5:49















Best way is to report a kernel bug. You can play with custom drivers from strange repos of course, but how safe do you feel using those?

– ajeh
May 11 '18 at 21:09





Best way is to report a kernel bug. You can play with custom drivers from strange repos of course, but how safe do you feel using those?

– ajeh
May 11 '18 at 21:09










1 Answer
1






active

oldest

votes


















0














It possible that the hardware is fully proprietary or just block.



lspci -k



-k option show kernel driver handling each device as explain in the manual



then



rfkill unblock all && rm -rf /dev/rfkill && reboot



That will unblock all things from rfkill that could be block by default






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f434595%2fwireless-card-is-not-detected-on-ubuntu-and-fedora%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    It possible that the hardware is fully proprietary or just block.



    lspci -k



    -k option show kernel driver handling each device as explain in the manual



    then



    rfkill unblock all && rm -rf /dev/rfkill && reboot



    That will unblock all things from rfkill that could be block by default






    share|improve this answer




























      0














      It possible that the hardware is fully proprietary or just block.



      lspci -k



      -k option show kernel driver handling each device as explain in the manual



      then



      rfkill unblock all && rm -rf /dev/rfkill && reboot



      That will unblock all things from rfkill that could be block by default






      share|improve this answer


























        0












        0








        0







        It possible that the hardware is fully proprietary or just block.



        lspci -k



        -k option show kernel driver handling each device as explain in the manual



        then



        rfkill unblock all && rm -rf /dev/rfkill && reboot



        That will unblock all things from rfkill that could be block by default






        share|improve this answer













        It possible that the hardware is fully proprietary or just block.



        lspci -k



        -k option show kernel driver handling each device as explain in the manual



        then



        rfkill unblock all && rm -rf /dev/rfkill && reboot



        That will unblock all things from rfkill that could be block by default







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 16 '18 at 7:39









        aurelienaurelien

        618618




        618618






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • 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%2funix.stackexchange.com%2fquestions%2f434595%2fwireless-card-is-not-detected-on-ubuntu-and-fedora%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

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?