The only chage in these two modes is the ID number on the card. Wiener has provided a piece of code for changing the ID number which is on an eprom. But that code is for a DOS system.
On this page we will show you how to find out what your card is set to, and how to reconfigure it with a DOS or Linux computer.
scanpci
... (a long list) . . . pci bus 0x0002 cardnum 0x02 function 0x00: vendor 0x10b5 device 0x9050 PLX Technology, Inc. PCI <-> IOBus Bridge . . .So in bus 2, card 2 is something with vendor 0x10b5 device 0x9050.
| vendor | device | |
| VME | 0x10b5 | 0x9050 |
| CAMAC | 0x10b5 | 0x2258 |
. . . pci bus 0x0002 cardnum 0x02 function 0x00: vendor 0x10b5 device 0x2258 PLX Technology, Inc. PCI <-> IOBus Bridge . . .
*PCIADA to VMEMM* *PCIADA to CC32*
On this disk is a small program called plxeep which you can run. Generally you would like to use high memory. This program runs under DOS.
A:\>plxeep
Found a PCIADA conf. for VME in high memory.
Reprogram? (y{es}/n{ext}/c{ancel}):
.
.
.
How to reconfigure with Linux
The idea is to create a small DOS-boot disk, a simple floppy.
It also contains the plxeep. Then reboot your Linux
computer from this floppy (it will boot as DOS), run plxeep like
above. Remove floppy. Reboot back into Linux.
Oct 2005