Wireless not working with BCM4311 - not attached to wlan0












0















New to Linux. I have a Broadcom BCM4311 Wi-Fi card. The Wi-fi was working after installing the B43 drivers, but has stopped working. For some reason it's now not attached to WLAN0.



I don't have an ethernet cable, but I have a Windows machine connected to the net via wireless. Ubuntu version 12.10.



$ lspci -vvnn | grep 14e4
Ethernet controller : Broadcom NetXtreme BCM5788 Gigabit Ethernet [14e4:169c]
Network Controller : Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312]

$ lshw -c network -short
H/W path Device Class Description
/0/100/6/0 network BCM4311 802.11a/b/g
/0/100/14.4/1 etho network NetXtreme BCM5788 Gigabit Ethernet
/1 wlan0 network Wireless interface


Not sure if the following would help:



$ lsmod | grep b43
b43 347364 0
mac80211 461261 1 b43
cfg80211 175574 2 b43,mac80211
bcma 34484 1 b43
ssb 50088 2 b43,ssb_hcd









share|improve this question




















  • 2





    possible duplicate of Installing Broadcom Wireless Drivers

    – David Foerster
    Nov 20 '14 at 11:38
















0















New to Linux. I have a Broadcom BCM4311 Wi-Fi card. The Wi-fi was working after installing the B43 drivers, but has stopped working. For some reason it's now not attached to WLAN0.



I don't have an ethernet cable, but I have a Windows machine connected to the net via wireless. Ubuntu version 12.10.



$ lspci -vvnn | grep 14e4
Ethernet controller : Broadcom NetXtreme BCM5788 Gigabit Ethernet [14e4:169c]
Network Controller : Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312]

$ lshw -c network -short
H/W path Device Class Description
/0/100/6/0 network BCM4311 802.11a/b/g
/0/100/14.4/1 etho network NetXtreme BCM5788 Gigabit Ethernet
/1 wlan0 network Wireless interface


Not sure if the following would help:



$ lsmod | grep b43
b43 347364 0
mac80211 461261 1 b43
cfg80211 175574 2 b43,mac80211
bcma 34484 1 b43
ssb 50088 2 b43,ssb_hcd









share|improve this question




















  • 2





    possible duplicate of Installing Broadcom Wireless Drivers

    – David Foerster
    Nov 20 '14 at 11:38














0












0








0








New to Linux. I have a Broadcom BCM4311 Wi-Fi card. The Wi-fi was working after installing the B43 drivers, but has stopped working. For some reason it's now not attached to WLAN0.



I don't have an ethernet cable, but I have a Windows machine connected to the net via wireless. Ubuntu version 12.10.



$ lspci -vvnn | grep 14e4
Ethernet controller : Broadcom NetXtreme BCM5788 Gigabit Ethernet [14e4:169c]
Network Controller : Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312]

$ lshw -c network -short
H/W path Device Class Description
/0/100/6/0 network BCM4311 802.11a/b/g
/0/100/14.4/1 etho network NetXtreme BCM5788 Gigabit Ethernet
/1 wlan0 network Wireless interface


Not sure if the following would help:



$ lsmod | grep b43
b43 347364 0
mac80211 461261 1 b43
cfg80211 175574 2 b43,mac80211
bcma 34484 1 b43
ssb 50088 2 b43,ssb_hcd









share|improve this question
















New to Linux. I have a Broadcom BCM4311 Wi-Fi card. The Wi-fi was working after installing the B43 drivers, but has stopped working. For some reason it's now not attached to WLAN0.



I don't have an ethernet cable, but I have a Windows machine connected to the net via wireless. Ubuntu version 12.10.



$ lspci -vvnn | grep 14e4
Ethernet controller : Broadcom NetXtreme BCM5788 Gigabit Ethernet [14e4:169c]
Network Controller : Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312]

$ lshw -c network -short
H/W path Device Class Description
/0/100/6/0 network BCM4311 802.11a/b/g
/0/100/14.4/1 etho network NetXtreme BCM5788 Gigabit Ethernet
/1 wlan0 network Wireless interface


Not sure if the following would help:



$ lsmod | grep b43
b43 347364 0
mac80211 461261 1 b43
cfg80211 175574 2 b43,mac80211
bcma 34484 1 b43
ssb 50088 2 b43,ssb_hcd






wireless broadcom






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 22 '18 at 5:29









Zanna

51.1k13138242




51.1k13138242










asked Aug 13 '13 at 4:05









ChrisChris

111




111








  • 2





    possible duplicate of Installing Broadcom Wireless Drivers

    – David Foerster
    Nov 20 '14 at 11:38














  • 2





    possible duplicate of Installing Broadcom Wireless Drivers

    – David Foerster
    Nov 20 '14 at 11:38








2




2





possible duplicate of Installing Broadcom Wireless Drivers

– David Foerster
Nov 20 '14 at 11:38





possible duplicate of Installing Broadcom Wireless Drivers

– David Foerster
Nov 20 '14 at 11:38










1 Answer
1






active

oldest

votes


















0














Run the following in the terminal:



sudo apt-get remove --purge bcmwl-kernel-source


If the command run successfully try to switch on wireless (with the hardware key).



If it doesn't work or the command failed saying there is no such module, then you could try opening a terminal and type



dmesg | grep b43


If you see lines like:



[   17.453421] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[ 17.453427] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[ 17.453432] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 17.680077] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
[ 17.993040] b43-phy0: Radio hardware status changed to DISABLED


Now you probably are lacking the firmware for the Broadcom card. Open Software Center, search and install the following packages,




  • b43-fwcutter

  • firmware-b43-lpphy-installerer


Reboot once. Now the wireless should work.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    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%2faskubuntu.com%2fquestions%2f331898%2fwireless-not-working-with-bcm4311-not-attached-to-wlan0%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














    Run the following in the terminal:



    sudo apt-get remove --purge bcmwl-kernel-source


    If the command run successfully try to switch on wireless (with the hardware key).



    If it doesn't work or the command failed saying there is no such module, then you could try opening a terminal and type



    dmesg | grep b43


    If you see lines like:



    [   17.453421] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
    [ 17.453427] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
    [ 17.453432] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    [ 17.680077] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
    [ 17.993040] b43-phy0: Radio hardware status changed to DISABLED


    Now you probably are lacking the firmware for the Broadcom card. Open Software Center, search and install the following packages,




    • b43-fwcutter

    • firmware-b43-lpphy-installerer


    Reboot once. Now the wireless should work.






    share|improve this answer




























      0














      Run the following in the terminal:



      sudo apt-get remove --purge bcmwl-kernel-source


      If the command run successfully try to switch on wireless (with the hardware key).



      If it doesn't work or the command failed saying there is no such module, then you could try opening a terminal and type



      dmesg | grep b43


      If you see lines like:



      [   17.453421] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
      [ 17.453427] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
      [ 17.453432] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
      [ 17.680077] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
      [ 17.993040] b43-phy0: Radio hardware status changed to DISABLED


      Now you probably are lacking the firmware for the Broadcom card. Open Software Center, search and install the following packages,




      • b43-fwcutter

      • firmware-b43-lpphy-installerer


      Reboot once. Now the wireless should work.






      share|improve this answer


























        0












        0








        0







        Run the following in the terminal:



        sudo apt-get remove --purge bcmwl-kernel-source


        If the command run successfully try to switch on wireless (with the hardware key).



        If it doesn't work or the command failed saying there is no such module, then you could try opening a terminal and type



        dmesg | grep b43


        If you see lines like:



        [   17.453421] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
        [ 17.453427] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
        [ 17.453432] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
        [ 17.680077] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
        [ 17.993040] b43-phy0: Radio hardware status changed to DISABLED


        Now you probably are lacking the firmware for the Broadcom card. Open Software Center, search and install the following packages,




        • b43-fwcutter

        • firmware-b43-lpphy-installerer


        Reboot once. Now the wireless should work.






        share|improve this answer













        Run the following in the terminal:



        sudo apt-get remove --purge bcmwl-kernel-source


        If the command run successfully try to switch on wireless (with the hardware key).



        If it doesn't work or the command failed saying there is no such module, then you could try opening a terminal and type



        dmesg | grep b43


        If you see lines like:



        [   17.453421] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
        [ 17.453427] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
        [ 17.453432] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
        [ 17.680077] b43-phy0: Loading firmware version 478.104 (2008-07-01 00:50:23)
        [ 17.993040] b43-phy0: Radio hardware status changed to DISABLED


        Now you probably are lacking the firmware for the Broadcom card. Open Software Center, search and install the following packages,




        • b43-fwcutter

        • firmware-b43-lpphy-installerer


        Reboot once. Now the wireless should work.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 13 '13 at 4:43









        HasiyaHasiya

        77031021




        77031021






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • 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%2faskubuntu.com%2fquestions%2f331898%2fwireless-not-working-with-bcm4311-not-attached-to-wlan0%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

            Human spaceflight

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

            File:DeusFollowingSea.jpg