<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <p>I ran this command, found on web to install python-future, as the
      apt install command was unable to locate package python-future.</p>
    <blockquote>
      <p>rabbit@ganymede:~$ pip install future<br/>
        Defaulting to user installation because normal site-packages is
        not writeable<br/>
        Requirement already satisfied: future in
        /usr/lib/python3/dist-packages (0.18.2)<br/>
        WARNING: You are using pip version 20.2.4; however, version
        21.0.1 is available.<br/>
        You should consider upgrading via the &#39;/usr/bin/python3 -m pip
        install --upgrade pip&#39; command.<br/>
        <br/>
      </p>
    </blockquote>
    <p>I ran the two commands you specified. The output is attached. In
      the syslog file, the first 3 lines are unplug, the rest are due to
      replugging in the FTDI cable. Here seems to be the pertinent line
      from syslog;</p>
    <blockquote>
      <p>Apr  7 15:06:08 ganymede ModemManager[1098]: &lt;info&gt; 
        Couldn&#39;t check support for device
        &#39;/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.3&#39;:
        not supported by any plugin<br/>
      </p>
    </blockquote>
    <p>Not sure what move to make now.</p>
    <p>Kindly,<br/>
      Robert<br/>
    </p>
    <div class="moz-cite-prefix">On 4/7/21 11:51 AM, Matthew Poletiek
      wrote:<br/>
    </div>
    <blockquote type="cite" cite="mid:CAJhSV8t0WRc8qUGCngwb4SZaNdJV3=ix2B9mVfLdbZnV68CHAQ@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">Hi Robert,

Looks like you&#39;re missing the future module. Not sure if that&#39;s
absolutely required for your radio, but I recommend it.

`sudo apt install python-future`

Did you add rabbit to the usb group? I can&#39;t remember if there is one
in Ubuntu. Don&#39;t forget to refresh your profile or try chirp in a new
terminal after making group adjustments.

Besides that I can&#39;t think of anything else you should need to do to
get this working from Linux&#39;s perspective. Out of curiosity can I see
the output of `sudo dmesg | grep -i ttyusb` ?

Another thing you can watch is syslog while trying to connect to your
radio. `sudo tail -f /var/log/syslog`.

If everything looks good in those two places I&#39;d double check the
radio/cable setup.

-------------------------------------------
Matthew Poletiek
303.810.9082
<a class="moz-txt-link-abbreviated" href="mailto:matthew.poletiek@gmail.com">matthew.poletiek@gmail.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.matthewpoletiek.com">www.matthewpoletiek.com</a>


On Wed, Apr 7, 2021 at 9:38 AM Robert Withers <a class="moz-txt-link-rfc2396E" href="mailto:robert.withers@pm.me">&lt;robert.withers@pm.me&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Hi Matthew, here is my attached output from chirpw...

Kindly,
Robert

On 4/6/21 9:49 PM, Matthew Poletiek wrote:
</pre>
        <blockquote type="cite">
          <pre class="moz-quote-pre" wrap="">Hi Robert,

I see Linux sees the device just fine, and you should be in the right
groups. I&#39;d add the &#39;usb&#39; group just in case as well.

If that doesn&#39;t work then maybe the output of CHIRP run in the command
line might hint at whats going wrong.

Also, how did you install this? You might be missing some Python 2
dependencies. Personally I use Gentoo and they ditched Python 2 a
while back and we lost CHIRP due to lack of Python 3 support so I
forked and use this version instead:
<a class="moz-txt-link-freetext" href="https://github.com/mpoletiek/py3-CHIRP">https://github.com/mpoletiek/py3-CHIRP</a>

But before you try that, let&#39;s add rabbit to the usb group if there is
one and see what CHIRP is outputting when run from a terminal.
-------------------------------------------
Matthew Poletiek
303.810.9082
<a class="moz-txt-link-abbreviated" href="mailto:matthew.poletiek@gmail.com">matthew.poletiek@gmail.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.matthewpoletiek.com">www.matthewpoletiek.com</a>


On Tue, Apr 6, 2021 at 7:20 PM Robert <a class="moz-txt-link-rfc2396E" href="mailto:robert.withers@pm.me">&lt;robert.withers@pm.me&gt;</a> wrote:
</pre>
          <blockquote type="cite">
            <pre class="moz-quote-pre" wrap="">Hi Matthew, user is in the dialout group, which is the correct group for /dev/ttyUSB0.

rabbit@ganymede:~$ cat /etc/group | grep -i rabbit
adm:x:4:syslog,rabbit
dialout:x:20:rabbit
cdrom:x:24:rabbit
sudo:x:27:rabbit
dip:x:30:rabbit
plugdev:x:46:rabbit
lpadmin:x:120:rabbit
lxd:x:131:rabbit
rabbit:x:1000:
sambashare:x:132:rabbit
rabbit@ganymede:~$ ll /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Apr  6 19:10 /dev/ttyUSB0

I wasn&#39;t sure that there may be a new graphical device manager I did not know about in Ubuntu. And why not? I don&#39;t think there is a System menu, either! So back to the command line...I started with Slackware 0.96, so not a noob to Linux, but it has been awhile since serious sysadmin hacking and never before any serial work. I am a noob to Chirp. As I mentioned earlier, my ham radio appears to be on /dev/ttyUSB0:

rabbit@ganymede:~$ dmesg | grep tty
[    0.108706] printk: console [tty0] enabled
[    0.396467] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.418518] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[    3.348131] usb 1-1.1.3: FTDI USB Serial Device converter now attached to ttyUSB0

Kindly,
Robert

. .. ... ‘...^,^

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Tuesday, April 6th, 2021 at 7:21 PM, Matthew Poletiek <a class="moz-txt-link-rfc2396E" href="mailto:matthew.poletiek@gmail.com">&lt;matthew.poletiek@gmail.com&gt;</a> wrote:

</pre>
            <blockquote type="cite">
              <pre class="moz-quote-pre" wrap="">I&#39;ll just add you can see your current groups with;

`cat /etc/group | grep -i &lt;username&gt;`

Matthew Poletiek

303.810.9082

<a class="moz-txt-link-abbreviated" href="mailto:matthew.poletiek@gmail.com">matthew.poletiek@gmail.com</a>

<a class="moz-txt-link-abbreviated" href="http://www.matthewpoletiek.com">www.matthewpoletiek.com</a>

On Tue, Apr 6, 2021 at 6:20 PM Matthew Poletiek

<a class="moz-txt-link-abbreviated" href="mailto:matthew.poletiek@gmail.com">matthew.poletiek@gmail.com</a> wrote:

</pre>
              <blockquote type="cite">
                <pre class="moz-quote-pre" wrap="">Hi Robert,

You might want to check to make sure your user has proper permissions.

In linux, typically the groups you might need for this kind of

operation include `dialout`, `usb`, and while you&#39;re at it you might

as well include `plugdev`.

The command to add your user to a group might be `sudo gpasswd -a &lt;user&gt; group`.

Once thats finished you might need to refresh your profile. Either try

opening CHIRP in a new terminal, or log out and log back in.
------------------------------------------------------------------------------------------------------------------------------------

Matthew Poletiek

303.810.9082

<a class="moz-txt-link-abbreviated" href="mailto:matthew.poletiek@gmail.com">matthew.poletiek@gmail.com</a>

<a class="moz-txt-link-abbreviated" href="http://www.matthewpoletiek.com">www.matthewpoletiek.com</a>

On Tue, Apr 6, 2021 at 5:56 PM Robert via chirp_users

<a class="moz-txt-link-abbreviated" href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a> wrote:

</pre>
                <blockquote type="cite">
                  <pre class="moz-quote-pre" wrap="">Nigel,

Here is some more info, I think this is saying it is attached to /dev/ttyUSB0, but same issue.

rabbit@ganymede:/dev$ dmesg | grep tty

[ 0.108543] printk: console [tty0] enabled

[ 0.396294] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A

[ 0.418318] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A

[ 9667.132474] usb 1-1.1.3: FTDI USB Serial Device converter now attached to ttyUSB0

[10669.642560] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0

[10670.495576] usb 1-1.1.3: FTDI USB Serial Device converter now attached to ttyUSB0

Kindly,

Robert

. .. ... ‘...^,^

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Tuesday, April 6th, 2021 at 5:51 PM, Nigel A. Gunn G8IFF/W8IFF <a class="moz-txt-link-abbreviated" href="mailto:nigel@ngunn.net">nigel@ngunn.net</a> wrote:

</pre>
                  <blockquote type="cite">
                    <pre class="moz-quote-pre" wrap="">Usually /dev/ttyUSB0 unless you already have another serial device already plugged in to a USB port.

Go to file manager and look in /dev/ and see what appears and disappears when you plun in and unplug the cable.

</pre>
                    <blockquote type="cite">
                      <pre class="moz-quote-pre" wrap="">On 06/04/2021 17:34 Robert via chirp_users <a class="moz-txt-link-abbreviated" href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a> wrote:

Hello,

Total noob, here. Taking my exams on Thursday. Got my TIDRADIO UV-5R and the FTDI cable. How can I detect which /dev/tty is being used for the FTDI connection to my radio? I tried /dev/ttyS0 and /dev/ttyUSB0 which resulted in the error &#39;Radio did not respond&#39;.

Kindly,

Robert

. .. ... ‘...^,^

_______________________________________________ chirp_users mailing list <a class="moz-txt-link-abbreviated" href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a> <a class="moz-txt-link-freetext" href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a> This message was sent to Nigel Gunn, W8IFF at <a class="moz-txt-link-abbreviated" href="mailto:nigel@ngunn.net">nigel@ngunn.net</a> To unsubscribe, send an email to <a class="moz-txt-link-abbreviated" href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com">chirp_users-unsubscribe@intrepid.danplanet.com</a>
</pre>
                    </blockquote>
                    <pre class="moz-quote-pre" wrap="">Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366

Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail <a class="moz-txt-link-abbreviated" href="mailto:nigel@ngunn.net">nigel@ngunn.net</a> www <a class="moz-txt-link-freetext" href="http://www.ngunn.net">http://www.ngunn.net</a>
</pre>
                  </blockquote>
                  <pre class="moz-quote-pre" wrap="">chirp_users mailing list

<a class="moz-txt-link-abbreviated" href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a>

<a class="moz-txt-link-freetext" href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>

This message was sent to Matthew Poletiek at <a class="moz-txt-link-abbreviated" href="mailto:matthew.poletiek@gmail.com">matthew.poletiek@gmail.com</a>

To unsubscribe, send an email to <a class="moz-txt-link-abbreviated" href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com">chirp_users-unsubscribe@intrepid.danplanet.com</a>
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>


</body></html>