Reinstalled LinuxCNC and won't reconnect to mesa board
- tjones
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
01 Jun 2024 15:38 #302068
by tjones
Reinstalled LinuxCNC and won't reconnect to mesa board was created by tjones
I was previous using 1.2.9 and I reinstalled linuxCNC using debian 10 buster. Its a .iso that I burned a while back that has always just worked for me. I get linux all re-installed with 1.2.8 do the upgrade to 1.2.9, no issues. It is -rt so I installed 2.9-uspace. I set my static IP to 10.10.10.10 for the mesa board, I can ping 10.10.10.10 and all is good. I loaded the preconfigured mill config I was using. And it appears it won't connect to the board. I have attached a linuxCNC.report below. Also added my config. Tosh-mill is the config I care about.
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20162
- Thank you received: 6861
01 Jun 2024 16:04 #302072
by tommylight
Replied by tommylight on topic Reinstalled LinuxCNC and won't reconnect to mesa board
Wrong IP address on the PC, change the PC address to 10.10.10.100 or 10.10.10.11 or whatever at the end, just not 10.
Please Log in or Create an account to join the conversation.
- tjones
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
01 Jun 2024 17:16 #302074
by tjones
Replied by tjones on topic Reinstalled LinuxCNC and won't reconnect to mesa board
What is the best way to do that?
I tried opening the "/etc/network/interfaces" document. I can edit it, but it won't let me save it.
Found this thread to follow:
forum.linuxcnc.org/38-general-linuxcnc-q...ith-debian-10-buster
I tried opening the "/etc/network/interfaces" document. I can edit it, but it won't let me save it.
Found this thread to follow:
forum.linuxcnc.org/38-general-linuxcnc-q...ith-debian-10-buster
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18526
- Thank you received: 5076
01 Jun 2024 17:42 #302076
by PCW
Replied by PCW on topic Reinstalled LinuxCNC and won't reconnect to mesa board
You need to launch the editor with root privileges, like
sudo mousepad /etc/network/interfaces
sudo mousepad /etc/network/interfaces
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20162
- Thank you received: 6861
01 Jun 2024 17:48 #302078
by tommylight
Replied by tommylight on topic Reinstalled LinuxCNC and won't reconnect to mesa board
How did you set it to 10.10.10.10 ?
Using Network Manager probably, so use that or as PCW advised, but not both.
Using Network Manager probably, so use that or as PCW advised, but not both.
Please Log in or Create an account to join the conversation.
- tjones
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
01 Jun 2024 18:02 #302082
by tjones
Replied by tjones on topic Reinstalled LinuxCNC and won't reconnect to mesa board
Yes, I used network manager. I set the static ip4 for the ethernet connect to 10.10.10.10. I have since tried change that to a 10.10.10.X and I get the same error. I can ping and get it, but can't load linuxCNC to it.
I did just change the network interfaces document, I get the same error and I changed it back. For me the enp3s0
I did just change the network interfaces document, I get the same error and I changed it back. For me the enp3s0
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18526
- Thank you received: 5076
01 Jun 2024 18:08 #302083
by PCW
Replied by PCW on topic Reinstalled LinuxCNC and won't reconnect to mesa board
If you setup ethernet port in the interfaces file,
it will override any network manager settings
(but only after you set the interface down and then up again or reboot)
What does
ip a
report?
it will override any network manager settings
(but only after you set the interface down and then up again or reboot)
What does
ip a
report?
Please Log in or Create an account to join the conversation.
- tjones
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
01 Jun 2024 18:14 #302084
by tjones
Replied by tjones on topic Reinstalled LinuxCNC and won't reconnect to mesa board
Attachments:
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18526
- Thank you received: 5076
01 Jun 2024 18:19 - 01 Jun 2024 18:26 #302085
by PCW
Replied by PCW on topic Reinstalled LinuxCNC and won't reconnect to mesa board
So you did not successfully change the incorrect 10.10.10.10 host IP address.
I would change it to 10 10.10.100 in the interfaces file, or network manager
and try again (interfaces file changes will not take effect until a reboot or interface
down/up transition)
I would change it to 10 10.10.100 in the interfaces file, or network manager
and try again (interfaces file changes will not take effect until a reboot or interface
down/up transition)
Last edit: 01 Jun 2024 18:26 by PCW.
Please Log in or Create an account to join the conversation.
Time to create page: 0.102 seconds