
On Fri, May 16, 2014 at 3:00 AM, Itamar Heim <iheim@redhat.com> wrote:
hacking it a bit... this will show you how/where: git clone git://gerrit.ovirt.org/ovirt-live grep -r wlan
Which shows the following results : - add a 'etc/sysconfig/network-scripts/ifcfg-wlan0' interface script for the wifi interface (which is 'wlp2s0' in my case and not 'wlan0') - remove 'wlan*' from the line (which isnt present at all in my config to begin with) that reads 'hidden_nics = wlan\*,usb\*' in /etc/vdsm/vdsm.conf - add 'fake_nics = dummy0' to /etc/vdsm/vdsm.conf Somehow I doubt that making only these changes to my All-In-One install on Fedora19 will results in a working wifi ovirt setup. ;) Anyway, I noticed that ovirt-live is based on RHEL6/CentOS 6. I tried to install CentOS 6.5 on this system earlier, and failed at the network/wifi/interface connection/configuration/setup step so I couldnt get networking working at all with RHEL6/CentOS 6, and if ovirt-live is based on that I guess the same will happen when booting ovirt-live. I couldnt figure out what the issue was but i guess it's a driver and/or kernel issue with CentOS 6.5 .