- Configuring LinuxCNC
- Advanced Configuration
- EtherCAT
- Ethercat installation from repositories - how to step by step
Ethercat installation from repositories - how to step by step
09 Sep 2023 20:36 #280348
by rodw
Replied by rodw on topic Ethercat installation from repositories - how to step by step
Not all Beckhoff modules are supported
You need to include them in your xml ref: github.com/sittner/linuxcnc-ethercat/blo...oe/ethercat-conf.xml
They should show with ethercat slaves
Have a browse on that repository and the source and you will see the supported drivers
Any further issues, please raise a seperate thread.
You need to include them in your xml ref: github.com/sittner/linuxcnc-ethercat/blo...oe/ethercat-conf.xml
They should show with ethercat slaves
Have a browse on that repository and the source and you will see the supported drivers
Any further issues, please raise a seperate thread.
The following user(s) said Thank You: endian
Please Log in or Create an account to join the conversation.
10 Sep 2023 07:26 #280378
by endian
Replied by endian on topic Ethercat installation from repositories - how to step by step
hello,
all KL modules for ethercat can not work because they are in different comm standard - Kbus... from beckhoff from early days.. You have to use modules which starting with letter "E" - sortcut from ethercat ... they only will work for you.... check sascha´s github, which rod hooked up here for you above
regards Slav
all KL modules for ethercat can not work because they are in different comm standard - Kbus... from beckhoff from early days.. You have to use modules which starting with letter "E" - sortcut from ethercat ... they only will work for you.... check sascha´s github, which rod hooked up here for you above
regards Slav
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
10 Sep 2023 09:29 #280385
by Goodwood
Replied by Goodwood on topic Ethercat installation from repositories - how to step by step
Thanks.
Please Log in or Create an account to join the conversation.
- marq_torque
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 2
20 Sep 2023 23:22 #281262
by marq_torque
Replied by marq_torque on topic Ethercat installation from repositories - how to step by step
Hello everyone, Hi Rodw
Many thanks for this thread, however i'm noob in C and all programming language. Can someone help me fixing Panasonic A6B Absolute servo with ethercat?
Here i tried to install Debian 12.1 and tried following instructions on this thread. Pl Pardon my stupidity. I'm getting below error when i try to install ethercat
sudo apt-get install linuxcnc-ethercat
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
linuxcnc-ethercat : Depends: libethercat (>= 1.5.2.309.gc8a512a) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Many thanks for this thread, however i'm noob in C and all programming language. Can someone help me fixing Panasonic A6B Absolute servo with ethercat?
Here i tried to install Debian 12.1 and tried following instructions on this thread. Pl Pardon my stupidity. I'm getting below error when i try to install ethercat
sudo apt-get install linuxcnc-ethercat
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
linuxcnc-ethercat : Depends: libethercat (>= 1.5.2.309.gc8a512a) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Please Log in or Create an account to join the conversation.
21 Sep 2023 05:33 #281279
by rodw
Replied by rodw on topic Ethercat installation from repositories - how to step by step
I think lib-ethercat is a dkms module. dkms must be enrolled in uefi or nothing will install. Please read the first post about this.Hello everyone, Hi Rodw
Many thanks for this thread, however i'm noob in C and all programming language. Can someone help me fixing Panasonic A6B Absolute servo with ethercat?
Here i tried to install Debian 12.1 and tried following instructions on this thread. Pl Pardon my stupidity. I'm getting below error when i try to install ethercat
sudo apt-get install linuxcnc-ethercat
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
linuxcnc-ethercat : Depends: libethercat (>= 1.5.2.309.gc8a512a) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Please Log in or Create an account to join the conversation.
- marq_torque
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 2
22 Sep 2023 19:43 #281412
by marq_torque
Replied by marq_torque on topic Ethercat installation from repositories - how to step by step
Previous installation was on Lenovo Thinkpad Laptop it looks whimsical in bios, so now installing on Gigabyte H61, I'm installing from scratch on intel i3 now stuck at
The repository 'cdrom://[Official Debian GNU/Linux Live 12.1.0 xfce 2023-07-22T09:48:34Z] bookworm Release' does not have a Release file.,
The repository 'cdrom://[Official Debian GNU/Linux Live 12.1.0 xfce 2023-07-22T09:48:34Z] bookworm Release' does not have a Release file.,
Please Log in or Create an account to join the conversation.
23 Sep 2023 04:37 #281428
by rodw
Replied by rodw on topic Ethercat installation from repositories - how to step by step
One post per problem. I have already replied elsewhere.Previous installation was on Lenovo Thinkpad Laptop it looks whimsical in bios, so now installing on Gigabyte H61, I'm installing from scratch on intel i3 now stuck at
The repository 'cdrom://[Official Debian GNU/Linux Live 12.1.0 xfce 2023-07-22T09:48:34Z] bookworm Release' does not have a Release file.,
Please Log in or Create an account to join the conversation.
- soungoulian
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
23 Sep 2023 04:57 #281431
by soungoulian
Replied by soungoulian on topic Ethercat installation from repositories - how to step by step
Hi Rod, Thank you so much for all of your effort putting together and updating tutorials... For the google drive link to your Linuxcnc live installer (with required third party repositories pre installed) in the "Ethercat installation from repositories - how to step by step" thread, the link appears to be down (says that the iso is in your trash). Is this the same iso in the index (linuxcnc.org/iso/)? Thanks again, - Sevan
Please Log in or Create an account to join the conversation.
- marq_torque
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 2
23 Sep 2023 07:05 - 23 Sep 2023 07:16 #281438
by marq_torque
Replied by marq_torque on topic Ethercat installation from repositories - how to step by step
Hello Rodw,
Pardon my multiple posts... I started fresh install on i3 H61 UEFI Motherboard, Debian 12, 6.3 Kernel
This first step "sudo apt install ethercat-master libethercat-dev linuxcnc-ethercat" is throwing below errors
[sudo] password for vcam:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ethercat-master
E: Unable to locate package libethercat-dev
E: Unable to locate package linuxcnc-ethercat
Pardon my multiple posts... I started fresh install on i3 H61 UEFI Motherboard, Debian 12, 6.3 Kernel
This first step "sudo apt install ethercat-master libethercat-dev linuxcnc-ethercat" is throwing below errors
[sudo] password for vcam:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ethercat-master
E: Unable to locate package libethercat-dev
E: Unable to locate package linuxcnc-ethercat
Last edit: 23 Sep 2023 07:16 by marq_torque.
Please Log in or Create an account to join the conversation.
23 Sep 2023 12:00 #281465
by rodw
Replied by rodw on topic Ethercat installation from repositories - how to step by step
did you do
sudo apt update
sudo apt upgrade?
Did you install with my ISO in the first post? If not you will need to set up the repos manually per the spoiler
sudo apt update
sudo apt upgrade?
Did you install with my ISO in the first post? If not you will need to set up the repos manually per the spoiler
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- EtherCAT
- Ethercat installation from repositories - how to step by step
Time to create page: 0.113 seconds