I am noticing that when I grab a frequency from the cluster, I get the wrong frequency in the log. So is I grab a spot from 14204, I get 114204 or grab 7012 I get 107o12. The good news is that if I do a refresh to the TRX Control, it is all better... This did not happen under the old version, it does happen on the new version. I am running Mint Linux 12.
Will WC2L
Hi Will,
this is strange. I've never had this problem with new version. This part of program is the same as the old was. I try to do some research with other radio.
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
It appears that the first spot you grab is OK. If you do not work the station and grab a spot, the frequency is displayed wrong in the program (correct on the radio). I see the CAT light working. I did add the -s 38400 and increased the polling rate. The later was common with Yaesu CAT controls. I am not sure if I mentioned it before, but the radio is a Yaesu FTDX5000. I did not notice the issue till after the change in radio control.
Will WC2L
Will, what are your settings with the FTDX 5000 and mint 12? I can not connect, no rig control, and are you using 64 bit or 32 bit and Peter is there a problem with 64 bit?? Thanks Tom K8WDX
BTW I was thinking that this was going to be a problem, we will work through it..
Tom K8WDX
Hi Tom,
Rig ID #: 132
Port: /dev/ttyUSB0
Poll Rate: set mine for 1000 (did not fix my issue)
arguments are: -m %m -r %r -t %t -s 38400
I have rigctld checked.
I will have to see if the issue persists with a serial cable. I have just not had time to make the change. Maybe tonight I can check it out.
Will WC2L
Hi Will,
could you please paste here console output? I'd like to see what is happening. Thank you!
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Peter this is with the Serial instead of the USB, still nothing thanks HTH
k8wdx@k8wdx ~ $ cqrlog
Loading libssl: /usr/lib/x86_64-linux-gnu/libssl.so
Loading libcrypto: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
Loading libmysqlclient: /usr/lib/libmysqlclient.so.16
Loaded 51684 LoTW users
Loaded 61141 eQSL users
*
User home directory: /home/k8wdx/
Program home directory: /home/k8wdx/.config/cqrlog/
Data directory: /home/k8wdx/.config/cqrlog/database/
Memebers directory: /usr/share/cqrlog/members/
ZIP code directory: /usr/share/cqrlog/zipcodes/
Binary dir: /usr/bin/
Share dir: /usr/share/cqrlog/
*
/usr/sbin/mysqld --defaults-file=/home/k8wdx/.config/cqrlog/database/my.cnf --default-storage-engine=MyISAM --datadir=/home/k8wdx/.config/cqrlog/database/ --socket=/home/k8wdx/.config/cqrlog/database/sock --skip-grant-tables --port=64000 --key_buffer_size=32M --key_buffer_size=4096K
120503 21:48:55 [Note] Plugin 'FEDERATED' is disabled.
120503 21:48:56 InnoDB: Initializing buffer pool, size = 8.0M
120503 21:48:56 InnoDB: Completed initialization of buffer pool
120503 21:48:56 InnoDB: Started; log sequence number 0 44233
120503 21:48:56 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
120503 21:48:56 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
120503 21:48:56 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.62-0ubuntu0.11.10.1' socket: '/home/k8wdx/.config/cqrlog/database/sock' port: 64000 (Ubuntu)
select * from tables where table_schema = 'cqrlog_common'
SELECT log_nr,log_name FROM cqrlog_common.log_list order by log_nr
use cqrlog001
use cqrlog001
SELECT * FROM cqrlog_config
select * from db_version
SELECT * FROM cqrlog_common.dxcc_ref ORDER BY ADIF
SELECT * FROM cqrlog_common.dxcc_ref ORDER BY ADIF
huu1
huu2
In create
All objects created
huu3
huu4
Settings:
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:-m %m -r %r -t %t -s 38400
RunRigCtld: TRUE
RigDevice: /dev/ttyS0
RigCtldPort:4532
RigCtldHost:localhost
RigPoll: 1000
RigSendCWR: FALSE
RigId: 132
Starting RigCtld ...
/usr/bin/rigctld -m 132 -r /dev/ttyS0 -t 4532 -s 38400
Starting rigctld E: Executable not found: "/usr/bin/rigctld"
rigctld failed to start!
huu5
1
2
3
4
5
6
Loading window size a position (height|width|top|left):651|807|25|20
Section:frmQSODetails
Loading window size a position (frmQSODetails) (height|width|top|left):210|266|31|837
CW init
SunDelta:-3.999800000000000000E+00
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
2012-05-04 01:48:59
Tom K8WDX
Hi Tom,
/usr/bin/rigctld -m 132 -r /dev/ttyS0 -t 4532 -s 38400
Starting rigctld E: Executable not found: "/usr/bin/rigctld"
please install libhamlib-utils package
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Peter, good to go works like a champ, when I saw the terminal info, i figured that was what was wrong, I had not installed hamlib yet, I ran out of time YL was calling me to do some sort of chore hi hi. again thanks for your help. Tom K8WDX
Tom K8WDX