I had a major problem using the broadcom driver with RIS. My situation was with Windows XP (sp1) and a Dell Optiplex GX280 and D505 laptops, but I guess this can happen to any computer with a Broadcom adapter.
If you keep getting the message that no supported network adapter could be found, and you have tried adding the driver as described in Microsoft Knowledge Base Article - 315279 you can try the following:
In your b57xp32.inf in ..Images\wxp.pro\i386 , Delete the text in red...
Delete all existing Intel nic drivers in your ris install image.
Extract PRO2kxp.exe and copy extracted files to ris image $OEM$\$1\Drivers\IntelNIC folder (example). Add path to ristndrd.sif file to OemPnpDriversPath entry.
Extract E100BNT5.exe and E1000BNT.exe files and copy extracted files to ris image i386 folder. Edit e100b325.inf and locate ;Dell Viper section. Add at end this section line: %PCIE100B.DeviceDesc% = XP_D101MG.ndi, pci\ven_8086&dev_103d&subsys_20021028
Thanks, I've tries the KB artical advice with no luck. The extra parts you have included should be helpful though. I shall try these when I return to work next week.
Many thanks.
Jarkkolainen
2 Posts
0
September 9th, 2004 10:00
ChrisByers
3 Posts
0
September 9th, 2004 13:00
CaloundraCityCo
1 Message
0
September 16th, 2004 01:00
I had a major problem using the broadcom driver with RIS. My situation was with Windows XP (sp1) and a Dell Optiplex GX280 and D505 laptops, but I guess this can happen to any computer with a Broadcom adapter.
If you keep getting the message that no supported network adapter could be found, and you have tried adding the driver as described in Microsoft Knowledge Base Article - 315279 you can try the following:
In your b57xp32.inf in ..Images\wxp.pro\i386 , Delete the text in red...
[Manufacturer]
%BRCM% = Broadcom, NTx86.5.1
[ControlFlags]
ExcludeFromSelect = *
[Broadcom.NTx86.5.1]
%BCM5700% = BCM5700.XpInst, PCI\VEN_14e4&DEV_1644
%BCM5700% = BCM5700CX.XpInst, PCI\VEN_14e4&DEV_1644&REV_21
>>> end <<<
Put the edited file in the i386 folder and restart your BINL service. Now it should work.
More info on using third party adapters with RIS:
http://support.microsoft.com/?kbid=315279
Hope this helps!!!!
Lee Pryor
Network Support Officer
Caloundra City Council
Jarkkolainen
2 Posts
0
September 16th, 2004 09:00
Try following:
Download http://support.intel.com/support/network/sb/cs-000023-prd38.htm E100BNT5.exe, E1000BNT5.exe file and PRO2kxp.exe files.
Delete all existing Intel nic drivers in your ris install image.
Extract PRO2kxp.exe and copy extracted files to ris image $OEM$\$1\Drivers\IntelNIC folder (example). Add path to ristndrd.sif file to OemPnpDriversPath entry.
Extract E100BNT5.exe and E1000BNT.exe files and copy extracted files to ris image i386 folder. Edit e100b325.inf and locate ;Dell Viper section. Add at end this section line: %PCIE100B.DeviceDesc% = XP_D101MG.ndi, pci\ven_8086&dev_103d&subsys_20021028
Save and restart BINLSVC
ChrisByers
3 Posts
0
September 17th, 2004 11:00
Many thanks.