- Hardware & Machines
- Computers and OS's
- Debian Buster 10 + Linuxcnc + Ethercat + ISO cd Download 1.7 GB
Debian Buster 10 + Linuxcnc + Ethercat + ISO cd Download 1.7 GB
05 Jun 2021 19:04 #211242
by nic
Replied by nic on topic Debian Buster 10 + Linuxcnc + Ethercat + ISO cd Download 1.7 GB
Hi Grotius,
it`s strange but I have used the same hard disk. I think debian don`t like my new amd gpu. I fixed it already (after 3h .. xD) with the amd firmware.
Thank`s a lot anyway for your answer.
Is the Linux 11 in your opinion better than buster?
Best regards,
Nic
it`s strange but I have used the same hard disk. I think debian don`t like my new amd gpu. I fixed it already (after 3h .. xD) with the amd firmware.
Thank`s a lot anyway for your answer.
Is the Linux 11 in your opinion better than buster?
Best regards,
Nic
Please Log in or Create an account to join the conversation.
29 Mar 2022 19:31 #238638
by LAUSCH
Replied by LAUSCH on topic Debian Buster 10 + Linuxcnc + Ethercat + ISO cd Download 1.7 GB
Hi all,
When I ran the Ethercat_installer.sh it end up with the following error message:
$ ip a revealed that my network device is not called enp0s25
following approached solved the issue:
Afterwards i ran "Ethercat_installer" again and it executed successfully.
When I ran the Ethercat_installer.sh it end up with the following error message:
cat: /sys/class/net/enp0s25/address: No such file or directory
cat: /sys/class/net/enp0s25/address: No such file or directory
.. Retrieved MAC adres :
.. .. Appending MAC adres to last line of ethercat file /etc/default/
make: Entering directory '/usr/share/ethercat/linuxcnc_ethercat'
make[1]: Entering directory '/usr/share/ethercat/linuxcnc_ethercat/src'
make[2]: Entering directory '/usr/share/ethercat/linuxcnc_ethercat/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/share/ethercat/linuxcnc_ethercat/src'
make[2]: Entering directory '/usr/share/ethercat/linuxcnc_ethercat/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/share/ethercat/linuxcnc_ethercat/src'
make[1]: Leaving directory '/usr/share/ethercat/linuxcnc_ethercat/src'
make: Leaving directory '/usr/share/ethercat/linuxcnc_ethercat'
Compiling the linuxcnc-ethercat lcec driver
Updating EtherCAT master confiuration
modprobe: ERROR: could not insert 'ec_master': Invalid argument
failed!
Job for systemd-modules-load.service failed because the control process exited with error code.
See "systemctl status systemd-modules-load.service" and "journalctl -xe" for details.
$ ip a revealed that my network device is not called enp0s25
following approached solved the issue:
$ sudo ip link set <your network device name> down
$ sudo ip link set dev <your network device name> name enp0s25
$ sudo ip link set enp0s25 up
$ sudo ip a
Afterwards i ran "Ethercat_installer" again and it executed successfully.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- Hardware & Machines
- Computers and OS's
- Debian Buster 10 + Linuxcnc + Ethercat + ISO cd Download 1.7 GB
Time to create page: 0.074 seconds