12

I'm trying to enable Wireless on VirtualBox in my Ubuntu 14.04. I use a Kali Linux as the guest OS, but this OS not show the wi-fi when I connect it.

here

After starting the guest OS, it still does not show the wi-fi

here

I already tried the suggestions from this link and this link, but my virtualbox does not enable my wireless.

Vitor Mazuco
  • 1,014
  • 6
  • 19
  • 39
  • 2
    You won't be able to. It's an unsupported feature. Check [this](http://unix.stackexchange.com/questions/134999/wireless-connection-not-figuring-in-vmware-workstation-10kali-linux) thread. –  Nov 04 '14 at 02:21
  • 1
    This works perfectly for me [YouTube: Connect USB Wireless Adapter to Kali Linux in Virtualbox](https://www.youtube.com/watch?v=K1ETBeRQBs4) – Mahmoud F.Elshazly Aug 17 '15 at 16:31

1 Answers1

7

Instead of using an USB filter, just connect the wireless network on the host operating system, and define a bridged or NAT connection in the VM configuration.

enter image description here

On the image referenced in the comments, you have both a bridged adapter to wlan1 and an USB filter.

According to the VirtualBox manual, section 3.10: "VirtualBox can allow virtual machines to access the USB devices on your host directly. To achieve this, VirtualBox presents the guest operating system with a virtual USB controller. As soon as the guest system starts using a USB device, it will appear as unavailable on the host.".

So, if the USB filter is pointing to the WLAN adapter, it will disappear from the host OS when you boot the VM, also disabling the bridged adapter. In that case, remove the USB filter from the configuration.

x86tux
  • 551
  • 2
  • 5
  • Do not work if I make what did you say. See the pic http://oi60.tinypic.com/raokcn.jpg And my notebook brake. I already make this before, but do not fix it. – Vitor Mazuco Jul 28 '14 at 22:06
  • Sorry but I already tried what you said here http://uploaddeimagens.com.br/imagens/captura_de_tela_de_2014-07-28_22_18_07-png I disable USB and use just bridged adapter to wlan1, but not appear wireless connection in my debian or Kali see here http://uploaddeimagens.com.br/imagens/captura_de_tela_de_2014-07-28_22_33_17-png – Vitor Mazuco Jul 29 '14 at 01:34