Skip to content
Discussion options

You must be logged in to vote

I see what's happening now - there are two separate issues:

Issue 1: USB Permission Denied

The Permission denied: '/dev/ttyACM0' error means the dialout group membership inside the Distrobox isn't being inherited from the host, or it wasn't applied on the host.

On your host Bazzite terminal (not inside distrobox), verify:

groups

If you don't see dialout and input listed, run:

sudo usermod -aG input,dialout $USER

Then log out and back in (or reboot). After that, verify with groups again.

Issue 2: Systemd Service Can't Find the Driver

The No module named tourboxelite error is because systemd runs on the host system, but the driver is installed inside your Distrobox container. The host can't…

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dxerfe
Comment options

You must be logged in to vote
1 reply
@AndyCappDev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants