<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <font size="-1">Hey Marco, fellow </font>Chirp users,<br>
    <br>
    Thought I'd chime in mention that programming my FT1D with the Chirp
    daily went well after a few minor bumps.  Thank you to Marco and
    everyone to make Chirp possible!<br>
    <br>
    I searched for them here in the archive and didn't find any so I
    thought I'd mention them here:<br>
    <br>
    #1 - In bringing in memories I saved as an export from a Kenwood
    TH-F6A, things went very well! <br>
    <br>
    #2 - Few questions - Left Hand "Settings" tab<br>
    <br>
       APRS General<br>
       - What is the "User Selected Symbol"?  I already have /[ for the
    APRS "person" symbol<br>
       - "My Position" says Manual Lat/Long though on the Radio says
    "GPS"<br>
       - Time Source says "manual" when the radio says "Auto"<br>
    <br>
       APRS Transmit:<br>
       - Chirp calls it "TX Beacons" is set to "interval" when the FT1D
    calls it Beacon TX and the Radio has it actually set to to AUTO (not
    SmartBeacon).  This means use SmartBeacon if it's enabled in it's
    own menu<br>
       <br>
       APRS SmartBeacon<br>
       - I would encourage you to make Chirp a little more verbose. 
    Please rename from Type1 to something a little more helpful like:
    Type 1 - High Speed, Type 2 - Medium Speed, Type 3 - Low speed<br>
    <br>
       APRS Messages<br>
       - It's pretty slick you can capture these messages but what if I
    don't want to clone them to another radio.  Can you give me a
    checkbox to delete or not export some/all of these?<br>
    <br>
       APRS Beacons<br>
       - It's pretty nice you can capture these messages but really not
    useful to clone them to another radio.  Can you give me a checkbox
    to delete or not export some/all of these?<br>
    <br>
       "Misc" tab<br>
       - Chirp shows "Opening message mode" as "Normal" when the radio
    calls it "Callsign"<br>
       - If the mode isn't set to messase, can you grey out Chirp's
    "Opening Message" text field?<br>
    <br>
    #3 - There are some items missing in Chirp and some are kinda
    important:<br>
    <br>
         Most of the FT1D "Config" menu, most of the TX/RX (setting
    narrow deviation, YSF defaults),  portions of the Signalling menu, <br>
    <br>
          Scan tab<br>
          - There are a few items missing like "Scan Width", DW Time, <br>
    <br>
         WiresX settings<br>
         <br>
    <br>
    #4 - Older generations of Chirp used to work fine on this machine
    but in this recent one, I was seeing:<br>
    --<br>
    ./chirpw                                                                

    <br>
    Traceback (most recent call
    last):                                                                                              

    <br>
      File "./chirpw", line 20, in
    &lt;module&gt;                                                                                         

    <br>
        from chirp import
    logger                                                                                                    

    <br>
      File "/home/archive/Chirp/chirp-daily-20150623/chirp/logger.py",
    line 27, in &lt;module&gt;                                         
    <br>
        import
    argparse                                                                                                             

    <br>
    ImportError: No module named argparse <br>
    --<br>
    <br>
    The solution here was to install the following from the Centos
    "Extras" repo:<br>
    <br>
       yum install python-argparse.noarch<br>
    <br>
    <br>
    #5 - Chirp seems to be a bit chatty on the STDOUT side when I'm only
    programming an HT here.  I think some of this should go away as they
    don't apply, are duplicate to what displays on the GUI, etc<br>
    --<br>
    ./chirpw<br>
    WARNING: Bandplan North American Band Plan has duplicates
    [1800000-2000000 160 Meter Band simplex , 1800000-2000000 160 Meter
    Band simplex mode: CW ]<br>
    WARNING: Bandplan North American Band Plan has duplicates
    [1800000-1810000 Digimodes simplex , 1800000-1810000 Digital Modes
    simplex ]               <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [1999000-2000000 Beacons simplex mode: CW , 1999000-2000000 Beacons
    simplex ]              <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [3500000-4000000 80 Meter Band simplex , 3500000-4000000 80 Meter
    Band simplex ]           <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [7000000-7300000 40 Meter Band simplex , 7000000-7300000 40 Meter
    Band simplex ]           <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [10100000-10150000 30 Meter Band simplex , 10100000-10150000 30
    Meter Band simplex ]       <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [10130000-10140000 All narrow band digimodes simplex ,
    10130000-10140000 RTTY simplex mode: RTTY
    ]                                                                                                                                               

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [10140000-10150000 All modes, digimodes, no phone simplex ,
    10140000-10150000 Packet simplex
    ]                                                                                                                                                   

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [14000000-14350000 20 Meter Band simplex , 14000000-14350000 20
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [18068000-18168000 17 Meter Band simplex , 18068000-18168000 17
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [21000000-21450000 15 Meter Band simplex , 21000000-21450000 15
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [24890000-24990000 12 Meter Band simplex , 24890000-24990000 12
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [28000000-28070000 CW simplex mode: CW , 28000000-28070000 CW
    simplex mode: CW ]            <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [28150000-28190000 All narrow band modes, digimodes simplex ,
    28150000-28190000 CW simplex mode: CW
    ]                                                                                                                                            

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [29000000-29200000 All modes, AM preferred simplex mode: AM ,
    29000000-29200000 AM simplex mode: AM
    ]                                                                                                                                            

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [29300000-29510000 Satellite downlink simplex , 29300000-29510000
    Satellite Downlinks simplex
    ]                                                                                                                                                  

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [1800000-2000000 160 Meter Band simplex , 1800000-2000000 160 Meter
    Band simplex mode: CW ] <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [1800000-1810000 Digimodes simplex , 1800000-1810000 Digital Modes
    simplex ]                <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [1999000-2000000 Beacons simplex mode: CW , 1999000-2000000 Beacons
    simplex ]               <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [3500000-4000000 80 Meter Band simplex , 3500000-4000000 80 Meter
    Band simplex ]            <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [7000000-7300000 40 Meter Band simplex , 7000000-7300000 40 Meter
    Band simplex ]            <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [10100000-10150000 30 Meter Band simplex , 10100000-10150000 30
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [10130000-10140000 All narrow band digimodes simplex ,
    10130000-10140000 RTTY simplex mode: RTTY
    ]                                                                                                                                               

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [10140000-10150000 All modes, digimodes, no phone simplex ,
    10140000-10150000 Packet simplex
    ]                                                                                                                                                   

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [14000000-14350000 20 Meter Band simplex , 14000000-14350000 20
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [18068000-18168000 17 Meter Band simplex , 18068000-18168000 17
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [21000000-21450000 15 Meter Band simplex , 21000000-21450000 15
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [24890000-24990000 12 Meter Band simplex , 24890000-24990000 12
    Meter Band simplex ]        <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [28000000-28070000 CW simplex mode: CW , 28000000-28070000 CW
    simplex mode: CW ]            <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [28150000-28190000 All narrow band modes, digimodes simplex ,
    28150000-28190000 CW simplex mode: CW
    ]                                                                                                                                            

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [29000000-29200000 All modes, AM preferred simplex mode: AM ,
    29000000-29200000 AM simplex mode: AM
    ]                                                                                                                                            

    <br>
    WARNING: Bandplan North American Band Plan has duplicates
    [29300000-29510000 Satellite downlink simplex , 29300000-29510000
    Satellite Downlinks simplex ]<br>
    <br>
                                                                                                                                                      

    <br>
    /home/archive/Chirp/chirp-hg-a6e74848b253/chirp/ui/importdialog.py:304:

    DeprecationWarning: Use the new widget
    gtk.Tooltip                            <br>
      tips =
    gtk.Tooltips()                                                                                                                              

    <br>
    /home/archive/Chirp/chirp-hg-a6e74848b253/chirp/ui/importdialog.py:332:

    DeprecationWarning: Use the new widget
    gtk.Tooltip                            <br>
      tips.set_tip(lab,
    self.tips[k])                                                                                                                    

    <br>
    <br>
    <br>
    <br>
    ERROR: -- Exception:
    --                                                                                                                              

    <br>
    ERROR: Traceback (most recent call
    last):                                                                                                            

    <br>
      File
    "/home/archive/Chirp/chirp-hg-a6e74848b253/chirp/ui/clone.py", line
    236, in
    run                                                                <br>
       
    self.__radio.sync_out()                                                                                                                          

    <br>
      File
    "/home/archive/Chirp/chirp-hg-a6e74848b253/chirp/drivers/yaesu_clone.py",

    line 241, in sync_out                                               
    <br>
       
    _clone_out(self)                                                                                                                                 

    <br>
      File
    "/home/archive/Chirp/chirp-hg-a6e74848b253/chirp/drivers/yaesu_clone.py",

    line 160, in _clone_out                                             
    <br>
        raise errors.RadioError("Failed to communicate with the radio:
    %s" %
    e)                                                                          

    <br>
    RadioError: Failed to communicate with the radio: Radio did not ack
    block
    1                                                                          

    <br>
    <br>
    ERROR: ----------------<br>
    ERROR: Clone failed: Failed to communicate with the radio: Radio did
    not ack block 1<br>
    ERROR: --- Exception Dialog: Failed to communicate with the radio:
    Radio did not ack block 1 ---<br>
    ERROR:
    None                                                                                    

    <br>
    ERROR: ----------------------------<br>
    ERROR: -- Exception: --            <br>
    ERROR: Traceback (most recent call last):<br>
      File
    "/home/archive/Chirp/chirp-hg-a6e74848b253/chirp/ui/clone.py", line
    236, in run<br>
       
    self.__radio.sync_out()                                                          

    <br>
      File
    "/home/archive/Chirp/chirp-hg-a6e74848b253/chirp/drivers/yaesu_clone.py",

    line 241, in sync_out<br>
       
    _clone_out(self)                                                                                 

    <br>
      File
    "/home/archive/Chirp/chirp-hg-a6e74848b253/chirp/drivers/yaesu_clone.py",

    line 160, in _clone_out<br>
        raise errors.RadioError("Failed to communicate with the radio:
    %s" % e)<br>
    RadioError: Failed to communicate with the radio: Radio did not ack
    block 1<br>
    <br>
    ERROR: ----------------<br>
    ERROR: Clone failed: Failed to communicate with the radio: Radio did
    not ack block 1<br>
    ERROR: --- Exception Dialog: Failed to communicate with the radio:
    Radio did not ack block 1 ---<br>
    ERROR: None<br>
    <br>
    <br>
  </body>
</html>