error finishing read and joint following error.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
29 May 2024 18:23 #301762
by jg00163206
error finishing read and joint following error. was created by jg00163206
******Dr. Emmit Brown***** "IT WORKS........IT WORKS! i finally invented something that works."
Greetings, i finally got a working configuration on my dell vostro desktop but I am getting error finishing read and then a joint 0 following error. even after i disabled all the virtualization options in bios and i did the irq balance according to this link forum.linuxcnc.org/38-general-linuxcnc-q...ead-and-irq-affinity .this is only an issue on this machine. it works perfectly on a duo core laptop but i can't get it stable on the the desktop. i did read a post that said if i update the rtkernel to something above 6.1 to something like 6.3 that it might fix that issue but i am unsure on how to do that exactly? Tried to compile a kernel according to the instructions on myheap.com but i keep getting a make error and i shouldn't have to compile a whole kernel just to update to a newer version do i? you guys on this site have been amazing already with helping me get this machine working and any help you can offer on this issue will be greatly appreciated.
I'm running a Dell Vosrto with an i5 3.4ghz cpu with dual intel Ethernet cards, right now there is firepro gpu in it. i'm on linuxcnc 2.9.2 with 6.1.1 rtkernel.
Greetings, i finally got a working configuration on my dell vostro desktop but I am getting error finishing read and then a joint 0 following error. even after i disabled all the virtualization options in bios and i did the irq balance according to this link forum.linuxcnc.org/38-general-linuxcnc-q...ead-and-irq-affinity .this is only an issue on this machine. it works perfectly on a duo core laptop but i can't get it stable on the the desktop. i did read a post that said if i update the rtkernel to something above 6.1 to something like 6.3 that it might fix that issue but i am unsure on how to do that exactly? Tried to compile a kernel according to the instructions on myheap.com but i keep getting a make error and i shouldn't have to compile a whole kernel just to update to a newer version do i? you guys on this site have been amazing already with helping me get this machine working and any help you can offer on this issue will be greatly appreciated.
I'm running a Dell Vosrto with an i5 3.4ghz cpu with dual intel Ethernet cards, right now there is firepro gpu in it. i'm on linuxcnc 2.9.2 with 6.1.1 rtkernel.
Please Log in or Create an account to join the conversation.
29 May 2024 18:48 - 29 May 2024 18:56 #301763
by PCW
Replied by PCW on topic error finishing read and joint following error.
Can you run this script to check the IRQ pinning and
kernel command line setting:
Also since you have Intel MACs, have you disabled IRQ coalescing?
(man hm2_eth)
kernel command line setting:
Also since you have Intel MACs, have you disabled IRQ coalescing?
(man hm2_eth)
Attachments:
Last edit: 29 May 2024 18:56 by PCW.
Please Log in or Create an account to join the conversation.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
30 May 2024 01:40 #301793
by jg00163206
Replied by jg00163206 on topic error finishing read and joint following error.
i will run that script tomorrow when im in front of it. are you referring to the hardware coalescing in /etc/network/interfaces? (or something of like that) add that last line from (man hm2_eth) to that file?
Please Log in or Create an account to join the conversation.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
30 May 2024 01:45 #301795
by jg00163206
Replied by jg00163206 on topic error finishing read and joint following error.
hardware-irq-coalesce-rx-usecs 0 this line right here?
Please Log in or Create an account to join the conversation.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
30 May 2024 16:04 #301852
by jg00163206
Replied by jg00163206 on topic error finishing read and joint following error.
mill@4axis:~$ sudo ./checkmask_...5-29.txt enp5s0
Cores: 4
Actual CPU Mask: 7
Desired CPU Mask: 8
IRQ: 30
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-21-rt-amd64 root=UUID=88090a82-c4aa-4670-a115-b8c1ff4ac64c ro initrd=/install/gtk/initrd.gz quiet isolcpus=3 intel_idle.max_cstate=1 i915.enable_rc6=0
Cores: 4
Actual CPU Mask: 7
Desired CPU Mask: 8
IRQ: 30
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-21-rt-amd64 root=UUID=88090a82-c4aa-4670-a115-b8c1ff4ac64c ro initrd=/install/gtk/initrd.gz quiet isolcpus=3 intel_idle.max_cstate=1 i915.enable_rc6=0
Please Log in or Create an account to join the conversation.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
30 May 2024 16:20 #301855
by jg00163206
Replied by jg00163206 on topic error finishing read and joint following error.
totay i can't ping the mesa board @ 10.10.10.10.
yesterday i could at least jog for a second
yesterday i could at least jog for a second
Please Log in or Create an account to join the conversation.
30 May 2024 16:27 #301856
by PCW
Replied by PCW on topic error finishing read and joint following error.
What does:
ip a
report?
ip a
report?
Please Log in or Create an account to join the conversation.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
30 May 2024 16:32 #301859
by jg00163206
Replied by jg00163206 on topic error finishing read and joint following error.
should that i915 be there? i seem to remember reading something about that in this forum somewhere. this what i get in the error report, hm2_eth: rtapi_app_main: Connection refused (-111)
today i deleted the connection i created and configured the network frome the interfaces file.
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The Mesa 7i96s FPGA card interface
auto enp5s0
iface enp5s0 inet static
address 10.10.10.10
hardware-irq-coalesce-rx-usecs 0
today i deleted the connection i created and configured the network frome the interfaces file.
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The Mesa 7i96s FPGA card interface
auto enp5s0
iface enp5s0 inet static
address 10.10.10.10
hardware-irq-coalesce-rx-usecs 0
Please Log in or Create an account to join the conversation.
30 May 2024 16:52 #301860
by PCW
Replied by PCW on topic error finishing read and joint following error.
You have the IP address of the host = the card IP address
This cannot work. I would suggest setting the host address
to 10.10.10.100
This cannot work. I would suggest setting the host address
to 10.10.10.100
Please Log in or Create an account to join the conversation.
- jg00163206
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 92
- Thank you received: 4
30 May 2024 17:54 #301868
by jg00163206
Replied by jg00163206 on topic error finishing read and joint following error.
okay, did that, i can at least ping it and jog for one second and then get the same errors. error finishing read and joint 0 following error.
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds