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

Does this driver support UASP?

Hi all and thank you for this thread and drivers.

I have huge problem running W7 Ultimate, my MoBo is z390 Gigabyte Aorus Master and I have no PS/2, only usb. I got all the drivers from both links by @canonkong (THANK YOU for what you did, you are truly amazing) :

ā€”then I used NTLite to put them on ISO,
ā€”though during the OS installation it keeps telling me the iusb3hcs.sys is not certificated.
ā€”I then run F8 to pick ā€œdisable driver signature enforcementā€ and then I can complete the installation.

The problem is as soon as I restart the pc it starts with a Windows Repair process and then during the repair I get stuck and have no way to interact, no mouse or keyboard active.


This thing is driving me crazy, itā€™s days now Iā€™m trying to solve. I have no much experience and have no idea of Dism to force unsigned.


The setup from @aladinsinbad (thank you!) I downloaded from here seems to work perfectly, though thatā€™s W7 Professional version and I canā€™t upgrade to my version.


Please Iā€™m freaking desperate, if anyone has a clue or hint for my case please, it would be immensely appreciated. Sorry for my English.




I would try that in case it could solve my problem, though Iā€™m so ignorant I donā€™t have the faintest idea where I have to put that folder, does that go into iso (I use NTLite) or I just have to put that after the installation in c and then run cmd.exe?

I really I donā€™t know anymore what the hell Iā€™m doing, I feel like my head is exploding with all this W7 situation on my mobo, itā€™s been a huge stress for me all these days, though I really want to keep this OS.

@VK1 If you have your original ISO downloaded already I suggest that you try out my mobile slipstreaming script. A the integration I use the option /forceunsigned, I never had problem with unsigned drivers.
Donā€™t forget to enable CSM on your BIOS and donā€™t confuse UEFI-boot with GPT and legacy-boot with MBR.
My brotherā€™s gaming rig with an ASRock Z390 Pro4 and an i3-8350k runs fine with canonkongā€™s driver. I succesfully tested my own ISOs an a Z390M Pro4 with a 9600k and a 970 EVO Plus, wich I bought just for that purpose.
Wish you ā€˜luckā€™.

@PatrickK thank you so much for the help, I got your w7 sp2 and trying that right now. About the mobile slipstreaming script I got that too and I will try ASAP.

At any rate, I really donā€™t understand what is causing that os Repair after installing, thatā€™s the point where I get screwed because I canā€™t move anything anymore.

I have tried the WindowsImageTool mb utility by Gigabite after NTLite (when I started 2 days ago) to add more drivers and then it recognized the 2 NVMe drives I have mounted, but then I had that certification problems and tried to add different drivers to the ISO without that tool and nowā€¦ it doesnā€™t recognize those 2 drives anymore but they are there and as soon as I try to boot a new Windows ISO the system recognizes there is back there somewhere another installed.

Is it possible this is causing me the Repair after installing? Because Iā€™m gonna take off those 2 NVMe drives, I was about to start disassembling.

Thank you again, now Iā€™m waiting to see what happens with your iso I was trying when I saw your message.

OMG @PatrickK with your ISO I didnā€™t got the repair thing!! I canā€™t believe it! Though it keeps recognizing I have two Windows installed so I get that black screen and have to chose one, at least though I donā€™t get to repair.

About the certification you wrote to me : ā€œA the integration I use the option /forceunsignedā€ I donā€™t understand what you mean, sorry I have very little knowledge, there is an option somewhere I missed or thatā€™s dism line? Thank you again for all your help in this thread and with your files.


edit: because Iā€™m kind of mentally downgraded after so many hours and made the post more clear in my bad English, also I want to take back I was still getting certifications problems, nope, got rid of them too with that iso!

edit2: about the force unsingnedā€¦ even if itā€™s not a problem anymore since I used your iso, I was doing it wrong all the time with Dism command lines and Iā€™ve seen too late (now that Iā€™m editing after many hours) there is a Dism GUI, it could have been useful for me, I could have got it right with that at least xD.

[NOW SOLVED, it was something simple I was unaware] I donā€™t know, it doesnā€™t make sense to me, with @PatrickK iso installed there is no issue of repair anymore and it DOES recognize all the drives but I keep getting black screen after restart with 2 Windows to chose from and all my drives but one are empty, no idea why I keep getting that ā€œdouble Windowsā€ now that I can see all my drives and only one has data. At this point itā€™s useless I take off those drives, there is nothing in them and the issue is not related to them as I initially thought.


EDIT: disabled from BIOS the Windows Boot Manager boot option and now it seems EVERYTHING WORKS! I can restart and no more black screen with double Windows and other crap

and with @PatrickK ISO I also dont get the certification freaking black screen anymore!! Damn Iā€™m so happy I canā€™t believe it! Thank you PatrickK you really are a gem of a user and been so helpful! I can now (after some sleep) get to the rest of this ā€œnightmareā€ with all other drivers though this is huge, at least itā€™s working and no more of those nasty problems.

THANK YOU

There is a serious mistake in "SHA256 Signed modified intel IO/USB3.1 driver 32/64bit" because of "PCI\VEN_8086&CC_0C03" line.
On old chipsets with EHCI present (dev_id 8C31, for example) driver installation makes all USB (including 2.0) unworkable.

@VK1 Great, sounds good to me, everything seems to work for you.
For you big thank you, you are very welcome, I am pleased by your success and you rcompliment calling me a gam. :-))
This thing with the option /forceunsigend was just for your information on how i handle unsigned driver to avoid problems with them.

Greetings from me.


I can confirm this problem, when I have integrated this driver USB 2.0 doesnt work after install on old Dell Optiplex 780. Booting with integrated driver into boot.wim x64 / x86 work without problem, only after OOBE USB doesnt work




Hey man, i have the very same motherboard and have installed windows 7 ultimate x64 sp 1 on it with no problem, the key is, when you boot normally , start command prompt(cmd) and type these :
1. bcdedit.exe /set loadoptions DDISABLE_INTEGRITY_CHECKS
2. bcdedit.exe /set nointegritychecks ON
3. bcdedit.exe /set TESTSIGNIN ON

Then go to Group policy/Users/Settings/Administrative templates/System/Drivers/Code signing for drivers - Disabled and then press OK and restart

After you restart the computer, install those drivers that you downloaded, then type in cmd again
bcdedit.exe /set TESTSIGNING OFF and restart to get back in normal mode, thats it.Youā€™re done !

@valcugen Thank you so much for the help, itā€™s greatly appreciated. I have solved now thanks to @PatrickK , very skilled user who shared his iso and thatā€™s been hella awesome, especially for someone like me with little knowledge, so far everything is working and the system is absolutely stable. Iā€™m not done yet and still installing programs and moving data, though Iā€™m running heavy applications too and so far itā€™s completely fine. Iā€™m saving your post though, such clear tips and walkthrough are pure gold for me to say the least, truly, huge thanks for the help!

Do these drivers work on the B365 22nm chipset? Ive got the Biostar utility for w7 and it works but the drivers are both DriverVer=08/18/2016,5.0.0.32, can i use the drivers in post no1 instead?
According the the original post at anandtech "While Intelā€™s B365 PCH is a part of the 300-series chipset family, the chipset is essentially a holdover from Intelā€™s earlier 200 series chipsets, and has much more in common with them"

Edit - iā€™ll do a test build in a day or 2, try installing these over the top ov the biostar ones, if they install iā€™ll try adding them to an image and see what happens.

hi
i did used - en mobile slipstreaming x64 v1.1 for integration in win7.iso and now thinkig and compatibility will this iso for z370 Šø only for H310/B360/H370/Q370/Z390/HM370?

@Wu-Tang You do not tell what model of motherboard you are using, but if I look, for example, at the Z370 HD3-OP (rev. 1.0), you wonā€™t need to use my script, you could use the tool that Gigabyte has put there to download, so called ā€˜Windows USB Installation Toolā€™, this will integrate one of the two original Intel USB3 drivers. But, at least on that model, I guess you would not have to do any modifying, because it is not needed to just install Windows 7, it is equipped with USB2.0 ports and you could use those. But, if you used my script, Windows 7 will have the right USB3 drivers ā€˜builtā€™ into it and you would have useful updates built into it and therefore would not need to do any automatied updates in the installation (most of the updates are not helpful for Windows 7 to do its job).

sry
its - https://www.asus.com/ru/Motherboards/ROGā€¦specifications/
yes, i did read about tools by vendors for integrate usb 3.0 into iso for install on z370 (tools by asus,giga, msi etc) but i want to use iso modded by your script to not do a lot of different iso.
i learn your project - very good, different drivers for any chips, kb for nvme and others, good job.
but i want to know list of chipsets, where i can to install my iso with integration drivers by your script?
for z390 will install modded drivers, true? and for z370/z270 etc installing orig drivers, true?

about updates, i donā€™t use wu a long time, im use about 10 years update pack by my colleague - https://blog.simplix.info/update7/ all testing by many people - http://forum.oszone.net/thread-257198.html its the best updatepack for windows7 in my opinion

ps how to paste nickname in answer?

@Wu-Tang Thank you very much for your appreciation, this pleases me.
With this it is poosible to install on the chipsets that canonkong mentions in the title, this one and the AMD-one too.
On the very most of other chipsets modifying would not be necessary to do an installation because of the USB2.0 ports available. But with USB3 drivers the installation process is a bit faster, i like this factor everytime I install Windows 7. And it makes our lives a bit easyier, especially if it comes to networking.
Yes, on Z390 an others mentioned in the title Windows 7 will use these modded drivers, on other chip(sets) it uses other drivers. Unfortunately we need to do this, because Windows 7 never had the luck to get the native USB3 support that we know since Windows 8 from 2012, damn Micro$oft, but donā€™t worry, here we are with our enthusiasm and knowledge baby.

In your case, Z370, Windows 7 will use one of the official Intel drivers, and another of the two from Asmedia for its Amsedia chips, the device manager will you show that.

Nice to hear that you donā€™t use the integrated Windows update function.

You just tipe the @-sign and start to type and click on the username that you are looking for, thatā€™s it.

Good luck on your project, I would like to see a screenshot from the screen that Windows shows you if you press Windows+pause.

@PatrickK


I as understand, that canonkong listing chipset which dont have usb 2.0 on board, and dont have official drvs on usb 3.0/3.1, but we may to install our modded iso by your script on other mobo.
may be to do list together, for example - z77/87/97/170/270/370, h, b, etc.


well!


he he, WU for [censored] true guys disable it after install


thx


sorry for my english, but those project is my colleague, dont my.
http://ipic.su/img/img7/fs/21-03-2020_23ā€¦1584824015.jpg

@Wu-Tang Cool, thanks for the screenshot.

What canonkongā€™s driver does is to support chipsets that do not have official usb drivers by the manufacturer, that includes USB2 and USB3.0/3.1/3.2 ports that are provided by the chipset; it doesnā€™t matter if USB2 or 3.x or whatever, if they are all provided by the chipset they use all the same chip and the same driver. On Z390 and ā€˜similarā€™ Windows 7 cannot use its built-in USB2 drivers because these USB2 ports are provided by the chipset and an other driver is required to make them to work.
For example we can take a look on an ASRock Z390M Pro4. On that model I test my Windows 7 ISOs before releasing (and others, of course), and that motherboard has 10 USB ports but in the device manager you will see just two entries in the USB section, two if I remeber correctly, and thatā€™s it, there are not like one entry for a controller and a hub for every two USB ports like it is pretty common on motherboards that use dedicated USB3 chips for its USB3 capability. More and more components are moving from dedicated chips into the chipset/CPU, nothing new.

Re post no233(mine), B365(22nm) chipset. Created another w7 test build and installed with the biostar drivers added to ntlite(having extracted them from a previous test). I extracted the signed and non signed drivers and manually updated within Device Manager, Host and Hub are now v5.0.5.55 and both are signed, great :).

@canonkong added the v5.0.5.55 signed drivers to an untouched w7 Pro 64bit iso with ntlite(boot and install wim), setup and install runs fine, mouse and kb into back panel IO usb2 ports, usb3 key in IO usb3 port. System didnt show usb3 key after logon, had to unplug and plug in for it tobe seen by the system, apart from that everything is fine so far. Please amend your OP to show the drivers work on the 22nm B365 chipset(you only state the B360). Great work and thank you for these drivers. :slight_smile: If you need any hardware IDā€™s etc, be specific what parts you want from a driver details drop down menu and i will post them.

Edit - In my opinion the smoothest method was to use the (extracted)Biostar drivers slipstreamed with NTLite then update to your drivers post logon using Device Manager.