|
Re: AMBEServer Install for PiDV
Is your program
/usr/sbin/ambeserver or AMBEserver?
Whichever it is try executing on command line preceded by sudo
sudo ambeserver -i /dev/ttyAMA0
Is your program
/usr/sbin/ambeserver or AMBEserver?
Whichever it is try executing on command line preceded by sudo
sudo ambeserver -i /dev/ttyAMA0
|
By
John D Hays - K7VE
·
#851
·
|
|
Re: AMBEServer Install for PiDV
pi@raspberrypi:~ $ sudo systemctl status ambeserver@ttyAMA0
● ambeserver@... - DV3000 Daemon
Loaded: loaded (/etc/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
pi@raspberrypi:~ $ sudo systemctl status ambeserver@ttyAMA0
● ambeserver@... - DV3000 Daemon
Loaded: loaded (/etc/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
|
By
Mike Besemer - WM4B
·
#850
·
|
|
Re: AMBEServer Install for PiDV
Ooops -- do it this way
sudo usermod -G tty,dialout,gpio,audio,opendv opendv
sudo grep opendv /etc/passwd /etc/group
--
John D. Hays
Edmonds, WA
K7VE
Ooops -- do it this way
sudo usermod -G tty,dialout,gpio,audio,opendv opendv
sudo grep opendv /etc/passwd /etc/group
--
John D. Hays
Edmonds, WA
K7VE
|
By
John D Hays - K7VE
·
#849
·
|
|
Re: AMBEServer Install for PiDV
Try adding opendv to 'tty' group, I also forgot to add opendv to other groups
sudo usermod -G tty opendv
sudo usermod -G dialout opendv
sudo usermod -G gpio opendv
sudo usermod -G audio opendv
And
Try adding opendv to 'tty' group, I also forgot to add opendv to other groups
sudo usermod -G tty opendv
sudo usermod -G dialout opendv
sudo usermod -G gpio opendv
sudo usermod -G audio opendv
And
|
By
John D Hays - K7VE
·
#848
·
|
|
Re: AMBEServer Install for PiDV
$ sudo grep opendv /etc/group
opendv:x:1001:
$ sudo grep opendv /etc/passwd
opendv:x:1001:1001::/home/opendv:/bin/false
$ ls -l /dev/ttyAMA0
crw--w---- 1 root tty 204, 64 Mar 12 16:14
$ sudo grep opendv /etc/group
opendv:x:1001:
$ sudo grep opendv /etc/passwd
opendv:x:1001:1001::/home/opendv:/bin/false
$ ls -l /dev/ttyAMA0
crw--w---- 1 root tty 204, 64 Mar 12 16:14
|
By
Mike Besemer - WM4B
·
#847
·
|
|
Re: AMBEServer Install for PiDV
That would suggest that ttyAMA0 is the correct one. (3B+ would be different)
Send me the output of these commands:
sudo grep opendv /etc/group
sudo grep opendv /etc/passwd
ls -l /dev/ttyAMA0
sudo
That would suggest that ttyAMA0 is the correct one. (3B+ would be different)
Send me the output of these commands:
sudo grep opendv /etc/group
sudo grep opendv /etc/passwd
ls -l /dev/ttyAMA0
sudo
|
By
John D Hays - K7VE
·
#846
·
|
|
Re: AMBEServer Install for PiDV
Pi B+ v1.2 and the latest Stretch.
Pi B+ v1.2 and the latest Stretch.
|
By
Mike Besemer - WM4B
·
#845
·
|
|
Re: AMBEServer Install for PiDV
Which model Raspberry pi and OS?
Which model Raspberry pi and OS?
|
By
John D Hays - K7VE
·
#844
·
|
|
Re: AMBEServer Install for PiDV
John,
Done. The following is the result after issuing “sudo systemctl status ambeserver@ttyAMA0”
I don’t know what the heck I’m looking at!
Mike
WM4B
● ambeserver@... -
John,
Done. The following is the result after issuing “sudo systemctl status ambeserver@ttyAMA0”
I don’t know what the heck I’m looking at!
Mike
WM4B
● ambeserver@... -
|
By
Mike Besemer - WM4B
·
#843
·
|
|
Re: AMBEServer Install for PiDV
Dynamic DNS (like noip.com) is fine if your address doesn't change during a session (and your app can take a DNS name). Otherwise, you could run something like openvpn on your VM and VPN to it from
Dynamic DNS (like noip.com) is fine if your address doesn't change during a session (and your app can take a DNS name). Otherwise, you could run something like openvpn on your VM and VPN to it from
|
By
John D Hays - K7VE
·
#842
·
|
|
Re: AMBEServer Install for PiDV
Mike,
Set up the opendv user:
sudo useradd -s /bin/false opendv
then
sudo usermod -G dialout
sudo usermod -G gpio
sudo usermod -G audio
In /etc/opendv create 3 files: ambeserver-ttyAMA0.conf
Mike,
Set up the opendv user:
sudo useradd -s /bin/false opendv
then
sudo usermod -G dialout
sudo usermod -G gpio
sudo usermod -G audio
In /etc/opendv create 3 files: ambeserver-ttyAMA0.conf
|
By
John D Hays - K7VE
·
#841
·
|
|
Re: AMBEServer Install for PiDV
When you get it figured out, I hope you can document it; I'm heading in the same direction if I can get AMBEServer loaded and running.
Mike
WM4B
When you get it figured out, I hope you can document it; I'm heading in the same direction if I can get AMBEServer loaded and running.
Mike
WM4B
|
By
Mike Besemer - WM4B
·
#840
·
|
|
Re: AMBEServer Install for PiDV
Hi John.
I dont have a static ip from my internet provider but i plan to use my home noip.com account which is running in my fibre router and have a static ip assigned to the Pi on my home network, so
Hi John.
I dont have a static ip from my internet provider but i plan to use my home noip.com account which is running in my fibre router and have a static ip assigned to the Pi on my home network, so
|
By
John Anderson
·
#839
·
|
|
Re: AMBEServer Install for PiDV
AMBEserver can run over networking, either LAN or Internet. If you want to access it from a VM at a remote location, you will need to know the public IP address at home and forward the UDP port to
AMBEserver can run over networking, either LAN or Internet. If you want to access it from a VM at a remote location, you will need to know the public IP address at home and forward the UDP port to
|
By
John D Hays - K7VE
·
#838
·
|
|
Re: AMBEServer Install for PiDV
While this thread is running i might as well ask, how easy or hard is it to have the Pi with PiDV board here at home running AMBEServer which in turn is linked to my Debian server VM connected to an
While this thread is running i might as well ask, how easy or hard is it to have the Pi with PiDV board here at home running AMBEServer which in turn is linked to my Debian server VM connected to an
|
By
John Anderson
·
#837
·
|
|
Re: AMBEServer Install for PiDV
Almost there
By
John D Hays - K7VE
·
#836
·
|
|
Re: AMBEServer Install for PiDV
John,
You seriously underestimate my ability to confuse myself!
I did:
wget https://raw.githubusercontent.com/dl5di/OpenDV/master/DummyRepeater/DV3000/AMBEserver.c
gcc -o AMBEserver AMBEserver.c
sudo
John,
You seriously underestimate my ability to confuse myself!
I did:
wget https://raw.githubusercontent.com/dl5di/OpenDV/master/DummyRepeater/DV3000/AMBEserver.c
gcc -o AMBEserver AMBEserver.c
sudo
|
By
Mike Besemer - WM4B
·
#835
·
|
|
Re: AMBEServer Install for PiDV
Simple - except when it's not.
It appears that those directions are for the DVThumb, not my PiDV (DV3000). I guess this will work if I do the following:
$ sudo nano /boot/config.txt
Simple - except when it's not.
It appears that those directions are for the DVThumb, not my PiDV (DV3000). I guess this will work if I do the following:
$ sudo nano /boot/config.txt
|
By
Mike Besemer - WM4B
·
#834
·
|
|
Re: AMBEServer Install for PiDV
I'll give it a try, but I'm NOT running a DVThumb. I have the DV3000 (PiDV) attached to the GPIO headers.
I appreciate the help. It's frustrating for a newbie to have to chase problems with
I'll give it a try, but I'm NOT running a DVThumb. I have the DV3000 (PiDV) attached to the GPIO headers.
I appreciate the help. It's frustrating for a newbie to have to chase problems with
|
By
Mike Besemer - WM4B
·
#833
·
|
|
Re: AMBEServer Install for PiDV
Mike
Try this document it worked well for me, Under step 1. use this link instead of whats in the document.
Index of /images/
Index of /images/
Mike
Try this document it worked well for me, Under step 1. use this link instead of whats in the document.
Index of /images/
Index of /images/
|
By
(null) (null)
·
#832
·
|