Add modprobe config to fix g_ether OTG ethernet on macOS/iPadOS#82
Add modprobe config to fix g_ether OTG ethernet on macOS/iPadOS#82ju-leon wants to merge 1 commit intoOpenIPC:masterfrom
Conversation
|
sbc-gs does not use g_ether, a USB gadget is used. I am suprised that this change does solve the issue for you, did you test this ? This does work on linux. Can you verify on ios/Mac ? And maybe update your solution ? |
|
Tested on a RunCam WifiLink2 VRX. This fix allowed the devices to be discovered under macOS/iPad OS (both arm). I’m certainly not an expert in this matter, I came across this solution based on this article: I’ll test your proposal on the weekend and come back to you! Use-case: |
|
g_ether isn't even enabled in the buildroot image so how can this solve your issue. |
|
Were you able to check this ? |
|
Seems to work on the latest release out of the box -> closed |
EEM mode is not supported by macOS or iPadOS. Setting use_eem=0 forces CDC Ethernet mode, which is compatible with both platforms.
This enables native streaming to Mac/iOS using the OTG port.