- Configuring LinuxCNC
- Advanced Configuration
- EtherCAT
- Ethercat installation from repositories - how to step by step
Ethercat installation from repositories - how to step by step
- marq_torque
- 
				  
- Offline
- Elite Member
- 
				  
		Less
		More
		
			
	
		- Posts: 164
- Thank you received: 2
			
	
						23 Sep 2023 13:34				#281473
		by marq_torque
	
	
		
			
	
			
			 		
													
	
				Replied by marq_torque on topic Ethercat installation  from repositories - how to step by step			
			
				I wasn't knowing about this repos, I tried to download ISO in first post link is not working..., I installed Debian 12 from this link
chuangtzu.ftp.acc.umu.se/debian-cd/curre...2.1.0-amd64-xfce.iso
					chuangtzu.ftp.acc.umu.se/debian-cd/curre...2.1.0-amd64-xfce.iso
Please Log in or Create an account to join the conversation.
- marq_torque
- 
				  
- Offline
- Elite Member
- 
				  
		Less
		More
		
			
	
		- Posts: 164
- Thank you received: 2
			
	
						25 Sep 2023 12:17				#281593
		by marq_torque
	
	
		
			
	
			
			 		
													
	
				Replied by marq_torque on topic Ethercat installation  from repositories - how to step by step			
			
				Hey Rodw,
Can you guide me how to setup repos manually? I'm clueless
					Can you guide me how to setup repos manually? I'm clueless
Please Log in or Create an account to join the conversation.
- marq_torque
- 
				  
- Offline
- Elite Member
- 
				  
		Less
		More
		
			
	
		- Posts: 164
- Thank you received: 2
			
	
						25 Sep 2023 16:27				#281602
		by marq_torque
	
	
		
			
	
			
			 		
													
	
				Replied by marq_torque on topic Ethercat installation  from repositories - how to step by step			
			
				Ok, ISO link in first step is broken so I followed spoiler steps and I'm at here now
$ wget -O- build.opensuse.org/projects/science:Ethe...ys/download?kind=gpg | gpg --dearmor | sudo dd of=/usr/local/share/keyrings/science_EtherLab.gpg
bash: wget: command not found
gpg: no valid OpenPGP data found.
0+0 records in
0+0 records out
0 bytes copied, 3.5656e-05 s, 0.0 kB/s
					$ wget -O- build.opensuse.org/projects/science:Ethe...ys/download?kind=gpg | gpg --dearmor | sudo dd of=/usr/local/share/keyrings/science_EtherLab.gpg
bash: wget: command not found
gpg: no valid OpenPGP data found.
0+0 records in
0+0 records out
0 bytes copied, 3.5656e-05 s, 0.0 kB/s
Please Log in or Create an account to join the conversation.
- rodw
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 11460
- Thank you received: 3843
			
	
						25 Sep 2023 19:20				#281607
		by rodw
	
	
		
			
	
			
			 		
													
	
				Replied by rodw on topic Ethercat installation  from repositories - how to step by step			
			
				sudo apt install wget
Revised download link: drive.google.com/file/d/1s2Te9JtXxb8yB9r.../view?usp=drive_link
 			
					Revised download link: drive.google.com/file/d/1s2Te9JtXxb8yB9r.../view?usp=drive_link
Please Log in or Create an account to join the conversation.
- marq_torque
- 
				  
- Offline
- Elite Member
- 
				  
		Less
		More
		
			
	
		- Posts: 164
- Thank you received: 2
			
	
						27 Sep 2023 18:29				#281729
		by marq_torque
	
	
		
			
	
			
			 		
													
	
				Replied by marq_torque on topic Ethercat installation  from repositories - how to step by step			
			
				I did download and fresh install from the last link, Followed steps in first post .... I'm lost here
[sudo] password for vcam:
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:
ethercat-dkms : Depends: libtool but it is not installable
Depends: autoconf but it is not installable
Depends: automake but it is not installable
E: Unable to correct problems, you have held broken packages.
					[sudo] password for vcam:
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:
ethercat-dkms : Depends: libtool but it is not installable
Depends: autoconf but it is not installable
Depends: automake but it is not installable
E: Unable to correct problems, you have held broken packages.
Please Log in or Create an account to join the conversation.
- rodw
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 11460
- Thank you received: 3843
			
	
						27 Sep 2023 20:30				#281738
		by rodw
	
	
		
			
	
			
			 		
													
	
				Replied by rodw on topic Ethercat installation  from repositories - how to step by step			
			
				We do not preinstall ethercat
try:sudo apt update
sudo apt upgrade
sudo apt install -y linux-headers-$(uname -r)
sudo apt install ethercat-master libethercat-dev
You will also need to install the linux ethercat driver as per the first post.
					try:sudo apt update
sudo apt upgrade
sudo apt install -y linux-headers-$(uname -r)
sudo apt install ethercat-master libethercat-dev
You will also need to install the linux ethercat driver as per the first post.
Please Log in or Create an account to join the conversation.
- marq_torque
- 
				  
- Offline
- Elite Member
- 
				  
		Less
		More
		
			
	
		- Posts: 164
- Thank you received: 2
			
	
						28 Sep 2023 04:29				#281767
		by marq_torque
	
	
		
			
	
			
			 		
													
	
				Replied by marq_torque on topic Ethercat installation  from repositories - how to step by step			
			
				Oh okay, I'll follow the instructions and share the progress.
Thanks Rodw
					Thanks Rodw
Please Log in or Create an account to join the conversation.
- eduard
- 
				  
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 80
- Thank you received: 12
			
	
						18 Oct 2023 23:00				#283261
		by eduard
	
	
		
			
	
			
			 		
													
	
				Replied by eduard on topic Ethercat installation  from repositories - how to step by step			
			
				Hi Rod,
prevoiusly I istalled LCNC booted from USB stick, but with this file, not booting up? Did you have any suggestions? I write it with etcher, like previously.
Thanks.
					prevoiusly I istalled LCNC booted from USB stick, but with this file, not booting up? Did you have any suggestions? I write it with etcher, like previously.
Thanks.
Please Log in or Create an account to join the conversation.
- rodw
- 
				 Topic Author Topic Author
- Offline
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 11460
- Thank you received: 3843
			
	
						19 Oct 2023 03:38				#283270
		by rodw
	
	
		
			
	
			
			 		
													
	
				Replied by rodw on topic Ethercat installation  from repositories - how to step by step			
			
				have you set the boot order in the BIOS so that it tries the usb stick first.
You have not given us any useful information about what is happening.
Also what hardware?
					You have not given us any useful information about what is happening.
Also what hardware?
Please Log in or Create an account to join the conversation.
- eduard
- 
				  
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 80
- Thank you received: 12
			
	
						19 Oct 2023 08:26				#283284
		by eduard
	
	
		
			
	
			
			 		
													
	
				Replied by eduard on topic Ethercat installation  from repositories - how to step by step			
			
				Yes, you are right. I thought the problem is mutch simpler.
So, I have a mintbox mini, linux pc which has UEFI bios and can boot in uefi, legacy and dual mode. I set dual, and foot from usb drive.
The regular LCNC image written by etcher booting fine from the same usb stick, and the ethercat version can not, with very same process and parameters.
					So, I have a mintbox mini, linux pc which has UEFI bios and can boot in uefi, legacy and dual mode. I set dual, and foot from usb drive.
The regular LCNC image written by etcher booting fine from the same usb stick, and the ethercat version can not, with very same process and parameters.
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.121 seconds	
