Ubuntu Xenial LTS Repository
- lamandesigns
- 
				  
- Offline
- Senior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 44
- Thank you received: 3
			
	
						31 Jul 2018 03:25				#115201
		by lamandesigns
	
	
		
			
	
			
			 		
													
	
				Replied by lamandesigns on topic Ubuntu Xenial LTS Repository			
			
				That's great! Which RT kernel are you using/compiling these against?			
					Please Log in or Create an account to join the conversation.
- szechyjs
- 
				 Topic Author Topic Author
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 10
- Thank you received: 7
			
	
						31 Jul 2018 14:02				#115233
		by szechyjs
	
	
		
			
	
	
			 		
													
	
				Replied by szechyjs on topic Ubuntu Xenial LTS Repository			
			
				They are uspace builds, so they will work with any kernel. You obviously will get better results with the RT kernel though. As of now I still only have the 4.4 RT kernel built for Xenial, which can be found in the repo in the OP.			
					
		The following user(s) said Thank You: lamandesigns 	
			Please Log in or Create an account to join the conversation.
- szechyjs
- 
				 Topic Author Topic Author
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 10
- Thank you received: 7
			
	
						31 Jul 2018 21:22				#115260
		by szechyjs
	
	
		
			
	
			
			 		
													
	
				Replied by szechyjs on topic Ubuntu Xenial LTS Repository			
			
				I just finished adding a ppa for the stable v2.7 releases as well...
launchpad.net/~szechyjs/+archive/ubuntu/linuxcnc
					sudo add-apt-repository ppa:szechyjs/linuxcnc
sudo apt-get updatelaunchpad.net/~szechyjs/+archive/ubuntu/linuxcnc
Please Log in or Create an account to join the conversation.
- eFalegname
- 
				  
- Offline
- Elite Member
- 
				  
		Less
		More
		
			
	
		- Posts: 252
- Thank you received: 30
			
	
						02 Aug 2018 10:45				#115393
		by eFalegname
	
	
		
			
				
Floris
					
	
			
			 		
													
	
				Replied by eFalegname on topic Ubuntu Xenial LTS Repository			
			Hi szechyjs, thank yuou so much mate!I've managed to setup daily builds of 2.8 on launchpad.net. This should allow users to easily add the ppa and get i386 & amd64 builds for Trusty, Xenial and Bionic.
sudo add-apt-repository ppa:szechyjs/linuxcnc-daily sudo apt-get update
code.launchpad.net/~szechyjs/+archive/ubuntu/linuxcnc-daily
Floris
Please Log in or Create an account to join the conversation.
- irakandjii
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 16
- Thank you received: 1
			
	
						30 Sep 2018 02:23		 -  30 Sep 2018 02:27		#118214
		by irakandjii
	
	
		
			
	
	
			 		
													
	
				Replied by irakandjii on topic Ubuntu Xenial LTS Repository			
			
				Sorry to be a bother, I have tried the commands in this thread and discovered I am not competent enough to do this yet.  I would appreciate some help.
I cannot use the prepackaged LinuxCNC iso images. The bundled kernel does not recognise my hardware.
I am doing a fresh install of Ubuntu 18.4 LTS on a new system. I thought these commands would allow me to do an "apt-get install" for the RT patches and linuxCNC. After which all would be installed. This is where my understanding failed me.
Would someone point me in the correct direction to learn how to setup the rt-kernel and linuxCNC up please?
I don't mind researching but so much of what I have googled is really out of date or a different distro and I cannot discern current valid instructions from deprecated or no longer supported advice.
I did read the PPA site and executed the sudo commands. But I don't know enough to understand if I was doing everything correctly.
thanks in advance.
					I cannot use the prepackaged LinuxCNC iso images. The bundled kernel does not recognise my hardware.
I am doing a fresh install of Ubuntu 18.4 LTS on a new system. I thought these commands would allow me to do an "apt-get install" for the RT patches and linuxCNC. After which all would be installed. This is where my understanding failed me.
Would someone point me in the correct direction to learn how to setup the rt-kernel and linuxCNC up please?
I don't mind researching but so much of what I have googled is really out of date or a different distro and I cannot discern current valid instructions from deprecated or no longer supported advice.
I did read the PPA site and executed the sudo commands. But I don't know enough to understand if I was doing everything correctly.
thanks in advance.
		Last edit: 30 Sep 2018 02:27  by irakandjii.		Reason: added clarification	
			Please Log in or Create an account to join the conversation.
- tommylight
- 
				  
- Away
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 20847
- Thank you received: 7107
			
	
						30 Sep 2018 07:04				#118221
		by tommylight
	
	
		
			
	
			
			 		
													
	
				Replied by tommylight on topic Ubuntu Xenial LTS Repository			
			
				forum.linuxcnc.org/9-installing-linuxcnc...h-rip-install-or-deb
This worked on Ubuntu 16.04, it should also work for 18.04, but probably with some more dependency issues, or maybe not.
					This worked on Ubuntu 16.04, it should also work for 18.04, but probably with some more dependency issues, or maybe not.
Please Log in or Create an account to join the conversation.
- irakandjii
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 16
- Thank you received: 1
			
	
						01 Oct 2018 03:02				#118264
		by irakandjii
	
	
		
			
	
			
			 		
													
	
				Replied by irakandjii on topic Ubuntu Xenial LTS Repository			
			
				Thanks tommylight.  I appreciate you taking the time, but Mint 18.1 is Ubuntu 16.04 and it does not support my hardware.  I read the thread before and found differences I did not understand.
The dependency issues seem to be the thorn in my side. I will keep plugging away. I read the official preempt-rt site and tried that , but its examples are also out of date. <sigh> The repository and file naming seem to have changed.
wiki.linuxfoundation.org/realtime/docume...#getting-the-sources
I'll keep plodding along. Thanks again
					The dependency issues seem to be the thorn in my side. I will keep plugging away. I read the official preempt-rt site and tried that , but its examples are also out of date. <sigh> The repository and file naming seem to have changed.
wiki.linuxfoundation.org/realtime/docume...#getting-the-sources
I'll keep plodding along. Thanks again
Please Log in or Create an account to join the conversation.
- irakandjii
- Offline
- New Member
- 
				  
		Less
		More
		
			
	
		- Posts: 16
- Thank you received: 1
			
	
						01 Oct 2018 03:36				#118266
		by irakandjii
	
	
		
			
	
			
			 		
													
	
				Replied by irakandjii on topic Ubuntu Xenial LTS Repository			
			
				Ok I took another look at this and I see a patterns an one source of confusion:
I am rebuilding the kernel, I did not realize this initially.
How do I determine which version of the kernel to use?
I checked and it seems Ubuntu 18.4 is based on 4.15.
SO I guessed and selected Linux-4.15.18.tar.xz
Is this the correct one? If not, what guidelines / knowledge can I use to select the correct one in future.
Selecting the most current RT patch was "easy" since they point you to the most current. Which I assume is the "best" one, but I dunno for sure.
I will try to build these.
					I am rebuilding the kernel, I did not realize this initially.
How do I determine which version of the kernel to use?
I checked and it seems Ubuntu 18.4 is based on 4.15.
SO I guessed and selected Linux-4.15.18.tar.xz
Is this the correct one? If not, what guidelines / knowledge can I use to select the correct one in future.
Selecting the most current RT patch was "easy" since they point you to the most current. Which I assume is the "best" one, but I dunno for sure.
I will try to build these.
Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Away
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4554
			
	
						01 Oct 2018 15:20				#118295
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic Ubuntu Xenial LTS Repository			
			
				wiki.ubuntu.com/BionicBeaver/ReleaseNotes
So 18.04 is based on kernel 4.15
What does uname -a say when run on the original kernel?
					So 18.04 is based on kernel 4.15
What does uname -a say when run on the original kernel?
Please Log in or Create an account to join the conversation.
- PCW
- 
				  
- Away
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 17372
- Thank you received: 5064
			
	
						01 Oct 2018 16:47				#118302
		by PCW
	
	
		
			
	
			
			 		
													
	
				Replied by PCW on topic Ubuntu Xenial LTS Repository			
			
				I'm running this on Ubuntu 18.04 with LinuxCNC:
Linux dc7800 4.18.7-rt5 #1 SMP PREEMPT RT
The (updated) non RT kernel used by 18.04 is this: 4.15.0-34-generic
					Linux dc7800 4.18.7-rt5 #1 SMP PREEMPT RT
The (updated) non RT kernel used by 18.04 is this: 4.15.0-34-generic
Please Log in or Create an account to join the conversation.
		Time to create page: 0.142 seconds	
