-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internet connection ? #134
Comments
This is unfortunately difficult to achieve. It is possible for QEMU to add a virtual USB ethernet adapter to the Raspi VM. However, to use this virtual ethernet adapter, the virtual raspi requires two kernel modules: USB_ETH and USB_DWC2. These have to be compiled WITH the kernel (to ensure both are the same version), and installed in the root partition. Recently I've published a Docker image that includes QEMU, RaspiOS Lite and has internet access. In the |
If you are on a MAC, I created a PR for the native emulation that sync's up the kernel version with the release of RaspiOS to match, so that usb networking works. |
@ptrsr Would you mind publishing a recent kernel (buster, bullseye) in your repository that includes the two modules needed (USB_ETH and USB_DWC2)? |
@fgenoese here you go. |
How do you set that up ?
I am using native-emulation
The text was updated successfully, but these errors were encountered: