I am trying to install the program:
I type this in to terminal
sudo add-apt-repository ppa:ok2cqr/ppa && sudo apt-get update
and I sudo add-apt-repository command not found
What now?
Sat, 2015-03-21 02:16
#1
Newbie Help!
What OS?? You can go to the download section right here, look at the left side you will see download, find out which one you need 32 bit 64 bit, download, go to your download folder right click, open with Debi pakage installer, and away ya go, if you are using Ubuntu you will have to go to your software center and get Gdbi pakage installer first, Mint comes with it already installed, other OS, not sure those are the only 2 I have ever used....
Tom K8WDX
<p>you'd have to find out, assuming I'm right and you're using a Power PC based machine, who runs a Power PC archive for the package required, else you may have to compile from source...</p>
I am using Ubuntu 14 on a Pcduino3.
I got it to install, now when I start it up I get error connecting to database:server connection failed
What now??
Thanks,
Chuck
OK, I got it working but the rigcontrol is giving me fits.
The port on my machine for the rig is
/dev/serial/by-id/usb-prolific_technolorgy_inc._usb_serial_controller-if00-port0
seems crazy to me!
That not the device you are looking for ......
Probably it is /dev/ttyUSB0
don't forget to add yourself do the dailout group....
73's
Alex
PA1SBM
How do you do that??
Also does anyone know what rig to use for the Icom 7600??
Thanks,
Sorry to be a pest!
Carl
to know which group you are a member,in terminal: groups
if you do not see the dialout group:
sudo usermod -a -G dialout username
to see where this connected the usb-serial adapter:
dmesg | grep USB