Results 1 to 2 of 2

Thread: WIFI Don't work Kali 2016

  1. #1

    WIFI Don't work Kali 2016

    My wireless card "0a:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)"

    my wireless card don't interface.

    Please help me

    Thank you

    Regards,

  2. #2
    Join Date
    2016-Feb
    Location
    Bangalore
    Posts
    114
    Open the terminal and run
    $ lspci | grep BCM


    Get the driver


    Run
    $ sudo apt-get install linux-headers-generic build-essential dkms broadcom-sta-modules
    If it freaks out with the first package, just skip that one.


    Download this deb package.
    cd into the directory containing the package.
    Install it using


    $ sudo dpkg -i firmware-brcm80211_0.27_all.deb
    Activate it.
    $sudo modprobe -r brcm80211
    $sudo modprobe brcm80211
    Done. It should work now.

    same issues
    ################################################

    |
    /vvvvvvvvvvvv \-------------------------------------------------------------------------,,
    |^^^^^^^^ /===================================--""

    ################################################
    ----------The quieter you become,The more you will able to hear-----------
    ################################################
    Venkatesh L Sharma https://twitter.com/1337in

Similar Threads

  1. Kali 2016.2 usb 3g modem not working, on kali 2016.1 work without problems
    By einsteinb0y in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-11-10, 10:02
  2. Getting VNC to work on Kali 2016
    By joshbgosh10592 in forum General Archive
    Replies: 0
    Last Post: 2016-02-20, 02:33

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •