<div dir="ltr">Your command is correct when adding a new user and assigning them to the dialout group as their primary group.<div>(and may work to add that user to a new group as well but I have never tried that)</div><div><br></div><div>The command on the page noted is correct for adding a user to a group when that user already exists. </div><div>Look at the man page for <u style="">usermod</u> and see what it says.</div><div><br></div><div>--------------------------------</div><div>NAME<br>       usermod - modify a user account<br><br>SYNOPSIS<br>       usermod [options] LOGIN<br><br>DESCRIPTION<br>       The usermod command modifies the system account files.<br><br>OPTIONS<br>       The options which apply to the usermod command are:<br><br>       -a, --append<br>           Add the user to the supplementary group(s). Use only with the -G option.<br><br></div><div>      -G, --groups GROUP1[,GROUP2,...[,GROUPN]]]<br>           A list of supplementary groups which the user is also a member of. Each group is separated from the next by a comma, with no<br>           intervening whitespace. The groups must exist.<br><br>           If the user is currently a member of a group which is not listed, the user will be removed from the group. This behaviour can<br>           be changed via the -a option, which appends the user to the current supplementary group list.<br>-----------</div><div><br></div><div><br></div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Jeff</div><div>KI7GJG</div><div><br></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 18, 2023 at 2:27 PM Dave B via chirp_users &lt;<a href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.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">
  
    
  
  <div>
    FYI.<br>
    <br>
    The info at :-<br>
    <a href="https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux" target="_blank">https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux</a><br>
    <br>
    Is in error regarding adding a user to a group on Debian based
    systems.<br>
    <br>
    The example terminal command under &quot;Serial port permissions&quot; should
    be....<br>
    <br>
    <font size="4"><b><font face="monospace">$ sudo adduser $USER
          dialout</font></b></font><br>
    <br>
    Note:  Just $USER and no quotes!   The system of couse, will ask for
    the users password.<br>
    <br>
    And then as said, Logout and Log back in again for it to take
    effect.<br>
    <br>
    This has been checked on Linux Mint, a derivative of Ubuntu, from
    Debian of course.<br>
    <br>
    73.<br>
        Dave G8KBV.<br>
    <br>
    <br>
    <br>
    <br>
    <div>On 18/03/2023 19:00,
      <a href="mailto:chirp_users-request@intrepid.danplanet.com" target="_blank">chirp_users-request@intrepid.danplanet.com</a> wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>Send chirp_users mailing list submissions to
        <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
or, via email, send a message with subject or body &#39;help&#39; to
        <a href="mailto:chirp_users-request@intrepid.danplanet.com" target="_blank">chirp_users-request@intrepid.danplanet.com</a>

You can reach the person managing the list at
        <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a>

When replying, please edit your Subject line so it is more specific
than &quot;Re: Contents of chirp_users digest...&quot;


Today&#39;s Topics:

   1. Chirp On Puppy Linux (John KB2SCS)
   2. Re: Chirp On Puppy Linux (Jim Unroe)
   3. Re: Chirp On Puppy Linux (Jeffrey Vian)


----------------------------------------------------------------------

Message: 1
Date: Fri, 17 Mar 2023 17:04:33 -0400
From: John KB2SCS <a href="mailto:kb2scsjb@gmail.com" target="_blank">&lt;kb2scsjb@gmail.com&gt;</a>
Subject: [chirp_users] Chirp On Puppy Linux
To: Chirp <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">&lt;chirp_users@intrepid.danplanet.com&gt;</a>
Message-ID:
        <a href="mailto:CAHBPgZGTs-6gr6yoSzeftMoKji6=449b69WkuVGh2sRvrnoaWA@mail.gmail.com" target="_blank">&lt;CAHBPgZGTs-6gr6yoSzeftMoKji6=449b69WkuVGh2sRvrnoaWA@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=&quot;utf-8&quot;

Hi All
         To run the python 2 version of chirp I would download the .tar.gz
file and extract it to a directory.
I would then open a terminal window in that directory. Then run Chirp with
the following command
Python Chirpw.py

I am trying to run the python 3 version of chirp using the same method.
My first problem is there is not any chirps.py file to run so I have no
idea which file is the one I should run.

My question is how do I run the latest version of chirp running the source
code?

Thank you all for your time in reading this email.

Best regards
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20230317/5a4b3221/attachment-0001.html" target="_blank">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20230317/5a4b3221/attachment-0001.html</a> 

------------------------------

Message: 2
Date: Fri, 17 Mar 2023 17:43:10 -0400
From: Jim Unroe <a href="mailto:rock.unroe@gmail.com" target="_blank">&lt;rock.unroe@gmail.com&gt;</a>
Subject: Re: [chirp_users] Chirp On Puppy Linux
To: Discussion of CHIRP <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">&lt;chirp_users@intrepid.danplanet.com&gt;</a>
Message-ID:
        <a href="mailto:CADnO8U7TrTD7OdmcaY8tSLcuECrhncx9A34VBi5hnFB80gWx_A@mail.gmail.com" target="_blank">&lt;CADnO8U7TrTD7OdmcaY8tSLcuECrhncx9A34VBi5hnFB80gWx_A@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=&quot;UTF-8&quot;

On Fri, Mar 17, 2023 at 5:06?PM John KB2SCS <a href="mailto:kb2scsjb@gmail.com" target="_blank">&lt;kb2scsjb@gmail.com&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre>Hi All
         To run the python 2 version of chirp I would download the .tar.gz file and extract it to a directory.
I would then open a terminal window in that directory. Then run Chirp with the following command
Python Chirpw.py

I am trying to run the python 3 version of chirp using the same method.
My first problem is there is not any chirps.py file to run so I have no idea which file is the one I should run.

My question is how do I run the latest version of chirp running the source code?

Thank you all for your time in reading this email.

Best regards
John
</pre>
      </blockquote>
      <pre>Have you looked at the &quot;Running CHIRP on Linux&quot; wiki page? I believe
it will answer some of your questions.
<a href="https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux" target="_blank">https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux</a>

Jim KC9HI


------------------------------

Message: 3
Date: Fri, 17 Mar 2023 20:51:30 -0500
From: Jeffrey Vian <a href="mailto:sandhillsinvestment@gmail.com" target="_blank">&lt;sandhillsinvestment@gmail.com&gt;</a>
Subject: Re: [chirp_users] Chirp On Puppy Linux
To: Discussion of CHIRP <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">&lt;chirp_users@intrepid.danplanet.com&gt;</a>
Message-ID:
        <a href="mailto:CA+hWPZe5jrDBN01OZL==0ThYpUe4+0mbm+KgS5NeFyBeZQeyLg@mail.gmail.com" target="_blank">&lt;CA+hWPZe5jrDBN01OZL==0ThYpUe4+0mbm+KgS5NeFyBeZQeyLg@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset=&quot;utf-8&quot;

You install and run it differently since chirp-next is actually a python3
build.

I installed python3-pip, then as my user I installed chirp-next as my
regular user using pip.
Will need to check my notes and verify the steps on  a new clean install of
Fedora 37 and Chirp-next.  (you did not note the OS you are running, but I
assume it is linux.)

However, if you install it with pip as a regular user it is installed under
/home/USER/.local/ and the executable is ~/.local/bin/chirp.
You will need to install (using pip) the wheel and wxpython and attrdict3
packages, but I don&#39;t remember what all else is required.  This is why I
need to repeat the clean install and verify my notes.

It runs in a venv if installed in that manner so nothing else is needed to
run it.  Check your $PATH and if it includes ~/.local/bin then the command
&#39;chirp&#39; is all that will be required.

Jeff
KI7GJG



On Fri, Mar 17, 2023 at 4:05?PM John KB2SCS <a href="mailto:kb2scsjb@gmail.com" target="_blank">&lt;kb2scsjb@gmail.com&gt;</a> wrote:

</pre>
      <blockquote type="cite">
        <pre>Hi All
         To run the python 2 version of chirp I would download the .tar.gz
file and extract it to a directory.
I would then open a terminal window in that directory. Then run Chirp with
the following command
Python Chirpw.py

I am trying to run the python 3 version of chirp using the same method.
My first problem is there is not any chirps.py file to run so I have no
idea which file is the one I should run.

My question is how do I run the latest version of chirp running the source
code?

Thank you all for your time in reading this email.

Best regards
John



_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to <a href="mailto:sandhillsinvestment@gmail.com" target="_blank">sandhillsinvestment@gmail.com</a> at
<a href="mailto:sandhillsinvestment@gmail.com" target="_blank">sandhillsinvestment@gmail.com</a>
To unsubscribe, send an email to
<a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a>
To report this email as off-topic, please email
<a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a>
Searchable archive:
<a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a>
</pre>
      </blockquote>
      <pre>-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20230317/b5382252/attachment-0001.html" target="_blank">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20230317/b5382252/attachment-0001.html</a> 

------------------------------

_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a>

End of chirp_users Digest, Vol 171, Issue 15
********************************************
</pre>
    </blockquote>
    <br>
    <pre cols="72">-- 
Created on and sent from a Unix like PC running and using free and open source software:</pre>
  </div>

_______________________________________________<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 <a href="mailto:sandhillsinvestment@gmail.com" target="_blank">sandhillsinvestment@gmail.com</a> at <a href="mailto:sandhillsinvestment@gmail.com" target="_blank">sandhillsinvestment@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><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote></div>