richard harris wrote:
> Installed EMC2 from the 6.06 LiveCD, using univpwm sample config, which 
> returned the error:
> 
> 
> Running HAL config file /etc/emc2/sample-configs/univpwm/univpwm_motion.hal
> HAL:6: ERROR: parameter or pin 'ppmc.0.pwm.00-03.freq' not found
> HAL config file /etc/emc2/sample-configs/univpwm/univpwm_motion.hal failed.
> Shutting down and cleaning up EMC2...
> 
> 
> Upgraded to EMC 2.1.4 to no avail.  After looking at the 
> univpwm_motion.hal file, tried changing the line to the form of the rest 
> of the file, from:
> 
> setp ppmc.0.pwm.00-03.freq 50000
> 
> to:
> 
> setp ppmc.0.pwm.00.freq 50000
> setp ppmc.0.pwm.01.freq 50000
> setp ppmc.0.pwm.02.freq 50000
> setp ppmc.0.pwm.03.freq 50000
> 
> but that didn't work either.  Have looked at the wiki, including the 
> upgrade instructions, but did not find anything applicable, particularly 
> given this was a clean install.
> 
> Complete error log of last attempt can be viewed at: 
> http://pastebin.ca/433711
> 


 From the pastebin:

[  124.131795] PPMC: installing driver
[  124.131809] PPMC: checking EPP bus 0 at port 0378
[  124.131815] PPMC: slot 0: ID code: 24 PPMC DAC card

It goes on to say it detected a 24 PPMC DAC card in every slot (16 
total).  Unless you really have 16 DAC cards, that is borked.

The univpwm configuration is designed to work with a Pico Systems
Universal PWM Controller (UPC) board connected to your parallel port.

The reason HAL can't find the parameter ppmc.0.pwm.00-03.freq is
because the driver didn't export that parameter.  The reason the
driver didn't export that parameter because it didn't find a UPC card.

What board do you have connected?  If its not a UPC, you are using
the wrong config.  If it is a UPC, then this is almost certainly
some kind of driver or card problem.  Have you contacted Jon Elson?

Regards,

John Kasunich


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to