LinuxCNC on Linux Mint Debian Edition 6
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19024
- Thank you received: 6375
10 Oct 2023 23:28 #282714
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint Debian Edition 6
Really glad.
The following user(s) said Thank You: my1987toyota
Please Log in or Create an account to join the conversation.
01 Nov 2023 08:40 #284241
by bkt
Replied by bkt on topic LinuxCNC on Linux Mint Debian Edition 6
sorry I got really backwards....but by doing this did I install an rt, preempt or normal kernel?regardswww.linuxmint.com/edition.php?id=308
-
Download, install, update, upgrade, then[/code][/code]sudo apt install linuxcnc-uspace - If you also need development stuff [code]sudo apt install linuxcnc-uspace-dev - If you need mesaflash to flash firmware for Mesa boards [code]sudo apt install mesaflash - Linux Mint Debian Edition was always much slower than the normal Mint, this time it is a bit faster! :) That is a nice surprise, took 9 seconds to boot from Grub Menu to full Desktop on an old Lenovo 93 something, with RT kernel, no less! Me happy! :)
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19024
- Thank you received: 6375
01 Nov 2023 08:54 #284242
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint Debian Edition 6
Attachments:
The following user(s) said Thank You: bkt
Please Log in or Create an account to join the conversation.
19 Nov 2023 18:27 #285935
by bkt
regards
Replied by bkt on topic LinuxCNC on Linux Mint Debian Edition 6
And there area way to install ethercat with apt ... or need the usual dowload of iegh file and install ethercat glue?
regards
Please Log in or Create an account to join the conversation.
19 Nov 2023 18:45 #285938
by rodw
This is all set up for you in the official debian bookworm version
try this
Then run the apt install commands in my ethercat sticky.
Replied by rodw on topic LinuxCNC on Linux Mint Debian Edition 6
Yes, there is as etherlabmaster now maintain their own third party repository which includes the linuxcnc driver.
And there area way to install ethercat with apt ... or need the usual dowload of iegh file and install ethercat glue?
regards
This is all set up for you in the official debian bookworm version
try this
echo "Install ethercat repository"
sudo mkdir -p /usr/local/share/keyrings/
wget -O- https://build.opensuse.org/projects/science:EtherLab/signing_keys/download?kind=gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/science_EtherLab.gpg
tee -a /etc/apt/sources.list.d/ighvh.sources > /dev/null <<EOT
Types: deb
Signed-By: /etc/apt/trusted.gpg.d/science_EtherLab.gpg
Suites: ./
URIs: http://download.opensuse.org/repositories/science:/EtherLab/Debian_12/
EOT
Then run the apt install commands in my ethercat sticky.
The following user(s) said Thank You: tommylight, bkt
Please Log in or Create an account to join the conversation.
09 Mar 2024 13:01 #295511
by bkt
Replied by bkt on topic LinuxCNC on Linux Mint Debian Edition 6
so finally I try to use LMDE 6 .... I have a little bit time .... I try to install new 2.9.2 ..... first problem .... long list of fix broken dependancy ..... but problematic one is these:
think no one appreciate a downgrtade of library .... how can fix these?
systemd : Depends: libsystemd-shared (= 252.22-1~deb12u1) but version 252.12-1~deb12u1 is about to be installed
think no one appreciate a downgrtade of library .... how can fix these?
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19024
- Thank you received: 6375
09 Mar 2024 14:05 #295514
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint Debian Edition 6
AFter installing LMDE6:
sudo apt update
sudo apt upgrade
sudo apt install linuxcnc-uspace
That always works, although it does install a bit older build of LinuxCNC.
sudo apt update
sudo apt upgrade
sudo apt install linuxcnc-uspace
That always works, although it does install a bit older build of LinuxCNC.
Please Log in or Create an account to join the conversation.
10 Mar 2024 17:05 #295589
by bkt
Replied by bkt on topic LinuxCNC on Linux Mint Debian Edition 6
try to do whay you suggest ... but result was lcnc version 2.9.0 ,,,, that is not desired ....
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19024
- Thank you received: 6375
10 Mar 2024 19:01 #295598
by tommylight
Replied by tommylight on topic LinuxCNC on Linux Mint Debian Edition 6
Try one of these, use GDEBI to install or just double click on them.
Do not use DPKG !!!
Also, please report back if any of them works.
linuxcnc.org/dists/bookworm/2.9-uspace/b...pace_2.9.2_amd64.deb
buildbot2.highlab.com/debian/dists/bookw...4c401d6dc0_amd64.deb
Do not use DPKG !!!
Also, please report back if any of them works.
linuxcnc.org/dists/bookworm/2.9-uspace/b...pace_2.9.2_amd64.deb
buildbot2.highlab.com/debian/dists/bookw...4c401d6dc0_amd64.deb
Please Log in or Create an account to join the conversation.
10 Mar 2024 23:26 #295604
by cornholio
Replied by cornholio on topic LinuxCNC on Linux Mint Debian Edition 6
I have a VM running LMDE, was setup for RTAI, removed the RTAI stuff the other night and no issues installing a RT kernel & 2.9.2 uspace.
Please Log in or Create an account to join the conversation.
Time to create page: 0.305 seconds