HELP : Intel pro 10/100 VE network card problem !

C

Cyril MARTINEZ

Hello,

I have a detection problem with a intel pro 10/100 VE network card under
Windows XP Embedded SP2.
1 - After FBA phases, the card is correctly detected (appears in the Device
Manager and there are not conflicts), but settings (IP with DHCP) are not
configured automatically. I have tried to used the script Dhcpsettings.vbs
(WMI) that i downloaded on the Microsoft site.
Sample :
Set objWMIService = GetObject("winmgmts:" _ &
"{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colNicConfigs = objWMIService.ExecQuery _ ("SELECT * FROM
Win32_NetworkAdapterConfiguration WHERE IPEnabled = True")

No device is found ! (colNicConfigs is almost NULL)

2- I deleted the network card in the device Manager, and i restarted the PC,
the Intel Pro 10/100 network card is detected, and the settings are
configured automatically.

why do I have this problem?

Regards

Cyril M.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top