Does it matter which version of Linux you use?
- Tokra
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
01 Aug 2019 02:10 #141063
by Tokra
Does it matter which version of Linux you use? was created by Tokra
I am setting up a completely new Linux system to run my small CNC router. Does it matter which 'version' of Linux I install? I see several references to Debian Linux and I wonder if it makes any difference as to which version I install. I will be running LinuxCNC.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7873
- Thank you received: 2127
01 Aug 2019 06:13 #141070
by cmorley
Replied by cmorley on topic Does it matter which version of Linux you use?
linuxcnc officially uses Debian - so in theory that should be the easiest to use linuxcnc with.
In practice Debian (in stock form) is not as nice to use as say Ubuntu or Mint - not quite as user friendly. There are guides to using Mint with linuxcnc on the forum - but it's more work and a little more technical to get it set up initially.
Any other versions used really puts the onus on you to work out any problems with getting linuxcnc to work.
As your first experience I would probably stick with Debian and linuxcnc's live CD install - you can always change later (or dual boot)
All my opinion of course.
Chris M
In practice Debian (in stock form) is not as nice to use as say Ubuntu or Mint - not quite as user friendly. There are guides to using Mint with linuxcnc on the forum - but it's more work and a little more technical to get it set up initially.
Any other versions used really puts the onus on you to work out any problems with getting linuxcnc to work.
As your first experience I would probably stick with Debian and linuxcnc's live CD install - you can always change later (or dual boot)
All my opinion of course.
Chris M
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Away
- Platinum Member
-
Less
More
- Posts: 4987
- Thank you received: 1455
01 Aug 2019 16:14 #141124
by Todd Zuercher
Replied by Todd Zuercher on topic Does it matter which version of Linux you use?
Some more opinions. I have found that the rough edges of Debian are considerably smoother in versions 8+. Debian Stretch is almost as easy as using Mint. The ease of installing with the Linuxcnc Stretch ISO far out ways the user interface (In fact the same UIs as used in Mint are just a few mouse clicks away using Synaptic to install them.)
That said, back to your original question. Linuxcnc can run on any version of Linux provided,
1) That version has, or you can install into it, a real-time kernel supported by Linuxcnc. (Linuxcnc can be installed for simulations without real-time but it will not be able to control machinery without it.)
2) If your distro. of choice is not one of the mainline Linuxcnc distros, then you will have to build Linuxcnc from source to install it.
That said, back to your original question. Linuxcnc can run on any version of Linux provided,
1) That version has, or you can install into it, a real-time kernel supported by Linuxcnc. (Linuxcnc can be installed for simulations without real-time but it will not be able to control machinery without it.)
2) If your distro. of choice is not one of the mainline Linuxcnc distros, then you will have to build Linuxcnc from source to install it.
Please Log in or Create an account to join the conversation.
- ytiuqibu
- Offline
- Senior Member
-
Less
More
- Posts: 77
- Thank you received: 3
30 Nov 2019 11:27 #151561
by ytiuqibu
Replied by ytiuqibu on topic Does it matter which version of Linux you use?
Is there somewhere instructions for installing LinuxCNC on Mint without the real-time kernel. We have five Linux Mint 19.2 machines used for training users in a range of software. It would be very useful to add simulated LinuxCNC to the training suite.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20088
- Thank you received: 6836
30 Nov 2019 12:05 #151562
by tommylight
Replied by tommylight on topic Does it matter which version of Linux you use?
You just download and install the version you want. I think it will install without issues once you enable the source repositories.
But it will not control machines.
But it will not control machines.
Please Log in or Create an account to join the conversation.
- ytiuqibu
- Offline
- Senior Member
-
Less
More
- Posts: 77
- Thank you received: 3
02 Dec 2019 12:59 #151740
by ytiuqibu
Replied by ytiuqibu on topic Does it matter which version of Linux you use?
Thanks - I downloaded linuxcnc-uspace_2.7.14_amd64.deb and attenpted to install using gdebi package installer but received the following error:
Dependancy is not satisfiable: python2.7-imaging | python-imaging
Dependancy is not satisfiable: python2.7-imaging | python-imaging
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20088
- Thank you received: 6836
02 Dec 2019 13:26 #151743
by tommylight
Replied by tommylight on topic Does it matter which version of Linux you use?
once you enable the source repositories.
Please Log in or Create an account to join the conversation.
- ytiuqibu
- Offline
- Senior Member
-
Less
More
- Posts: 77
- Thank you received: 3
07 Dec 2019 06:44 #152217
by ytiuqibu
Replied by ytiuqibu on topic Does it matter which version of Linux you use?
Thanks - I think I am getting there but I cannot find repositories for Linux Mint - only debian wheezy, ubuntu precise and ubuntu lucid.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20088
- Thank you received: 6836
07 Dec 2019 11:45 #152233
by tommylight
Replied by tommylight on topic Does it matter which version of Linux you use?
Debian stretch repo.
Please Log in or Create an account to join the conversation.
- ytiuqibu
- Offline
- Senior Member
-
Less
More
- Posts: 77
- Thank you received: 3
08 Dec 2019 07:34 #152317
by ytiuqibu
Replied by ytiuqibu on topic Does it matter which version of Linux you use?
When I added the Debian repo I got the following error:
GPG error: ftp.au.debian.org/debian stretch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY EF0F382A1A7B6500The repository 'ftp.au.debian.org/debian stretch Release' is not signed.
Perhaps I need to source it somewhere else
GPG error: ftp.au.debian.org/debian stretch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY EF0F382A1A7B6500The repository 'ftp.au.debian.org/debian stretch Release' is not signed.
Perhaps I need to source it somewhere else
Please Log in or Create an account to join the conversation.
Time to create page: 0.078 seconds