where are the NEC/Renesas UPD720201 USB controller drivers folder ?

Hello to everyone.

I’m tryng to add all the USB 3 drivers I need to install succesfully Windows 7 x64 bit on my PC,that has these main specifications :

CPU = I9-9900k

MB = Gigabyte Aorus Pro

I tried to add the USB 3 drivers that I got from this link :

downloadcenter.intel.com/download/22824/Intel-USB-3-0-eXtensible-Host-Controller-Driver-for-Intel-8-9-100-Series-and-Intel-C220-C610-Chipset-Family

but it didn’t work. The problem is that at some point of the windows 7 installation,mouse and keyboard does not move at all and I can’t complete the installation. I even think that I’m missing something,because I have attached the mouse and the keyboard on the usb 2 ports in front of the case,not to the usb 3 ports behind it. What am I missing ? Can u point me to the correct drivers that I need to add to the iso image of windows 7 x64 bit to make work my mouse and keyboard ? they are generic,mouse is Lenovo and Keyboard is Atlantis.

I may also prefer to add the USB 3.0 drivers of the NEC/Renesas UPD720201 that I’ve bought some time ago inside the iso image of windows 7 x64 bit. I’ve found the package of these drivers here :

station-drivers.com/index.php?option...elect&id=196&lang=fr

The problem now is that the drivers are packed in a exe file. I have unpacked all the files inside the exe,but I’m not able to find the folder called “drivers” that’s what I need to add inside the iso image of windows 7. I have attached two pictures,showing which typical files I need to add and instead,which kind of files I find inside the drivers package. I want to know where are the driver files that I can add to the iso image,inside which folder ? Check the picture that I have attached. you will see files that don’t seem good to be recognized as drivers by windows 7.

Screenshot_1.png

Screenshot_2.png

@ziomario

you can get the Renesas driver here - USB 3.0/3.1 Drivers (original and modded)

this place it’s a paradise,man :). instead,where I can find the drivers for the usb controller of my motherboard (aorus pro) which works on windows 7 x64 bit ? thanks.

first find the hardware ID of your USB Controller

e.g

Device Manager -> Universal Serial Bus Controllers -> Intel USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)

Click the Details tab then select Hardware IDs -> right click, select Copy then paste it here.

PCI\VEN_8086&DEV_A36D&SUBSYS_50071458&REV_10
PCI\VEN_8086&DEV_A36D&SUBSYS_50071458
PCI\VEN_8086&DEV_A36D&CC_0C0330
PCI\VEN_8086&DEV_A36D&CC_0C03

@ziomario

I PMed you a driver to try

Hello. This is the procedure that I have followed to integrate the drivers inside the windows 7 iso image:

C:\Program Files\cmder>cd <br />C:&gt;dism /mount-wim /wimfile:c:\tmp\boot.wim /index:2 /mountdir:c:\tmp\mount

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Mounting image
[==========================100.0%==========================]
The operation completed successfully.

C:&gt; dism /image:c:\tmp\mount /add-driver:“c:\tmp\usb3” /recurse

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Image Version: 10.0.19041.1

Searching for driver packages to install…
Found 4 driver package(s) to install.
Installing 1 of 4 - c:\tmp\usb3\rusb3hub.inf: The driver package was successfully installed.
Installing 2 of 4 - c:\tmp\usb3\rusb3xhc.inf: The driver package was successfully installed.
Installing 3 of 4 - c:\tmp\usb3\tusb3hub.inf: The driver package was successfully installed.
Installing 4 of 4 - c:\tmp\usb3\tusb3xhc.inf: Error - The driver package contains x64 boot-critical drivers, but the drivers are not properly signed.
Use the /forceunsigned option to install the drivers.

Error: 50

The command completed with errors. For more information, refer to the log file.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:&gt; dism /image:c:\tmp\mount /add-driver:“c:\tmp\usb3” /recurse /forceunsigned

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Image Version: 10.0.19041.1

Searching for driver packages to install…
Found 4 driver package(s) to install.
Installing 1 of 4 - c:\tmp\usb3\tusb3xhc.inf: The driver package was successfully installed.
Installing 2 of 4 - oem0.inf: The driver package was successfully installed.
Installing 3 of 4 - oem1.inf: The driver package was successfully installed.
Installing 4 of 4 - oem2.inf: The driver package was successfully installed.
The operation completed successfully.

C:&gt; dism /image:c:\tmp\mount /add-driver:“c:\tmp\usb3” /recurse /forceunsigned

C:&gt;dism /unmount-wim /mountdir:c:\tmp\mount /commit

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Image File : c:\tmp\boot.wim
Image Index : 2
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.

C:&gt; dism /cleanup-wim

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Scanning drive C for stale files
Scanning drive D for stale files
Scanning drive E for stale files
Scanning drive G for stale files
Scanning drive I for stale files
Scanning drive J for stale files
Scanning drive N for stale files
Scanning drive T for stale files
Scanning drive U for stale files
The operation completed successfully.

C:&gt;dism /Get-WimInfo /WimFile:c:\tmp\install.esd

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Details for image : c:\tmp\install.esd

Index : 1
Name : Windows 7 Ultimate
Description : Windows 7 Ultimate
Size : 15,307,067,254 bytes

Index : 2
Name : Windows 7 Ultimate
Description : Windows 7 Ultimate
Size : 23,079,509,336 bytes

The operation completed successfully.

C:&gt;dism /Get-WimInfo /WimFile:c:\tmp\install.esd

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Details for image : c:\tmp\install.esd

Index : 1
Name : Windows 7 Ultimate
Description : Windows 7 Ultimate
Size : 15,307,067,254 bytes

Index : 2
Name : Windows 7 Ultimate
Description : Windows 7 Ultimate
Size : 23,079,509,336 bytes

The operation completed successfully.

C:&gt;dism /export-image /SourceImageFile:c:\tmp\install.esd /SourceIndex:1 /DestinationImageFile:c:\tmp\install.wim /Compress:max /CheckIntegrity

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Exporting image
[==========================100.0%==========================]
The operation completed successfully.

C:&gt;dism /export-image /SourceImageFile:c:\tmp\install.esd /SourceIndex:1 /DestinationImageFile:c:\tmp\install.wim /Compress:max /CheckIntegrity

C:&gt;dism /Get-WimInfo /WimFile:c:\tmp\install.wim

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Details for image : c:\tmp\install.wim

Index : 1
Name : Windows 7 Ultimate
Description : Windows 7 Ultimate
Size : 15,307,067,254 bytes

The operation completed successfully.

C:&gt;dism /mount-wim /wimfile:c:\tmp\install.wim /index:1 /mountdir:c:\tmp\mount

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Mounting image
[==========================100.0%==========================]
The operation completed successfully.

C:&gt;dism /mount-wim /wimfile:c:\tmp\install.wim /index:1 /mountdir:c:\tmp\mount

C:&gt;dism /image:c:\tmp\mount /add-driver:“c:\tmp\usb3” /recurse

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Image Version: 6.1.7601.24559

Searching for driver packages to install…
Found 4 driver package(s) to install.
Installing 1 of 4 - c:\tmp\usb3\rusb3hub.inf: The driver package was successfully installed.
Installing 2 of 4 - c:\tmp\usb3\rusb3xhc.inf: The driver package was successfully installed.
Installing 3 of 4 - c:\tmp\usb3\tusb3hub.inf: The driver package was successfully installed.
Installing 4 of 4 - c:\tmp\usb3\tusb3xhc.inf: The driver package was successfully installed.
The operation completed successfully.

C:&gt;dism /image:c:\tmp\mount /add-driver:“c:\tmp\usb3” /recurse

C:&gt; dism /unmount-wim /mountdir:c:\tmp\mount /commit

Deployment Image Servicing and Management tool
Version: 10.0.20226.1000

Image File : c:\tmp\install.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg
λ oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,b\Desktop-n9un2h3\n\os\windows\workstation\7\Win7-usb\boot\etfsboot.com#pEF,e,b\Desktop-n9un2h3\n\os\windows\workstation\7\Win7-usb\efi\microsoft\boot\efisys.bin <\Desktop-n9un2h3\n\os\windows\workstation\7\Win7-usb \Desktop-n9un2h3\n\os\windows\workstation\7\7efi.iso>
unfortunately when I tried to install windows 7,at some point,the installation stopped because this error :
Windows could not finish configuring the system. To attempt to resume configuration, restart the computer.
How can I fix it?

EDIT by Fernando: DISM details put into a “spoiler” (to save space)

@ziomario

ask for help on this thread - [Solution] Win7 drivers for USB 3.0/3.1 Controllers of new Intel chipset systems (27)

@infuscomus : u gave me too much informations to deal with. I’m not able to get the point of what I should do.