Bryan,
?
FWIW I had the same issue, I downloaded piardopc64 and piardop_GUI64 from here and dropped them into the ardop directory, chmod +x them both then point the pat settings in pat menu at those files instead of the 32 bit versions.? Works great.? I still have problems with rigctl being recognized by pat so I use rigctld and I've actually just bypassed the pat menu altogether and I have two scripts on my desktop.
First is startARDOP.sh contents:
?
#This line is for Xiegu G90
/usr/local/bin/rigctld -m 3070 -s 19200 -r /dev/ttyUSB0 -C rts_state=OFF,stop_bits=2&
?
#Make sure plughw matches card listed under aplay -l
/home/mateo/ardop/piardopc64 8515 plughw:3,0 plughw:3,0&
/home/mateo/ardop/piARDOP_GUI64&
Second is stopAll.sh contents:
?
killall rigctld
killall piardopc64
killall piARDOP_GUI64
?
I also have a standalone startRigCtld.sh that just has the first line to fire up rigctld and then I can still stop it with stopAll.sh
?