On 30.10.2015 11:49, Christian Helmuth wrote:
What puzzles me in your log is the following
342: [cli_monitor -> linux -> vbox] EMT-0 PDMR3ThreadSuspend -> rc=VERR_TIMEOUT enmState=2 suspending 'nic_thread' 343: [cli_monitor -> linux -> vbox] PDMR3ThreadSuspend -> rc=VERR_TIMEOUT enmState=2 suspending 'nic_thread'
Could you please disable networking like follows in both vbox configurations and retry?
<Adapter slot="0" enabled="true" MACAddress="0800271D7901" cable="true" speed="0" type="82540EM">
<Adapter slot="0" enabled="false" MACAddress="0800271D7901" cable="true" speed="0" type="82540EM">
I suspect you will have to add a nic session multiplexer (nic_bridge), since you are now trying to start two nic clients (linux + windows) and the wifi driver can serve only one client.
Cheers,
Alex.