Closed josefmonje closed 7 years ago
By the way, i'm usually running the pi zero as either g_ether, g_cdc, or g_multi (still experimenting on what works). Could it be that this is what's causing the issue?
Same problem here. Have you found any solution?
@PeterPorzuczek it seems it really won't work for now. follow the link in the comments in my code. this is a repo of gadgets modes i've tried. comments in the issue linked are promising.
g_ether, g_cdc, or g_multi are incompatible with libcomposite, you can not run both at the same time
Just to clarify, libcomposite was also used. There is a patch in the upcoming kernel build that fixes the bug in usb_f_hid.ko https://github.com/raspberrypi/linux/issues/1943
Seems i'm having a problem with
ls /sys/class/udc > UDC
tail /var/logs/boot.logsystemctl status rc-local.service
cat /sys/kernel/config/usb_gadget/raspiducky/UDC
ls /sys/class/udc
cat /etc/rc.local
any ideas?