I tried your suggestion, but i still ran into problems. I did check out the INF file from the HP download and found that there are only 3 real differences between the RIS inf file and the regular INF file. I changed these 3 lines at the beginning of the Dell supplied INF file and it now works with RIS.
this is from the Dell supplied driver: [Manufacturer] %BRCM% = Broadcom, NTx86.5.1
[ControlFlags] ExcludeFromSelect = *
[Broadcom.NTx86.5.1]
This is what I modified: [Manufacturer] %BRCM% = Broadcom
[ControlFlags] ;ExcludeFromSelect = *
[Broadcom]
Save that file and then follow the steps in MS KB article 246184
parcival
1 Message
0
July 14th, 2004 12:00
I tried your suggestion, but i still ran into problems. I did check out the INF file from the HP download and found that there are only 3 real differences between the RIS inf file and the regular INF file. I changed these 3 lines at the beginning of the Dell supplied INF file and it now works with RIS.
this is from the Dell supplied driver:
[Manufacturer]
%BRCM% = Broadcom, NTx86.5.1
[ControlFlags]
ExcludeFromSelect = *
[Broadcom.NTx86.5.1]
This is what I modified:
[Manufacturer]
%BRCM% = Broadcom
[ControlFlags]
;ExcludeFromSelect = *
[Broadcom]
Save that file and then follow the steps in MS KB article 246184
http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b246184
I remember having to do the same thing with an intel driver once before.
--Johan
John_Hiebert
2 Posts
0
July 15th, 2004 14:00