I get persistent failure to write to radio on an FT-60 with Chirp 0.1.12 on Ubuntu 11.04.
It read from the radio OK, but I cannot write back either immediately or after exiting chirp and loading a saved .IMG file. Additionally, I get an IndexError in attempting to use Export from chirp.
Procedure: Turn on FT-60 with Moni pressed, select menu item F8 Clone, Depress Moni until RX appears, then do Upload to Radio from Chirp.
Below is stdout.
Leigh/WA5ZNU
CHIRP 0.1.12 on Linux - Ubuntu 11.04 Starting memedit Exception running RadioJob: list index out of range -- Exception: -- Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/chirpui/common.py", line 81, in execute Bank Index supported: False result = func(*self.args, **self.kwargs) Bank supported: False File "/usr/lib/pymodules/python2.7/chirp/ft60.py", line 208, in get_memory DTCS Code supported: True DTCS Pol supported: False mem.tmode = TMODES[_mem.tmode] Mode supported: True IndexError: list index out of range Offset supported: True ------ Name supported: TrueJob Args: (0,)
Job KWArgs: {} Tune Step supported: True Name supported: True ToneSql supported: False Cross Mode supported: False Exception running RadioJob: list index out of range -- Exception: -- Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/chirpui/common.py", line 81, in execute result = func(*self.args, **self.kwargs) File "/usr/lib/pymodules/python2.7/chirp/ft60.py", line 208, in get_memory mem.tmode = TMODES[_mem.tmode] IndexError: list index out of range ------ Job Args: (0,) Job KWArgs: {} Started Clone thread started -- Exception: -- Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/chirpui/clone.py", line 222, in run self.__radio.sync_out() File "/usr/lib/pymodules/python2.7/chirp/ft60.py", line 170, in sync_out upload(self) File "/usr/lib/pymodules/python2.7/chirp/ft60.py", line 66, in upload raise Exception("Radio did not respond") Exception: Radio did not respond ------ Clone failed: Radio did not respond Clone thread ended