User talk:Kwongls: Difference between revisions
(Created page with ' I want launch Android_x86 on Qemu.Now, I make && make install Qemu. When I set up networking for Android_x86, I faced some problem. My OS is Ubuntu 11.10. 1. sudo qemu -cdro…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
I want launch Android_x86 on Qemu.Now, I make && make install Qemu. When I set up networking for Android_x86, I faced some problem. | I want launch Android_x86 on Qemu.Now, I make && make install Qemu. When I set up networking for Android_x86, I faced some problem. | ||
My OS is Ubuntu 11.10. | My OS is Ubuntu 11.10. How I can set up networking for qemu ? | ||
Thank you! | |||
Latest revision as of 03:28, 29 December 2011
I want launch Android_x86 on Qemu.Now, I make && make install Qemu. When I set up networking for Android_x86, I faced some problem. My OS is Ubuntu 11.10. How I can set up networking for qemu ? Thank you!
1. sudo qemu -cdrom android-x86-2.3-RC1-eeepc.iso -enable-kvm -sdl -net nic
Console: Warning: vlan 0 is not connected to host network
2. sudo qemu -cdrom android-x86-2.3-RC1-eeepc.iso -enable-kvm -sdl -net tap
Console: can't add tap0 to bridge eth0: Operation not supported /etc/qemu-ifup: could not launch network script qemu: -net tap: Device 'tap' could not be initialized
3. modprobe tun
It seem run successful and display nothing.
4. lsmod |grep tun Display nothing.
5. ls /dev/net/tun Is can find it exist.
BR