Hello Raja Sekhar,
On Mon, May 20, 2013 at 12:43:57PM +0530, Raja Sekhar wrote:
[init -> nic_drv] could not configure /dev/net/tun: no virtual network emulation terminate called after throwing an instance of 'Genode::Exception
The NIC driver for Genode/Linux uses the Linux TAP device for networking. The lines above inform you that the configuration did not succeed. In most cases, this happens if the tap0 device was not setup correctly. Please have a look at
http://genode.org/documentation/release-notes/10.05#Arora_web_browser
There, the setup process for Arora with networking is described in detail. The described scenario uses your Linux host in bridging mode.
Regards