Debian does not recognize broadcom wireless (BCM43602) as wlan0 interfaceNetwork connectivity trouble to...

Managing heat dissipation in a magic wand

Parse a C++14 integer literal

Would a "ring language" be possible?

Why didn't Daenerys' advisers suggest assassinating Cersei?

Can an airline pilot be prosecuted for killing an unruly passenger who could not be physically restrained?

Number Sequence Series-Question 2

Alternative classical explanation of the Stern-Gerlach Experiment?

Why are stats in Angband written as 18/** instead of 19, 20...?

Does the US Supreme Court vote using secret ballots?

Can the word crowd refer to just 10 people?

Have the writers and actors of GOT responded to its poor reception?

Told to apply for UK visa before other visas, on UK-Spain-etc. visit

Is it a good idea to teach algorithm courses using pseudocode instead of a real programming language?

Was murdering a slave illegal in American slavery, and if so, what punishments were given for it?

I recently started my machine learning PhD and I have absolutely no idea what I'm doing

Working hours and productivity expectations for game artists and programmers

Failing students when it might cause them economic ruin

Gambler's Fallacy Dice

Why is the S-duct intake on the Tu-154 uniquely oblong?

Taylor series leads to two different functions - why?

What technology would Dwarves need to forge titanium?

Physically unpleasant work environment

Why does a table with a defined constant in its index compute 10X slower?

Why does the U.S military use mercenaries?



Debian does not recognize broadcom wireless (BCM43602) as wlan0 interface


Network connectivity trouble to non-routing multi-homed hosts?How do I fix Debian that refuses to connect to the internet in VirtualBox?debian broadcom wireless dropping outBroadcom BCM94352HMB wifi card not workingCan't figure out why Ethernet packets are ignoredUnknown Display // Drivers issueDebian8 server : Can't resolve IP adresses or DNSBroadcom Wireless PCI Card BMC4360 14e4:43a0 cannot get drivers workingConflict between wlan and ethernet board






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I'm struggling to get my wireless card detected as wlan0 on a new Debian install (3.16.0-4-amd64).



The wireless PCI device is visible as follows.



$ lspci -knn | grep Net -A2
04:00.0 Network controller [0280]: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
Subsystem: Apple Inc. Device [106b:0152]
05:00.0 Multimedia controller [0480]: Broadcom Corporation 720p FaceTime HD Camera [14e4:1570]
--
0b:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57762 Gigabit Ethernet PCIe [14e4:1682]
Subsystem: Apple Inc. Device [106b:00f6]
Kernel driver in use: tg3


With the help of this tip online, I placed a download of brcmfmac43602 in /lib/firmware/brcm. I've since restarted and attempted to add the module to with modprobe brcmfmac.



Still, I'm unable to see the network interface, as displayed below.



$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 98:5a:eb:c6:cf:4d brd ff:ff:ff:ff:ff:ff


Any pointers on what I may have overlooked would be greatly appreciated.










share|improve this question




















  • 1





    wiki.debian.org/brcm80211

    – jordanm
    Apr 17 '16 at 5:07











  • I've followed a similar process with the exception of using brcmfmac instead of brcmsmac and the behavior above persists. I have attempted to use brcmsmac to see if the outcome changes, but it does not.

    – Josh Rosso
    Apr 24 '16 at 20:47


















0















I'm struggling to get my wireless card detected as wlan0 on a new Debian install (3.16.0-4-amd64).



The wireless PCI device is visible as follows.



$ lspci -knn | grep Net -A2
04:00.0 Network controller [0280]: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
Subsystem: Apple Inc. Device [106b:0152]
05:00.0 Multimedia controller [0480]: Broadcom Corporation 720p FaceTime HD Camera [14e4:1570]
--
0b:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57762 Gigabit Ethernet PCIe [14e4:1682]
Subsystem: Apple Inc. Device [106b:00f6]
Kernel driver in use: tg3


With the help of this tip online, I placed a download of brcmfmac43602 in /lib/firmware/brcm. I've since restarted and attempted to add the module to with modprobe brcmfmac.



Still, I'm unable to see the network interface, as displayed below.



$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 98:5a:eb:c6:cf:4d brd ff:ff:ff:ff:ff:ff


Any pointers on what I may have overlooked would be greatly appreciated.










share|improve this question




















  • 1





    wiki.debian.org/brcm80211

    – jordanm
    Apr 17 '16 at 5:07











  • I've followed a similar process with the exception of using brcmfmac instead of brcmsmac and the behavior above persists. I have attempted to use brcmsmac to see if the outcome changes, but it does not.

    – Josh Rosso
    Apr 24 '16 at 20:47














0












0








0








I'm struggling to get my wireless card detected as wlan0 on a new Debian install (3.16.0-4-amd64).



The wireless PCI device is visible as follows.



$ lspci -knn | grep Net -A2
04:00.0 Network controller [0280]: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
Subsystem: Apple Inc. Device [106b:0152]
05:00.0 Multimedia controller [0480]: Broadcom Corporation 720p FaceTime HD Camera [14e4:1570]
--
0b:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57762 Gigabit Ethernet PCIe [14e4:1682]
Subsystem: Apple Inc. Device [106b:00f6]
Kernel driver in use: tg3


With the help of this tip online, I placed a download of brcmfmac43602 in /lib/firmware/brcm. I've since restarted and attempted to add the module to with modprobe brcmfmac.



Still, I'm unable to see the network interface, as displayed below.



$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 98:5a:eb:c6:cf:4d brd ff:ff:ff:ff:ff:ff


Any pointers on what I may have overlooked would be greatly appreciated.










share|improve this question
















I'm struggling to get my wireless card detected as wlan0 on a new Debian install (3.16.0-4-amd64).



The wireless PCI device is visible as follows.



$ lspci -knn | grep Net -A2
04:00.0 Network controller [0280]: Broadcom Corporation BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
Subsystem: Apple Inc. Device [106b:0152]
05:00.0 Multimedia controller [0480]: Broadcom Corporation 720p FaceTime HD Camera [14e4:1570]
--
0b:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57762 Gigabit Ethernet PCIe [14e4:1682]
Subsystem: Apple Inc. Device [106b:00f6]
Kernel driver in use: tg3


With the help of this tip online, I placed a download of brcmfmac43602 in /lib/firmware/brcm. I've since restarted and attempted to add the module to with modprobe brcmfmac.



Still, I'm unable to see the network interface, as displayed below.



$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 98:5a:eb:c6:cf:4d brd ff:ff:ff:ff:ff:ff


Any pointers on what I may have overlooked would be greatly appreciated.







debian wifi broadcom






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:22









Community

1




1










asked Apr 17 '16 at 3:13









Josh RossoJosh Rosso

11




11








  • 1





    wiki.debian.org/brcm80211

    – jordanm
    Apr 17 '16 at 5:07











  • I've followed a similar process with the exception of using brcmfmac instead of brcmsmac and the behavior above persists. I have attempted to use brcmsmac to see if the outcome changes, but it does not.

    – Josh Rosso
    Apr 24 '16 at 20:47














  • 1





    wiki.debian.org/brcm80211

    – jordanm
    Apr 17 '16 at 5:07











  • I've followed a similar process with the exception of using brcmfmac instead of brcmsmac and the behavior above persists. I have attempted to use brcmsmac to see if the outcome changes, but it does not.

    – Josh Rosso
    Apr 24 '16 at 20:47








1




1





wiki.debian.org/brcm80211

– jordanm
Apr 17 '16 at 5:07





wiki.debian.org/brcm80211

– jordanm
Apr 17 '16 at 5:07













I've followed a similar process with the exception of using brcmfmac instead of brcmsmac and the behavior above persists. I have attempted to use brcmsmac to see if the outcome changes, but it does not.

– Josh Rosso
Apr 24 '16 at 20:47





I've followed a similar process with the exception of using brcmfmac instead of brcmsmac and the behavior above persists. I have attempted to use brcmsmac to see if the outcome changes, but it does not.

– Josh Rosso
Apr 24 '16 at 20:47










2 Answers
2






active

oldest

votes


















0














According to wireless.wiki brcmfmac is supported in the kernel 3.17 and later.



Chipset PCI Device ID   Notes

BCM43602 14e4:43ba Supported in 3.17+





share|improve this answer
























  • After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

    – Josh Rosso
    Apr 24 '16 at 20:45











  • Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

    – GAD3R
    Apr 24 '16 at 22:25



















0














Honestly, I did fight many times with broadcom wireless cards, under linux and windows and those cards are crap.




  • card not detected correctly

  • network SSID randomly visible

  • impossible to connect on some access points for unknown reasons

  • connected on AP but no traffic possible


And this with all possible kernels, drivers, tools, tricks and all.



Ethernet adapters from Broadcom are fine but stay away from wireless. If you have the possibility to change your device, put an intel card in there and everything will be fine.






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%2f277005%2fdebian-does-not-recognize-broadcom-wireless-bcm43602-as-wlan0-interface%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














    According to wireless.wiki brcmfmac is supported in the kernel 3.17 and later.



    Chipset PCI Device ID   Notes

    BCM43602 14e4:43ba Supported in 3.17+





    share|improve this answer
























    • After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

      – Josh Rosso
      Apr 24 '16 at 20:45











    • Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

      – GAD3R
      Apr 24 '16 at 22:25
















    0














    According to wireless.wiki brcmfmac is supported in the kernel 3.17 and later.



    Chipset PCI Device ID   Notes

    BCM43602 14e4:43ba Supported in 3.17+





    share|improve this answer
























    • After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

      – Josh Rosso
      Apr 24 '16 at 20:45











    • Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

      – GAD3R
      Apr 24 '16 at 22:25














    0












    0








    0







    According to wireless.wiki brcmfmac is supported in the kernel 3.17 and later.



    Chipset PCI Device ID   Notes

    BCM43602 14e4:43ba Supported in 3.17+





    share|improve this answer













    According to wireless.wiki brcmfmac is supported in the kernel 3.17 and later.



    Chipset PCI Device ID   Notes

    BCM43602 14e4:43ba Supported in 3.17+






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 17 '16 at 15:35









    GAD3RGAD3R

    28.9k1959117




    28.9k1959117













    • After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

      – Josh Rosso
      Apr 24 '16 at 20:45











    • Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

      – GAD3R
      Apr 24 '16 at 22:25



















    • After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

      – Josh Rosso
      Apr 24 '16 at 20:45











    • Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

      – GAD3R
      Apr 24 '16 at 22:25

















    After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

    – Josh Rosso
    Apr 24 '16 at 20:45





    After upgrading to 3.19.8, I see the same behavior after adding brcmfmac with modprobe brcmfmac. ip link show still yields no wireless device.

    – Josh Rosso
    Apr 24 '16 at 20:45













    Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

    – GAD3R
    Apr 24 '16 at 22:25





    Add the non-free repo to your sources.list and type sudo apt-get install linux-firmware-nonfree

    – GAD3R
    Apr 24 '16 at 22:25













    0














    Honestly, I did fight many times with broadcom wireless cards, under linux and windows and those cards are crap.




    • card not detected correctly

    • network SSID randomly visible

    • impossible to connect on some access points for unknown reasons

    • connected on AP but no traffic possible


    And this with all possible kernels, drivers, tools, tricks and all.



    Ethernet adapters from Broadcom are fine but stay away from wireless. If you have the possibility to change your device, put an intel card in there and everything will be fine.






    share|improve this answer




























      0














      Honestly, I did fight many times with broadcom wireless cards, under linux and windows and those cards are crap.




      • card not detected correctly

      • network SSID randomly visible

      • impossible to connect on some access points for unknown reasons

      • connected on AP but no traffic possible


      And this with all possible kernels, drivers, tools, tricks and all.



      Ethernet adapters from Broadcom are fine but stay away from wireless. If you have the possibility to change your device, put an intel card in there and everything will be fine.






      share|improve this answer


























        0












        0








        0







        Honestly, I did fight many times with broadcom wireless cards, under linux and windows and those cards are crap.




        • card not detected correctly

        • network SSID randomly visible

        • impossible to connect on some access points for unknown reasons

        • connected on AP but no traffic possible


        And this with all possible kernels, drivers, tools, tricks and all.



        Ethernet adapters from Broadcom are fine but stay away from wireless. If you have the possibility to change your device, put an intel card in there and everything will be fine.






        share|improve this answer













        Honestly, I did fight many times with broadcom wireless cards, under linux and windows and those cards are crap.




        • card not detected correctly

        • network SSID randomly visible

        • impossible to connect on some access points for unknown reasons

        • connected on AP but no traffic possible


        And this with all possible kernels, drivers, tools, tricks and all.



        Ethernet adapters from Broadcom are fine but stay away from wireless. If you have the possibility to change your device, put an intel card in there and everything will be fine.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 56 mins ago









        darxmurfdarxmurf

        50411




        50411






























            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%2f277005%2fdebian-does-not-recognize-broadcom-wireless-bcm43602-as-wlan0-interface%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

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...