I have been doing a series of projects using RPiZs networked using ethernet over USB. In the middle of this, I upgraded my computer to a new MacBook Pro which only has USB-C ports, so now I need to use an adapter. I cannot connect via USB anymore through the adapter.
Is it possible to connect a macbrook pro with USB-C ports to a raspberry pi zero as an ethernet gadget?
ifconfigbefore & after plugging in the PiZ? My suspicion is that it has more to do with Apple's "security" than it does w/ the adapter itself, but let's find out.sudo nano/etc/modprobe.d/g_ether.confand put this at the end options g_ether use_eem=0 on the Pi and then reboot.