Unable to install drivers of any kind of device on windows 8.1

Posted by saadj55 on Super User See other posts from Super User or by saadj55
Published on 2014-05-30T08:18:07Z Indexed on 2014/05/30 9:31 UTC
Read the original article Hit count: 168

Filed under:
|
|
|

Windows 8.1 is unable to install drivers. First, I wanted to install Android ADB drivers for my Chinese Android Phone. I downloaded the relevant drivers from the manufacturers site and enabled USB debugging on my phone and tried to install it but Windows failed to find any drivers in the driver folder. After searching on google, I got to know that I will have to edit the win_usb.inf file in order to install the drivers so I did the editing part also.

Added these line: %SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03 %CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03 to both NTamd and NTx86 sections but the problem persists. Phone's current hardware id is: VID_0BB4&PID_0C03

I noticed that I need hardware ID with &MI_01 appended at the end. But Windows detects the device with the above hardware ID.

I have the webcam drivers so I uninstalled WebCam Drivers to check if they can be installed back but I am also not able to install drivers for it. Windows is detecting the camera without that &MI_01 part.

Please help. I cannot install webcam nor my android phone.

© Super User or respective owner

Related posts about windows-8

Related posts about usb