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

Attempting to update Prusa printer firmware encounters permission error #54

Open
capsulecorplab opened this issue Nov 19, 2023 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@capsulecorplab
Copy link
Member

Screenshot from 2023-11-19 12-09-28

@capsulecorplab capsulecorplab added bug Something isn't working help wanted Extra attention is needed labels Dec 1, 2023
@capsulecorplab capsulecorplab pinned this issue Jan 11, 2024
@juckendesAuge
Copy link

You don't have the right.
start prusa slicer from the terminal with: "sudo ./PrusaSlicer-2.7.4+linux-x64-GTK3-202404050928.AppImage"
Then it is started with root rights and you have full usb access.

@capsulecorplab
Copy link
Member Author

You don't have the right. start prusa slicer from the terminal with: "sudo ./PrusaSlicer-2.7.4+linux-x64-GTK3-202404050928.AppImage" Then it is started with root rights and you have full usb access.

I can't run sudo in a kasm container. I've tried adding the user to the dialout group in the image build, but that doesn't seem to work either

@juckendesAuge
Copy link

You don't have the right. start prusa slicer from the terminal with: "sudo ./PrusaSlicer-2.7.4+linux-x64-GTK3-202404050928.AppImage" Then it is started with root rights and you have full usb access.

I can't run sudo in a kasm container. I've tried adding the user to the dialout group in the image build, but that doesn't seem to work either

It is also quite difficult to give a virtual environment hardware access to the real usb port. a lot can go wrong. i would not flash firmware over it, even if it should work.
virtualbox, for example, has a guest extension for this. I don't know if you have something similar.
The purpose of a virtual environment is actually to decouple it from the main system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants