Sujet : Re: sudo override
De : anssi.saari (at) *nospam* usenet.mail.kapsi.fi (Anssi Saari)
Groupes : comp.os.linux.miscDate : 16. Oct 2024, 13:04:37
Autres entêtes
Organisation : An impatient and LOUD arachnid
Message-ID : <sm0ed4gxnhm.fsf@lakka.kapsi.fi>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
vjp2.at@at.BioStrategist.dot.dot.com writes:
It seems I need to use sudo on minicom,
but not for sudo, to access the USB port.
>
It is annoying but not fatal.
Is there any way to turn off this reqmt?
On some Linux systems, maybe even typically, permissions are like this
for serial devices:
crw-rw---- 1 root dialout 188, 0 Oct 12 12:07 /dev/ttyUSB0
So it might be all you need to do is add your user to the dialout
group. Then again, /dev/ttyAMA0 on my Raspberry Pi running Ubuntu
doesn't follow this convention, so YMMV.