CQRLog 1.5.6 & Ubuntu 13.04

5 posts / 0 new
Last post
wc5m
CQRLog 1.5.6 & Ubuntu 13.04

After upgrading to Ubuntu 13.04 and installing CQRLog 1.5.6 I cannot get the rig control to talk to my Icom 746Pro, even after adding myself to the dialout group. All port parameters are set to default except the serial rate which is set to 19200 (same as the rig). Here is the output when opening CQRLog in the terminal:
mark@mark-desktop:~$ cqrlog
**** DEBUG LEVEL 0 ****
130624 11:53:04 [Note] Plugin 'FEDERATED' is disabled.
130624 11:53:04 InnoDB: The InnoDB memory heap is disabled
130624 11:53:04 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130624 11:53:04 InnoDB: Compressed tables use zlib 1.2.7
130624 11:53:04 InnoDB: Using Linux native AIO
130624 11:53:04 InnoDB: Initializing buffer pool, size = 128.0M
130624 11:53:04 InnoDB: Completed initialization of buffer pool
130624 11:53:04 InnoDB: highest supported file format is Barracuda.
130624 11:53:04 InnoDB: Waiting for the background threads to start
130624 11:53:05 InnoDB: 5.5.31 started; log sequence number 1595675
130624 11:53:05 [Note] Server hostname (bind-address): '0.0.0.0'; port: 64000
130624 11:53:05 [Note] - '0.0.0.0' resolves to '0.0.0.0';
130624 11:53:05 [Note] Server socket created on IP: '0.0.0.0'.
130624 11:53:05 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
130624 11:53:05 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
130624 11:53:05 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
130624 11:53:05 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
130624 11:53:05 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.31-0ubuntu0.13.04.1' socket: '/home/mark/.config/cqrlog/database/sock' port: 64000 (Ubuntu)
rig_open: error = IO error
2013-06-24 16:53:09

Any help is appreciated. 73 Mark WC5M

ok2cqr
ok2cqr's picture
Re: CQRLog 1.5.6 & Ubuntu 13.04

Hello Mark,

are you member of dialout group? What is your settings? Please try to run CQRLOG from commnad line with debug=1 and paste here what it writes to the console.

73 Petr, OK2CQR

wc5m
Re: CQRLog 1.5.6 & Ubuntu 13.04

I guess I don't know how to change the debug level. I tried running "CQRLog debug=1" in the terminal, but the output was still Debug=0. What am I doing wrong? Yes I am a member of Dialout group.

Mark WC5M

wc5m
RE: CQRLog 1.5.6 & Ubuntu 13.04

I never could get 1.5.6 to talk to my Icom 746Pro, but after removing it and installing 1.5.2 I finally got my rig communicating. I had to change the RTS setting to "OFF". The "DEFAULT" setting did not work. However, once I got it working I let Ubuntu upgrade CQRLog to 1.5.6 and it finally worked. Very strange.

73,
Mark WC5M

zl3aau
Upgrade

I had problems when I upgraded from ubuntu 10.10 to 13.04, as well as upgrading cqrlog from 0.9.4 to 1.5.6, the TRX control would not work. I eventually found that 13.04 had changed the port numbers on my serial card from ttys1 & ttys2 to ttys4 & ttys5,the motherboard port was not changed.You can check for serial port allocations by typing in the terminal mode quote start( sudo dmesg | grep tty )quote end this will display USB/serial dongles as well.Another issue is the hamlib rig number. the Icom PRO models are missing from the documentation table on this website.The 746 is 323 and the 746 Pro is 346.Using 323 for 746 PRO results in unstable operation.Google hamlib for more info.
73 John ZL3AAU

john-zl3aau