I am trying to setup kvm on my laptop. These are the steps I have done so far.
- Uninstalled existing windows7 and installed Ubuntu 14.04 on the laptop.
- I have a network which provides me wireless connections. Now, I am able to connect to the network using the wifi conncection.
I am trying to add the wireless information into my
/etc/network/interfacesfile as below.auto wlan0 iface wlan0 inet dhcp(In this step, I even tried specifying WPA SSID and WPA Key in the configuration file. But I couldn't connect to the network).
However, I am not able to connect to the network if I edit the
/etc/network/interfacesfile. If I runiwconfigwlan0 is the wireless interface name I get which is why I am adding wlan0 in my/etc/network/interfacesfile.
What am I doing wrong? My end goal is to setup a kvm bridge so that I could install another OS on the bare metal.