RTAI with 4.19.152 - Bugs Fixed. Testers Needed
- tommylight
- Away
- Moderator
Less
More
- Posts: 19195
- Thank you received: 6434
16 Dec 2020 11:48 - 16 Dec 2020 11:49 #192125
by tommylight
Replied by tommylight on topic RTAI with 4.19.152 - Bugs Fixed. Testers Needed
Use
sudo apt-get install gdebi
then use gdebi to install packages. DPKG does not check for all the dependencies causing some issues.
so :
sudo gdebi rtai-modules-4.19.152_5.2.3-linuxcnc_amd64.deb
edit
do the same for the kernel, reinstall it
sudo apt-get install gdebi
then use gdebi to install packages. DPKG does not check for all the dependencies causing some issues.
so :
sudo gdebi rtai-modules-4.19.152_5.2.3-linuxcnc_amd64.deb
edit
do the same for the kernel, reinstall it
Last edit: 16 Dec 2020 11:49 by tommylight. Reason: more info
Please Log in or Create an account to join the conversation.
19 Dec 2020 00:07 #192413
by pdxalz
Replied by pdxalz on topic RTAI with 4.19.152 - Bugs Fixed. Testers Needed
I installed it without problems using gdebi, except when installing linuxcnc_2.8.1_amd64.deb I got the error:
This package is uninstallable
Conflicts with the installed package 'linuxcnc-uspace'
So, I removed linuxcnc using the synaptics package manage, and it installed after that.
I tried latency-histogram , and it usually worked. However occasionally I get a servo latency of -999.8 right at the start and the following error messages:
msg=can't use non-numeric floating-point value as operand of "*" (variance=-1014672226)
msg=can't use non-numeric floating-point value as operand of "*" (variance=-1558858668)
This package is uninstallable
Conflicts with the installed package 'linuxcnc-uspace'
So, I removed linuxcnc using the synaptics package manage, and it installed after that.
I tried latency-histogram , and it usually worked. However occasionally I get a servo latency of -999.8 right at the start and the following error messages:
msg=can't use non-numeric floating-point value as operand of "*" (variance=-1014672226)
msg=can't use non-numeric floating-point value as operand of "*" (variance=-1558858668)
Attachments:
Please Log in or Create an account to join the conversation.
19 Dec 2020 08:18 #192434
by mirkap
Finally I reinstall OS.
Everything goes ok, except one dependency: python-gtksourceview2.
I have to install it manually.
Replied by mirkap on topic RTAI with 4.19.152 - Bugs Fixed. Testers Needed
Use
sudo apt-get install gdebi
then use gdebi to install packages. DPKG does not check for all the dependencies causing some issues.
so :
sudo gdebi rtai-modules-4.19.152_5.2.3-linuxcnc_amd64.deb
edit
do the same for the kernel, reinstall it
Finally I reinstall OS.
Everything goes ok, except one dependency: python-gtksourceview2.
I have to install it manually.
Please Log in or Create an account to join the conversation.
Time to create page: 0.309 seconds