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

G90 get_mode failure #1364

Closed
mdblack98 opened this issue Aug 18, 2023 · 0 comments
Closed

G90 get_mode failure #1364

mdblack98 opened this issue Aug 18, 2023 · 0 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. fixed Issue has been fixed
Milestone

Comments

@mdblack98
Copy link
Contributor

[2023-08-18 12:23:49.356918][00:00:04.100487][RIGCTRL:debug] 1:rig.c(2619):rig_get_mode entered
[2023-08-18 12:23:49.356918][00:00:04.100494][RIGCTRL:trace] vfo_fixup:(from rig_get_mode:2641) vfo=VFOA, vfo_curr=VFOA, split=0
[2023-08-18 12:23:49.356918][00:00:04.100508][RIGCTRL:trace] rig_get_mode: VFOA cache check age=10345ms
[2023-08-18 12:23:49.356918][00:00:04.100518][RIGCTRL:trace] rig_get_mode: cache miss age mode=10345ms, width=10345ms
[2023-08-18 12:23:49.356918][00:00:04.100528][RIGCTRL:trace] ../../src/src/rig.c(2691) trace
[2023-08-18 12:23:49.356918][00:00:04.100533][RIGCTRL:debug] icom_get_mode_with_data called vfo=VFOA
[2023-08-18 12:23:49.356918][00:00:04.100542][RIGCTRL:trace] vfo_fixup:(from icom_get_mode:2630) vfo=VFOA, vfo_curr=VFOA, split=0
[2023-08-18 12:23:49.356918][00:00:04.100547][RIGCTRL:debug] icom_get_mode called vfo=VFOA
[2023-08-18 12:23:49.356918][00:00:04.100553][RIGCTRL:trace] ../../../src/rigs/icom/icom.c(2639) trace
[2023-08-18 12:23:49.356918][00:00:04.100559][RIGCTRL:debug] icom_get_mode: targetable=0, targetable_mode=2, and=0
[2023-08-18 12:23:49.356918][00:00:04.100565][RIGCTRL:debug] 2:frame.c(453):icom_transaction entered
[2023-08-18 12:23:49.356918][00:00:04.100572][RIGCTRL:debug] icom_transaction: cmd=0x04, subcmd=0xffffffff, payload_len=0
[2023-08-18 12:23:49.356918][00:00:04.100578][RIGCTRL:debug] 3:frame.c(143):icom_one_transaction entered
[2023-08-18 12:23:49.356918][00:00:04.101081][RIGCTRL:trace] write_block(): TX 6 bytes, method=2
[2023-08-18 12:23:49.356918][00:00:04.101110][RIGCTRL:trace] 0000 fe fe 70 e0 04 fd ..p...
[2023-08-18 12:23:49.371506][00:00:04.115517][RIGCTRL:trace] read_string_generic(): RX 6 characters, direct=1
[2023-08-18 12:23:49.371506][00:00:04.115570][RIGCTRL:trace] 0000 fe fe 70 e0 04 fd ..p...
[2023-08-18 12:23:49.371506][00:00:04.115611][RIGCTRL:trace] icom_one_transaction: DEBUG retval=6, frm_len=6, cmd=0x04
[2023-08-18 12:23:49.381508][00:00:04.124979][RIGCTRL:trace] read_string_generic(): RX 8 characters, direct=1
[2023-08-18 12:23:49.381508][00:00:04.125029][RIGCTRL:trace] 0000 fe fe e0 70 04 01 02 fd ...p....
[2023-08-18 12:23:49.381508][00:00:04.125054][RIGCTRL:trace] icom_one_transaction: frm_len=8, frm_len-1=fd, frm_len-2=02
[2023-08-18 12:23:49.381508][00:00:04.125080][RIGCTRL:debug] 3:frame.c(431):icom_one_transaction returning(0)
[2023-08-18 12:23:49.381508][00:00:04.125101][RIGCTRL:debug] 2:frame.c(483):icom_transaction returning(0)
[2023-08-18 12:23:49.381508][00:00:04.125110][RIGCTRL:trace] icom_get_mode(2695): modebuf[0]=0x04, modebuf[1]=0x01, mode_len=2
[2023-08-18 12:23:49.381508][00:00:04.125127][RIGCTRL:trace] icom2rig_mode: mode=0x01, pd=2
[2023-08-18 12:23:49.381508][00:00:04.125137][RIGCTRL:debug] 2:rig.c(2881):rig_passband_wide entered
[2023-08-18 12:23:49.381508][00:00:04.125146][RIGCTRL:debug] 2:rig.c(2901):rig_passband_wide returning(3000)
[2023-08-18 12:23:49.381508][00:00:04.125171][RIGCTRL:debug] 2:rig.c(2777):rig_passband_normal entered
[2023-08-18 12:23:49.381508][00:00:04.125178][RIGCTRL:debug] 2:rig_passband_normal: return filter#0, width=2400
[2023-08-18 12:23:49.381508][00:00:04.125199][RIGCTRL:debug] 2:rig.c(2798):rig_passband_normal returning(2400)
[2023-08-18 12:23:49.381508][00:00:04.125205][RIGCTRL:trace] icom_get_mode: vfo=VFOA returning mode=USB, width not available
[2023-08-18 12:23:49.381508][00:00:04.125211][RIGCTRL:debug] icom.c(2822):icom_get_mode returning2(0)
[2023-08-18 12:23:49.381508][00:00:04.125216][RIGCTRL:debug] icom_get_mode_with_data mode=4
[2023-08-18 12:23:49.381508][00:00:04.125222][RIGCTRL:debug] 2:frame.c(453):icom_transaction entered
[2023-08-18 12:23:49.381508][00:00:04.125228][RIGCTRL:debug] icom_transaction: cmd=0x1a, subcmd=0x06, payload_len=0
[2023-08-18 12:23:49.381508][00:00:04.125234][RIGCTRL:debug] 3:frame.c(143):icom_one_transaction entered
[2023-08-18 12:23:49.382485][00:00:04.125829][RIGCTRL:trace] write_block(): TX 7 bytes, method=2
[2023-08-18 12:23:49.382485][00:00:04.125843][RIGCTRL:trace] 0000 fe fe 70 e0 1a 06 fd ..p....
[2023-08-18 12:23:49.397990][00:00:04.141325][RIGCTRL:trace] read_string_generic(): RX 7 characters, direct=1
[2023-08-18 12:23:49.397990][00:00:04.141353][RIGCTRL:trace] 0000 fe fe 70 e0 1a 06 fd ..p....
[2023-08-18 12:23:49.397990][00:00:04.141361][RIGCTRL:trace] icom_one_transaction: DEBUG retval=7, frm_len=7, cmd=0x1a
[2023-08-18 12:23:51.934459][00:00:06.677780][RIGCTRL:debug] 3:frame.c(322):icom_one_transaction returning(-5) Communication timed out
[2023-08-18 12:23:51.934459][00:00:06.677825][RIGCTRL:warning] icom_transaction: retry=0: 2:rig.c(2798):rig_passband_normal returning(2400)

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. labels Aug 18, 2023
@mdblack98 mdblack98 added this to the 4.6 milestone Aug 18, 2023
mdblack98 added a commit that referenced this issue Aug 18, 2023
@mdblack98 mdblack98 added the needs test Patches have been submitted but need testing to close issue label Aug 18, 2023
mdblack98 added a commit that referenced this issue Aug 18, 2023
mdblack98 added a commit that referenced this issue Aug 18, 2023
@mdblack98 mdblack98 added fixed Issue has been fixed and removed needs test Patches have been submitted but need testing to close issue labels Aug 18, 2023
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. fixed Issue has been fixed
Projects
None yet
Development

No branches or pull requests

1 participant