Parallel port sets 2-9pin set as input problem

More
30 Oct 2014 01:50 #52556 by viski
I have no parallel port on motherboard and i add it to PCI slot. address is 0x2030.

But when i set it for input

loadrt hal_parport cfg="0x2030 in"

i get error message

pin or parameter ' parport.0.reset-time ' not set :dry:

Please Log in or Create an account to join the conversation.

More
30 Oct 2014 03:26 #52558 by ArcEye
Hi

If you have no parport you probably want the port set to

loadrt hal_parport cfg="0x2030 out"

That would follow from the hal file error which suggests you are trying to run stepper motors from the port

regards

Please Log in or Create an account to join the conversation.

More
30 Oct 2014 19:53 #52577 by andypugh

loadrt hal_parport cfg="0x2030 in"

i get error message

pin or parameter ' parport.0.reset-time ' not set :dry:


That is probably just the first mention of the parport in the HAL file, and the underlying problem is that the driver has not found the card, and has not loaded.

If you open a terminal console window and start Linuxcnc from there (the command is "linuxcnc") then you may get some more feedback.
After LinuxCNC fails and exists, type "dmesg" and look at the last 20-30 lines for clues as to what the problem might be .

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum