SDR OP-25 Help

Status
Not open for further replies.

Shawnjnorton

Member
Joined
Apr 22, 2012
Messages
85
Reaction score
3
Location
Bucks County, PA
Could anyone help or steer me in the right direction on setting up OP-25 on a ubuntu 14.04 machine. Kind of lost on the subject
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,641
Reaction score
1,034
Location
Talbot Co, MD
Could anyone help or steer me in the right direction on setting up OP-25 on a ubuntu 14.04 machine. Kind of lost on the subject
Some basic instructions can be found here.

Once you have the basic install completed you need to set up the data files which are specific to the system you are trying to monitor. I may be able to help further if you can provide a link to the RRDB entry for your system.
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,641
Reaction score
1,034
Location
Talbot Co, MD
Pop these config files in the ~/op25/op25/gr-op25_repeater/apps directory.

Use "./bucks.sh" to start the application:
Code:
cd ~/op25/op25/gr-op25_repeater/apps
./bucks.sh
In a separate terminal screen watch the log:
Code:
cd ~/op25/op25/gr-op25_repeater/apps
tail -f stderr.2
 

Shawnjnorton

Member
Joined
Apr 22, 2012
Messages
85
Reaction score
3
Location
Bucks County, PA
I followed everything to a tee and still no luck. When I put in ./bucks.sh I get a error saying the directory does not exist same with tail -f stderr.2
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,641
Reaction score
1,034
Location
Talbot Co, MD
you have to have to dots in front like this ../bucks.sh
Depending how you copied the file you may need to set the execute bit on the script before it will run.

cd -/op25/op25/gr-op25_repeater/apps
chmod 755 bucks.sh
./bucks.sh

The stderr.2 file will not exist until you first run the script file, so don't worry about that until the app starts running.
 
Status
Not open for further replies.
Top