I'm not clear on details of the install reporting this problem (commit or LinuxCNC version, os, kernel, etc). Posting the output from the command:
$ linuxcnc_info would be helpful. If using the master branch, you should probably try 2.8 and report. The buildbot instructions at the bottom of the page: buildbot.linuxcnc.org don't seem to show 2.8 but you can browse http://buildbot.linuxcnc.org/dists/ to see if your OS and kernel (rtpreempt or rt(rtai)) have debs available for 2.8. For example, in the stretch directory, debs have names like: linuxcnc-uspace_2.8.0~pre1.5067gf178a1739_amd64.deb The hash following the 'g' is the commit (f178a1739) The f178a1739 is the most recent commit for the 2.8 branch (as of today 17aug19) as shown by commit listing at: https://github.com/LinuxCNC/linuxcnc/commits/2.8 If you find an appropriate deb, it can be installed by commands: $ wget the_deb ;# copy buildbot link $ sudo dpkg -i the_deb ;# install the deb -- Dewey Garrett _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
