Re: [Emc-developers] back to the keyboard failure in the testing strech image

2019-07-09 Thread Gene Heskett
On Tuesday 09 July 2019 23:12:23 TJoseph Powderly wrote: > Gene, another common thing to your keyboard problem is that you use > USB. wireless to usb dongles. No gpio here, this is an amd64 box. The raspi problem is independent of this. > Try gpio maybe, > see

Re: [Emc-developers] back to the keyboard failure in the testing strech image

2019-07-09 Thread TJoseph Powderly
Gene, another common thing to your keyboard problem is that you use USB. Try gpio maybe, see https://www.raspberrypi.org/forums/viewtopic.php?t=155973 3 suggestions there. let the system run till your usb kbs craps out and check a few test keys tied to gpio. if the test keys are good and the usb

Re: [Emc-developers] Building LinuxCNC on Debian 10

2019-07-09 Thread Chris Morley
Removing python-sourceview2 will break all gscreen skins - including custom skins in the wild, gmoccapy and anything else that displays gcode with GladeVCP. Vte could be rmoved, other then it could break any custom screens in the wild. Gscreen and Gmoccapy use separate code, but will have the

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread andy pugh
On Tue, 9 Jul 2019 at 23:21, Alec Ari wrote: > andypugh, no-calibration was a test branch specifically for you to try, > not make public debs with. > It was where I was when I decided to stop for the night. FWIW on my hardware the debs install and run the RTAI latency test, but LinuxCNC

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread andy pugh
On Tue, 9 Jul 2019 at 23:26, Alec Ari wrote: > Branches merged, you should not _have to_ run `make menuconfig` in RTAI > for any reason. ./configure is synced with Kconfig and there is no > functional change between Kconfig defaults and using an empty ./configure > line. If ./configure is not

[Emc-developers] back to the keyboard failure in the testing strech image

2019-07-09 Thread Gene Heskett
I've just had the dead keyboard again, forceing a reboot. This is all I can glean from the syslog: Jul 9 10:15:11 coyote usbhid-ups[757]: libusb_get_report: could not claim interface 0: Device or resource busy Jul 9 10:16:03 coyote usbhid-ups[757]: libusb_get_report: could not claim

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread Alec Ari via Emc-developers
andypugh, no-calibration was a test branch specifically for you to try, not make public debs with. I'm guessing that the no-calibration branch works for your hardware though? Can you make debs off the HEAD (tip) of the current master branch? The commit missing from that branch is this:

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread Alec Ari via Emc-developers
Branches merged, you should not _have to_ run `make menuconfig` in RTAI for any reason. ./configure is synced with Kconfig and there is no functional change between Kconfig defaults and usingĀ  an empty ./configure line. If ./configure is not working for you, something is wrong. Alec

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread andy pugh
On Tue, 9 Jul 2019 at 11:08, andy pugh wrote: > > I hope to put some debs up on my Github this evening. > As promised https://github.com/andypugh/RTAI/releases/tag/5.2.2-no-calibration -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of

[Emc-developers] Building LinuxCNC on Debian 10

2019-07-09 Thread John Thornton
I've been working on a Debian 10 setup and getting the preempt rt kernel is simple. However I ran into a couple of dependencies that can't be satisfied as they have been dropped from Debian 10. python-gtksourceview2 used by: configs/apps/gladevcp/by-widget/sourceview.demo

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread andy pugh
On Tue, 9 Jul 2019 at 09:56, Alec Ari via Emc-developers wrote: > Once the debs get built for RTAI itself, I'll need latency scores from a few > systems under load, most notably when opening Firefox. I hope to put some debs up on my Github this evening. -- atp "A motorcycle is a bicycle with

Re: [Emc-developers] Good news on RTAI

2019-07-09 Thread Alec Ari via Emc-developers
Thank you, Robert! Once the debs get built for RTAI itself, I'll need latency scores from a few systems under load, most notably when opening Firefox. The Ryzen system I have, latency will jump from 10 microseconds to 150, but on my AMD Fusion APU, I do not have this problem. I'm not sure if