D
Dave
Had exact same problem with some new Gateways we bought
with that exact adapter. I finally got it working, with
the original OEM drivers and with the ones I downloaded
from the Intel site. Here are the drivers that are used.
e100bnt5.sys
e100bnt5.inf
e100bmsg.dll
e100bnt5.din
IntelNIC.dll
Prounstl.exe
I put all of them in the i386 directory and in $OEM$\$1
\Drivers\NIC directory. Then I setup the .sif file as per
the article you refered too.
Something that bite me in the butt initially was a simple
problem, but I'll throw it out there.
Your directory structure should be..
[Correct Structure]
.....\Images\win2000.pro\i386
.....\Images\win2000.pro\$OEM$\$1\Drivers\NIC ...
[Wrong Structore]
I had this ... \Images\win2000.pro\i386\$OEM$\
(left over from prior habits)
its always the simple stuff.
Here is the what was in my .sif file (the
DriverSigningPolicy will stop the driver confirm messages)
[Unattened]
OemPreinstall = Yes
OEMPnpDriversPath = "Drivers\NIC"
DriverSigningPolicy = Ignore
Everything worked after that... if you want my full .sif
file let me know...
Dave
with that exact adapter. I finally got it working, with
the original OEM drivers and with the ones I downloaded
from the Intel site. Here are the drivers that are used.
e100bnt5.sys
e100bnt5.inf
e100bmsg.dll
e100bnt5.din
IntelNIC.dll
Prounstl.exe
I put all of them in the i386 directory and in $OEM$\$1
\Drivers\NIC directory. Then I setup the .sif file as per
the article you refered too.
Something that bite me in the butt initially was a simple
problem, but I'll throw it out there.
Your directory structure should be..
[Correct Structure]
.....\Images\win2000.pro\i386
.....\Images\win2000.pro\$OEM$\$1\Drivers\NIC ...
[Wrong Structore]
I had this ... \Images\win2000.pro\i386\$OEM$\
(left over from prior habits)
its always the simple stuff.
Here is the what was in my .sif file (the
DriverSigningPolicy will stop the driver confirm messages)
[Unattened]
OemPreinstall = Yes
OEMPnpDriversPath = "Drivers\NIC"
DriverSigningPolicy = Ignore
Everything worked after that... if you want my full .sif
file let me know...
Dave