Results 1 to 3 of 3

Thread: My wireless Card Don't work

  1. #1

    My wireless Card Don't work

    My laptop is alienware 17, use broadcom BCM4352 802.11ac wireless. but i cannot setup driver for it.

    Please help me. i try to setup one day ago but cannot successfull.

    Thank you

    Regards,

    uname -a
    Linux GIAHAN-KALI 4.3.0-kali1-amd64 #1 SMP Debian 4.3.3-5kali4 (2016-01-13) x86_64 GNU/Linux
    lspci
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
    00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
    00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
    00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
    00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 05)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX 880M] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
    08:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller (rev 10)
    09:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    09:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    0a:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)

  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.
    ################################################

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

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

  3. #3
    Quote Originally Posted by Gh0sT.sh View Post
    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.
    I get this error when i run "sudo apt-get install linux-headers-generic build-essential dkms broadcom-sta-modules"

    kms broadcom-sta-modules
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'broadcom-sta-dkms' instead of 'broadcom-sta-modules'
    Package linux-headers-generic is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'linux-headers-generic' has no installation candidate

Similar Threads

  1. WiFi card doesn't work
    By CROSS135 in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2017-01-02, 16:02
  2. No wireless card interface while plugging in USB wireless adapter
    By xyq96999 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-09-15, 05:31
  3. Wireless authentication required after setting wireless card to monitor
    By TheRussianBear in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-09-15, 21:10

Posting Permissions

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