Hello all,
Bear with me, I'm brand new to both Linux and SDR. I'm attempting to monitor an APCO 25 Ph II network, and am having two issues when running rx.py:
----------------------------------------------------------------------------------------------------------
Issue #1. I can trunk with the "-t" argument, but not with the "-T trunk.tsv" argument.
Here is the command where trunking appears to work (i.e.-information populates and tgids with times appear):
./rx.py --args 'rtl' --gains 'lna:39' -f 772.28125e6 -S 2500000 -t -w -2 2> stderr$
And here is the command referencing the trunk file that doesn't initiate trunking (i.e. - no information populates):
./rx.py --args 'rtl' --gains 'lna:39' -f 772.28125e6 -S 2500000 -T trunkhsv.tsv -w -2 2> stderr$
See image "T.png" below for output
Also, see image "trunkhsv.jpg" below for a screenshot of my trunkhsv.tsv file.
--------------------------------------------------------------------------------------------------------------
Issue #2. I am unable to receive audio output.
Here is the command I use in a new Terminal Window:
nc -kluvw 1 127.0.0.1 23456 | aplay -c1 -f S16_LE -r 8000
And the output reads: "Listening on [127.0.0.1] (family 0, port 23456)"
I have used the Ubuntu OS "Test Sound" feature to verify that speakers are not muted, etc.
I'm still trying to study up on ALSA vs. pulse audio but the discussion has been over my head.
---------------------------------------------------------------------------------------------------------------
Background Info:
SDR Device: RTL-SDR dongle
OS: Ubuntu 14.04 dual boot beside Windows 7
Computer: Core2Duo P8600 @ 2.4GHz w/ 2GB RAM. When trunking with -t CPU use is only ~50%
Installation Method: I followed Matthew Lindstrom's YouTube video for the most part, except I tried to create the trunk.tsv and talkgroup tsv files myself using the SignalScope OP25 page instead of downloading from RadioReference. Since scope.py is now rx.py, I followed the README instead of the YouTube video to create the ./rx.py arguments.
https://www.youtube.com/watch?v=s2iJMtPJu-I&t=793s
Updates: I have downloaded boatbod's three new files from post #1065 and overwritten the old files:
p25_frame_assembler_impl.cc
p25p2_tdma.h
p25p2_tdma.cc
Radio System: Alabama First Responder Network, APCO 25 Ph2, Huntsville Simulcast.
It has a large number of frequencies and ~88MHz difference between min and max frequencies.
https://www.radioreference.com/apps/db/?siteId=19859
Any help would be greatly appreciated!! Thanks in advance!
73
Drew