2

I executed the following command not knowing that it would disable the wireless option from my settings.

iw wlan0 del

Is there any way to reverse the command? Any help would be really appreciated. Thanks in advance.

1 Answer 1

0

You may be able to find helpful information here on reconfiguring your wireless interface.

  1. https://wireless.wiki.kernel.org/en/users/documentation/iw
    • Use iw phy phy0 interface add wlan0 type managed to add the interface back. If the device is called something other than phy0, then substitute it in.
  2. https://wireless.wiki.kernel.org/en/users/documentation/iw/vif
  3. https://help.ubuntu.com/community/WifiDocs/WiFiHowTo
    • Be aware that this is an Ubuntu support article, but it is also Debian based so it may provide help for managing wireless interfaces in Kali Linux.

Best of luck.

2
  • 1
    Answers with little more than a few links tend to suffer from link-rot. Please consider quoting some of these articles (with attribution!) or summarizing the important information, so that your post is still relevant, should the site go down, etc. Thanks for contributing!
    – studiohack
    Commented Aug 19, 2015 at 1:21
  • Will do. Thank you for your suggestions, @studiohack!
    – zwrightTM
    Commented Aug 24, 2015 at 16:34

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .