2.8.1 and 2.9.0 download links are identical. Confused.
12 Mar 2021 23:05 #202028
by beefy
2.8.1 and 2.9.0 download links are identical. Confused. was created by beefy
First of all, just letting you know I'm new to Linuxcnc and making an attempt at converting to the dark side. Should be receiving my Mesa boards very soon.
I'm a bit confused about getting version 2.9.0 (setting up PlasmaC) which I've been told is the version I should use for PlasmaC.
Refer these links.
This first one is for 2.9.0:
linuxcnc.org/docs/devel/html/
and within that, the "Getting Linuxcnc" link:
linuxcnc.org/docs/devel/html/getting-sta...etting-linuxcnc.html
For x86 PCs Download the Live/Install CD by clicking here:
www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
And this second set is for 2.8.1:
linuxcnc.org/docs/2.8/html/
and within that, the "Getting Linuxcnc" link:
linuxcnc.org/docs/2.8/html/getting-start...etting-linuxcnc.html
For x86 PCs Download the Live/Install CD by clicking here:
www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
So as can be seen the download link for both 2.8.1 and 2.9.0 is exactly the same. Could someone kindly explain what is going on here.
Cheers,
Keith
I'm a bit confused about getting version 2.9.0 (setting up PlasmaC) which I've been told is the version I should use for PlasmaC.
Refer these links.
This first one is for 2.9.0:
linuxcnc.org/docs/devel/html/
and within that, the "Getting Linuxcnc" link:
linuxcnc.org/docs/devel/html/getting-sta...etting-linuxcnc.html
For x86 PCs Download the Live/Install CD by clicking here:
www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
And this second set is for 2.8.1:
linuxcnc.org/docs/2.8/html/
and within that, the "Getting Linuxcnc" link:
linuxcnc.org/docs/2.8/html/getting-start...etting-linuxcnc.html
For x86 PCs Download the Live/Install CD by clicking here:
www.linuxcnc.org/iso/linuxcnc-2.8.0-buster.iso
So as can be seen the download link for both 2.8.1 and 2.9.0 is exactly the same. Could someone kindly explain what is going on here.
Cheers,
Keith
Please Log in or Create an account to join the conversation.
13 Mar 2021 01:15 #202048
by andypugh
The documents describe the current released state. That is 2.8.1. master / 2.9 is a development version. The docs won't point to that until it is released.
You can't, in fact. download LinuxCNC 2.9 / master from www.linuxcnc.org.
You need to go to buildbot.linuxcnc.org and follow the instructions there.
Replied by andypugh on topic 2.8.1 and 2.9.0 download links are identical. Confused.
So as can be seen the download link for both 2.8.1 and 2.9.0 is exactly the same. Could someone kindly explain what is going on here.
The documents describe the current released state. That is 2.8.1. master / 2.9 is a development version. The docs won't point to that until it is released.
You can't, in fact. download LinuxCNC 2.9 / master from www.linuxcnc.org.
You need to go to buildbot.linuxcnc.org and follow the instructions there.
Please Log in or Create an account to join the conversation.
13 Mar 2021 07:21 #202066
by beefy
Replied by beefy on topic 2.8.1 and 2.9.0 download links are identical. Confused.
Thanks very much for that info Andy. I would indeed have remained confused and pulling my hair out without that knowledge.
It's very strange that the development version link:
linuxcnc.org/docs/devel/html/
directs you to a download that is for a different version.
Off I go now to that link you gave me.
Cheers,
Keith
It's very strange that the development version link:
linuxcnc.org/docs/devel/html/
directs you to a download that is for a different version.
Off I go now to that link you gave me.
Cheers,
Keith
Please Log in or Create an account to join the conversation.
13 Mar 2021 08:40 #202072
by phillc54
Replied by phillc54 on topic 2.8.1 and 2.9.0 download links are identical. Confused.
To help confuse things a bit more:
PlasmaC will run on either 2.8 or 2.9
The newer QtPlasmaC requires 2.9.
PlasmaC will run on either 2.8 or 2.9
The newer QtPlasmaC requires 2.9.
Please Log in or Create an account to join the conversation.
13 Mar 2021 09:46 #202078
by beefy
Replied by beefy on topic 2.8.1 and 2.9.0 download links are identical. Confused.
Cheers Phil,
I never knew about that one either. Maybe Rodw can let me know if I should focus on that one from the start.
Keith
I never knew about that one either. Maybe Rodw can let me know if I should focus on that one from the start.
Keith
Please Log in or Create an account to join the conversation.
13 Mar 2021 09:54 #202079
by phillc54
Replied by phillc54 on topic 2.8.1 and 2.9.0 download links are identical. Confused.
It is basically fully functional, there are a few minor cosmetic things we are finishing off, should be done this week.
linuxcnc.org/docs/devel/html/plasma/qtplasmac.html
linuxcnc.org/docs/devel/html/plasma/qtplasmac.html
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
13 Mar 2021 10:50 #202082
by robertspark
Replied by robertspark on topic 2.8.1 and 2.9.0 download links are identical. Confused.
Keith,
install 2.8 from the iso from a usb stick.
once it boots, you change the repository settings for linuxcnc to buildbot.
then just run
and then
from the terminal and it will upgrade / update to master.
given you are going to run Mesa hardware you will need to change the network using
and then run
I normally restart at this point (although it's probably not required)
then run
as it will clear out some of the related linked files / programmes that were required by wicd
(I'll come back later, got to go do something, to finish off how I have done my setup as I've done it so many times that I just do it automatically now)
I then setup the network address for the Mesa cards
get rid of the logon screen prompt
add qtvcp via script
add NativeCAM via script
install 2.8 from the iso from a usb stick.
once it boots, you change the repository settings for linuxcnc to buildbot.
deb http://buildbot.linuxcnc.org/ buster master-rtpreempt
deb-src http://buildbot.linuxcnc.org/ buster master-rtpreempt
then just run
sudo apt-get update
sudo apt-get upgrade -y
from the terminal and it will upgrade / update to master.
given you are going to run Mesa hardware you will need to change the network using
apt-get install network-manager network-manager-gnome
and then run
apt-get remove wicd wicd-gtk
I normally restart at this point (although it's probably not required)
then run
sudo apt-get update
sudo apt-get autoremove
as it will clear out some of the related linked files / programmes that were required by wicd
(I'll come back later, got to go do something, to finish off how I have done my setup as I've done it so many times that I just do it automatically now)
I then setup the network address for the Mesa cards
get rid of the logon screen prompt
add qtvcp via script
add NativeCAM via script
Please Log in or Create an account to join the conversation.
13 Mar 2021 18:27 #202125
by scotth
Replied by scotth on topic 2.8.1 and 2.9.0 download links are identical. Confused.
Now we are at 2.8.1 how do we get to 2.9.0?
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
13 Mar 2021 20:13 #202136
by robertspark
upgrade your repositiories to use master....
easiest way that I do it is just via synatic package manager..... and just change the linuxcnc repositories listed to master as listed above.
Replied by robertspark on topic 2.8.1 and 2.9.0 download links are identical. Confused.
Now we are at 2.8.1 how do we get to 2.9.0?
upgrade your repositiories to use master....
deb http://buildbot.linuxcnc.org/ buster master-rtpreempt
deb-src http://buildbot.linuxcnc.org/ buster master-rtpreempt
easiest way that I do it is just via synatic package manager..... and just change the linuxcnc repositories listed to master as listed above.
Please Log in or Create an account to join the conversation.
13 Mar 2021 22:19 #202154
by scotth
Replied by scotth on topic 2.8.1 and 2.9.0 download links are identical. Confused.
My bad, I left the deb in front of the http:// ...
Works fine now running 2.9.0 in test.
Thank you,
Scott
Works fine now running 2.9.0 in test.
Thank you,
Scott
Please Log in or Create an account to join the conversation.
Time to create page: 0.103 seconds