Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xiegu 6100 get_ptt error #1283

Closed
mdblack98 opened this issue May 3, 2023 · 1 comment
Closed

Xiegu 6100 get_ptt error #1283

mdblack98 opened this issue May 3, 2023 · 1 comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. needs test Patches have been submitted but need testing to close issue
Milestone

Comments

@mdblack98
Copy link
Contributor

Xiegu gets an unexpected error during get_ptt so need to make it a bit more robust.
[2023-05-03 16:44:25.070814][00:18:00.442734][RIGCTRL:trace] write_block(): TX 7 bytes, method=1
[2023-05-03 16:44:25.070814][00:18:00.442757][RIGCTRL:trace] 0000 fe fe 70 e0 1c 00 fd ..p....
[2023-05-03 16:44:25.070814][00:18:00.442765][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:25.070814][00:18:00.442853][RIGCTRL:trace] read_string_generic(): RX 7 characters, direct=1
[2023-05-03 16:44:25.070814][00:18:00.442860][RIGCTRL:trace] 0000 fe fe 70 e0 1c 00 fd ..p....
[2023-05-03 16:44:25.070814][00:18:00.442867][RIGCTRL:trace] icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1c
[2023-05-03 16:44:25.070814][00:18:00.442873][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:25.124458][00:18:00.496501][RIGCTRL:trace] read_string_generic(): RX 8 characters, direct=1
[2023-05-03 16:44:25.124458][00:18:00.496520][RIGCTRL:trace] 0000 fe fe e0 70 1c 00 00 fd ...p....
[2023-05-03 16:44:25.124458][00:18:00.496528][RIGCTRL:trace] icom_one_transaction: frm_len=8, frm_len-1=fd, frm_len-2=00
[2023-05-03 16:44:25.124458][00:18:00.496535][RIGCTRL:debug] 991:frame.c(423):icom_one_transaction returning(0)
[2023-05-03 16:44:25.124458][00:18:00.496542][RIGCTRL:debug] 990:frame.c(475):icom_transaction returning(0)
[2023-05-03 16:44:25.124458][00:18:00.496549][RIGCTRL:debug] 989:icom.c(5095):icom_get_ptt returning(0)
[2023-05-03 16:44:25.124458][00:18:00.496558][RIGCTRL:trace] 988:rig_get_ptt: elapsed=253ms
[2023-05-03 16:44:25.124458][00:18:00.496564][RIGCTRL:debug] 988:rig.c(3402):rig_get_ptt returning(0)
[2023-05-03 16:44:25.124458][00:18:00.496573][RIGCTRL:trace] rig_get_ptt PTT=0
[2023-05-03 16:44:25.124458][00:18:00.496577][RIGCTRL:trace] state: false
[2023-05-03 16:44:25.371171][00:18:00.743382][RIGCTRL:debug] rig_get_freq(2048) called vfo=currVFO
[2023-05-03 16:44:25.371171][00:18:00.743412][RIGCTRL:trace] vfo_fixup:(from rig_get_freq:2054) vfo=currVFO, vfo_curr=VFOA, split=0
[2023-05-03 16:44:25.371171][00:18:00.743418][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2023-05-03 16:44:25.371171][00:18:00.743423][RIGCTRL:debug] rig.c(2057) vfo=currVFO, curr_vfo=VFOA
[2023-05-03 16:44:25.371171][00:18:00.743445][RIGCTRL:trace] rig_get_freq: cache miss age=747ms, cached_vfo=VFOA, asked_vfo=VFOA, use_cached_freq=0
[2023-05-03 16:44:25.371171][00:18:00.743451][RIGCTRL:debug] rig_get_freq(2145): vfo_opt=0, model=3087
[2023-05-03 16:44:25.371171][00:18:00.743458][RIGCTRL:debug] icom_get_freq called for VFOA, curr_vfo=VFOA
[2023-05-03 16:44:25.371171][00:18:00.743462][RIGCTRL:debug] icom_get_freq: using vfo=VFOA
[2023-05-03 16:44:25.371171][00:18:00.743470][RIGCTRL:trace] icom.c(1667) trace
[2023-05-03 16:44:25.371171][00:18:00.743475][RIGCTRL:trace] set_vfo_curr: vfo=VFOA, curr_vfo=VFOA
[2023-05-03 16:44:25.371171][00:18:00.743479][RIGCTRL:trace] set_vfo_curr: curr_vfo now=VFOA
[2023-05-03 16:44:25.371171][00:18:00.743484][RIGCTRL:debug] icom.c(9487):set_vfo_curr returning2(0)
[2023-05-03 16:44:25.371171][00:18:00.743490][RIGCTRL:debug] 988:frame.c(445):icom_transaction entered
[2023-05-03 16:44:25.371171][00:18:00.743497][RIGCTRL:debug] icom_transaction: cmd=0x03, subcmd=0xffffffff, payload_len=0
[2023-05-03 16:44:25.371171][00:18:00.743503][RIGCTRL:debug] 989:frame.c(143):icom_one_transaction entered
[2023-05-03 16:44:25.371171][00:18:00.743508][RIGCTRL:trace] rig_flush: called for serial device
[2023-05-03 16:44:25.371171][00:18:00.743514][RIGCTRL:trace] read_string_generic called, rxmax=4095 direct=1, expected_len=1
[2023-05-03 16:44:25.386753][00:18:00.758722][RIGCTRL:debug] read_string_generic: flag=0
[2023-05-03 16:44:25.455914][00:18:00.827834][RIGCTRL:debug] read_string_generic: flag=1
[2023-05-03 16:44:25.455914][00:18:00.827850][RIGCTRL:debug] tcflush
[2023-05-03 16:44:25.555163][00:18:00.927057][RIGCTRL:trace] write_block(): TX 6 bytes, method=1
[2023-05-03 16:44:25.555163][00:18:00.927074][RIGCTRL:trace] 0000 fe fe 70 e0 03 fd ..p...
[2023-05-03 16:44:25.555163][00:18:00.927081][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:25.555163][00:18:00.927153][RIGCTRL:trace] read_string_generic(): RX 6 characters, direct=1
[2023-05-03 16:44:25.555163][00:18:00.927158][RIGCTRL:trace] 0000 fe fe 70 e0 03 fd ..p...
[2023-05-03 16:44:25.555163][00:18:00.927164][RIGCTRL:trace] icom_one_transaction: DEBUG retval=6, frm_len=6, cmd=0x03
[2023-05-03 16:44:25.555163][00:18:00.927169][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:25.601573][00:18:00.973576][RIGCTRL:trace] read_string_generic(): RX 11 characters, direct=1
[2023-05-03 16:44:25.601573][00:18:00.973590][RIGCTRL:trace] 0000 fe fe e0 70 03 00 40 07 28 00 fd ...p..@.(..
[2023-05-03 16:44:25.601573][00:18:00.973599][RIGCTRL:trace] icom_one_transaction: frm_len=11, frm_len-1=fd, frm_len-2=00
[2023-05-03 16:44:25.601573][00:18:00.973606][RIGCTRL:debug] 989:frame.c(423):icom_one_transaction returning(0)
[2023-05-03 16:44:25.601573][00:18:00.973611][RIGCTRL:debug] 988:frame.c(475):icom_transaction returning(0)
[2023-05-03 16:44:25.601573][00:18:00.973616][RIGCTRL:trace] icom.c(1678) trace
[2023-05-03 16:44:25.601573][00:18:00.973621][RIGCTRL:trace] set_vfo_curr: vfo=VFOA, curr_vfo=VFOA
[2023-05-03 16:44:25.601573][00:18:00.973625][RIGCTRL:trace] set_vfo_curr: curr_vfo now=VFOA
[2023-05-03 16:44:25.601573][00:18:00.973632][RIGCTRL:debug] icom.c(9487):set_vfo_curr returning2(0)
[2023-05-03 16:44:25.601573][00:18:00.973636][RIGCTRL:debug] from_bcd called
[2023-05-03 16:44:25.601573][00:18:00.973640][RIGCTRL:debug] icom_get_freq exit vfo=VFOA, curr_vfo=VFOA
[2023-05-03 16:44:25.601573][00:18:00.973644][RIGCTRL:debug] icom.c(1779):icom_get_freq returning2(0)
[2023-05-03 16:44:25.601573][00:18:00.973677][RIGCTRL:trace] 987:rig_get_freq: elapsed=230ms
[2023-05-03 16:44:25.601573][00:18:00.973681][RIGCTRL:trace] rig_get_freq frequency=28074000
[2023-05-03 16:44:25.601573][00:18:00.973686][RIGCTRL:trace] frequency: 28074000
[2023-05-03 16:44:25.601573][00:18:00.973690][RIGCTRL:debug] 988:rig.c(2468):rig_get_mode entered
[2023-05-03 16:44:25.601573][00:18:00.973698][RIGCTRL:trace] vfo_fixup:(from rig_get_mode:2491) vfo=currVFO, vfo_curr=VFOA, split=0
[2023-05-03 16:44:25.601573][00:18:00.973702][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2023-05-03 16:44:25.601573][00:18:00.973716][RIGCTRL:trace] rig_get_mode: currVFO cache check age=730ms
[2023-05-03 16:44:25.601573][00:18:00.973726][RIGCTRL:trace] rig_get_mode: cache miss age mode=730ms, width=730ms
[2023-05-03 16:44:25.601573][00:18:00.973730][RIGCTRL:trace] rig.c(2539) trace
[2023-05-03 16:44:25.601573][00:18:00.973734][RIGCTRL:debug] icom_get_mode_with_data called vfo=currVFO
[2023-05-03 16:44:25.601573][00:18:00.973739][RIGCTRL:trace] vfo_fixup:(from icom_get_mode:2567) vfo=VFOA, vfo_curr=VFOA, split=0
[2023-05-03 16:44:25.601573][00:18:00.973743][RIGCTRL:debug] icom_get_mode called vfo=currVFO
[2023-05-03 16:44:25.601573][00:18:00.973751][RIGCTRL:trace] icom.c(2576) trace
[2023-05-03 16:44:25.601573][00:18:00.973757][RIGCTRL:debug] icom_get_mode: targetable=3, targetable_mode=2, and=2
[2023-05-03 16:44:25.601573][00:18:00.973762][RIGCTRL:trace] vfo_fixup:(from icom_get_mode:2587) vfo=currVFO, vfo_curr=VFOA, split=0
[2023-05-03 16:44:25.601573][00:18:00.973766][RIGCTRL:trace] vfo_fixup: Leaving currVFO alone
[2023-05-03 16:44:25.601573][00:18:00.973770][RIGCTRL:trace] icom_get_mode: vfo=currVFO, vfoask=currVFO, vfocurr=VFOA
[2023-05-03 16:44:25.601573][00:18:00.973775][RIGCTRL:debug] 989:frame.c(445):icom_transaction entered
[2023-05-03 16:44:25.601573][00:18:00.973780][RIGCTRL:debug] icom_transaction: cmd=0x26, subcmd=0x00, payload_len=0
[2023-05-03 16:44:25.601573][00:18:00.973785][RIGCTRL:debug] 990:frame.c(143):icom_one_transaction entered
[2023-05-03 16:44:25.601573][00:18:00.973792][RIGCTRL:trace] rig_flush: called for serial device
[2023-05-03 16:44:25.601573][00:18:00.973798][RIGCTRL:trace] read_string_generic called, rxmax=4095 direct=1, expected_len=1
[2023-05-03 16:44:25.617047][00:18:00.988903][RIGCTRL:debug] read_string_generic: flag=0
[2023-05-03 16:44:25.696177][00:18:01.068058][RIGCTRL:debug] read_string_generic: flag=1
[2023-05-03 16:44:25.696177][00:18:01.068075][RIGCTRL:debug] tcflush
[2023-05-03 16:44:25.805164][00:18:01.177062][RIGCTRL:trace] write_block(): TX 7 bytes, method=1
[2023-05-03 16:44:25.805164][00:18:01.177082][RIGCTRL:trace] 0000 fe fe 70 e0 26 00 fd ..p.&..
[2023-05-03 16:44:25.805164][00:18:01.177090][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:25.805164][00:18:01.177172][RIGCTRL:trace] read_string_generic(): RX 7 characters, direct=1
[2023-05-03 16:44:25.805164][00:18:01.177178][RIGCTRL:trace] 0000 fe fe 70 e0 26 00 fd ..p.&..
[2023-05-03 16:44:25.805164][00:18:01.177185][RIGCTRL:trace] icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x26
[2023-05-03 16:44:25.805164][00:18:01.177190][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:25.852299][00:18:01.224173][RIGCTRL:trace] read_string_generic(): RX 10 characters, direct=1
[2023-05-03 16:44:25.852299][00:18:01.224185][RIGCTRL:trace] 0000 fe fe e0 70 26 00 01 01 01 fd ...p&.....
[2023-05-03 16:44:25.852299][00:18:01.224193][RIGCTRL:trace] icom_one_transaction: frm_len=10, frm_len-1=fd, frm_len-2=01
[2023-05-03 16:44:25.852299][00:18:01.224200][RIGCTRL:debug] 990:frame.c(423):icom_one_transaction returning(0)
[2023-05-03 16:44:25.852299][00:18:01.224207][RIGCTRL:debug] 989:frame.c(475):icom_transaction returning(0)
[2023-05-03 16:44:25.852299][00:18:01.224214][RIGCTRL:trace] icom_get_mode: mode_len=5, modebuf=26 00 01 01 01
[2023-05-03 16:44:25.852299][00:18:01.224220][RIGCTRL:trace] icom_get_mode: modebuf[0]=0x26, modebuf[1]=0x01, mode_len=1
[2023-05-03 16:44:25.852299][00:18:01.224226][RIGCTRL:debug] 989:frame.c(732):icom2rig_mode entered
[2023-05-03 16:44:25.852299][00:18:01.224232][RIGCTRL:trace] icom2rig_mode: mode=0x01, pd=-1
[2023-05-03 16:44:25.852299][00:18:01.224237][RIGCTRL:debug] icom_get_dsp_flt called, mode=USB
[2023-05-03 16:44:25.852299][00:18:01.224243][RIGCTRL:trace] icom_get_mode: vfo=currVFO returning mode=USB, width not available
[2023-05-03 16:44:25.852299][00:18:01.224248][RIGCTRL:debug] icom.c(2749):icom_get_mode returning2(0)
[2023-05-03 16:44:25.852299][00:18:01.224253][RIGCTRL:debug] icom_get_mode_with_data mode=4
[2023-05-03 16:44:25.852299][00:18:01.224258][RIGCTRL:debug] icom_get_mode_with_data databuf[2]=1, mode=4
[2023-05-03 16:44:25.852299][00:18:01.224263][RIGCTRL:debug] icom.c(2551):icom_get_mode_with_data returning2(0)
[2023-05-03 16:44:25.852299][00:18:01.224269][RIGCTRL:trace] rig_get_mode: retcode after get_mode=0
[2023-05-03 16:44:25.852299][00:18:01.224280][RIGCTRL:trace] rig_get_mode(2585): debug
[2023-05-03 16:44:25.852299][00:18:01.224290][RIGCTRL:trace] rig_get_mode(2593): debug
[2023-05-03 16:44:25.852299][00:18:01.224295][RIGCTRL:debug] 990:rig.c(2622):rig_passband_normal entered
[2023-05-03 16:44:25.852299][00:18:01.224300][RIGCTRL:debug] rig_passband_normal: filter not found...return 0
[2023-05-03 16:44:25.852299][00:18:01.224305][RIGCTRL:debug] 990:rig.c(2650):rig_passband_normal returning(0)
[2023-05-03 16:44:25.852299][00:18:01.224310][RIGCTRL:debug] 990:cache.c(36):rig_set_cache_mode entered
[2023-05-03 16:44:25.852299][00:18:01.224326][RIGCTRL:debug] 990:cache.c(119):rig_set_cache_mode returning(0)
[2023-05-03 16:44:25.852299][00:18:01.224338][RIGCTRL:trace] 989:rig_get_mode: elapsed=251ms
[2023-05-03 16:44:25.852299][00:18:01.224344][RIGCTRL:debug] 989:rig.c(2601):rig_get_mode returning(0)
[2023-05-03 16:44:25.852299][00:18:01.224348][RIGCTRL:trace] rig_get_mode mode=PKTUSB bw=0
[2023-05-03 16:44:25.852299][00:18:01.224354][RIGCTRL:trace] mode: DIG_U
[2023-05-03 16:44:25.852299][00:18:01.224360][RIGCTRL:debug] 989:rig.c(3346):rig_get_ptt entered
[2023-05-03 16:44:25.852299][00:18:01.224365][RIGCTRL:trace] rig_get_ptt: cache check age=727ms
[2023-05-03 16:44:25.852299][00:18:01.224370][RIGCTRL:trace] rig_get_ptt: cache miss age=727ms
[2023-05-03 16:44:25.852299][00:18:01.224375][RIGCTRL:trace] rig.c(3392) trace
[2023-05-03 16:44:25.852299][00:18:01.224381][RIGCTRL:debug] 990:icom.c(5072):icom_get_ptt entered
[2023-05-03 16:44:25.852299][00:18:01.224386][RIGCTRL:debug] 991:frame.c(445):icom_transaction entered
[2023-05-03 16:44:25.852299][00:18:01.224392][RIGCTRL:debug] icom_transaction: cmd=0x1c, subcmd=0x00, payload_len=0
[2023-05-03 16:44:25.852299][00:18:01.224397][RIGCTRL:debug] 992:frame.c(143):icom_one_transaction entered
[2023-05-03 16:44:25.852299][00:18:01.224402][RIGCTRL:trace] rig_flush: called for serial device
[2023-05-03 16:44:25.852299][00:18:01.224408][RIGCTRL:trace] read_string_generic called, rxmax=4095 direct=1, expected_len=1
[2023-05-03 16:44:25.868062][00:18:01.239926][RIGCTRL:debug] read_string_generic: flag=0
[2023-05-03 16:44:25.940340][00:18:01.312198][RIGCTRL:debug] read_string_generic: flag=1
[2023-05-03 16:44:25.940340][00:18:01.312209][RIGCTRL:debug] tcflush
[2023-05-03 16:44:26.055701][00:18:01.427600][RIGCTRL:trace] write_block(): TX 7 bytes, method=1
[2023-05-03 16:44:26.055701][00:18:01.427623][RIGCTRL:trace] 0000 fe fe 70 e0 1c 00 fd ..p....
[2023-05-03 16:44:26.055701][00:18:01.427632][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:26.055701][00:18:01.427724][RIGCTRL:trace] read_string_generic(): RX 7 characters, direct=1
[2023-05-03 16:44:26.055701][00:18:01.427732][RIGCTRL:trace] 0000 fe fe 70 e0 1c 00 fd ..p....
[2023-05-03 16:44:26.055701][00:18:01.427740][RIGCTRL:trace] icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1c
[2023-05-03 16:44:26.055701][00:18:01.427747][RIGCTRL:trace] read_string_generic called, rxmax=200 direct=1, expected_len=1
[2023-05-03 16:44:26.102565][00:18:01.474566][RIGCTRL:trace] read_string_generic(): RX 6 characters, direct=1
[2023-05-03 16:44:26.102565][00:18:01.474588][RIGCTRL:trace] 0000 fe fe 1c 70 fa fd ...p..
[2023-05-03 16:44:26.102565][00:18:01.474599][RIGCTRL:debug] 992:frame.c(372):icom_one_transaction returning(-9) Command rejected by the rig
[2023-05-03 16:44:26.102565][00:18:01.474623][RIGCTRL:debug] icom_transaction: failed: icom_transaction: cmd=0x1c, subcmd=0x00, payload_len=0
992:frame.c(143):icom_one_transaction entered
rig_flush: called for serial device
read_string_generic called, rxmax=4095 direct=1, expected_len=1
read_string_generic: flag=0
read_string_generic: flag=1
tcflush
write_block(): TX 7 bytes, method=1
0000 fe fe 70 e0 1c 00 fd ..p....
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 7 characters, direct=1
0000 fe fe 70 e0 1c 00 fd ..p....
icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1c
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 6 characters, direct=1
0000 fe fe 1c 70 fa fd ...p..
992:frame.c(372):icom_one_transaction returning(-9) Command rejected by the rig

Command rejected by the rig
Command rejected by the rig
[2023-05-03 16:44:26.102565][00:18:01.474632][RIGCTRL:debug] 991:frame.c(475):icom_transaction returning(-9) Command rejected by the rig
[2023-05-03 16:44:26.102565][00:18:01.474647][RIGCTRL:debug] 990:icom.c(5078):icom_get_ptt returning(-9) Command rejected by the rig
[2023-05-03 16:44:26.102565][00:18:01.474657][RIGCTRL:trace] 989:rig_get_ptt: elapsed=250ms
[2023-05-03 16:44:26.102565][00:18:01.474663][RIGCTRL:debug] 989:rig.c(3402):rig_get_ptt returning(-9) Command rejected by the rig
[2023-05-03 16:44:26.102565][00:18:01.474672][RIGCTRL:error] error: 0000 fe fe 70 e0 1c 00 fd ..p....
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 7 characters, direct=1
0000 fe fe 70 e0 1c 00 fd ..p....
icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1c
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 6 characters, direct=1
0000 fe fe 1c 70 fa fd ...p..
992:frame.c(372):icom_one_transaction returning(-9) Command rejected by the rig

Command rejected by the rig

                 991:frame.c(475):icom_transaction returning(-9) Command rejected by the rig

                 990:icom.c(5078):icom_get_ptt returning(-9) Command rejected by the rig

                 989:rig_get_ptt: elapsed=250ms
                 989:rig.c(3402):rig_get_ptt returning(-9) Command rejected by the rig

Command rejected by the rig
[2023-05-03 16:44:26.102565][00:18:01.474781][RIGCTRL:trace] reason: Hamlib error: read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 7 characters, direct=1
0000 fe fe 70 e0 1c 00 fd ..p....
icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1c
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 6 characters, direct=1
0000 fe fe 1c 70 fa fd ...p..
992:frame.c(372):icom_one_transaction returning(-9) Command rejected by the rig

Command rejected by the rig

                 991:frame.c(475):icom_transaction returning(-9) Command rejected by the rig

                 990:icom.c(5078):icom_get_ptt returning(-9) Command rejected by the rig

                 989:rig_get_ptt: elapsed=250ms
                 989:rig.c(3402):rig_get_ptt returning(-9) Command rejected by the rig

Command rejected by the rig
Command rejected by the rig
while getting PTT state
[2023-05-03 16:44:26.102565][00:18:01.474802][RIGCTRL:trace] shutdown
[2023-05-03 16:44:26.102565][00:18:01.474805][RIGCTRL:trace] PTT: false Transceiver::TransceiverState(online: yes Frequency {28074000Hz, 26407164Hz} Mode: DIG_U; SPLIT: unknown; PTT: off) reversed=false
[2023-05-03 16:44:26.102565][00:18:01.474812][RIGCTRL:trace] rig_set_ptt PTT=false
[2023-05-03 16:44:26.102565][00:18:01.474818][RIGCTRL:debug] 989:rig.c(3031):rig_set_ptt entered
[2023-05-03 16:44:26.102565][00:18:01.474824][RIGCTRL:trace] rig.c(3066) trace
[2023-05-03 16:44:26.102565][00:18:01.474830][RIGCTRL:debug] x108g_set_ptt called
[2023-05-03 16:44:26.102565][00:18:01.474837][RIGCTRL:debug] 990:frame.c(445):icom_transaction entered
[2023-05-03 16:44:26.102565][00:18:01.474833][SYSLOG:error] handle_transceiver_failure: reason: Hamlib error: read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 7 characters, direct=1
0000 fe fe 70 e0 1c 00 fd ..p....
icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1c
read_string_generic called, rxmax=200 direct=1, expected_len=1
read_string_generic(): RX 6 characters, direct=1
0000 fe fe 1c 70 fa fd ...p..
992:frame.c(372):icom_one_transaction returning(-9) Command rejected by the rig

Command rejected by the rig

                 991:frame.c(475):icom_transaction returning(-9) Command rejected by the rig

                 990:icom.c(5078):icom_get_ptt returning(-9) Command rejected by the rig

                 989:rig_get_ptt: elapsed=250ms
                 989:rig.c(3402):rig_get_ptt returning(-9) Command rejected by the rig

Command rejected by the rig
Command rejected by the rig
while getting PTT state
[2023-05-03 16:44:26.102565][00:18:01.474843][RIGCTRL:debug] icom_transaction: cmd=0x1c, subcmd=0x00, payload_len=1
[2023-05-03 16:44:26.102565][00:18:01.474848][RIGCTRL:debug] 991:frame.c(143):icom_one_transaction entered
[2023-05-03 16:44:26.102565][00:18:01.474853][RIGCTRL:trace] rig_flush: called for serial device
[2023-05-03 16:44:26.102565][00:18:01.474858][RIGCTRL:trace] read_string_generic called, rxmax=4095 direct=1, expected_len=1
[2023-05-03 16:44:26.102565][00:18:01.475595][RIGCTRL:trace] rig_check_rig_caps: p1=0x67b67d00, p2=0x67b6e278, rig_model=0x67b67d00, macro_name=0x67b6e278
[2023-05-03 16:44:26.102565][00:18:01.475607][RIGCTRL:debug] rig_init: rig_model=Xiegu X6100 20230426.4
[2023-05-03 16:44:26.102565][00:18:01.475620][RIGCTRL:debug] rig_init: rig has VFO_A
[2023-05-03 16:44:26.102565][00:18:01.475624][RIGCTRL:debug] rig_init: rig has VFO_B
[2023-05-03 16:44:26.102565][00:18:01.475636][RIGCTRL:debug] rig_init: rig has VFO_MEM
[2023-05-03 16:44:26.102565][00:18:01.475646][RIGCTRL:debug] 1:icom.c(619):icom_init entered
[2023-05-03 16:44:26.102565][00:18:01.475670][RIGCTRL:trace] icom_init: done
[2023-05-03 16:44:26.102565][00:18:01.475675][RIGCTRL:debug] 1:icom.c(720):icom_init returning(0)
[2023-05-03 16:44:26.102565][00:18:01.475684][RIGCTRL:debug] rig_token_lookup called for rig_pathname

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. labels May 3, 2023
@mdblack98 mdblack98 added this to the 4.6 milestone May 3, 2023
mdblack98 added a commit that referenced this issue May 3, 2023
@mdblack98 mdblack98 added the needs test Patches have been submitted but need testing to close issue label May 3, 2023
@mdblack98
Copy link
Contributor Author

No news is good news I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. needs test Patches have been submitted but need testing to close issue
Projects
None yet
Development

No branches or pull requests

1 participant