How to install the proprietary driver “wl” after removing the broadcom-sta package from Kali repository? [duplicate]

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-5
down vote

favorite













This question already has an answer here:



  • Why is Kali Linux so hard to set up? Why won't people help me?

    5 answers



I'm trying to configure a MacBook Pro Wireless Adapter in Kali Linux but all of the tutorials I've found suggest installing the broadcom-sta-dkms package, however as of yesterday it has been removed form the Kali rolling repository. I've tried downloading the .deb and unpacking it locally but I get the following error:



Error! Bad return status for module build on kernel: 4.14.0-kali3-amd64 (x86_64)


Is there another way to configure the BCM4360 wireless card?







share|improve this question














marked as duplicate by Rui F Ribeiro, Jan, dirkt, roaima, jayhendren Feb 1 at 0:34


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















    up vote
    -5
    down vote

    favorite













    This question already has an answer here:



    • Why is Kali Linux so hard to set up? Why won't people help me?

      5 answers



    I'm trying to configure a MacBook Pro Wireless Adapter in Kali Linux but all of the tutorials I've found suggest installing the broadcom-sta-dkms package, however as of yesterday it has been removed form the Kali rolling repository. I've tried downloading the .deb and unpacking it locally but I get the following error:



    Error! Bad return status for module build on kernel: 4.14.0-kali3-amd64 (x86_64)


    Is there another way to configure the BCM4360 wireless card?







    share|improve this question














    marked as duplicate by Rui F Ribeiro, Jan, dirkt, roaima, jayhendren Feb 1 at 0:34


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
















      up vote
      -5
      down vote

      favorite









      up vote
      -5
      down vote

      favorite












      This question already has an answer here:



      • Why is Kali Linux so hard to set up? Why won't people help me?

        5 answers



      I'm trying to configure a MacBook Pro Wireless Adapter in Kali Linux but all of the tutorials I've found suggest installing the broadcom-sta-dkms package, however as of yesterday it has been removed form the Kali rolling repository. I've tried downloading the .deb and unpacking it locally but I get the following error:



      Error! Bad return status for module build on kernel: 4.14.0-kali3-amd64 (x86_64)


      Is there another way to configure the BCM4360 wireless card?







      share|improve this question















      This question already has an answer here:



      • Why is Kali Linux so hard to set up? Why won't people help me?

        5 answers



      I'm trying to configure a MacBook Pro Wireless Adapter in Kali Linux but all of the tutorials I've found suggest installing the broadcom-sta-dkms package, however as of yesterday it has been removed form the Kali rolling repository. I've tried downloading the .deb and unpacking it locally but I get the following error:



      Error! Bad return status for module build on kernel: 4.14.0-kali3-amd64 (x86_64)


      Is there another way to configure the BCM4360 wireless card?





      This question already has an answer here:



      • Why is Kali Linux so hard to set up? Why won't people help me?

        5 answers









      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 31 at 11:18









      GAD3R

      22.4k154894




      22.4k154894










      asked Jan 31 at 8:38









      Juan Pablo de la Vega

      42




      42




      marked as duplicate by Rui F Ribeiro, Jan, dirkt, roaima, jayhendren Feb 1 at 0:34


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by Rui F Ribeiro, Jan, dirkt, roaima, jayhendren Feb 1 at 0:34


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          The package broadcom-sta is removed from Kali repository on 2018-01-30 as the package information say . A temporary solution is to get the package from debain Sid repository until a new package which provide the wl driver will be available from kali repository.



          apt update && apt dist-upgrade
          apt install gdebi linux-headers-4.14.0-kali3-amd64
          wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
          gdebi broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
          modprobe wl


          Debian docs: wl






          share|improve this answer





























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            The package broadcom-sta is removed from Kali repository on 2018-01-30 as the package information say . A temporary solution is to get the package from debain Sid repository until a new package which provide the wl driver will be available from kali repository.



            apt update && apt dist-upgrade
            apt install gdebi linux-headers-4.14.0-kali3-amd64
            wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
            gdebi broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
            modprobe wl


            Debian docs: wl






            share|improve this answer


























              up vote
              0
              down vote



              accepted










              The package broadcom-sta is removed from Kali repository on 2018-01-30 as the package information say . A temporary solution is to get the package from debain Sid repository until a new package which provide the wl driver will be available from kali repository.



              apt update && apt dist-upgrade
              apt install gdebi linux-headers-4.14.0-kali3-amd64
              wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
              gdebi broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
              modprobe wl


              Debian docs: wl






              share|improve this answer
























                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                The package broadcom-sta is removed from Kali repository on 2018-01-30 as the package information say . A temporary solution is to get the package from debain Sid repository until a new package which provide the wl driver will be available from kali repository.



                apt update && apt dist-upgrade
                apt install gdebi linux-headers-4.14.0-kali3-amd64
                wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
                gdebi broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
                modprobe wl


                Debian docs: wl






                share|improve this answer














                The package broadcom-sta is removed from Kali repository on 2018-01-30 as the package information say . A temporary solution is to get the package from debain Sid repository until a new package which provide the wl driver will be available from kali repository.



                apt update && apt dist-upgrade
                apt install gdebi linux-headers-4.14.0-kali3-amd64
                wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
                gdebi broadcom-sta/broadcom-sta-dkms_6.30.223.271-7_all.deb
                modprobe wl


                Debian docs: wl







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jan 31 at 12:26

























                answered Jan 31 at 12:17









                GAD3R

                22.4k154894




                22.4k154894












                    aUh xR 5 QE2yc7,7nxb,mxV2eT2GxZ
                    lb7utQfo NBDX3JP T4VttQmMN4o TA,aLRqhQj XJVluGpJlRoMf,ofSeW1 iF5SUwTn,ygRn cG0 qCz3XPF41g5IDqYfjJKjrw,B0YF9bS8

                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    How many registers does an x86_64 CPU actually have?

                    Displaying single band from multi-band raster using QGIS