I have been using Chirp with a Wouun KG-UV3D and USB cable for a couple months with no problems. Thanks for the useful utility.<br><br>Today I finished up a mobile install of a Kenwood TV-V71A radio. I tried the stable version of Chirp (0.1.12) and also the daily build from Feb 9. When the program attempts to identify the radio it tells me that it is unable to probe the radio model.<br>
<br>The odd thing is that it is printing the &quot;V71&quot; string which seems to indicate that there was some successful communication taking place.<br><br>I am running this with a laptop running Ubuntu 11.04 and using he Kenwood USB to serial cable KPG-46U. I also have available a laptop running RHEL 6.2 but have not tried that yet.<br>
<br>Any hints appreciated.  Terminal trace info follows.  Thanks &amp; 73, Dale, K7FW<br>-------------------<br><br>dale@dale-T42:~/AmateurRadio/chirp-0.1.12$ python chirpw<br>CHIRP 0.1.12 on Linux - Ubuntu 11.04<br>PC-&gt;V71: ID<br>
V71-&gt;PC:<br>PC-&gt;V71: ID<br>V71-&gt;PC:<br>PC-&gt;V71: ID<br>V71-&gt;PC:<br>PC-&gt;V71: ID<br>V71-&gt;PC:<br>--- Exception Dialog: Unable to probe radio model ---<br>Traceback (most recent call last):<br>  File &quot;/home/dale/AmateurRadio/chirp-0.1.12/chirpui/clone.py&quot;, line 167, in run<br>
    cs.radio_class = detect.DETECT_FUNCTIONS[vendor](cs.port)<br>  File &quot;/home/dale/AmateurRadio/chirp-0.1.12/chirp/detect.py&quot;, line 103, in detect_kenwoodlive_radio<br>    raise errors.RadioError(&quot;Unable to probe radio model&quot;)<br>
RadioError: Unable to probe radio model<br>----------------------------<br>^CTraceback (most recent call last):<br>  File &quot;chirpw&quot;, line 69, in &lt;module&gt;<br>    gtk.main()<br>KeyboardInterrupt<br>dale@dale-T42:~/AmateurRadio/chirp-0.1.12$<br>
<br>dale@dale-T42:~/AmateurRadio/chirp-daily-02092012$ python chirpw<br>CHIRP daily-02092012 on Linux - Ubuntu 11.04 (Python 2.7.1+)<br>PC-&gt;V71: ID<br>V71-&gt;PC:<br>PC-&gt;V71: ID<br>V71-&gt;PC:<br>PC-&gt;V71: ID<br>V71-&gt;PC:<br>
PC-&gt;V71: ID<br>V71-&gt;PC:<br>--- Exception Dialog: Unable to probe radio model ---<br>Traceback (most recent call last):<br>  File &quot;/home/dale/AmateurRadio/chirp-daily-02092012/chirpui/clone.py&quot;, line 164, in run<br>
    cs.radio_class = detect.DETECT_FUNCTIONS[vendor](cs.port)<br>  File &quot;/home/dale/AmateurRadio/chirp-daily-02092012/chirp/detect.py&quot;, line 103, in detect_kenwoodlive_radio<br>    raise errors.RadioError(&quot;Unable to probe radio model&quot;)<br>
RadioError: Unable to probe radio model<br><br>