1

I just received my PAU05 USB wifi adapter today and after installing some drivers I got the device to work just fine in Kali Linux (I did some wireless pen testing with no problems.) However when I restarted my PC today and went to boot up Kali Linux in my VirtualBox machine it found my device, but it is no longer showing as wlan0 in console. I think it may be a driver issue but I'm not entirely sure.

Image of Problem

Edit: I am using a virtual machine and I believe I might have the answer. When I received the device I plugged it in my laptop before installing the drivers prompting Windows to install the device by itself. That in turn caused my internal wifi adapter driver to be changed as seen here.

As seen here.

Now this is just a theory, but I think it may have to do with the drivers conflicting? Any suggestions?

3
  • What is the output of lsusb? Commented Jan 12, 2016 at 7:26
  • @LittleOne12345 Are you using live boot?
    – undo
    Commented Jan 12, 2016 at 8:06
  • @RahulBasu I am using oracle virtual box. Commented Jan 12, 2016 at 9:34

3 Answers 3

1

Be sure your wifi dongle appears to be up.

iwconfig

Check if your wifi dongle appears, what it is the name is using and if it is up. Let's imagine it is wlan0.

sudo ifup wlan0

It it was the problem, it should work fine

1
0

Everytime you boot an OS from an ISO, you need to install ALL apps and drivers AGAIN. The solution to this is creating a persistence partition on a Live Boot USB.

[http://docs.kali.org/downloading/kali-linux-live-usb-persistence ]

[http://docs.kali.org/kali-dojo/03-kali-linux-usb-persistence-encryption ]

1
  • Usb persistence is only needed when dealing with a live bootable usb. In my case I am using a virtual machine with oracle virtual box. This is not the solution. Commented Jan 12, 2016 at 15:58
0

If you are using in virtual machine you need to get external Wi-Fi adapter, your built-in Wi-Fi adapter cannot be read by the guest OS, in your case the Kali Linux.

You must log in to answer this question.

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