|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
<https://dvswitch.groups.io/g/main/wiki/Bridge-DMR-to-YSF-Narrow>
<https://dvswitch.groups.io/g/main/wiki/Bridge-DMR-to-YSF-Narrow>
|
By
Steve N4IRS
·
#4259
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Yes,
In the [YSF} stanza under Export TG
Yes,
In the [YSF} stanza under Export TG
|
By
Steve N4IRS
·
#4258
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
and where do i put the TG number ?
Does that go in the DVSwitch.ini
and where do i put the TG number ?
Does that go in the DVSwitch.ini
|
By
Dexter Harroo
·
#4257
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Yes you do.
By
Steve N4IRS
·
#4256
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
So i have another question, I'm Trying to Link TGIG TG 969 to YSF reflector 53636 do i have to add the TGIF network information in the MMDVM_Bridge.ini file?
[DMR
So i have another question, I'm Trying to Link TGIG TG 969 to YSF reflector 53636 do i have to add the TGIF network information in the MMDVM_Bridge.ini file?
[DMR
|
By
Dexter Harroo
·
#4255
·
Edited
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Thanks Steve, trying that now
Thanks Steve, trying that now
|
By
Dexter Harroo
·
#4254
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
No, you have a folder called bin in the same directory, that's where the binary executable files are. You need to move one of the files in that child folder up to the parent folder before you can run
No, you have a folder called bin in the same directory, that's where the binary executable files are. You need to move one of the files in that child folder up to the parent folder before you can run
|
By
Steve KC1AWV
·
#4253
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
I only see 2 files in the MMDVM_Bridge.ini and DVSwitch.ini
do i have to do a reinstall to get the other file?
I only see 2 files in the MMDVM_Bridge.ini and DVSwitch.ini
do i have to do a reinstall to get the other file?
|
By
Dexter Harroo
·
#4252
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Dexter,
The github repository is not intended for installation. It is where I place replacement executables before I include them in the apt package.
I really suggest you use the apt
Dexter,
The github repository is not intended for installation. It is where I place replacement executables before I include them in the apt package.
I really suggest you use the apt
|
By
Steve N4IRS
·
#4251
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Ohhhh. I overlooked that you git cloned the repo. Ok, you will need to move one of the binaries from /opt/MMDVM_Bridge/bin to the parent folder.
cd /opt/MMDVM_Bridge
mv bin/MMDVM_Bridge .
That space
Ohhhh. I overlooked that you git cloned the repo. Ok, you will need to move one of the binaries from /opt/MMDVM_Bridge/bin to the parent folder.
cd /opt/MMDVM_Bridge
mv bin/MMDVM_Bridge .
That space
|
By
Steve KC1AWV
·
#4250
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
root@depifactory:/opt/MMDVM_Bridge# ./MMDVM_Bridge MMDVM_Bridge.ini
bash: ./MMDVM_Bridge: No such file or directory
root@depifactory:/opt/MMDVM_Bridge# dir
bin DVSwitch.ini MMDVM_Bridge.ini
root@depifactory:/opt/MMDVM_Bridge# ./MMDVM_Bridge MMDVM_Bridge.ini
bash: ./MMDVM_Bridge: No such file or directory
root@depifactory:/opt/MMDVM_Bridge# dir
bin DVSwitch.ini MMDVM_Bridge.ini
|
By
Dexter Harroo
·
#4249
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Oh damn, I didn't think of that. But if you had remote start you'd be executing /opt/MMDVM_Bridge/MMDVM_Bridge - ha!
You can tell when an issue is easy to resolve, there's a dozen people offering
Oh damn, I didn't think of that. But if you had remote start you'd be executing /opt/MMDVM_Bridge/MMDVM_Bridge - ha!
You can tell when an issue is easy to resolve, there's a dozen people offering
|
By
Steve KC1AWV
·
#4248
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
But I have remote start....
But I have remote start....
|
By
Steve N4IRS
·
#4247
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
the error "bash: ./MMDVM_Bridge: Is a directory" should be a good clue. This tells you that you are trying to run a directory as an application. So you need to go into the actual directory where the
the error "bash: ./MMDVM_Bridge: Is a directory" should be a good clue. This tells you that you are trying to run a directory as an application. So you need to go into the actual directory where the
|
By
JJ Cummings
·
#4246
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
Depending on where you installed MMDVM_Bridge you should see the executable and the .ini file. If you don't you can not run ./MMDVM_Bridge. The ./ tells Linux, run the program named
Depending on where you installed MMDVM_Bridge you should see the executable and the .ini file. If you don't you can not run ./MMDVM_Bridge. The ./ tells Linux, run the program named
|
By
Steve N4IRS
·
#4245
·
|
|
Re: Starting MMDVM_Bridge
#mmdvm_bridge
First do this: cd MMDVM_Bridge
Then ./MMDVM_Bridge MMDVM_Bridge.ini
You're outside the directory the executable is in. Like trying to start a car from outside the driver's door ;)
Steve KC1AWV
--
First do this: cd MMDVM_Bridge
Then ./MMDVM_Bridge MMDVM_Bridge.ini
You're outside the directory the executable is in. Like trying to start a car from outside the driver's door ;)
Steve KC1AWV
--
|
By
Steve KC1AWV
·
#4244
·
|
|
Starting MMDVM_Bridge
#mmdvm_bridge
Hello Guys,
I try my best to follow instructions and adhere to protocols, but i need your assistance as I have come to a brick wall, I used the Git clone method to get the MMDVM_Bridge package, i
Hello Guys,
I try my best to follow instructions and adhere to protocols, but i need your assistance as I have come to a brick wall, I used the Git clone method to get the MMDVM_Bridge package, i
|
By
Dexter Harroo
·
#4243
·
|
|
Re: Just Moved server from Digital Ocean and now server won't run
That is the best answer you could provide Steve. The tricks in this kind of linux server is just keep the file you modified for the software you need. In a case like the DVswitch suite of software.
That is the best answer you could provide Steve. The tricks in this kind of linux server is just keep the file you modified for the software you need. In a case like the DVswitch suite of software.
|
By
Pierre Martel
·
#4242
·
|
|
Re: Some digital gear FS
30 dollars shipping included.
30 dollars shipping included.
|
By
Bob N1XBM <N1XBM@...>
·
#4241
·
|
|
Re: Just Moved server from Digital Ocean and now server won't run
As a suggestion, the only files you will need are the configuration files for the programs. Basically, just copy over the .ini files (and just the .ini files) from your old instance to another
As a suggestion, the only files you will need are the configuration files for the programs. Basically, just copy over the .ini files (and just the .ini files) from your old instance to another
|
By
Steve KC1AWV
·
#4240
·
|