(superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
23 Jun 2020 15:58 #172479
by tommylight
Replied by tommylight on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
That i do, wasted 15 years of my life with it.........And also Tommy dislikes windows,.......
The following user(s) said Thank You: seuchato
Please Log in or Create an account to join the conversation.
- Mike_Eitel
- Offline
- Platinum Member
Less
More
- Posts: 1150
- Thank you received: 184
23 Jun 2020 19:16 #172494
by Mike_Eitel
Replied by Mike_Eitel on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Actualy i had to allow a password for root
sudo passwd
Then in my user (cnc) open terminal
su root
And then i could start from the directory the script ./lcnc-test
Otherwise it could not open files and/or mixes up with linux (internal) display 0 and 10 or11.
Now it seems to run as expected. Curious to see the results.
But now it seem
sudo passwd
Then in my user (cnc) open terminal
su root
And then i could start from the directory the script ./lcnc-test
Otherwise it could not open files and/or mixes up with linux (internal) display 0 and 10 or11.
Now it seems to run as expected. Curious to see the results.
But now it seem
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Jun 2020 02:07 #172526
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Wondering why the use of debian repos for Mint when I have put a repo for Mint including kernel that works and the required Linuxcnc packages.
Add the repos, install the kernel and install the packages using apt-get.
Or you can just use the Mint ISO and test\install.
Unless of course there is a problem with the server I'm using.
Haven't updated the repo recently as I've got stuff to do around the house and sorting the work shop out.
Add the repos, install the kernel and install the packages using apt-get.
Or you can just use the Mint ISO and test\install.
Unless of course there is a problem with the server I'm using.
Haven't updated the repo recently as I've got stuff to do around the house and sorting the work shop out.
Please Log in or Create an account to join the conversation.
- Mike_Eitel
- Offline
- Platinum Member
Less
More
- Posts: 1150
- Thank you received: 184
24 Jun 2020 04:37 #172532
by Mike_Eitel
Replied by Mike_Eitel on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
I used yours and it works like a charm. And as this sbc is just a test board and i want to run also this headless i installed xrdp. Never did mint before and to my surprise the latest mint is problematic in that concern. So started my rally. You get a mix of things / windows that are shown local and remote screen. Related to the internal display representation.
If that takes too long, i will reinstall on other ssd with you nice iso, and forget remote.
P. S. Yes ivm spoiled to work on stagged jumpstations...
If that takes too long, i will reinstall on other ssd with you nice iso, and forget remote.
P. S. Yes ivm spoiled to work on stagged jumpstations...
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Jun 2020 04:49 #172534
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
I've run VNC and tunneled X through ssh with no worries.
Please Log in or Create an account to join the conversation.
- Mike_Eitel
- Offline
- Platinum Member
Less
More
- Posts: 1150
- Thank you received: 184
24 Jun 2020 05:04 #172535
by Mike_Eitel
Replied by Mike_Eitel on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
I dislike vnc. Seems that xrdp in mint is also partialy based on vnc functions, and do not intend to go so deep into code. Until now i never had such problems with rdp, always worked like a charm.
Also i was offered by mint to upgrade to version .3 by the uograder. Have you done that with your iso, should that work?
Also i was offered by mint to upgrade to version .3 by the uograder. Have you done that with your iso, should that work?
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Jun 2020 08:28 #172539
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Haven't tried.....I run either 19.2 or 18.3 at home.
Mint 20 will be out shortly, but I'll wait for a second point release before making packages, just to make sure any bugs are squashed.
Mint 20 will be out shortly, but I'll wait for a second point release before making packages, just to make sure any bugs are squashed.
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
24 Jun 2020 09:26 #172555
by tommylight
Replied by tommylight on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Mint 20 beta is out, but it lacks the backport repositories so there is no easy way of installing LinuxCNC on it.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Jun 2020 09:57 #172560
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Nah it could be done, without the backports....with a little magic.
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
24 Jun 2020 10:14 #172562
by tommylight
I can make anything and everything work, but for normal users it has to be as simple as possible so they can get their machines working in under 30 minutes.
And there is the issue of not using Python 2 any more, so that adds to complexity for users who want to use the Python driven GUI's and some other stuff, but there is work being done to move on to Python 3, or at least i hope there is.
Replied by tommylight on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Not "easy".Nah it could be done, without the backports....with a little magic.
I can make anything and everything work, but for normal users it has to be as simple as possible so they can get their machines working in under 30 minutes.
And there is the issue of not using Python 2 any more, so that adds to complexity for users who want to use the Python driven GUI's and some other stuff, but there is work being done to move on to Python 3, or at least i hope there is.
Please Log in or Create an account to join the conversation.
Time to create page: 0.099 seconds