2025-01-31, 01:08 PM
Yes, your user is not member of the dialout group.
You can add the user to the group with this command:
sudo usermod -a -G dialout <username>
Afterwards you need to login again to make the group change known to your system.
You can add the user to the group with this command:
sudo usermod -a -G dialout <username>
Afterwards you need to login again to make the group change known to your system.