Re: [Emc-users] joypad quit working when upgrading from 2.3.5 to 2.4

2010-05-19 Thread Mark Wendt
Looks like this is your problem: Debug file information: Can not find -sec EMC -var NML_FILE -num 1 Unrecognized line skipped: POC FMS LEN DIAMCOMMENT standard_pinout.hal:22: Warning: linkpp command is deprecated, use 'net' HAL: ERROR: pin_new called after hal_ready

Re: [Emc-users] joypad quit working when upgrading from 2.3.5 to 2.4

2010-05-19 Thread Jeff Epler
The hal_joystick component was deprecated in emc 2.2[1] and was intended to be removed in emc 2.4. Instead, use hal_input[2], which will require additional modifications to joypad.hal due to different pin names. hal_input, which has existed since emc2.2, supports more devices than hal_joystick,

Re: [Emc-users] joypad quit working when upgrading from 2.3.5 to 2.4

2010-05-19 Thread kirk
On 05/19/2010 10:15 AM, Jeff Epler wrote: The hal_joystick component was deprecated in emc 2.2[1] and was intended to be removed in emc 2.4. Instead, use hal_input[2], which will require additional modifications to joypad.hal due to different pin names. hal_input, which has existed since

Re: [Emc-users] joypad quit working when upgrading from 2.3.5 to 2.4

2010-05-19 Thread kirk
On 05/19/2010 03:52 AM, Mark Wendt wrote: Looks like this is your problem: Debug file information: Can not find -sec EMC -var NML_FILE -num 1 Unrecognized line skipped: POC FMS LEN DIAMCOMMENT standard_pinout.hal:22: Warning: linkpp command is deprecated, use 'net' HAL: