dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

After doing all that setup raspberry pi pico doesn't recognize as hid device and not run commands simply open as storage device. #211

Closed Vivu5772 closed 9 months ago

Vivu5772 commented 1 year ago

Describe the issue A clear and concise description of the symptoms

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Debug info If possible, include debug serial data. On Windows, use PuTTY, connect to the debug serial port (commonly COM3, but could vary)

On Linux, use minicom (minicom -b 115200 -o -D /dev/ttyACM0, where ttyACM0 corresponds to your device)

Additional context Add any other context about the problem here.

Vaneer420 commented 1 year ago

also experiencing this issue

dbisu commented 1 year ago

Please see USB Enable/Disable section. By default, a Pico W will not show up as a USB mass storage device to enable the web service to use the storage.

JCionx commented 12 months ago

I'm having the same issue. Disabling USB made the device not appear as a storage device, but still no input is being sent to the computer.

tranquillechat commented 11 months ago

Hello, Same wird issue, follow the quickstart version 2.0 and 1.4, or the complete guide, everything copy fine, but i have no "hello world" payload working, deconnect/reconnect, nothing.

Any ideas of any mistapes ?!

Finally, pico seems, not working on virtual machine. On real machine it's ok.

Closed for me.

dbisu commented 9 months ago

Closing.