Intel ethernet driver help.

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

Guest

H
I downloaded the intel 82562 ethernet driver for embeded xp with sp1.
I read contents of the readme.txt
In the componment desinger need the e100exp.inf .
But Intel didn't included this file in their embeded xp driver
I also rename the net559er.inf to e100exp.inf and rebuild the ethernet but still not workable
How can I do
Could you help me or offer me more info to do this

Thanks your kindly help
 
Intel network drivers fall in easy to componentize category of drivers.

You should download and extract new ordinary drivers for Windows XP.

Make component that will only copy all files to their folders (inf,
system32, system32\drivers).
So you should not import inf file in CD. This will support all Intel
adapters which hardware ID's are present in used inf files.

If you have problems with this:
You should check setupapi.log to see reason why driver did not install.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top