On Mon, May 10, 2010 at 09:30:03AM -0700, Neil Baylis wrote:
> I ran into an error after the upgrade. My system is the EMC2 Hardy live CD
> install, and I'm using the config files from pico systems website for the
> universal PWM controller.
> 
> The files are at:  http://pico-systems.com/codes/univpwm/
> 
> The only change I made was to edit the ini file and remove the line
> referring to the nml file.

Thanks for attaching that information.

I think the key line is this one:
    [ 1414.605787] PARPORT: ERROR: linux parport parport0 does not support mode 
4
this means that the Linux parport driver doesn't think your port works
in EPP mode.  If your system worked before the upgrade to 2.4.0, then
obviously this is not correct.

You should be able to get running with 2.4.0 by disabling the linux
parport driver (which was the default in 2.3.x installs).  In the
terminal, run this command:
    sudoedit /etc/modprobe.d/emc2
then remove the "#" from the last line in the file so that it reads
    install parport_pc /bin/true
and then reboot.  After that, I expect that emc will start for you.

Please let us know if this doesn't fix the problem you encountered.

Jeff

------------------------------------------------------------------------------

_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to