On Saturday 09 May 2020 14:18:47 Ed wrote:

> On 5/9/20 1:00 PM, Peter C. Wallace wrote:
> > On Sat, 9 May 2020, Ed wrote:
> >> Date: Sat, 9 May 2020 11:46:56 -0500
> >> From: Ed <ate...@mwt.net>
> >> Reply-To: "Enhanced Machine Controller (EMC)"
> >>     <emc-users@lists.sourceforge.net>
> >> To: "Enhanced Machine Controller (EMC)"
> >> <emc-users@lists.sourceforge.net>
> >> Subject: [Emc-users] Trouble setting up a 7I80HD
> >>
> >> Starting with a fresh install of 2.7.14, 7I80HD, 2 of 7I29's.
> >>
> >> Jumper W2 has been changed on the 7i29's to show encoder signals.
> >> The LED's flicker as I turn the motors.
> >>
> >> I am using PNCconf menus to do the setup
> >>
> >> Using SV12 and the usual axis and encoder assignments for a 3 axis
> >> and a spindle encoder.
> >>
> >> Network setup was modified as follows;
> >>
> >> # 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
> >>
> >> #following was added for Linuxcnc as per
> >> HM2_ETH<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> >>
> >> auto eth1
> >> iface eth1 inet static
> >>     address 192.168.1.1
> >>     hardware-irq-coalesce-rx-usecs 0
> >>
> >> Following is the message at setup;
> >>
> >>
> >> ed@debian:~$ linuxcnc /home/ed/linuxcnc/configs/3-axis/3-axis.ini
> >> LINUXCNC - 2.7.14
> >> Machine configuration directory is
> >> '/home/ed/linuxcnc/configs/3-axis' Machine configuration file is
> >> '3-axis.ini'
> >> Starting LinuxCNC...
> >> Found file(REL): ./3-axis.hal
> >> Note: Using POSIX realtime
> >> hm2: loading Mesa HostMot2 driver version 0.15
> >> hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
> >> hm2_eth: ERROR: can't connect: Network is unreachable
> >> hm2_eth: rtapi_app_main: Network is unreachable (-101)
> >
> > What does the command
> >
> > ip a
> >
> > report?
>
> ed@debian:~$ 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 127.0.0.1/8 scope host lo
>         valid_lft forever preferred_lft forever
>      inet6 ::1/128 scope host
>         valid_lft forever preferred_lft forever
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> state UP group default qlen 1000
>      link/ether 00:1e:4f:f2:fc:53 brd ff:ff:ff:ff:ff:ff
>      inet6 fe80::21e:4fff:fef2:fc53/64 scope link
>         valid_lft forever preferred_lft forever
> ed@debian:~$
>
Thats an ipv6 address, you will have to force it (see the docs) to ipv4 
unless the 7C80 can do an ipv6 address in its config, and you may have 
to resort to hostname lookups. Here, thats all I use, no dhcpd servers 
are running, dns lookups are handled by my isp.
>
>
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to