Caporegime
I just linked the relevant one.
yeah you did,idk which is newer though or if they are the same as the intel ones I listed
I just linked the relevant one.
Mine works, also 7 ult x64.
Is USB3 on in the BIOS?
It's common issue across all manufacturers not just gigabyte
Thanks. I have the latest IRST drivers and 15q bios. My problem is windows has installed the microsoft driver for my Intel sata controller (under storage controllers in device manager). The two marvel controllers show as Marvel in device manager but the intel one shows up as "Microsoft Storage Spaces Controller". I cant install the correct Intel driver as I dont know what it is and the .inf file fails to update it.
Can I put windows 8 side by side with windows 7 on the same solid state ? Like two partition split ?
For all the Intel drivers and software I find you get better luck finding the switch to force them to install the Intel ones over sticking with the MS ones.
Just run the installer with -? switch and then look for switches like -overwrite or -overall, annoyingly it seems to be different switches on different installers. This way it should force it to install all the Intel bits from the package, rather than just some and leaving the rest using the default MS ones.
You should then see more devices as being listed as Intel and checking the drivers on them should show the Intel ones with the driver version from the installer package.
A switch is an option you can add to the command line when running an exe.
So, click Start, Run, then browse for the exe but before you click OK on the Run box add a space and then -? at the end of the command line that will run the exe.
..\Intel(R)_USB_3.0_eXtensible_Host_Controller_Driver\Setup.exe -?
The installer will start as normal but instead of installing it will pop up a dialog box showing all the available switches. They all do various things like forcing reboots, silent installs etc etc, these are useful for people that want to package/deploy/script these as they can control the way the installer works with out needing interaction from the end user.
But the ones we are interested in are any that force the installer to install all the drivers from the package. For Intel these are normally things like...
-overwrite
-overall
and once you know which one you need you can re-run as above but use that switch instead of -?