I am running Ubuntu 14.04 LTS and I cannot get riigctl working on 1.8.1 version.
when I test rigctl with:
rigctl -m 229 -r /dev/ttyUSB0 -s 9600 --set-conf=rts_state=ON
then f, I got the frequency.
The same config in preferences shows nothing and the rigctld process started 'with the program' is identified as 'defect'.
Does someone has an idea?
Thanks
Philippe
Thu, 2014-10-02 19:23
#1
rigctld <defunct>
Hi Philippe,
could you paste here rigctld related output from cqrlog --debug=1, please?
Thank you!
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:-m 229 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1,parity=None,serial_handshake=XONXOFF,dtr_state=ON,rts_state=ON
RunRigCtld: TRUE
RigDevice: /dev/ttyUSB0
RigCtldPort:4532
RigCtldHost:localhost
RigPoll: 500
RigSendCWR: FALSE
RigId: 229
Starting RigCtld ...
/usr/bin/rigctld -m 229 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1,parity=None,serial_handshake=XONXOFF,dtr_state=ON,rts_state=ON
Config parameter error: Feature not available
rigctld started!
Connected to localhost:4532
Settings:
-----------------------------------------------------
RotCtldPath:/usr/bin/rotctld
RotCtldArgs:
RunRotCtld: FALSE
RotDevice:
RotCtldPort:4533
RotCtldHost:localhost
RotPoll: 500
RotId: 1
rotctld started!
Connected to localhost:4533
CW init
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
select * from view_cqrlog_main_by_qsodate where qsodate >= '2014-09-27' order by qsodate,time_on
LoadForm: frmNewQSO
1
2
3
4
5
6
Settings:
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:-m 229 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1,parity=None,serial_handshake=XONXOFF,dtr_state=ON,rts_state=ON
RunRigCtld: TRUE
RigDevice: /dev/ttyUSB0
RigCtldPort:4532
RigCtldHost:localhost
RigPoll: 500
RigSendCWR: FALSE
RigId: 229
Starting RigCtld ...
/usr/bin/rigctld -m 229 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1,parity=None,serial_handshake=XONXOFF,dtr_state=ON,rts_state=ON
Config parameter error: Feature not available
rigctld started!
Connected to localhost:4532
1
2
3
4
5
6
Settings:
-----------------------------------------------------
RotCtldPath:/usr/bin/rotctld
RotCtldArgs:
RunRotCtld: FALSE
RotDevice:
RotCtldPort:4533
RotCtldHost:localhost
RotPoll: 500
RotId: 1
rotctld started!
Connected to localhost:4533
Problem is here:
/usr/bin/rigctld -m 229 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1,parity=None,serial_handshake=XONXOFF,dtr_state=ON,rts_state=ONConfig parameter error: Feature not available
You've entered too many parameters to rigctld and some of them are not supported. Please set only serial speed and other serial port parameter leave as "default".
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Thanks! Solved with your instructions (speed parameter only)
73,
Philippe