I am trying to use the 0.6 gpib linux driver with a pxi gpib card.
The driver compiles fine but when I do insmod it can't find the card.
The function call ib_init in init_module fails (ib_linux.c).
I am using redhat linux with 2.2.16 kernel on a pxi-1000b. All the prerequisites to build the kernel are ok.
This is the output from lspci -v:
00:13.0 Communication controller: National Instruments: Unknown device c821 (rev 01)
Flags: bus master, medium devsel, latency 32, IRQ 11
Memory at d7006000 (32-bit, non-prefetchable)
Memory at d7000000 (32-bit, non-prefetchable)
Questions:
1) Is this driver supposed to work with a pxi gpib card?
2) What can I do next?
Thanks
Rodolfo Saccani