@KA1RBI It has been a few years since I messed with the whole OP25 thing and you helped me with getting it going on a linux install on a Mac Pro at the time. While I still have the machine, just not used lately, I was trying to get the cortland system going in a VB on an Ubuntu Mate install on a Win 10 box before I attempt to do a RasPi 4 install. That I know of, thanks to post # 270 by @n8zuz, I was able to get into the repro, and get the ./install.sh to actually work, without screaming errors back at me.
Now to get it started, I know I need to modify the right .tsv files for trunking but I see you did have cortland in the trunk.tsv file. The control channel has changed from the 454.050 to 454.075, so I take it I can just change that in that file. Is there anything else that I need to change to use 1 RTL stick and be able to do voice using this:
Would I be better changing the -S 960000 to a higher value to be able to get whole system like I do with SDRTrunk? That is set for 2.4 on the dongle.
When I just ran the line above here is what I got: osmosdr source_c creation failure. Hopefully you or someone else can point me in right direction.
Thanks
Now to get it started, I know I need to modify the right .tsv files for trunking but I see you did have cortland in the trunk.tsv file. The control channel has changed from the 454.050 to 454.075, so I take it I can just change that in that file. Is there anything else that I need to change to use 1 RTL stick and be able to do voice using this:
Code:
cd ~/op25/op25/gr-op25_repeater/apps
./rx.py --args 'rtl' --gains 'lna:30' -X -T trunk.tsv -q -1 -S 960000 -U -P fft -l 'http:0.0.0.0:8080' -2 -v 10 2> stderr.2
Would I be better changing the -S 960000 to a higher value to be able to get whole system like I do with SDRTrunk? That is set for 2.4 on the dongle.
When I just ran the line above here is what I got: osmosdr source_c creation failure. Hopefully you or someone else can point me in right direction.
Thanks