Ethernet mesa 7i76e trouble
12 Nov 2020 17:30 #189131
by zack
Ethernet mesa 7i76e trouble was created by zack
Any ideas with this error
hm2_eth: ERROR: Failed to create iptables chain hm2-eth-rules-outputhm2_eth: WARNING: Unable to restrict other access to the hm2-eth device.
This means that other software using the same network interface can violate
realtime guarantees. See hm2_eth(9) for more information.
hm2_eth: ERROR: 10.10.10.10: Could not retrieve mac address
hm2: unloading
Info report created by linuxcnc_info:
The file: /tmp/linuxcnc_info.txt
can be posted to a forum or a web site like:
pastebin.com
in order to provide information about the linuxcnc
system and configuration.
Date: Thu 12 Nov 2020 19:25:48 SAST
/proc items:
cmdline: BOOT_IMAGE=/boot/vmlinuz-4.9.0-13-rt-amd64 root=UUID=cca3d717-a0cb-41e4-94cf-c2724199f1a5 ro quiet splash
model name: Intel(R) Celeron(R) CPU G1840 @ 2.80GHz
cores: 2
cpu MHz: 2800.000
parport: 0000-0000 : parport0
serial:
Versions:
gcc: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
python: Python 2.7.18
git: not_in_PATH
git commit: NA
tcl: 8.6
tk: 8.6
glade: not_in_PATH
glade-gtk2: not_in_PATH
linuxcnc_var all:
LINUXCNCVERSION: 2.8.0-100-g98aaeef77
LINUXCNC_AUX_GLADEVCP: /usr/share/linuxcnc/aux_gladevcp
LINUXCNC_AUX_EXAMPLES: /usr/share/linuxcnc/aux_examples
REALTIME: /etc/init.d/realtime
RTS: uspace
HALLIB_DIR: /usr/share/linuxcnc/hallib
hm2_eth: ERROR: Failed to create iptables chain hm2-eth-rules-outputhm2_eth: WARNING: Unable to restrict other access to the hm2-eth device.
This means that other software using the same network interface can violate
realtime guarantees. See hm2_eth(9) for more information.
hm2_eth: ERROR: 10.10.10.10: Could not retrieve mac address
hm2: unloading
Info report created by linuxcnc_info:
The file: /tmp/linuxcnc_info.txt
can be posted to a forum or a web site like:
pastebin.com
in order to provide information about the linuxcnc
system and configuration.
Date: Thu 12 Nov 2020 19:25:48 SAST
/proc items:
cmdline: BOOT_IMAGE=/boot/vmlinuz-4.9.0-13-rt-amd64 root=UUID=cca3d717-a0cb-41e4-94cf-c2724199f1a5 ro quiet splash
model name: Intel(R) Celeron(R) CPU G1840 @ 2.80GHz
cores: 2
cpu MHz: 2800.000
parport: 0000-0000 : parport0
serial:
Versions:
gcc: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
python: Python 2.7.18
git: not_in_PATH
git commit: NA
tcl: 8.6
tk: 8.6
glade: not_in_PATH
glade-gtk2: not_in_PATH
linuxcnc_var all:
LINUXCNCVERSION: 2.8.0-100-g98aaeef77
LINUXCNC_AUX_GLADEVCP: /usr/share/linuxcnc/aux_gladevcp
LINUXCNC_AUX_EXAMPLES: /usr/share/linuxcnc/aux_examples
REALTIME: /etc/init.d/realtime
RTS: uspace
HALLIB_DIR: /usr/share/linuxcnc/hallib
Please Log in or Create an account to join the conversation.
12 Nov 2020 17:30 #189132
by zack
Replied by zack on topic Ethernet mesa 7i76e trouble
Mint 20
maybe an issue?
maybe an issue?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19219
- Thank you received: 6440
12 Nov 2020 17:52 #189136
by tommylight
Replied by tommylight on topic Ethernet mesa 7i76e trouble
The error you posted is not a reason for LinuxCNC to not start, it is related to IPV6 networking.
Give us the error report you get when LinuxCNC fails to start, especially the Debug part and the part before, not the info report, although the latter can be helpful sometimes.
Give us the error report you get when LinuxCNC fails to start, especially the Debug part and the part before, not the info report, although the latter can be helpful sometimes.
The following user(s) said Thank You: zack
Please Log in or Create an account to join the conversation.
12 Nov 2020 18:07 - 12 Nov 2020 18:08 #189137
by PCW
Replied by PCW on topic Ethernet mesa 7i76e trouble
I suspect the host Ethernet interface is not setup correctly
Can you post the results of the command:
ip a
Can you post the results of the command:
ip a
Last edit: 12 Nov 2020 18:08 by PCW.
The following user(s) said Thank You: zack
Please Log in or Create an account to join the conversation.
12 Nov 2020 19:40 - 12 Nov 2020 19:43 #189146
by zack
Replied by zack on topic Ethernet mesa 7i76e trouble
Nice suggestion
I ingnored ipv6 and all well
this is the working ip a
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 30:5a:3a:53:48:4d brd ff:ff:ff:ff:ff:ff
inet 10.10.10.1/24 brd 10.10.10.255 scope global noprefixroute enp3s0
valid_lft forever preferred_lft forever
inet6 fe80::9779:1c84:5c46:75b8/64 scope link noprefixroute
valid_lft forever preferred_lft forever
i did set jumper 3up for 10.10. etc
I ingnored ipv6 and all well
this is the working ip a
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 30:5a:3a:53:48:4d brd ff:ff:ff:ff:ff:ff
inet 10.10.10.1/24 brd 10.10.10.255 scope global noprefixroute enp3s0
valid_lft forever preferred_lft forever
inet6 fe80::9779:1c84:5c46:75b8/64 scope link noprefixroute
valid_lft forever preferred_lft forever
i did set jumper 3up for 10.10. etc
Last edit: 12 Nov 2020 19:43 by zack.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.068 seconds