Hi Colby,
Good morning. Here is the info on the etc/network/interfaces. I
will in and out from my computer room, doing honey do's? on the
weekend and make sure my radio privileges is not taken
away...Delay on my response. Thanks you.
# This file describes the network interfaces available on your
system
# and how to activate them. For more information, see
interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
On 09/07/2018 11:26 PM, Colby Ross
W1BSB wrote:
toggle quoted message
Show quoted text
Show me your /etc/network/interfaces
?
Enp4s0 has no ip address assigned to it, so
this will have to happen before your setup will work. ?This
typically takes place in /etc/network/interfaces so send me
the contents and I¡¯ll modify it and send it back to you.
?
Colby
?
?
From: [email protected]
<[email protected]> On Behalf Of Nomis
Bayan Jr.
Sent: Saturday, September 8, 2018 01:18
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3
-need help
?
I was
able to get another computer and set up the QnetGateway
and here are the "ip a". The enp0s25 was connected from
the router to the gateway and the enp4s0 was connected
from controller to the gateway.
root@nolyn78dell:/home/nolyn1978# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc
noqueue state UNKNOWN group default qlen 1
??? link/loopback 00:00:00:00:00:00 brd
00:00:00:00:00:00
??? inet scope host lo
?????? valid_lft forever preferred_lft forever
??? inet6 ::1/128 scope host
?????? valid_lft forever preferred_lft forever
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu
1500 qdisc pfifo_fast state UP group default qlen 1000
??? link/ether 18:0f:76:cc:18:fa brd ff:ff:ff:ff:ff:ff
3: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu
1500 qdisc pfifo_fast state UP group default qlen 1000
??? link/ether 14:fe:b5:df:c6:c2 brd ff:ff:ff:ff:ff:ff
??? inet brd
192.168.1.255 scope global dynamic enp0s25
?????? valid_lft 85833sec preferred_lft 85833sec
??? inet6 fe80::16fe:b5ff:fedf:c6c2/64 scope link
?????? valid_lft forever preferred_lft forever
root@nolyn78dell:/home/nolyn1978/QnetGateway# make
installicom
######### QnetGateway #########
/bin/cp -f qngateway /usr/local/bin
/bin/cp -f qnremote qnvoice /usr/local/bin
/bin/ln -s /home/nolyn1978/QnetGateway/qn.cfg
/usr/local/etc
/bin/cp -f system/qngateway.service /lib/systemd/system
systemctl enable qngateway.service
Created symlink
/etc/systemd/system/multi-user.target.wants/qngateway.service
¡ú /lib/systemd/system/qngateway.service.
systemctl daemon-reload
systemctl start qngateway.service
######### QnetLink #########
/bin/cp -f qnlink /usr/local/bin
/bin/cp -f announce/*.dat /usr/local/etc
/bin/ln -s /home/nolyn1978/QnetGateway/gwys.txt
/usr/local/etc
/bin/cp -f exec_?.sh /usr/local/etc
/bin/cp -f system/qnlink.service /lib/systemd/system
systemctl enable qnlink.service
Created symlink
/etc/systemd/system/multi-user.target.wants/qnlink.service
¡ú /lib/systemd/system/qnlink.service.
systemctl daemon-reload
systemctl start qnlink.service
root@nolyn78dell:/home/nolyn1978/QnetGateway#
?
On Wed, Sep 5, 2018 at 9:20 PM Colby
Ross W1BSB <colbypr@...> wrote:
Try
sudo make uninstallicom and then sudo make installicom
?
From:
[email protected]
<[email protected]>
On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3
-need help
?
Results
after running sudo make installicom:
pi@raspberrypi:~/QnetGateway $ sudo make installicom
#########
QnetGateway #########
/bin/cp
-f qngateway /usr/local/bin
/bin/cp
-f qnremote qnvoice /usr/local/bin
/bin/ln
-s /home/pi/QnetGateway/qn.cfg /usr/local/etc
/bin/ln:
failed to create symbolic link
'/usr/local/etc/qn.cfg': File exists
Makefile:139:
recipe for target 'installicom' failed
make:
*** [installicom] Error 1
pi@raspberrypi:~/QnetGateway
$?
--