PC104 PCMCIA Adapter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building a XPe computer with a PC104 PCMCIA adapter, I have run TAP.exe
on the hardware and it has detected a "Vadem PCIC compatible PCMCIA
controller" This is included in the target build, I have done a dependency
check and all is clear. Is this sufficient to have this device run correctly
under XP Embedded? Are the drivers added to this build by this process, if
not how do I locate the drivers and include them on this build?

Under standard Windows XP, it states that the drivers for this device are
added by the Operating System.

Do I need to add any other files in order to have this work properly, how
can I check that it is working correctly.

Thanks
 
skylark,

All you need is:
"Device: PCMCIA"
"Class Installer - PCMCIA adapters"
pcmcia.sys

But these components were added to your configuration if you resolved the dependecnies of the "Vadem PCIC compatible PCMCIA
controller" component.

More specifically, you need pcmcia.inf under \windows\inf directory, and pcmcia.sys under windows\system32\drivers directory.
And [HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E977-E325-11CE-BFC1-08002BE10318],"Class"="PCMCIA" key.

You can verify if the device is working properly at run time with Device Manager or devcon tool.
 
Back
Top