Project

General

Profile

Bug #11057 ยป debug.log

Bill Swartout, 01/02/2024 04:49 PM

 
1
[2024-01-02 16:37:10,554] chirp.logger - DEBUG: CHIRP next-20231223 on Linux - Raspbian GNU/Linux 11 (Python 3.9.2)
2
[2024-01-02 16:37:12,791] chirp.wxui - DEBUG: Using locale: en_GB (58)
3
[2024-01-02 16:37:13,270] chirp.wxui - DEBUG: Translation loaded=False for CHIRP: en_GB (uk_UA,ru,en_US,el,tr_TR,ja_JP,es,it,pt_BR,fr,de,nl,hu,zh_CN,pl) from /home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/locale
4
[2024-01-02 16:37:13,310] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_GB (sl,eu,ru,uk,hi,sq,el,id,ms,vi,lv,gl_ES,an,nb,ko_KR,tr,af,pt,zh_TW,ca,ja,ca@valencia,es,sk,it,cs,pt_BR,fr,de,nl,sv,hu,ne,ta,fi,ar,ro,da,zh_CN,lt,pl)
5
[2024-01-02 16:37:16,224] main - INFO: Python/3.9.2 // Linux/Linux-6.1.21-v7+-armv7l-with-glibc2.31 // CHIRP/next-20231223 // wx/4.0.7 gtk3 (phoenix) wxWidgets 3.0.5
6
[2024-01-02 16:37:16,811] chirp.wxui.main - INFO: Server reports next-20231223 is latest
7
[2024-01-02 16:37:25,265] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'FT232R USB UART - FT232R USB UART', 'hwid': 'USB VID:PID=0403:6001 SER=A9031PV5 LOCATION=1-1.3', 'vid': 1027, 'pid': 24577, 'serial_number': 'A9031PV5', 'location': '1-1.3', 'manufacturer': 'FTDI', 'product': 'FT232R USB UART', 'interface': 'FT232R USB UART', 'usb_device_path': '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3', 'device_path': '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0'}, {'device': '/dev/ttyAMA0', 'name': 'ttyAMA0', 'description': 'ttyAMA0', 'hwid': '3f201000.serial', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': None, 'product': None, 'interface': None, 'usb_device_path': None, 'device_path': '/sys/devices/platform/soc/3f201000.serial', 'subsystem': 'amba', 'usb_interface_path': None}]
8
[2024-01-02 16:37:31,489] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
9
[2024-01-02 16:37:31,491] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.uv5r.BaofengBFF8HPRadio'>
10
[2024-01-02 16:37:31,539] chirp.wxui.clone - DEBUG: Prompt pre_download disabled for radio
11
[2024-01-02 16:37:31,563] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x703796e8, open=True>(port='/dev/ttyUSB0', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
12
[2024-01-02 16:37:31,564] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 12 07 25      P.....%.
13

    
14
[2024-01-02 16:37:32,639] chirp.drivers.uv5r - ERROR: uv5r._ident_radio: Radio did not respond
15
[2024-01-02 16:37:34,643] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 14 04 13      P.......
16

    
17
[2024-01-02 16:37:35,716] chirp.drivers.uv5r - ERROR: uv5r._ident_radio: Radio did not respond
18
[2024-01-02 16:37:37,720] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 0d 0c 20 16 03 28      P.....(.
19

    
20
[2024-01-02 16:37:38,794] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 12 06 25      P.....%.
21

    
22
[2024-01-02 16:37:39,868] chirp.wxui.clone - ERROR: Failed to clone: Radio did not respond
23
Traceback (most recent call last):
24
  File "/home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/wxui/clone.py", line 71, in run
25
    self._fn()
26
  File "/home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/drivers/uv5r.py", line 893, in sync_in
27
    self._mmap = _do_download(self)
28
  File "/home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/drivers/uv5r.py", line 563, in _do_download
29
    data = _ident_radio(radio)
30
  File "/home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/drivers/uv5r.py", line 558, in _ident_radio
31
    raise error
32
  File "/home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/drivers/uv5r.py", line 535, in _ident_radio
33
    data = _do_ident(radio, magic)
34
  File "/home/bill/.local/share/pipx/venvs/chirp/lib/python3.9/site-packages/chirp/drivers/uv5r.py", line 396, in _do_ident
35
    raise errors.RadioError("Radio did not respond")
36
chirp.errors.RadioError: Radio did not respond
37
[2024-01-02 16:37:49,887] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
38
[2024-01-02 16:37:49,888] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.uv5r.BaofengBFF8HPRadio'>
39
[2024-01-02 16:37:49,920] chirp.wxui.clone - DEBUG: Prompt pre_download disabled for radio
40
[2024-01-02 16:37:49,924] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x70379f58, open=True>(port='/dev/ttyUSB0', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
41
[2024-01-02 16:37:49,926] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 12 07 25      P.....%.
42

    
43
[2024-01-02 16:37:50,019] chirp.drivers.uv5r - INFO: Valid response, got this:
44
[2024-01-02 16:37:50,020] chirp.drivers.uv5r - DEBUG: 000: aa 30 76 04 00 05 20 dd   .0v.....
45

    
46
[2024-01-02 16:37:50,532] chirp.drivers.uv5r - INFO: Radio Version is b'HN5RV011\xff\xff\xff\xff\xff\xff'
47
[2024-01-02 16:37:50,533] chirp.drivers.uv5r - INFO: Radio has dropped byte issue: False
48
[2024-01-02 16:37:50,533] chirp.drivers.uv5r - DEBUG: downloading main block...
49
[2024-01-02 16:38:07,325] chirp.drivers.uv5r - DEBUG: done.
50
[2024-01-02 16:38:07,325] chirp.drivers.uv5r - DEBUG: downloading aux block...
51
[2024-01-02 16:38:08,187] chirp.drivers.uv5r - DEBUG: done.
52
[2024-01-02 16:38:08,654] chirp.wxui.main - INFO: Saved backup to /home/bill/.chirp/backups/Baofeng_BF-F8HP_20240102T163808.img
53
[2024-01-02 16:38:14,574] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'FT232R USB UART - FT232R USB UART', 'hwid': 'USB VID:PID=0403:6001 SER=A9031PV5 LOCATION=1-1.3', 'vid': 1027, 'pid': 24577, 'serial_number': 'A9031PV5', 'location': '1-1.3', 'manufacturer': 'FTDI', 'product': 'FT232R USB UART', 'interface': 'FT232R USB UART', 'usb_device_path': '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3', 'device_path': '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0'}, {'device': '/dev/ttyAMA0', 'name': 'ttyAMA0', 'description': 'ttyAMA0', 'hwid': '3f201000.serial', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': None, 'product': None, 'interface': None, 'usb_device_path': None, 'device_path': '/sys/devices/platform/soc/3f201000.serial', 'subsystem': 'amba', 'usb_interface_path': None}]
54
[2024-01-02 16:38:25,714] chirp.wxui.clone - DEBUG: Showing pre_upload prompt
55
[2024-01-02 16:38:31,118] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_upload
56
[2024-01-02 16:38:31,120] chirp.wxui.clone - DEBUG: Opening serial '/dev/ttyUSB0' after upload prompt
57
[2024-01-02 16:38:31,125] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x70379df0, open=True>(port='/dev/ttyUSB0', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
58
[2024-01-02 16:38:31,129] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 12 07 25      P.....%.
59

    
60
[2024-01-02 16:38:31,235] chirp.drivers.uv5r - INFO: Valid response, got this:
61
[2024-01-02 16:38:31,236] chirp.drivers.uv5r - DEBUG: 000: aa 30 76 04 00 05 20 dd   .0v.....
62

    
63
[2024-01-02 16:38:32,244] chirp.drivers.uv5r - INFO: Radio has dropped byte issue: False
64
[2024-01-02 16:38:32,250] chirp.drivers.uv5r - INFO: Image Version is b'HN5RV011\xff\xff\xff\xff\xff\xff'
65
[2024-01-02 16:38:32,251] chirp.drivers.uv5r - INFO: Radio Version is b'HN5RV011\xff\xff\xff\xff\xff\xff'