Skip to content
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

Fresh Pi Zero install problem #72

Open
Hades-Corps opened this issue Nov 21, 2021 · 1 comment
Open

Fresh Pi Zero install problem #72

Hades-Corps opened this issue Nov 21, 2021 · 1 comment

Comments

@Hades-Corps
Copy link

Hi,

I am trying to get uMTP-Rseponder on the Pi Zero W. With the latest Raspbian there is no USB driver file to be found. Is there a workaround for it? I use the solder-on USB connector from waveshare to connect with computer.
unable to open /dev/gadget/20980000.usb.
Init_usb_mtp_gadget error.

Would be great if there is a step-by-step guide for novices like me. ^^

@jfdelnero
Copy link
Member

You need to enable device mode or OTG dual role mode in the config.txt (dtoverlay=dwc2), and load the dwc2 module under linux (modprobe dwc2).

If the dwc2 module is not available then you need to build it from the kernel sources (but i think that it is available in the Raspbian)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants