<div dir="ltr">You are right that the device recreates itself every time it is plugged in and the chmod is not persistent. However, I am a member of the dialout group, and that does not give me the required permission to access the /dev/ttyUSB0 device. I don&#39;t know why. So far, only the chmod &quot;trick&quot; if you will works, and it is not difficult.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 8, 2020 at 12:59 AM W Paul Mills &lt;<a href="mailto:ac0hy@wpmills.com">ac0hy@wpmills.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">While this will work, it is not really the right way to do it. It is <br>
also temporary. These devices recreate themselves every boot, or every <br>
time you reinsert a device.<br>
<br>
<br>
The right way is &quot;sudo adduser user dialout&quot; Substitue your user name <br>
for &quot;user.&quot; On some systems the group may be different.<br>
<br>
Example:<br>
<br>
<br>
wpmills@suzanne1:~$ ls -l /dev/ttyUSB*<br>
crw-rw----+ 1 root dialout 188, 0 Jun  7 18:53 /dev/ttyUSB0<br>
crw-rw----+ 1 root dialout 188, 1 Jun  8 02:49 /dev/ttyUSB1<br>
wpmills@suzanne1:~$<br>
<br>
wpmills@suzanne1:~$ sudo adduser wpmills dialout<br>
[sudo] password for wpmills:<br>
The user `wpmills&#39; is already a member of `dialout&#39;.<br>
wpmills@suzanne1:~$<br>
<br>
<br>
<br>
On 6/7/20 7:14 PM, Peter via chirp_users wrote:<br>
&gt; Hi all:<br>
&gt;<br>
&gt; I am not sure who came up with the brilliant tip of chmod 777<br>
&gt; /dev/ttyUSB0 as I have deleted the email suggesting that.<br>
&gt;<br>
&gt; So THANK YOU for that suggestion. I was getting frustrated trying to get<br>
&gt; Chirp on Linux Mint 19.2 to up/download from my new (to me) Icom 2100H.<br>
&gt; All I got was error messages that the radio had responded<br>
&gt; inappropriately. Until I did the chmod thing. IT WORKED.<br>
&gt;<br>
&gt; So, thanks again. Now I can get going on the next step of a very long march.<br>
&gt;<br>
&gt; Peter, VE3BBN<br>
&gt;<br>
<br>
-- <br>
/**************************************************<br>
* Amateur Radio Station AC0HY                     *<br>
* W. Paul Mills         SN807                     *<br>
* Assistant EC Alpha-1 ARES Shawnee/Wabaunsee, KS *<br>
* President Kaw Valley Amateur Radio Club         *<br>
**************************************************/<br>
<br>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Pat Anderson at <a href="mailto:anderson5420@gmail.com" target="_blank">anderson5420@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div>