BinaryMode
Active Member
So, I followed the instructions to a -T- from here: OP25 - The RadioReference Wiki
Everything seemed to install fine with no errors that I could tell using Ubuntu version 20.04.6. I did run an apt-get update prior to installing OP25. I CDed to the path of the app folder for OP25 and ran the following in terminal:
My SDR (RTL2832U V.3) was connected to the guest OS in VMware Workstation Player.
After I hit enter in terminal I get nothing, nada, no other terminals display and if I go to localhost at port 8080 in Firefox there's nothing. I even tried
I'm wondering if my commands are wrong, or I'm wondering if I actually have to run GNU Radio along side OP25 as well? I thought perhaps GNU Radio dependencies or what ever was in the code base.
I'm using the Boatbod version.
I've seen other commands that had the frequency. I tired that too like this:
and nothing. I really don't understand why the frequency command though when trunk.tsv has the control channels.
I edited the trunk.tsv file with LibreOffice Calc. When I saved it said something about a format issue and I saved as CSV, but made sure the extension of .tsv was still in place, and that the CSV format was still in place in the file which it is. Also saved as default UTF-8. All that's in my trunk.tsv file are the control channel frequencies separated with commas and no spaces, the NAC without prefixing with a 0x, the name of the system I chose and C4FM as this is not a simulcast system. It's P25 phase I. I'm at this time not using any "tags" (talk groups IDs) and just wanted to monitor the whole tower for testing OP25 at the moment. So that's not reflected in the trunk.tsv file.
Any and all help would be appreciated. I'm a massive Linux noob and this is the first time trying OP25.
Everything seemed to install fine with no errors that I could tell using Ubuntu version 20.04.6. I did run an apt-get update prior to installing OP25. I CDed to the path of the app folder for OP25 and ran the following in terminal:
Code:
./rx.py --args 'rtl' -S 1000000 -n --gains 'lna:28' -T trunk.tsv -U -l http:0.0.0.0:8080 2> stderr.2 -X
My SDR (RTL2832U V.3) was connected to the guest OS in VMware Workstation Player.
After I hit enter in terminal I get nothing, nada, no other terminals display and if I go to localhost at port 8080 in Firefox there's nothing. I even tried
Code:
-l http:127.0.0.1:8080
I'm wondering if my commands are wrong, or I'm wondering if I actually have to run GNU Radio along side OP25 as well? I thought perhaps GNU Radio dependencies or what ever was in the code base.
I'm using the Boatbod version.
I've seen other commands that had the frequency. I tired that too like this:
Code:
-f 855.63750e6
I edited the trunk.tsv file with LibreOffice Calc. When I saved it said something about a format issue and I saved as CSV, but made sure the extension of .tsv was still in place, and that the CSV format was still in place in the file which it is. Also saved as default UTF-8. All that's in my trunk.tsv file are the control channel frequencies separated with commas and no spaces, the NAC without prefixing with a 0x, the name of the system I chose and C4FM as this is not a simulcast system. It's P25 phase I. I'm at this time not using any "tags" (talk groups IDs) and just wanted to monitor the whole tower for testing OP25 at the moment. So that's not reflected in the trunk.tsv file.
Any and all help would be appreciated. I'm a massive Linux noob and this is the first time trying OP25.