[Solution] Win7 drivers for USB 3.0/3.1 Controllers of new Intel chipset systems

Howdy:

Installed UHD 630 driver – win7_8th_i3_i5_Driver_2.0
It loads correctly (verified using Team Viewer)
Installed however – I get no video
Prior to installing I had (slow) video via the generic driver

Have also tried (and it does install):
SMXDIY_Win64_15.45.27.5068_Beta_4.0_signature

Same results (black screen).

HARDWARE
Gigabyte H370M
Intel 8700k

PCI\VEN_8086&DEV_3E92&SUBSYS_D0001458&REV_00


Does this mean that you want to get an ISO with this drivers sipstreamed into it? Because that is what I have already done for testing purposes for my SP2.9-Serie for Windows 7

Before I do that (which I did intend to create – I need the individual driver as I’ve yet to find one for my i7-8700k which is working for the IG.

PCI\VEN_8086&DEV_3E92&SUBSYS_D0001458&REV_00

With the …
Standard VGA Graphics Adapter (slow) … it works (resolves video).

With UHD 630 however, black screen.
I’ve tried both ‘custom’ drivers floating around for it:

- SMXDIY_Win64_15.45.27.5068_Beta_4.0_signature
- Win7_8th_i3_i5_Driver_2.0

They both install and indicate that they’re properly working (fortunately Team Viewer allows me to interact with the system)… but there’s no video to the actual monitor.

Of course, it actually performs faster! than the driver which works! lol. And works at the resolution indicated (obviously).

The improved performance is what makes me think it’s ‘close’ but not quite it. Maybe it’s something stupid with my Display (this damned LCD is ANNOYING! It’s picky about refresh rates - which I’m actually going to test various refresh rates to see if it’s some issue with it’s quasi-multisync compatibility of this “amazing” 4K monitor. (stupid right?)

What I did in my developing-rig with a 9600k and a Z390 was to use a garphics card, mostly of the time i use a X1000-Series card from ATI, but in the 9600k-rig I use a HD4000-series-card, Windows 7 supports both of them out-of-the-box.

Hello. I have a laptop lenovo ideapad 310 15iap

Apollo lake Toronto 5d2

USB\ROOT_HUB30&VID8086&PID5AA8&REV000B
USB\ROOT_HUB30&VID8086&PID5AA8
USB\ROOT_HUB30

PCI\VEN_8086&DEV_5AA8&SUBSYS_380317AA&REV_0B
PCI\VEN_8086&DEV_5AA8&SUBSYS_380317AA
PCI\VEN_8086&DEV_5AA8&CC_0C0330
PCI\VEN_8086&DEV_5AA8&CC_0C03


When I change the scheme above it gives an error 39

@TrumanHW :
This thread is for USB controllers only. Go back to your original post :
Win 7 x64 Coffee Like UHD 630 Video driver (2)

( I have added some new suggestions )

Thanks & Regards. …

@canonkong What’s the progress with the generic USB-C driver? Is it ready to release yet or is it still in testing?

@IntiMD What do you mean by generic USB-C driver? Which device IDs? I also have a separate USB-C port (ACPI\USBC000) which needs UCSI USB Connector manager, but that only works under Windows 10, it is a built-in driver and support for USB-C which only Windows 10 has. I think it isn’t possible to make it work under 7.

Thank you SO MUCH for the USB 3.x driver fix!

I got my win 7 running on ryzen 9 x570 by installing a usb2 addin card (startech PEXUSB4DP); mobo usb ports worked in bios but addin card did not; addin card worked in win 7 but mobo ports (even usb 2’s) did not. So I had 2 kbds attached, one for talking to the bios via mobo port, one for talking to w7 through addin card, and everything else hanging off the addin usb2 card. Tolerable, but lower performance than desirable. (No ps2 ports on crosshair 8 mobo.)

Adding these drivers into my working w7 via control panel worked. YAY! thank you thank you thank you! :slight_smile:

(And it also shows that the drivers needed already existed, but the corps just didn’t tell us, probably because MS twisted their arm to do that. boo MS!)

@canonkong or someone, Please help, im trying to bring back to life my brother pc after mobo failure. The new mobo is Asus prime b360m-k and new cpu is i3-9100f
I created winpe 4.0 usb
used dism to add the driver to boot.wim

1
2
 
DISM /Mount-Wim /WimFile:f:\boot.wim /Index:1 /MountDir:C:\MOUNT
dism /image:C:\MOUNT /add-driver /driver:[unzipped drivers 64] /Recurse /ForceUnsigned
 

3 drivers installed

1
 
DISM /Unmount-Wim /MountDir:C:\MOUNT /Commit
 


then i booted from the usb on target machine

1
 
dism /image:e: /add-driver /driver:[unzipped drivers 64on same usb] /Recurse /ForceUnsigned
 

3 drivers installed sucesfully


reboot but still no keyboard or mouse


I was trying before with same drivers that worked for my 8th gen... so i tried cleaning up
1. listed the drivers

1
 
Dism /image:e: /get-drivers
 


2. then removed all mentioning iusb3xhc.inf, iusb3hcs.inf and iusb3hub.inf using
1
 
dism /image:e: /remove-driver oem[number].inf
 

3. listed drivers again - they are gone
4. and added the ones from your zip again

5. no effect after boot

I made sure that i got one of supported dev id's

1
 
wmic /image:e: /output:d:\dev.csv /namespace:\root\cimv2 path Win32_PNPEntity get ConfigManagerErrorCode, DeviceID, Service, Status, SystemName /format:csv
 


i see (...)A36D(...) near the top- file lost during the fight - if it may help l will create it again.


driver list from offline system


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
 
Published Name : oem0.inf
Original File Name : prnms001.inf
Inbox : No
Class Name : Printer
Provider Name : Microsoft
Date : 6/21/2006
Version : 6.1.7600.16385
 
Published Name : oem1.inf
Original File Name : prnms001.inf
Inbox : No
Class Name : Printer
Provider Name : Microsoft
Date : 6/21/2006
Version : 6.1.7601.17514
 
Published Name : oem10.inf
Original File Name : iusb3hub.inf
Inbox : No
Class Name : USB
Provider Name : Intel(R) Corporation
Date : 5/11/2017
Version : 5.0.5.55
 
Published Name : oem11.inf
Original File Name : intcdaud.inf
Inbox : No
Class Name : MEDIA
Provider Name : Intel(R) Corporation
Date : 2/21/2014
Version : 6.16.0.3137
 
Published Name : oem12.inf
Original File Name : igdlh64.inf
Inbox : No
Class Name : Display
Provider Name : Intel Corporation
Date : 3/30/2014
Version : 10.18.10.3540
 
Published Name : oem13.inf
Original File Name : iusb3hcs.inf
Inbox : No
Class Name : System
Provider Name : Intel
Date : 5/11/2017
Version : 5.0.5.55
 
Published Name : oem14.inf
Original File Name : hdxrt4.inf
Inbox : No
Class Name : MEDIA
Provider Name : Realtek Semiconductor Corp.
Date : 5/16/2017
Version : 6.0.1.8158
 
Published Name : oem15.inf
Original File Name : dtsoftbus01.inf
Inbox : No
Class Name : System
Provider Name : DT Soft Ltd
Date : 2/21/2014
Version : 4.49.1.352
 
Published Name : oem16.inf
Original File Name : oemwin2k.inf
Inbox : No
Class Name : Net
Provider Name : TAP-Win32 Provider V9 (Tunngle)
Date : 9/16/2009
Version : 9.0.0.6
 
Published Name : oem17.inf
Original File Name : nvvad.inf
Inbox : No
Class Name : MEDIA
Provider Name : NVIDIA
Date : 6/5/2018
Version : 4.8.3.0
 
Published Name : oem18.inf
Original File Name : nvswcfilter.inf
Inbox : No
Class Name : Mouse
Provider Name : NVIDIA
Date : 6/6/2018
Version : 8.16.23319.34391
 
Published Name : oem19.inf
Original File Name : nvvhci.inf
Inbox : No
Class Name : System
Provider Name : NVIDIA
Date : 4/17/2018
Version : 3.2.2395.1287
 
Published Name : oem2.inf
Original File Name : rt64win7.inf
Inbox : No
Class Name : Net
Provider Name : Realtek
Date : 12/18/2013
Version : 7.78.1218.2013
 
Published Name : oem20.inf
Original File Name : iaahcic.inf
Inbox : No
Class Name : HDC
Provider Name : Intel Corporation
Date : 6/12/2017
Version : 15.7.1.1015
 
Published Name : oem21.inf
Original File Name : bthaudiohf.inf
Inbox : No
Class Name : MEDIA
Provider Name : CSR plc
Date : 12/21/2009
Version : 5.0.14.0
 
Published Name : oem22.inf
Original File Name : bthavrcp.inf
Inbox : No
Class Name : HIDClass
Provider Name : CSR plc
Date : 8/13/2009
Version : 5.0.11.0
 
Published Name : oem23.inf
Original File Name : bthav.inf
Inbox : No
Class Name : MEDIA
Provider Name : CSR plc
Date : 12/21/2009
Version : 5.0.14.0
 
Published Name : oem24.inf
Original File Name : oemvista.inf
Inbox : No
Class Name : Net
Provider Name : TAP-Windows Provider V9
Date : 4/21/2016
Version : 9.0.0.21
 
Published Name : oem25.inf
Original File Name : oemwin2k.inf
Inbox : No
Class Name : Net
Provider Name : TAP-Win32 Provider V9 (Tunngle)
Date : 4/26/2016
Version : 9.0.0.21
 
Published Name : oem26.inf
Original File Name : lgaudio.inf
Inbox : No
Class Name : MEDIA
Provider Name : Logitech
Date : 3/8/2018
Version : 8.98.201.0
 
Published Name : oem27.inf
Original File Name : lgpbtdd.inf
Inbox : No
Class Name : Logitech LCDs
Provider Name : Logitech
Date : 7/1/2009
Version : 3.3.107.0
 
Published Name : oem28.inf
Original File Name : lgsfmouhid.inf
Inbox : No
Class Name : Mouse
Provider Name : Logitech
Date : 9/24/2014
Version : 8.57.0.0
 
Published Name : oem29.inf
Original File Name : brimm13a.inf
Inbox : No
Class Name : Image
Provider Name : Brother
Date : 9/14/2016
Version : 1.0.9.7
 
Published Name : oem3.inf
Original File Name : nv_dispi.inf
Inbox : No
Class Name : Display
Provider Name : NVIDIA
Date : 11/12/2018
Version : 25.21.14.1694
 
Published Name : oem30.inf
Original File Name : brpom13a.inf
Inbox : No
Class Name : Ports
Provider Name : Brother
Date : 9/5/2016
Version : 1.0.10.7
 
Published Name : oem31.inf
Original File Name : brprm13a.inf
Inbox : No
Class Name : Printer
Provider Name : Brother
Date : 10/18/2016
Version : 1.11.0.0
 
Published Name : oem32.inf
Original File Name : vbmmecable64_win7.inf
Inbox : No
Class Name : MEDIA
Provider Name : VB-Audio Software
Date : 9/2/2014
Version : 1.0.3.5
 
Published Name : oem33.inf
Original File Name : lgsfusbfilt.inf
Inbox : No
Class Name : HIDClass
Provider Name : Logitech
Date : 4/19/2013
Version : 8.46.17.1
 
Published Name : oem34.inf
Original File Name : lgbusenum.inf
Inbox : No
Class Name : System
Provider Name : Logitech
Date : 6/13/2016
Version : 8.85.75.0
 
Published Name : oem35.inf
Original File Name : lgvirhid.inf
Inbox : No
Class Name : HIDClass
Provider Name : Logitech
Date : 6/13/2016
Version : 8.85.75.0
 
Published Name : oem36.inf
Original File Name : lgjoyhid.inf
Inbox : No
Class Name : HIDClass
Provider Name : Logitech
Date : 6/13/2016
Version : 8.85.75.0
 
Published Name : oem37.inf
Original File Name : lgjoywinusb.inf
Inbox : No
Class Name : LGWinUSB
Provider Name : Logitech
Date : 4/24/2015
Version : 8.70.161.0
 
Published Name : oem38.inf
Original File Name : iusb3xhc.inf
Inbox : No
Class Name : USB
Provider Name : Intel(R) Corporation
Date : 5/11/2017
Version : 5.0.5.55
 
Published Name : oem4.inf
Original File Name : xtuacpidriver.inf
Inbox : No
Class Name : System
Provider Name : Intel
Date : 4/12/2017
Version : 14.28.47.630
 
Published Name : oem5.inf
Original File Name : brupsb0a.inf
Inbox : No
Class Name : Printer
Provider Name : Brother
Date : 4/25/2013
Version : 1.18.0.0
 
Published Name : oem6.inf
Original File Name : nvhda.inf
Inbox : No
Class Name : MEDIA
Provider Name : NVIDIA Corporation
Date : 10/22/2018
Version : 1.3.38.4
 
Published Name : oem7.inf
Original File Name : heci.inf
Inbox : No
Class Name : System
Provider Name : Intel
Date : 7/18/2017
Version : 11.7.0.1040
 
Published Name : oem8.inf
Original File Name : mesrl.inf
Inbox : No
Class Name : Ports
Provider Name : Intel
Date : 5/14/2014
Version : 10.0.25.1006
 
Published Name : oem9.inf
Original File Name : chipset_smbus.inf
Inbox : No
Class Name : System
Provider Name : Intel
Date : 2/25/2014
Version : 10.0.13.0
 
The operation completed successfully.
 

 
 




PS also tried to add your drivers to normal win 7 pro boot and install wim on flashdrive for testing but the don't seem to do anything - loosing mouse and keyboard as soon as gui starts...

You need to slipstream the drivers into index 2 of the boot.wim-file, not 1, 1 is for recovery purposes an not the booted one while normally bootet from an installation media. Hope this helps.

PCI\VEN_8086&DEV_A36D&SUBSYS_085C1028&REV_10

my hardware id is for dell optiplex 3060 usb 3.1

until yet know i cannot success for installing win7 in this mobo

usb keyboard mouse is not detecting when i get boot menu of win7

please give usb 3.1 driver for dell optiplex 3060 for win7

Hi I got the h310m-k asus motherboard without knowing that I have not tried the usb inputs not working method can you help.

https://i.imgyukle.com/2019/10/25/EmcQK8.jpg

i just have to use windows 7 as the ps entries are working. has diskless cafe system

@gs1991apo :
Welcome to the Win-RAID Forum!
I have moved your post into the better matching thread, where you can find a solution for your Win7 specific problem.
Good luck!
Dieter (alias Fernando)


Ok, and did you integrate the driver in the index 2 of the boot.wim file ?

Hello, I have the H310M-K motherboard and the USB 3.1 drivers are working so I can use mouse and keyboard during install but every time I try to install it shows “No drives were found” and I apparently need SATA/AHCI drivers so that my SSD can be found in the install but I don’t know where to find them. Any help maybe? Or does Windows 7 not work with H310M-K?


Since Vista, windows has native AHCI-support, and Windows 7 works like it is supposed to on my Z390 test rig. Maybe there is an issue with the settings in your UEFI, but without informations about your hardware it is difficult to give you some help.


Since Vista, windows has native AHCI-support, and Windows 7 works like it is supposed to on my Z390 test rig. Maybe there is an issue with the settings in your UEFI, but without informations about your hardware it is difficult to give you some help.



Hey, thanks for replying! My hardware is ASUS PRIME H310M-K Motherboard as mentioned, Intel i7 8700 and GTX 1080 Ti. I added the USB 3.1 Drivers to the Win7 ISO with NTLite and also tried several Gigabyte USB Windows Installation Tools to add USB Drivers, but I somehow doubt they are related to my hard drives not showing up.

As for my UEFI settings I have Secure Boot Disabled, OS Type: Other OS, Fast Boot Disabled, Intel Platform Trust Technology Disabled, SATA Controller(s) Enabled, Aggressive LPM Support Disabled, Every SATA Device is Enabled, PCI Express Native Power Management Disabled, PCH DMI ASPM Disabled, ASPM Disabled, L1 Substates Disabled, PCI Express Clock Gating Enabled, DMI Link ASPM Control Disabled, PEG - ASPM Disabled, Legacy USB Support Enabled, XHCI Hand off Enabled. UEFI Version 2.20.1271

I hope this is enough information so that you can help me!

You are welcome !
Yes, this helps. I think xHCI hand off enabled is ok. And in which index of yout boot.wim did you integreate the usb3 drivers? Do you use USB or PS/2-Peripherals? I don’t understand your UEFI version, if you lookup the updates on Asus’ website, you will notice that the versions are numbered with 3 resp. 4 digits.
If you want you can download my brand new Windows 7 SP2.9 ISOs, they have this USB3-driver already integrated in them, I will release those ISO’s soon anyways. But they are in german, if you want you can download a script with tolls that it is using, with that you will be able to create your own Windows 7 ISO with those drivers, like with those Gigabyte-tools an such. But you would have Windows 7 in english or another language.
Greetings form Switzerland