AlbrechtL / RPi-QEMU-x86-wine

Meta repository to share RPi-QEMU-x86-wine SD-card images
113 stars 26 forks source link

Networking support? #2

Closed root42 closed 8 years ago

root42 commented 8 years ago

I have been trying to copy your settings / chroot to an existing Raspbian installation. This worked quite well. I've compiled my own 3G/1G kernel, did apt-get install qemu, and rsynced the chroot over to my Pi.

However, it seems that I am missing networking support. What did you do (if anything) to gain qemu networking support? Or ist that missing in your image as well?

It would be nice if you could supply a script and a tarball, which would allow existing Raspbians to use wine. I could probably help with that. It should all be scriptable, including building the custom kernel.

root42 commented 8 years ago

Update: it seems qemu-user comes with networking support. Problem was a wrong DNS server in /etc/resolv.conf. I tuned it to 8.8.8.8 (google DNS), and now everything works fine. I'll try to whip up a script that does all the changes when I get the time.

Great work!