7i92M very weird communication problem!!!
- ANGELOS13
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
02 Jul 2025 04:34 #331087
by ANGELOS13
7i92M very weird communication problem!!! was created by ANGELOS13
OK here we go:
1. 7i92m with a BOB, and the latest Linuxcnc.
2. card is setup at ip 10.10.10.10 it pings and i can flash the card with the bin file using MesaCT
3. Tested the card with the pathpilot and it works and moved the table.
4. when i use the linuxcnc pncconf wizard or the linuxcnc all comunications with the card stops, even the ping stops responding.
I'm stuck here any ideas?
Angelos
1. 7i92m with a BOB, and the latest Linuxcnc.
2. card is setup at ip 10.10.10.10 it pings and i can flash the card with the bin file using MesaCT
3. Tested the card with the pathpilot and it works and moved the table.
4. when i use the linuxcnc pncconf wizard or the linuxcnc all comunications with the card stops, even the ping stops responding.
I'm stuck here any ideas?
Angelos
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18955
- Thank you received: 5236
02 Jul 2025 15:13 #331107
by PCW
Replied by PCW on topic 7i92M very weird communication problem!!!
Not sure about pncconf, but LinuxCNC deliberately blocks card access when running.
Please Log in or Create an account to join the conversation.
- ANGELOS13
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
02 Jul 2025 15:59 #331110
by ANGELOS13
Replied by ANGELOS13 on topic 7i92M very weird communication problem!!!
Good to know, the only thing is that as soon the linuxcnc is open there is no lights activity at the Ethernet port,
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18955
- Thank you received: 5236
02 Jul 2025 19:34 #331120
by PCW
Replied by PCW on topic 7i92M very weird communication problem!!!
If there was no communication, LinuxCNC should exit.
Are you saying LinuxCNC is running but you have no activity light
(green LED on 7I92 RJ45)?
What does:
ip a
report when in this state?
Are you saying LinuxCNC is running but you have no activity light
(green LED on 7I92 RJ45)?
What does:
ip a
report when in this state?
Please Log in or Create an account to join the conversation.
- ANGELOS13
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
02 Jul 2025 21:36 #331128
by ANGELOS13
Replied by ANGELOS13 on topic 7i92M very weird communication problem!!!
Attachments:
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18955
- Thank you received: 5236
02 Jul 2025 22:09 - 02 Jul 2025 22:10 #331130
by PCW
Replied by PCW on topic 7i92M very weird communication problem!!!
OK, so there is a real time issue that needs to be addressed
before LinuxCNC will run on that system.
To get a rough idea of network latency:
sudo chrt 99 ping -i .001 -q -c 60000 10.10.10.10
This will run for a minute and then print statistics.
before LinuxCNC will run on that system.
To get a rough idea of network latency:
sudo chrt 99 ping -i .001 -q -c 60000 10.10.10.10
This will run for a minute and then print statistics.
Last edit: 02 Jul 2025 22:10 by PCW.
Please Log in or Create an account to join the conversation.
- ANGELOS13
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
02 Jul 2025 22:56 #331131
by ANGELOS13
Replied by ANGELOS13 on topic 7i92M very weird communication problem!!!
--- 10.10.10.10 ping statistics ---
60000 packets transmitted, 60000 received, 0% packet loss, time 60420ms
rtt min/avg/max/mdev = 0.057/0.276/16.993/0.227 ms, pipe 2
60000 packets transmitted, 60000 received, 0% packet loss, time 60420ms
rtt min/avg/max/mdev = 0.057/0.276/16.993/0.227 ms, pipe 2
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18955
- Thank you received: 5236
02 Jul 2025 23:20 - 02 Jul 2025 23:22 #331132
by PCW
Replied by PCW on topic 7i92M very weird communication problem!!!
--- 10.10.10.10 ping statistics ---
60000 packets transmitted, 60000 received, 0% packet loss, time 60420ms
rtt min/avg/max/mdev = 0.057/0.276/16.993/0.227 ms, pipe 2
OK that (almost 17 ms) is the issue.
Depending on the Ethernet hardware on the host, solutions are:
If it's a Realtek MAC, install the DKMS driver
Disable PCIE/Ethernet power management
Make sure all power management is disabled in the BIOS
It that's not good enough, pin the Ethernet IRQ to the last processor
and use isolcpus in the kernel command line.
Here's a long thread on solutions to this issue:
forum.linuxcnc.org/18-computer/56380-error-finishing-read-sigh
60000 packets transmitted, 60000 received, 0% packet loss, time 60420ms
rtt min/avg/max/mdev = 0.057/0.276/16.993/0.227 ms, pipe 2
OK that (almost 17 ms) is the issue.
Depending on the Ethernet hardware on the host, solutions are:
If it's a Realtek MAC, install the DKMS driver
Disable PCIE/Ethernet power management
Make sure all power management is disabled in the BIOS
It that's not good enough, pin the Ethernet IRQ to the last processor
and use isolcpus in the kernel command line.
Here's a long thread on solutions to this issue:
forum.linuxcnc.org/18-computer/56380-error-finishing-read-sigh
Last edit: 02 Jul 2025 23:22 by PCW.
Please Log in or Create an account to join the conversation.
- ANGELOS13
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
05 Jul 2025 02:51 #331293
by ANGELOS13
Replied by ANGELOS13 on topic 7i92M very weird communication problem!!!
I reinstalled the ethernet drivers and got it down to 12ms so got it working for now, all tho at slow speeds. I order a faster mini computer so I hope that gets fixed, I installed a 7i76u daughter card, I flashed the bin file and nothing again the CR3 led is yellow and CR6 led is red. I installed the 7i92 with 7i76 bin file.
Please Log in or Create an account to join the conversation.
Time to create page: 0.165 seconds