Thank you very much.

The differences between this output and output on my computer are only in
addresses. (0000:00:10.0 and  I/O port addresses).

On my computer I/O port address, if I can good remember, are something like
a400, a000, d400, d000, ....., 9800 etc, but all I/O ports are disabled.

I did not know, that this addresses are so important. I will try to do
tomorrow, what you have suggested and I will get real output of lspci.

Anyway, thank you very much. Your information seems very helpful. I will be
able to test it tomorrow and inform you about results.

Sasa

On Tue, Dec 30, 2008 at 10:12 PM, Sebastian Kuzminsky <s...@highlab.com>wrote:

> 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
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to