Results 1 to 8 of 8

Thread: Wireless doesn't work

  1. #1

    Wireless doesn't work (Solved)

    Please excuse me, I'm completely new to linux...

    With that said I'm on an hp running dual boot with windows 10, some minor bugs with install but got through it.

    During graphical install it detected and connectEd through my WiFi to my home network.

    Once in kali 2016.1 though I have no wifi, I've tried ifconfig wlan0 up. It reads my wifi adapter, but it won't let me turn my wifi on.

    When I ran lspci -knn | grep Net -A2 I get this for my adapter:

    Network controller [0280]: Intel Corporation wireless 7265 [8086:095a] (Rev 61)

    Subsystem: Intel Corporation dual band wireless-AC 7265 [8086:5010]
    Kernel driver in use: iwlwifi

    There's a whole list of things I've tried but none of its working, maybe I'm doing something wrong? So let's start from scratch and try it all.

    Any help is greatly appreciated
    Last edited by [email protected]; 2016-06-09 at 02:43. Reason: Solved the issue, leaving it incase anyone else needs it

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    My experience with Kali (and BackTrack before that) is just disable the built-in wireless in BIOS, and go with one of the compatible wifi cards listed here in the forums.

    This will save you a lot of time & aggravation...particularly if you are new to Kali (and Linux in general).

  3. #3
    Join Date
    2016-Apr
    Posts
    1
    Quote Originally Posted by grid View Post
    My experience with Kali (and BackTrack before that) is just disable the built-in wireless in BIOS, and go with one of the compatible wifi cards listed here in the forums.

    This will save you a lot of time & aggravation...particularly if you are new to Kali (and Linux in general).
    what if my BIOS doesn't offer an option to turn it off?

  4. #4
    Join Date
    2013-Jul
    Posts
    844
    To [email protected]

    MTeams has seen this before with Hp and some other computers.

    The problem may be that Windows has turned off the installed wifi device and linux cannot turn it on.

    Boot into Windows and turn on your wifi devices thru Windows software.

    Test it to make sure it is functioning,

    Next reboot into linux and see if your system has been restored.

    Never use the manual on/off switch to turn the system off. If you do turn it off by accident then you may only be able to turn it on when in Windows.

    Musket Teams

  5. #5
    I was hoping to avoid this if possible. The more I look though the more it seems this is my only option for now.

    When I log into windows my WiFi is on and working, there isn't a setting that shuts down the WiFi automatically in windows 10 is there? Will play with this some more in a bit
    Last edited by sickn3ss; 2016-06-06 at 07:08.

  6. #6

    Found A Solution!

    Quote Originally Posted by grid View Post
    My experience with Kali (and BackTrack before that) is just disable the built-in wireless in BIOS, and go with one of the compatible wifi cards listed here in the forums.

    This will save you a lot of time & aggravation...particularly if you are new to Kali (and Linux in general).


    Alright i played with it, checked this checked that... overlooked one thing.

    root@KaliLinux:~# rfkill list all
    1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

    i kept looking at phy0: Wireless LAN...

    when i noticed acer-wireless i knew what the problem was, except...

    rfkill unblock all showed this

    root@KaliLinux:~# rfkill unblock all
    root@KaliLinux:~# rfkill list all
    1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

    so i did some research and found the solution

    root@KaliLinux:~# sudo modprobe -r acer-wmi
    root@KaliLinux:~# sudo nano blacklist.config

    inside blacklist add blacklist acer-wmi as a new line the save with (CTRL+0)

    now returns this and internal wifi adapter is working properly.
    root@KaliLinux:~# rfkill list
    2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

    I hope this helps someone else out there

  7. #7
    Join Date
    2016-Aug
    Posts
    1
    It works!!! thanks you.

  8. #8
    Join Date
    2016-Oct
    Posts
    1
    Hi mate, you have save me with this. I have an adittional question, Would it be posible not doing this steps every kali linux booting?

Similar Threads

  1. Wireless Ralink USB Adapter doesn't work properly in Kali Linux 2021
    By Bnighted in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-03-07, 14:28
  2. If SET doesn't work...
    By AnunnakiKungFu in forum General Archive
    Replies: 0
    Last Post: 2021-01-02, 02:57
  3. Replies: 1
    Last Post: 2019-02-15, 04:17
  4. touchpad doesn't work
    By Behnam in forum General Archive
    Replies: 0
    Last Post: 2014-09-01, 13:52

Posting Permissions

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