Eric H. Johnson wrote: >Sebastian, > >The response from ls is: >ls: cannot access /lib/... : No such file or directory. > >What sets that? I installed from cvs, but never ran either emc2-install.sh >or apt-get install build-dep. > > The file you're trying to look at doesn't exist. This is the same message as you got from the hm2 driver, only from ls now.
Have you tried to see what part of that filespec doesn't exist? Do you not have /lib? No /lib/firmware? No /lib/firmware/hm2? If you have never installed a packaged EMC2 on this computer, then you will probably need to make a link from /lib/firmware to the firmware directory in your run-in-place directory. I rarely remember the correct form for ln, but it should be something like this: sudo ln -s /path/to/emc/mesa-hostmot/firmware /lib/firmware/hm2 If you have installed your compiled version with "make install", then I think the /lib/firmware/hm2 directory should have been created and populated for you. If not it should be considered a bug. It is somewhat important to use the firmware file that comes with the particular version of EMC2 you're using (TRUNK or released). The firmware files don't change too often, but I don't know that they're the same between 2.2.8 and TRUNK at the moment. - Steve ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
