Pi5 Ethernet over USB-C

February 14, 2024, 15:57

verxion

This configuration works PERFECT on a Pi4, but NOT on Pi5: https://www.youtube.com/watch?v=4PAdeZ4aokk I had been following this link, hoping for an eventual fix, but that has fizzled out: https://github.com/raspberrypi/bookworm-feedback/issues/77 What I’m looking for, put as succinctly as I can, is what works for me on Pi4: 1. NO wifi or cellular service available 2. NO “extra” networking hardware available 3. Raspberry Pi5 4. iPad Pro 5. USB-C (Thunderbolt) cable 6. Plug Pi5 into iPad Pro using USB-C cable 7. Pi5 powers up 8. Pi5 provides IP address to iPad Pro using DHCPCD server of some kind (nmcli?) 9. Ability to SSH into Pi5 from iPad Pro using this physical USB-C connection Steps 8 and 9 do not currently work. That’s what I need help with. Thanks for any help anyone can provide! 🙂 -Verxion

oops.se

From what I can read in https://github.com/raspberrypi/bookworm-feedback/issues/77 is that they have fixed "Mass storage" and NOT "Ethernet over USB".

verxion

I’ll check that out, thanks

verxion

This looks VERY promising - the guy from Germany basically implies his stuff fixes it perfectly

verxion

Going to try that now

verxion

He left a bunch of stuff out it seems

verxion

/usr/sbin/avahi-autoipd --force-bind -D usb0 Failed to get index for interface name 'usb0': No such device

verxion

Also, his write up says simply “activating dwc2/g_ether in config.txt/cmdline.txt”, but he doesn’t give the specifics

verxion

…which the video I linked above DOES give.

verxion

Regardless, yeah, it doesn’t work

oops.se

There are both official and other sources on internet that has instructions for that

verxion

Well yes - as I said:

verxion

Here.