Rote LED
- Edi_48
- Offline
- Senior Member
-
Less
More
- Posts: 63
- Thank you received: 0
09 Aug 2025 14:38 #333122
by Edi_48
Replied by Edi_48 on topic Rote LED
Hallo Ich habe immer noch ein Problem mit der LED CR6 (ini)
Wenn ich ein Programm in Linuxcnc starte und ein Fehler beim Start auftritt
Leuchtet die CR6 LED Rot.
Wie kann ich die LED wieder auf normal schalten oder muss ich jedes Mal die Steuerung Neu Starten.
Rechner Linuxcnc 2.9.4
Mesa 7i96s
Mesaflash 7i96s_7i85
Wenn ich ein Programm in Linuxcnc starte und ein Fehler beim Start auftritt
Leuchtet die CR6 LED Rot.
Wie kann ich die LED wieder auf normal schalten oder muss ich jedes Mal die Steuerung Neu Starten.
Rechner Linuxcnc 2.9.4
Mesa 7i96s
Mesaflash 7i96s_7i85
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20532
- Thank you received: 6989
09 Aug 2025 15:13 #333126
by tommylight
Replied by tommylight on topic Rote LED
Was passiert wen nur die LinuxCNC neustartet?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 19025
- Thank you received: 5251
09 Aug 2025 17:45 #333137
by PCW
Replied by PCW on topic Rote LED
Wenn die init-LED (CR6 bei einem 7I96S) aufleuchtet, bedeutet dies, dass ein Fehler aufgetreten ist.
Der wahrscheinlichste Fehler ist ein Watchdog-Biss aufgrund von Latenzproblemen.
Welche Meldungen werden gedruckt, wenn Sie LinuxCNC über die Befehlszeile starten?
Der wahrscheinlichste Fehler ist ein Watchdog-Biss aufgrund von Latenzproblemen.
Welche Meldungen werden gedruckt, wenn Sie LinuxCNC über die Befehlszeile starten?
Please Log in or Create an account to join the conversation.
- Edi_48
- Offline
- Senior Member
-
Less
More
- Posts: 63
- Thank you received: 0
10 Aug 2025 08:07 #333148
by Edi_48
Replied by Edi_48 on topic Rote LED
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22200)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error finishing write! iter=22200)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22201)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error finishing write! iter=22201)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22202)
hm2/hm2_7i96s.0: error queuing read! iter=22200)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error finishing write! iter=22202)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22203)
rtapi_app: caught signal 11 - dumping core
hm2/hm2_7i96s.0: error queuing read! iter=22200)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error finishing write! iter=22200)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22201)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error finishing write! iter=22201)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22202)
hm2/hm2_7i96s.0: error queuing read! iter=22200)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error finishing write! iter=22202)
hm2_eth: ERROR: sending packet: Network is unreachable
hm2/hm2_7i96s.0: error queuing read! iter=22203)
rtapi_app: caught signal 11 - dumping core
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11348
- Thank you received: 3807
10 Aug 2025 13:07 #333157
by rodw
Replied by rodw on topic Rote LED
just a thought, disable energy efficient ethernet. The parameters are determined by your NIC
some info here community.toradex.com/t/how-to-disable-e...ient-ethernet/6602/3
I think with newer OS versions we will see this more and more.
some info here community.toradex.com/t/how-to-disable-e...ient-ethernet/6602/3
I think with newer OS versions we will see this more and more.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 19025
- Thank you received: 5251
10 Aug 2025 13:43 - 10 Aug 2025 13:44 #333160
by PCW
Replied by PCW on topic Rote LED
Does ping work?
sudo chart 99 ping -i .001 -q -c 60000 10.10.10.10
( will run for 1 minute and print statistics )
( or 192.168.1.121 instead of 10.10.10.10 depending on 7I96S setting )
sudo chart 99 ping -i .001 -q -c 60000 10.10.10.10
( will run for 1 minute and print statistics )
( or 192.168.1.121 instead of 10.10.10.10 depending on 7I96S setting )
Last edit: 10 Aug 2025 13:44 by PCW.
Please Log in or Create an account to join the conversation.
- Edi_48
- Offline
- Senior Member
-
Less
More
- Posts: 63
- Thank you received: 0
10 Aug 2025 14:11 #333162
by Edi_48
Replied by Edi_48 on topic Rote LED
Hallo PCW ping ist ok
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20532
- Thank you received: 6989
10 Aug 2025 15:04 #333163
by tommylight
Replied by tommylight on topic Rote LED
What does
ip a
in a terminal return?
ip a
in a terminal return?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 19025
- Thank you received: 5251
10 Aug 2025 15:04 #333164
by PCW
Replied by PCW on topic Rote LED
What were the results?
Please Log in or Create an account to join the conversation.
- Edi_48
- Offline
- Senior Member
-
Less
More
- Posts: 63
- Thank you received: 0
11 Aug 2025 08:43 #333202
by Edi_48
Replied by Edi_48 on topic Rote LED
Hallo
Mein PC hat 2 Ehternet Ausgänge wenn ich auf beiden sudo chart 99 ping -i .001 -q -c 60000 10.10.10.10 ausführe bekomme ich 10 bis 15 Fehler.
Wenn ich meinen Router Pinge bekomme ich Null Fehler? 192.168.178.1
Mein PC hat 2 Ehternet Ausgänge wenn ich auf beiden sudo chart 99 ping -i .001 -q -c 60000 10.10.10.10 ausführe bekomme ich 10 bis 15 Fehler.
Wenn ich meinen Router Pinge bekomme ich Null Fehler? 192.168.178.1
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds