[Machinekit] Re: Issues with new install

2019-02-16 Thread johannes . fassotte
My build to run process was: cd src ./autogen.sh ./configure --enable-remote --with-platform-pc --with-rt-preempt --enable-drivers --enable-build-documentation make sudo make setuid cd .. . ./scripts/rip-environment machinekit /home/cnc/machinekit/configs/cnc1/cnc1.ini The configure options with

[Machinekit] Re: Issues with new install

2019-02-16 Thread johannes . fassotte
I have it working now and able to control my milling machine. In the config statement for the 7i80 board I had "num_encoders=6 num_stepgens=5 num_pwmgens=1 sserial_port_0=20xx" which worked fine with my kinuxcnc configuration but machinekit did not appear to like the "sserial_port_0=20

Re: [Machinekit] Re: Issues with new install

2019-02-16 Thread Bas de Bruijn
> On 16 Feb 2019, at 05:28, johannes.fasso...@gmail.com wrote: > > This turned out to be typo on my own part. But that is not the problem that > is preventing using the Mesa 7i80 cards that I have from working with machine > kit. > > Hi Johannes, I dont have the 7i80 so i’m not versed in t

[Machinekit] Re: Issues with new install

2019-02-15 Thread johannes . fassotte
This turned out to be typo on my own part. But that is not the problem that is preventing using the Mesa 7i80 cards that I have from working with machine kit. -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this mess

[Machinekit] Re: Issues with new install

2019-02-15 Thread johannes . fassotte
I have been trying to get better error messages and found this that may provide a cure: cnc1.hal:5: Realtime module 'hostmot2' loaded stat: No such file or directory cnc1.hal:7: insmod failed, returned -1: do_load_cmd: dlopen: hm2-eth.so: cannot open shared object file: No such file or directory