0

I installed Ubuntu via virtual box in win8. If I am Connected to the internet with wifi in win8 then I could use internet in Ubuntu too. when I type,

"ifconfig" it does not show "wlan0". it shows only eth1 and lo. I took editconnection->add->wifi but wifi range is not visible!! BUT I AM CONNECTED!!! HOW IS THIS!!!

I DIDNT ENTER THE SECURITY KEY IN UBUNTU THEN TOO ITS CONNECTING!!! In virtual box setting, in USB DEVICES it doesn't show Wifi or my network adapter.

I want to know what is going inside and I want to manually search the wifi range and want to manually enter the security key in Ubuntu. How can I do this?

Because when I was using Ubuntu as dual boot I was using like that. So I am curious to know about it.

chronitis
  • 12,647

2 Answers2

1

If you are running Ubuntu on a VirtualBox and you have setup to share the networking, it should use your host's internet connection (regardless if its WIFI/LAN) and either bridge/NAT/etc it to your guest OS which is in your case Ubuntu.

Your host internet connection is provided by the eth. Naturally, since you are using VirtualBox, it is creating a virtual environment for your host system, in which your guest WLAN is not part of.

Chester
  • 1,098
  • 7
  • 15
0

Accessing your wireless network card functionality is not easy from a guest.

As written in the documentation: "[...] VirtualBox provides up to eight virtual PCI Ethernet cards for each virtual machine. [...]"

Using a WIFI USB dongle may be also a choice wifi-card-on-an-virtualboxs-ubuntu. If your network card is on a PCI you can try to enable PCI passthrough.