paulober / MicroPico

MicroPico (aka Pico-W-Go) is a Visual Studio Code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.
https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go
Mozilla Public License 2.0
279 stars 25 forks source link

Under Linux, cannot connect ot Pico #218

Open davidbenucci opened 5 months ago

davidbenucci commented 5 months ago

Hi everyone. I'm using MicroPico underubuntustudio (kubuntu) 24.04 and I'm facing this issue: when I connect the pico I receive a notification of VS Code saying the connection is estabilished but in lower left corner the Pico remains disconnected and I cannot access to the Pico filesystem. I attach a screenshot of the problem. Reproducing the same steps in windows, everything is working fine. Thanks in advance for your help

Screenshot_20240502_090155

Screenshot_20240502_092047

paulober commented 5 months ago

Have you checked the permissions of your current user and the serial port? That's a common problem under various linux distros. Just google or look in the repos wiki to find a solution for your OS. If not please let me know.

paulober commented 4 months ago

@davidbenucci Did this solve your issue?

davidbenucci commented 4 months ago

Unfortunately not. I add my user to group dialout and rebooted but without success.