Can not install LINUX CNC
02 Aug 2021 15:52 #216709
by gaston48
Replied by gaston48 on topic Can not install LINUX CNC
What blocks what? And what is the error message?
Attachments:
Please Log in or Create an account to join the conversation.
02 Aug 2021 17:04 #216714
by andypugh
Replied by andypugh on topic Can not install LINUX CNC
"W: La cible Packages (base/binary-amd64/Packages) est spécifiée plusieurs fois dans /etc/apt/sources.list.d/linuxcnc.list:1 et /etc/apt/sources.list.d/linuxcnc.list:5"
It sounds like your linuxcnc.list file has multiple repository entries for LinuxCNC.
(Probably two different versions).
You can probably correct this in the Synaptic package manager, or edit the file directly.
It sounds like your linuxcnc.list file has multiple repository entries for LinuxCNC.
(Probably two different versions).
You can probably correct this in the Synaptic package manager, or edit the file directly.
Please Log in or Create an account to join the conversation.
03 Aug 2021 07:51 #216794
by gaston48
Remains the installation of RTAI with this message:
Replied by gaston48 on topic Can not install LINUX CNC
Ok thank you, this step is fixed.or edit the file directly.
Remains the installation of RTAI with this message:
Attachments:
Please Log in or Create an account to join the conversation.
03 Aug 2021 09:36 #216797
by andypugh
Replied by andypugh on topic Can not install LINUX CNC
Which OS are you running? What is your current kernel version?
When you sorted out the apt sources, what did you end up keeping?
When you sorted out the apt sources, what did you end up keeping?
Please Log in or Create an account to join the conversation.
03 Aug 2021 11:59 #216803
by gaston48
mikron@pcmikron:~$ uname -a
Linux pcmikron 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
mikron@pcmikron:~$
In Synaptic everything is ready to be installed 1: 2.8.2 ( with linuxcnc-dev )
in my file : linuxcnc.list before (if I remember correctly )
deb linuxcnc.org/ buster base 2.8-rt
# deb linuxcnc.org/ buster base 2.8-rt_preempt
deb linuxcnc.org/ buster base 2.8-rt
my file : linuxcnc.list after
deb linuxcnc.org/ buster base 2.8-rt
Replied by gaston48 on topic Can not install LINUX CNC
I installed debian-10.10.0-amd64-netinst.iso with XfceWhich OS are you running? What is your current kernel version?
When you sorted out the apt sources, what did you end up keeping?
mikron@pcmikron:~$ uname -a
Linux pcmikron 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
mikron@pcmikron:~$
In Synaptic everything is ready to be installed 1: 2.8.2 ( with linuxcnc-dev )
in my file : linuxcnc.list before (if I remember correctly )
deb linuxcnc.org/ buster base 2.8-rt
# deb linuxcnc.org/ buster base 2.8-rt_preempt
deb linuxcnc.org/ buster base 2.8-rt
my file : linuxcnc.list after
deb linuxcnc.org/ buster base 2.8-rt
Please Log in or Create an account to join the conversation.
03 Aug 2021 12:35 #216808
by andypugh
Replied by andypugh on topic Can not install LINUX CNC
It might have been better to have started with the LinuxCNC Buster .iso and then swapped the kernels.
The simplest way out of this impasse is probably to install the kernel deb manually:
www.linuxcnc.org/dists/buster/base/binary-amd64/
It is possible that the problem is that there are two instances of that kernel package in the repository. I will try removing one this evening. (I can't just delete it, the index needs rebuilding and then the archive needs to be re-signed)
Download the most recent linux-image....rtai... and install it.
I typically use apt-get to install .debs, but you could also use gdebi to do it graphically, or dpkg.
The "./" before the file name is a hint to apt-get that it should look for a local file rather than on the repository.
The simplest way out of this impasse is probably to install the kernel deb manually:
www.linuxcnc.org/dists/buster/base/binary-amd64/
It is possible that the problem is that there are two instances of that kernel package in the repository. I will try removing one this evening. (I can't just delete it, the index needs rebuilding and then the archive needs to be re-signed)
Download the most recent linux-image....rtai... and install it.
I typically use apt-get to install .debs, but you could also use gdebi to do it graphically, or dpkg.
sudo apt-get install ./linux-image-4.19.195-rtai-amd64.deb
The "./" before the file name is a hint to apt-get that it should look for a local file rather than on the repository.
Please Log in or Create an account to join the conversation.
03 Aug 2021 16:41 #216851
by gaston48
I installed linuxcnc with synaptic
he refuses the installation of linux-dev
the latency test does not start
as well as a small sherline config?
Synaptic indicates that there are conflicts with uspace dependencies
mikron@pcmikron:~$ uname -a
Linux pcmikron 4.19.195-rtai-amd64 #5 SMP PREEMPT Sun Jul 11 19:13:27 BST 2021 x86_64 GNU/Linux
mikron@pcmikron:~$
linuxcnc-dev:
Dépend: linux-headers-4.19.195-rtai-amd64 but it is not installable
Dépend : python-serial mais ne doit pas être installé
Dépend : python-yapps mais ne doit pas être installé
Replied by gaston48 on topic Can not install LINUX CNC
I think RTAI is well installed thanks Andy ...
The simplest way out of this impasse is probably to install the kernel deb manually:
I installed linuxcnc with synaptic
he refuses the installation of linux-dev
the latency test does not start
as well as a small sherline config?
Synaptic indicates that there are conflicts with uspace dependencies
mikron@pcmikron:~$ uname -a
Linux pcmikron 4.19.195-rtai-amd64 #5 SMP PREEMPT Sun Jul 11 19:13:27 BST 2021 x86_64 GNU/Linux
mikron@pcmikron:~$
linuxcnc-dev:
Dépend: linux-headers-4.19.195-rtai-amd64 but it is not installable
Dépend : python-serial mais ne doit pas être installé
Dépend : python-yapps mais ne doit pas être installé
Please Log in or Create an account to join the conversation.
04 Aug 2021 10:16 #216897
by andypugh
Replied by andypugh on topic Can not install LINUX CNC
The linux-headers package is available in the repository that you got RTAI from.
I very much suspect that there is still a problem with your apt repository settings.
If you open Synaptic and look through the menus for the repository settings, what does it have?
I very much suspect that there is still a problem with your apt repository settings.
If you open Synaptic and look through the menus for the repository settings, what does it have?
Please Log in or Create an account to join the conversation.
04 Aug 2021 17:55 #216926
by gaston48
Replied by gaston48 on topic Can not install LINUX CNC
Attachments:
Please Log in or Create an account to join the conversation.
10 Aug 2021 23:45 #217434
by andypugh
Replied by andypugh on topic Can not install LINUX CNC
I think that you need a deb-src entry for www.linuxcnc.org (follow the same pattern as the others)
Please Log in or Create an account to join the conversation.
Time to create page: 0.156 seconds