installing linux mint 17.3 64bit how to
- Eric282000
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 10
 - Thank you received: 3
 
			
	
						12 Jan 2017 01:26				#85641
		by Eric282000
	
	
		
			
	
	
	
			 		
													
	
				installing linux mint 17.3 64bit how to was created by Eric282000			
			
				First i want to thank all of you for the information in this forum.
i am new to Linux and i have spent a lot of time here reading and learning.
i have put together a list of steps that have worked for me getting Linux mint 17.3 64bit installed with linuxcnc.
maybe this will help someone .
first install Linux mint 17.3 64bit.
then run update manager to make sure mint is up to date.
you will need to install a real-time kernel in Linux mint.
you can compile your own or use the pre compiled 4.1.36 kernel i have uploaded her as it is to large to attach to the forum
wikisend.com/download/457550/rtlinuxdeb.tar.gz
it should be good for 90 days.
if you use the attached kernel download the rtlinuxdeb.tar.gz file.
extract the files. then right click on linux-image-4.1.36-4.1.36-rt42-rt42_4.1.36-4.1.36-rt42-rt42-10.00.Custom_amd64.deb
and select open with GDebi package installer then click install package.
next right click on linux-headers-4.1.36-4.1.36-rt42-rt42_4.1.36-4.1.36-rt42-rt42-10.00.Custom_amd64.deb
and select open with GDebi package installer then click install package.
reboot computer
open a terminal window and type uname -a.
it should report 4.1.36-rt42.
copy install-lcnc.txt to the root directory change the permissions to allow executing file as program.
open a terminal in the root directory and type ./install-lcnc.text
this will install all the dependences, download Linux cnc 2.7.8, compile the program and install it on the computer.
if you want a different version of Linux cnc you can edit the text file
this will take a little while.
when done reboot the computer and run Linux cnc from the menu.
					i am new to Linux and i have spent a lot of time here reading and learning.
i have put together a list of steps that have worked for me getting Linux mint 17.3 64bit installed with linuxcnc.
maybe this will help someone .
first install Linux mint 17.3 64bit.
then run update manager to make sure mint is up to date.
you will need to install a real-time kernel in Linux mint.
you can compile your own or use the pre compiled 4.1.36 kernel i have uploaded her as it is to large to attach to the forum
wikisend.com/download/457550/rtlinuxdeb.tar.gz
it should be good for 90 days.
if you use the attached kernel download the rtlinuxdeb.tar.gz file.
extract the files. then right click on linux-image-4.1.36-4.1.36-rt42-rt42_4.1.36-4.1.36-rt42-rt42-10.00.Custom_amd64.deb
and select open with GDebi package installer then click install package.
next right click on linux-headers-4.1.36-4.1.36-rt42-rt42_4.1.36-4.1.36-rt42-rt42-10.00.Custom_amd64.deb
and select open with GDebi package installer then click install package.
reboot computer
open a terminal window and type uname -a.
it should report 4.1.36-rt42.
copy install-lcnc.txt to the root directory change the permissions to allow executing file as program.
open a terminal in the root directory and type ./install-lcnc.text
this will install all the dependences, download Linux cnc 2.7.8, compile the program and install it on the computer.
if you want a different version of Linux cnc you can edit the text file
this will take a little while.
when done reboot the computer and run Linux cnc from the menu.
		The following user(s) said Thank You: BigJohnT, andypugh, tommylight 	
			Please Log in or Create an account to join the conversation.
- cncnoob1979
 - 
				
											 - Offline
 - Platinum Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 403
 - Thank you received: 75
 
			
	
						20 Jan 2017 16:38		 -  20 Jan 2017 17:19		#86262
		by cncnoob1979
	
	
		
			
	
	
			 		
													
	
				Replied by cncnoob1979 on topic installing linux mint 17.3 64bit how to			
			
				Eric,
What commands did you use to package .deb the compiled kernel?
#Never mind! I found the information I was looking for:
kernel-handbook.alioth.debian.org/ch-common-tasks.html
After the configuration process is finished, the new or updated kernel configuration will be stored in .config file in the top-level directory. The build is started using the commands			
					What commands did you use to package .deb the compiled kernel?
make
sudo make deg-pkg modules_install
sudo make deb-pkg install#Never mind! I found the information I was looking for:
kernel-handbook.alioth.debian.org/ch-common-tasks.html
After the configuration process is finished, the new or updated kernel configuration will be stored in .config file in the top-level directory. The build is started using the commands
$ make clean
$ make deb-pkg
		Last edit: 20 Jan 2017 17:19  by cncnoob1979.			
			Please Log in or Create an account to join the conversation.
		Time to create page: 0.107 seconds