gene heskett wrote:
> On Friday, January 28, 2011 10:09:43 pm Igor Chudov did opine:
>
>   
>> I received the Lava card today. I believe that it was shipped from IL
>> and that is why I got it so quickly.
>>
>> I disabled the on-board parallel port in BIOS during reboot.
>>
>> Lspci gives me the following:
>>
>> 04:01.0 Parallel controller: Lava Computer mfg Inc Lava Parallel (rev
>> 03) (prog-if 01)
>>         Subsystem: Lava Computer mfg Inc Lava Parallel
>>         Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
>> ParErr- Stepping- SERR- FastB2B- DisINTx-
>>         Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>         Interrupt: pin A routed to IRQ 16
>>         Region 0: I/O ports at d000 [size=8]
>>         Kernel driver in use: parport_pc
>>         Kernel modules: parport_pc
>>
>> The PC shows /dev/lp0.
>>
>> I have two questions:
>>
>> 1) What is the address (like 378 like it used to be)? Is d000 the
>> address?
>>
>>     
> I believe so.
>
>   
>> 2) How do I tell EMC2 to connect to this card?
>>
>>     
> In your 'config-name'.hal, this
> loadrt probe_parport
> loadrt hal_parport cfg=0x378
>
> will likely be replaced by
> loadrt probe_parport
> loadrt hal_parport cfg=0xd000
>   
No, this is not correct for the PPMC driver, because it does not use the 
hal_parport driver.
You add then address to the end of the line that loads the hal_ppmc driver, in 
your ppmc_load.hal file like this :
loadrt hal_ppmc port_addr="0xd000"

Jon






------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to