Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Betibeteka Beranduetxea
:) Yeah, I understood there is a version string after realtime, but did go blind to "bin" directory. sudo /usr/realtime-4.19.257-rtai-amd64/testsuite/run gives me CANNOT FIND MAILBOX ... with both homebuilt pakage and yours El mar, 13 sept 2022 a las 8:51, Alec Ari () escribió: > > /usr/realti

Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Alec Ari via Emc-developers
That usually means RTAI isn't configured right, are you sure you built the RTAI kernel modules against your currently running kernel? What does `dmesg | grep "rtai"` return when you try and load the testsuite? Alec On Tuesday, September 13, 2022 at 02:12:02 AM CDT, Betibeteka Beranduetxea w

Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Alec Ari via Emc-developers
`dmesg | grep -e "rtai" -e "RTAI"` because now I forget the exact case lol ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Betibeteka Beranduetxea
Ooops... turns out the machine was started with another non-RTAi kernel. Rebooted and this is what it gives after some 10 minutes: OVL min: -462 OVL max: 10620 overruns:0 El mar, 13 sept 2022 a las 9:24, Alec Ari () escribió: > > `dmesg | grep -e "rtai" -e "RTAI"` because now I forget the exact

Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Alec Ari via Emc-developers
It's a common mistake! RTAI looks good now. On Tuesday, September 13, 2022 at 07:43:33 AM UTC, Betibeteka Beranduetxea wrote: Ooops... turns out the machine was started with another non-RTAi kernel. Rebooted and this is what it gives after some 10 minutes: OVL min: -462 OVL max: 10620 o

Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Betibeteka Beranduetxea
Hmmm... I was wrong. I'm still getting "CANNOT FIND MAILBOX". It happens if try and execute testsuit a second time. Of course, i did make sure that kernel 4.19.257-rtai-amd64 was running. Did half a dozen tests. This machine had hpet=disable and some other things in the kernel boot line. I was seei

[Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-09-13 Thread Steffen Möller via Emc-developers
# Comment added [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted Weblate](https://hosted.weblate.org) / [LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC Documentation](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/) / [English](https://h

[Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-09-13 Thread Steffen Möller via Emc-developers
# Comment added [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted Weblate](https://hosted.weblate.org) / [LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC Documentation](https://hosted.weblate.org/projects/linuxcnc/linuxcnc-docs/) / [English](https://h

[Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Tom Eagan
Hello LinuxCNC Developers - I've seen posts that indicate that GladeVCP may not have future support, and I was wondering what the future status is for PYVCP. Will it continue to be supported? I have a rather large UI built with PYVCP, and am hoping I don't have to redo it in something else. Th

Re: [Emc-developers] [Hosted Weblate] New comment in LinuxCNC/LinuxCNC Documentation

2022-09-13 Thread Hans Unzner
Am 13.09.22 um 16:48 schrieb Steffen Möller via Emc-developers: # Comment added [ smoe](https://hosted.weblate.org/user/smoe/ "Steffen Möller"): [Hosted Weblate](https://hosted.weblate.org) / [LinuxCNC](https://hosted.weblate.org/projects/linuxcnc/) / [LinuxCNC Documentation](https://hosted.

Re: [Emc-developers] RTAI 5.3.2 release for LinuxCNC (Debian packages already available)

2022-09-13 Thread Alec Ari via Emc-developers
You can always try pci=nomsi Please see this guide: https://github.com/NTULINUX/RTAI/blob/master/README.INSTALL And note the following message: IMPORTANT: The RTAI kernel packages, RTAI modules and LinuxCNC itself must all be built against each other. If any modification is made to the kernel,

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Alec Ari via Emc-developers
I don't think that qtpyvcp is going anywhere anytime soon. It's great! Alec ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Chris Morley
The are no plans that I am aware of or ever heard of not supporting pyvcp, gladevcp or qtvcp. Each has it's place. Chris From: Tom Eagan Sent: September 13, 2022 1:23 PM To: emc-developers@lists.sourceforge.net Subject: [Emc-developers] PYVCP Long Term Support

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Tom Eagan
Thank you very much for your answers, I’ll move forward with that information. Thanks, Tom Eagan Lead Engineer | INTEGRIS Engineering | www.Integrisgp.com office: 309-245-1589 | mobile: 309-696-6743 | tom.ea...@integrisgp.com From: Chris Morley Sent: Tuesday, Sept

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Chris Morley
Not sure what version of linuxcnc you are currently using but the big change is using python3 instead of python2. For PyVCP - this should be transparent anyways. Chris From: Tom Eagan Sent: September 14, 2022 1:16 AM To: EMC developers Subject: Re: [Emc-develo

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Tom Eagan
Currently 2.8.2, recompiled with larger HAL_SIZE. Thanks, Tom Eagan Lead Engineer | INTEGRIS Engineering | www.Integrisgp.com office: 309-245-1589 | mobile: 309-696-6743 | tom.ea...@integrisgp.com From: Chris Morley Sent: Tuesday, September 13, 2022 8:37:51 PM To:

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Chris Morley
Ok python3 starts with 2.9 You are safe :) From: Tom Eagan Sent: September 14, 2022 1:41 AM To: EMC developers Subject: Re: [Emc-developers] PYVCP Long Term Support Currently 2.8.2, recompiled with larger HAL_SIZE. Thanks, Tom Eagan Lead Engineer | INTEGRIS Eng

Re: [Emc-developers] PYVCP Long Term Support

2022-09-13 Thread Tom Eagan
Thank you! Just to be clear, I'm talking about Python Virtual Control Panel as described here: http://linuxcnc.org/docs/html/gui/pyvcp.html -Original Message- From: Alec Ari Sent: Tuesday, September 13, 2022 7:34 PM To: EMC developers ; Tom Eagan Subject: Re: [Emc-developers] PYVCP Lo