<div dir="ltr"><div>I get &quot;Error reading data from radio&quot;  I&#39;m using this cable: <a href="https://www.amazon.com/dp/B017MT7IFG">https://www.amazon.com/dp/B017MT7IFG</a>  It is plugged in all the way!<br></div><div><br></div><div>I cannot find a debug.log  There is no option for one in my CHIRP  (CHIRP next-20230712 on Python 3.8.10 wxPython 4.0.7 gtk3 (phoenix) wxWidgets 3.0.4)  And none is created in ~/.chirp  While CHIRP is still running:</div><div><br></div><div>joliver@blinky:~$ ls .chirp/<br>chirp.config  stock_configs</div><div><br></div><div>In the terminal I launched CHIRP:<br><br>joliver@blinky:~$ ./.local/bin/chirp<br>02:52:04 PM: Debug: Unrecognized accel key &#39;backspace&#39;, accel string ignored.<br>ERROR: Failed to clone: Error reading data from radio<br>Traceback (most recent call last):<br>  File &quot;/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py&quot;, line 369, in _rawrecv<br>    raise errors.RadioError(&quot;No data received from radio&quot;)<br>chirp.errors.RadioError: No data received from radio<br><br>During handling of the above exception, another exception occurred:<br><br>Traceback (most recent call last):<br>  File &quot;/home/joliver/.local/lib/python3.8/site-packages/chirp/wxui/clone.py&quot;, line 68, in run<br>    self._fn()<br>  File &quot;/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py&quot;, line 758, in sync_in<br>    data = _download(self)<br>  File &quot;/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py&quot;, line 533, in _download<br>    _do_ident(radio, status)<br>  File &quot;/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py&quot;, line 447, in _do_ident<br>    ident = _rawrecv(radio, 50)<br>  File &quot;/home/joliver/.local/lib/python3.8/site-packages/chirp/drivers/btech.py&quot;, line 377, in _rawrecv<br>    raise errors.RadioError(&quot;Error reading data from radio&quot;)<br>chirp.errors.RadioError: Error reading data from radio<br><br><br></div></div>