Having isue in arduino

I'm fairly new to linux, and I'm having an issue in the Arduino v2 IDE. It seems I need to be a member of the dialout group to access usb(serial) devices for uploading code...I can't figure out how to add my self to that group. Tried a few things I found here...none have worked. Bazzite 41 with Plasma DE. CLI answer will work, but a GUI would be awesome.
5 Replies
Bill Door
Bill Door3mo ago
I needed to create a group and add a user to it on Bazzite. I found that the following method was helpful:
Bill Door
Bill Door3mo ago
Fedora Docs
Troubleshooting
Learn more about Fedora Linux, the Fedora Project & the Fedora Community.
Bill Door
Bill Door3mo ago
It explains, very briefly, about how adding a user to a group is a bit odd on a immutable rpm-ostree system and how to accomplish it.
chunkystyles
chunkystyles3mo ago
I'm also dipping back into Arduino stuff, but in Linux for the first time. I was able to upload a sketch to my device and that works fine. But I can't see the serial output. I've added my user to the dialout and tty groups.
chunkystyles
chunkystyles3mo ago
My issue was just a setting on my board. It's an ESP32-S3, and there's a setting "USB CDC On Boot" that I needed to have set to "Disabled"
No description

Did you find this page helpful?