Results 1 to 3 of 3

Thread: Unable to disable wireless interface

  1. #1
    Join Date
    2014-Feb
    Posts
    3

    Unable to disable wireless interface

    I am trying to use a usb wireless adapter since the internal wireless card on my laptop is not very powerful. The laptop has no hardware switch to disable wifi so I tried disabling it using "ifconfig wlan0 down" but when I connect to a wireless network it, wlan0 comes back up connects. When I select the wireless network, I am given the option to select which wireless adapter to use, I select wlan1 but Kali still connects with wlan0. I have used this usb adapter in Kali on a different machine and it works fine. Is there another method I could use to disable wlan0?

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    Well, if I were you I would remove module:
    rmmod ath5k or modprobe -r ath5k (ath5k if chipset uses atheros). You need to see the module used: lsmod

    Or you can use rfkill but I do not recommended. It will soft-lock a wifi device. Use "man rfkill" in a terminal and see options.

  3. #3
    Join Date
    2014-Mar
    Posts
    2
    Turn it off in your host operating system. Then turn on Kali and it probably will not see the device.

Similar Threads

  1. 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
  2. Disable Wireless Authentication Notifications
    By eyekantbeme in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2013-11-10, 19:14

Posting Permissions

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