J
jimt
I am interested in componentizing the new 26Feb07 driver for the Intel
PRO/1000 PT Quad Port Server Adapter, pn EXP19404PT. Since the driver on
the Intel website is newer than AndrewRoy's "Intel PRO/1000 series ethernet
adapters" on xpefiles.com, I would like to componentize the new version.
Has anyone done this for XPe SP2 w/FP2007?
The release notes say that building a "driver disk" is no longer supported.
I installed the new driver "PRO2KXP.exe" on XP Pro with Inctrl5. Device
Manager shows seven files, including the .SYS and (via PnP ID) .INF files to
put into the driver repository. But what about all the other files that are
shown in the Inctrl5 log?
I tried an import of the e1e5132.inf file. Problems are:
- This line: "Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL"
caused this error: "cannot handle key "Characteristics". In another NG
post, a value of
0x85 was reported as the default for pNp. So 0x84 is not... Do I need
to add reg
entries for 0x84?
- inf line "Port1FunctionNumber = 0" results in "cannot handle key". No
mention of this
in the inctrl5 log. Ignore it?
- CompDesigner complained "Cannot find included INF File". I copied
machine.inf,
keyboard.inf, and msmouse.inf from the XPe repository to my component
repository.
Error fixed.
- "Cannot find [PciIoSpaceNotRequired] specified in Needs directive in the
current and included INFs." was reported. I searched all .inf files in the
XP Pro Windows\inf dir and
in the XP repository. This does not exist in any of them. How do I
deal with this error?
This symbol appears 4 times in the .INF in sections associated with
Win2k SP1, so
maybe I can ignore this error(?).
Any tips would be very appreciated. Thank you.
PRO/1000 PT Quad Port Server Adapter, pn EXP19404PT. Since the driver on
the Intel website is newer than AndrewRoy's "Intel PRO/1000 series ethernet
adapters" on xpefiles.com, I would like to componentize the new version.
Has anyone done this for XPe SP2 w/FP2007?
The release notes say that building a "driver disk" is no longer supported.
I installed the new driver "PRO2KXP.exe" on XP Pro with Inctrl5. Device
Manager shows seven files, including the .SYS and (via PnP ID) .INF files to
put into the driver repository. But what about all the other files that are
shown in the Inctrl5 log?
I tried an import of the e1e5132.inf file. Problems are:
- This line: "Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL"
caused this error: "cannot handle key "Characteristics". In another NG
post, a value of
0x85 was reported as the default for pNp. So 0x84 is not... Do I need
to add reg
entries for 0x84?
- inf line "Port1FunctionNumber = 0" results in "cannot handle key". No
mention of this
in the inctrl5 log. Ignore it?
- CompDesigner complained "Cannot find included INF File". I copied
machine.inf,
keyboard.inf, and msmouse.inf from the XPe repository to my component
repository.
Error fixed.
- "Cannot find [PciIoSpaceNotRequired] specified in Needs directive in the
current and included INFs." was reported. I searched all .inf files in the
XP Pro Windows\inf dir and
in the XP repository. This does not exist in any of them. How do I
deal with this error?
This symbol appears 4 times in the .INF in sections associated with
Win2k SP1, so
maybe I can ignore this error(?).
Any tips would be very appreciated. Thank you.