Hello all,
I am trying to read the memories of an IC-E92D but getting these errors:
$ ./chirpwx.py
WARNING: Made 5 attempts to wake radio
ERROR: Failed to run <BackgroundRadioJob@100>get_memory(0,)=None
Traceback (most recent call last):
File "/opt/chirp/chirp/wxui/radiothread.py", line 72, in dispatch
self.result = getattr(radio, self.fn)(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/chirp/chirp/drivers/ic9x.py", line 97, in _lock
self._init()
File "/opt/chirp/chirp/drivers/ic9x.py", line 166, in _init
raise errors.RadioError('Radio not responding')
chirp.errors.RadioError: Radio not responding
ERROR: Failed to load memory 0 as error because: Radio not responding
WARNING: Made 5 attempts to wake radio
ERROR: Failed to run <BackgroundRadioJob@100>get_memory(0,)=None
Traceback (most recent call last):
File "/opt/chirp/chirp/wxui/radiothread.py", line 72, in dispatch
self.result = getattr(radio, self.fn)(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/chirp/chirp/drivers/ic9x.py", line 97, in _lock
self._init()
File "/opt/chirp/chirp/drivers/ic9x.py", line 166, in _init
raise errors.RadioError('Radio not responding')
chirp.errors.RadioError: Radio not responding
ERROR: Failed to load memory 0 as error because: Radio not responding
^C
I am using the latest code from github with a DIY cable which have tested with
RS-92 and D-rats and is working correctly.
Any help will be greatly appreciated.
Thanks
Apostolos