richard harris wrote: > Jeff, > > That was an error in my transcription of the error message. It does in > fact read: > HAL:5:ERROR: Can't find module 'trivkins' in > Hal config file /etc/emc2/sample-configs/univpwm//univpwm_load.hal failed > > What is the path to trivkins? Why does the error message > show "univpwm//univpmw" the double slash is new to me. This is a quirk in the script where it prints the error message. (It may, in fact, be an error in the script code that assembles directory and file name together, and the OS does what was wanted.)
So, the // in the report is not the cause of the problem, although it sure makes you think it could be. So, you need to check the univpwm_load.hal file to see that it is loading trivkins correctly, and then make sure that it can actually find trivkins in the correct directory. I think it should be in the emc2 main directory, rtlib/trivkins.ko, so from the directory where the emc script is located (scripts), it should be available at : ../rtlib/trivkins.ko Jon ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
