Results 1 to 6 of 6

Thread: Can't get wifi working

  1. #1

    Can't get wifi working

    I can't get airplane mode turned off and wifi to work. I recently switched from WIndows (my wifi worked fine) to Kali and now my wifi won't work. I'm confident this is a linux issue since it worked fine before I installed Kali. I've researched this for a while and I can't figure it out. Here's some info:

    Code:
    root@kali:~# rfkill list all
    0: sony-wifi: Wireless LAN
    	Soft blocked: no
    	Hard blocked: yes
    1: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: yes
    This shows that it is a hardblock, but my hard switch is in the correct position and wifi is still blocked some how. I assure you that it is not because I didn't press the function + wifi key or the physical switch on the laptop. I checked that numerous times.

    Some info about my chipset:

    Code:
    root@kali:~# airmon-ng
    
    PHY	Interface	Driver		Chipset
    
    phy0	wlan0		ath9k		Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    I'm not sure what to do at this point. I've tried 'rfkill unblock all', reseting my bios, hard restarting, and the rest of the obvious things. Can someone point me in the right direction because I'm out of ideas.

  2. #2
    Join Date
    2014-Mar
    Posts
    163
    first of all make sure that your laptop button to cut wifi is off .
    the write on terminal :
    rfkill unblock all
    and check out if in network manager you have wireless activated .
    Last edited by pedropt; 2016-12-12 at 09:48.

  3. #3
    Quote Originally Posted by pedropt View Post
    first of all make sure that your laptop button to cut wifi is off .
    the write on terminal :


    and check out if in network manager you have wireless activated .
    That was the first thing I tried. rfkill unblock all doesn't fix it and it says airplane is on in the network manager and I can't activate it.

  4. #4
    Join Date
    2015-Jul
    Location
    Around the World
    Posts
    7
    This is happened to me many times. So are you using Kali in VM or as standalone. Because I got this problem when using it in the VM.
    The best way to solve this type the following commands.
    rmmod -f <Wifi Driver> #Removing the selected module
    rfkill unblock all #Unblocking all the Devices
    modprobe <Wifi Driver> #Installing the Wifi Module.
    Hope this helps.

  5. #5
    Quote Originally Posted by 9h05t View Post
    This is happened to me many times. So are you using Kali in VM or as standalone. Because I got this problem when using it in the VM.
    The best way to solve this type the following commands.

    Hope this helps.
    I've tried this before and I just tried it again. No luck. And I'm running it as a standalone.

  6. #6
    Join Date
    2014-Mar
    Posts
    163
    read this topic :
    https://forums.kali.org/showthread.p...ll-not-working

    and this :
    https://ubuntuforums.org/showthread.php?t=2181558

    Next time post here the brand and model of your laptop so people know witch hardware does that laptop incorporates .

Similar Threads

  1. Replies: 2
    Last Post: 2022-11-15, 20:20
  2. Wifi not working
    By Ayushi Gupta in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-06-17, 18:44
  3. wifi not working
    By sarthak8 in forum Installing Archive
    Replies: 2
    Last Post: 2020-04-18, 06:49
  4. Wifi Adapter not detected / Wifi not working
    By sidewayset in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2018-07-26, 20:06

Posting Permissions

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