|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I can't tell you what OS flavor to use. I just don't trust your python environment. All I can tell you is I run Mint on my desktop and pure Debian on my servers. YMMV
I can't tell you what OS flavor to use. I just don't trust your python environment. All I can tell you is I run Mint on my desktop and pure Debian on my servers. YMMV
|
By
Steve N4IRS
·
#2741
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
Here is the result of that command, running with SUDO
jape@josephus:/opt/dmrlink/HBlink$ sudo pip show dme_utils
The directory '/home/jape/.cache/pip/http' or its parent directory is not owned by the
Here is the result of that command, running with SUDO
jape@josephus:/opt/dmrlink/HBlink$ sudo pip show dme_utils
The directory '/home/jape/.cache/pip/http' or its parent directory is not owned by the
|
By
Jason Johnston
·
#2740
·
|
|
Re: P25<-->DMR issue "Still"
Thanks Steve, will give that a try soon.
------------------
Regards
Ian (VK2HK)
Thanks Steve, will give that a try soon.
------------------
Regards
Ian (VK2HK)
|
By
Ian Tulley
·
#2739
·
|
|
Re: P25<-->DMR issue "Still"
Set the USRP audio settings in BOTH ini files to:
aslAudio = AUDIO_USE_GAIN
agcGain = 1.0
dmrAudio = AUDIO_USE_GAIN
dmrGain = 1.0
From there you can go up to 1.5,2,etc or down
Set the USRP audio settings in BOTH ini files to:
aslAudio = AUDIO_USE_GAIN
agcGain = 1.0
dmrAudio = AUDIO_USE_GAIN
dmrGain = 1.0
From there you can go up to 1.5,2,etc or down
|
By
Steve N4IRS
·
#2738
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
This is a fresh start from the software itself, but not the OS. Is that what you are referring to?
I am running this on Ubuntu 16.04 LTS. Is there any reason this wouldn't work? In reading online
This is a fresh start from the software itself, but not the OS. Is that what you are referring to?
I am running this on Ubuntu 16.04 LTS. Is there any reason this wouldn't work? In reading online
|
By
Jason Johnston
·
#2737
·
|
|
Re: P25<-->DMR issue "Still"
Hi Steve, if I do systemctl status md380-emu it shows it as running, if I TX from the P25 radio, I get very broken audio out of the DMR, if I TX from the DMR Radio I just get very harsh hash from the
Hi Steve, if I do systemctl status md380-emu it shows it as running, if I TX from the P25 radio, I get very broken audio out of the DMR, if I TX from the DMR Radio I just get very harsh hash from the
|
By
Ian Tulley
·
#2736
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
OK,
I'm confused here is my result
root@orangepipc:~# pip show dmr_utils
Name: dmr-utils
Version: 0.1.19
Summary: ETSI DMR (Digital Mobile Radio) Tier II Utilities
OK,
I'm confused here is my result
root@orangepipc:~# pip show dmr_utils
Name: dmr-utils
Version: 0.1.19
Summary: ETSI DMR (Digital Mobile Radio) Tier II Utilities
|
By
Steve N4IRS
·
#2735
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
My MMDVM hotspot is connecting to my server via the HBlink.cfg file. I show it is connected now. I am running both the hotspot and the HBlink server here on my home network, so I just have it
My MMDVM hotspot is connecting to my server via the HBlink.cfg file. I show it is connected now. I am running both the hotspot and the HBlink server here on my home network, so I just have it
|
By
Jason Johnston
·
#2734
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
What is the result of:
pip show dmr_utils
What is the result of:
pip show dmr_utils
|
By
Steve N4IRS
·
#2733
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
OK got that done, trying to run the dmrlink.py in the foreground, getting this message below - it doesn't appear to be connecting to the cbridge yet. I haven't tried the hblink connection yet.
OK got that done, trying to run the dmrlink.py in the foreground, getting this message below - it doesn't appear to be connecting to the cbridge yet. I haven't tried the hblink connection yet.
|
By
Jason Johnston
·
#2732
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
That is the foreground.
By
Steve N4IRS
·
#2731
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
how do I run it in the foreground to watch it?
how do I run it in the foreground to watch it?
|
By
Jason Johnston
·
#2730
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
python name_of_program.py
python name_of_program.py
|
By
Steve N4IRS
·
#2729
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I've already done all of that, about a year ago upon initial setup, but it seems some things have changed since then. I will remove all of my current installs and start from scratch.
A couple of
I've already done all of that, about a year ago upon initial setup, but it seems some things have changed since then. I will remove all of my current installs and start from scratch.
A couple of
|
By
Jason Johnston
·
#2728
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
If you are trying to connect a HB based system (MMDVM) to your c-Bridge
You will need the 2 branches:
https://github.com/n0mjs710/DMRlink/tree/IPSC_Bridge
If you are trying to connect a HB based system (MMDVM) to your c-Bridge
You will need the 2 branches:
https://github.com/n0mjs710/DMRlink/tree/IPSC_Bridge
|
By
Steve N4IRS
·
#2727
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I was able to get it downgraded and I ran the pip install dmr_utils cmd again, and it seems to work - although it says I have everything that I need
I DID do the upgrade manually, since the OS
I was able to get it downgraded and I ran the pip install dmr_utils cmd again, and it seems to work - although it says I have everything that I need
I DID do the upgrade manually, since the OS
|
By
Jason Johnston
·
#2726
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
I STRONGLY recommend that if you need to update outside of what your distribution package maintainer uses that you use a python virtualenv (virtual environment). And this stuff is getting way outside
I STRONGLY recommend that if you need to update outside of what your distribution package maintainer uses that you use a python virtualenv (virtual environment). And this stuff is getting way outside
|
By
Cort N0MJS <n0mjs@...>
·
#2725
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
Cort know much more about python then I do but I did find this:
<https://stackoverflow.com/questions/49836676/error-after-upgrading-pip-cannot-import-name-main>
See number 402 and also
Cort know much more about python then I do but I did find this:
<https://stackoverflow.com/questions/49836676/error-after-upgrading-pip-cannot-import-name-main>
See number 402 and also
|
By
Steve N4IRS
·
#2724
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
Here is a cat cmd from the file referenced in the error"
Here is a cat cmd from the file referenced in the error"
|
By
Jason Johnston
·
#2723
·
|
|
Re: Setting up DMRLink <-> KBLink
#best_practices
#dmrlink
#hblink
You're right, sorry. I tried it with and without the space before the . - same results.
Same results with the latest command:
jape@josephus:/opt$ sudo pip install dmr_utils
Traceback (most recent
You're right, sorry. I tried it with and without the space before the . - same results.
Same results with the latest command:
jape@josephus:/opt$ sudo pip install dmr_utils
Traceback (most recent
|
By
Jason Johnston
·
#2722
·
|