- Hardware & Machines
- Computers and Hardware
- LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)
LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 587
- Thank you received: 356
04 Jul 2025 19:47 #331263
by meister
Replied by meister on topic LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)
@Happppppppy
you need to configure your network !
you need to configure your network !
The following user(s) said Thank You: Happppppppy
Please Log in or Create an account to join the conversation.
- Happppppppy
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
04 Jul 2025 21:50 #331272
by Happppppppy
Replied by Happppppppy on topic LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)
Argh, @meister thankyou, it works now. Took a bit of googling to figure out how to do that.
For other beginners, what I did in the terminal:
sudo ip addr add 192.168.10.1/24 dev eno1
sudo ip link set eno1 up
I also added the following to the "interfaces" file in /etc/network/
iface eno1 inet static
address 192.168.10.1
netmask 255.255.255.0
Change eno1 to your adaptor name
For other beginners, what I did in the terminal:
sudo ip addr add 192.168.10.1/24 dev eno1
sudo ip link set eno1 up
I also added the following to the "interfaces" file in /etc/network/
iface eno1 inet static
address 192.168.10.1
netmask 255.255.255.0
Change eno1 to your adaptor name
Please Log in or Create an account to join the conversation.
- Hardware & Machines
- Computers and Hardware
- LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)
Time to create page: 0.078 seconds