mdalvecchio wrote:I'm trying to setup the TightVNC solution for getting a QEMO Virtual Rpi with a resolution higher than 640x480.
I'm stuck with the Rpi/QEMU network configuration: I can go from Rpi to the Host PC but not the other way around. Of course that makes the TightVNC solution useless because I cannot connect to Rpi from the host PC running windows.
I discovered that you should change the QEMU networking mode activating a bridge on the host system. Any hints from those who got it running?
br
Yes - it works. The steps are:
1) Download openvnc (Google It)
2) Install openvnc. Note: I think that you don't really need most of openvnc - you only need the "TAP device" - but for some reason, when I tried to get cute with the installation and install only the TAP device, it (the networking in the emulated Pi) didn't work. So, I went back and did a full (regular) install of the openvnc and it worked.
3) In Windows, run ncpa.cpl and rename the new TAP device to "TAP".
4) In Windows, make a bridge between your real Ethernet device and the "TAP" device
5) Add the appropriate flags to the QEMU command line (It is something like "-net nic -net if=TAP"
6) Run QEMU and it should work.
Yes, I know this isn't quite cookbook, but it is the basic idea. It's what I can recall from memory.
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)