-
Notifications
You must be signed in to change notification settings - Fork 333
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
HoRNDIS only works on first boot #92
Comments
Hi Petrus, I cannot reproduce the issue. Given that I don't currently have RPi, I was trying to reproduce it on Pocket Beagle board, and everything works fine.
The question 2 is important: if the RPi stays powered on, it may be the RPi that is refusing to reconnect, not the HoRNDIS. |
Hi @mikhailai :) Thanks for getting back to me. I'm running Mac OS High Sierra 10.13.6. Yes, I'm powering the RPi Zero via the USB data port, so it is rebooting. I tried uninstalling HoRNDIS and reinstalling. When I run
But when I open Network settings, I see this: RPi is configured like so: /boot/cmdline.txt:
/boot/config.txt:
|
I followed all the instructions in this post with no luck. |
I'm not sure HornDIS driver is being used properly. After Mac reboot, Explicitly calling Note: |
Ok, I'll look more into it later today, but can you please try the following now:
|
In addition to the above, the following steps would help debugging:
Attach the resulting files, as well as the results of |
The HoRNDIS driver only seems to work on initial boot. When I plug in a Raspberry Pi Zero or Raspberry Pi 3B+, it shows up as a Ethernet gadget that gets an address assigned via DHCP and I can SSH into it. But if I unplug it and plug it back in, the *RNDIS Ethernet gadget remains disconnected.
Running
kextstat | grep DIS
shows:I have tried manually unloading and reloading the HoRNDIS driver like so:
But this does not seem to help. Is there a way to confirm that OSX is indeed using the correct driver when plugging in an RPi?
The text was updated successfully, but these errors were encountered: