Jeshua Lacock wrote:
> So, I noticed when linuxcnc fails to launch, it states this in the Kernel 
> message information:
>
>       PPMC: ERROR: no boards found on bus 0, port 0378.
>
> I thought that was curious since I have never specified the port in the linux 
> config files that I knew of. Is there somewhere I need to specify the port 
> for LinuxCNC?
>
>   
OK, this IS you problem.  You must put the port address in the 
univstep_load.hal
file.  There is a line there that says :
loadrt hal_ppmc

You need to edit this to say :

loadrt hal_ppmc   port_addr="0xc030"

Jon


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to