Sasa Vilic wrote:
> i got a new NetMos 9805 PCI Parallel Port Card. I have read
> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Hooking_Up_A_MPG_Pendant and
> tried to setup my card, but it does not work.
> 
> lspci -v gives something like this:

Does it give *something* like this, or *exactly* this?


> 0000:00:10.0 Communication controller: NetMos
> <http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?NetMos> Technology PCI 1
> port parallel adapter (rev 01)
>         Subsystem: LSI Logic / Symbios Logic: Unknown device 0010
>         Flags: medium devsel, IRQ 11
>         I/O ports at a800 *[disabled]* [size=8]
>         I/O ports at ac00 *[disabled]* [size=8]
>         I/O ports at b000 *[disabled]* [size=8]
>         I/O ports at b400 *[disabled]* [size=8]
>         I/O ports at b800* [disabled]* [size=8]
>         I/O ports at bc00* [disabled]* [size=16]
> 
> Can someone tell me, what is wrong with it.

If it's exactly this, except for the URL ;-), then it looks like the 
BIOS of your computer has not enabled the PCI parport card.  All the 
Base Address Registers are disabled.

The normal linux parport driver enables the BARs when they're needed, 
but since that driver isnt getting loaded, the BARs are left disabled 
and emc2's parport driver doesnt enable them.

The workaround, until our parport driver gets fixed (which will probably 
be a while), is to enable the board before you tell emc2 to try to use it.

I think this can be done by setpci poking the right bit in the right 
register, or maybe via /sys/bus/pci/devices/0000:00.10.0/enable or one 
of the other special files there.  I dont know the specifics off the top 
of my head but that's a place to start.


-- 
Sebastian Kuzminsky
Dualism? Sure. Brain and Mind are different. "Brain" is a noun. "Mind"
is a verb - it's what a properly functioning Brain does.  -- DHuff

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to