Upgraded to 2.7.13 -- W T F --
- tecno
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1850
 - Thank you received: 127
 
			
	
						21 Jun 2018 12:20				#112718
		by tecno
	
	
		
			
	
			
			 		
													
	
				Replied by tecno on topic Upgraded to 2.7.13   -- W T F --			
			
				Mint 18.3 up and running			
					Please Log in or Create an account to join the conversation.
- ozzyrob
 - 
				
											 - Visitor
 - 
				
			 
			
	
						21 Jun 2018 12:23				#112719
		by ozzyrob
	
	
		
			
	
			
			 		
													
	
				Replied by ozzyrob on topic Upgraded to 2.7.13   -- W T F --			
			
				Ok what I've done (doing) is uploading the packages to my google drive, I'll send you an email via the forum with the shared link.
What I would like to do first is download Cinnamon and run thru an install with the packages I made just to work out any creases and what not.
					What I would like to do first is download Cinnamon and run thru an install with the packages I made just to work out any creases and what not.
Please Log in or Create an account to join the conversation.
- tecno
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1850
 - Thank you received: 127
 
			
	
						21 Jun 2018 12:25				#112720
		by tecno
	
	
		
			
	
			
			 		
													
	
				Replied by tecno on topic Upgraded to 2.7.13   -- W T F --			
			
				Very nice of you. Looking forward to have a go with this.			
					Please Log in or Create an account to join the conversation.
- ozzyrob
 - 
				
											 - Visitor
 - 
				
			 
			
	
						21 Jun 2018 12:30				#112721
		by ozzyrob
	
	
		
			
	
			
			 		
													
	
				Replied by ozzyrob on topic Upgraded to 2.7.13   -- W T F --			
			
				Give it about 30 mins or so for the last download and all should be good.			
					Please Log in or Create an account to join the conversation.
- tecno
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1850
 - Thank you received: 127
 
			
	
						21 Jun 2018 14:51				#112727
		by tecno
	
	
		
			
	
			
			 		
													
	
				Replied by tecno on topic Upgraded to 2.7.13   -- W T F --			
			
				Did you get problems with Cinnamon?			
					Please Log in or Create an account to join the conversation.
- ozzyrob
 - 
				
											 - Visitor
 - 
				
			 
			
	
						21 Jun 2018 16:13				#112728
		by ozzyrob
	
	
		
			
	
			
			 		
													
	
				Replied by ozzyrob on topic Upgraded to 2.7.13   -- W T F --			
			
				Just finished downloading....3hr 23 minutes, time to install			
					Please Log in or Create an account to join the conversation.
- tecno
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1850
 - Thank you received: 127
 
			
	
						21 Jun 2018 16:17				#112729
		by tecno
	
	
		
			
	
			
			 		
													
	
				Replied by tecno on topic Upgraded to 2.7.13   -- W T F --			
			
				OK, some progress 
Take it easy my friend.
					Take it easy my friend.
Please Log in or Create an account to join the conversation.
- ozzyrob
 - 
				
											 - Visitor
 - 
				
			 
			
	
						21 Jun 2018 23:07		 -  22 Jun 2018 02:53		#112741
		by ozzyrob
	
	
		
			
	
	
			 		
													
	
				Replied by ozzyrob on topic Upgraded to 2.7.13   -- W T F --			
			
				Ok all done, I used a virtual machine to test the installation procedure, but since I had no trouble with Mint-18.3-Mate connecting to my hardware I'll assume Cinnamon should be ok.
Just to be sure I downloaded the files from my google drive, all files installed where from that source. I right clicked on Mint_cnc and selected download, this downloaded all the files in a single zip file, which then I just extracted, changed to the directory (Mint_cnc).
From the directory where all the files are downloaded this is what you need to do, I didn't reboot till it was all done.
When installing linux-cnc debs all the dependencies will be installed from the net, similar to what apt-get install xxx does
Once I rebooted I was running with the rt kernel and ran axis_sim.
Hopefully all goes well.
I added glade3-3.8.6 suitable for use with Linuxcnc to my google drive. Install by			
					Just to be sure I downloaded the files from my google drive, all files installed where from that source. I right clicked on Mint_cnc and selected download, this downloaded all the files in a single zip file, which then I just extracted, changed to the directory (Mint_cnc).
From the directory where all the files are downloaded this is what you need to do, I didn't reboot till it was all done.
sudo apt deb linux-headers-4.11.12-rt16_4.11.12-rt16-1_amd64.deb
sudo apt deb linux-firmware-image-4.11.12-rt16_4.11.12-rt16-1_amd64.deb
sudo apt deb linux-image-4.11.12-rt16_4.11.12-rt16-1_amd64.deb
sudo add-apt-repository 'deb http://mirrors.kernel.org/ubuntu precise main universe'
sudo apt-get update
sudo apt install ./linuxcnc-uspace_2.7.14_amd64.deb
sudo apt install ./linuxcnc-uspace-dev_2.7.14_amd64.deb
sudo apt install ./linuxcnc-doc-en_2.7.14_all.deb
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef
sudo add-apt-repository "deb http://linuxcnc.org/ precise base"
sudo apt-get install hostmot2-firmware-all mesaflashWhen installing linux-cnc debs all the dependencies will be installed from the net, similar to what apt-get install xxx does
Once I rebooted I was running with the rt kernel and ran axis_sim.
Hopefully all goes well.
I added glade3-3.8.6 suitable for use with Linuxcnc to my google drive. Install by
sudo apt install glade3_3.8.6-1_amd64.deb
		Last edit: 22 Jun 2018 02:53  by ozzyrob.		Reason: added glade	
			Please Log in or Create an account to join the conversation.
- tecno
 - 
				
									Topic Author
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 1850
 - Thank you received: 127
 
			
	
						22 Jun 2018 06:59				#112744
		by tecno
	
	
		
			
	
			
			 		
													
	
				Replied by tecno on topic Upgraded to 2.7.13   -- W T F --			
			
				It looks like I get no email notifications from the forum.
Have you sent me a link to your google drive?
					Have you sent me a link to your google drive?
Please Log in or Create an account to join the conversation.
- ozzyrob
 - 
				
											 - Visitor
 - 
				
			 
			
	
						22 Jun 2018 09:38				#112746
		by ozzyrob
	
	
		
			
	
	
			
			 		
													
	
				Replied by ozzyrob on topic Upgraded to 2.7.13   -- W T F --			
			
					Please Log in or Create an account to join the conversation.
		Time to create page: 0.187 seconds