Jumat, 08 April 2011

Fix BUGCODE_USB_DRIVER (Blue Screen)



This problems almost get on Windows 7 or Windows Server 2008 R2. When the computer enters or resumes from sleep (S3) or from hibernation (S4), the computer may crash. Additionally, you receive a Stop error message that resembles the following :
BUGCODE_USB_DRIVER

Note :
-The last two parameters in this Stop error message may vary, depending on the configuration of the computer.
- Not all "0x000000FE" Stop error messages are caused by this problem.
This issue may occur if you attach a USB composite device that supports the Selective Suspend feature to the computer.


Cases of this problem : issue occurs because of a race condition in the Usbccgp component.

How to fix BUGCODE_USB_DRIVER Blue Screen :
STEP 1 :
Download Update your operating system in here http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974410&kbln=en-us

or

STEP 2 :
To work around this problems, disable the Selective Suspend feature in the Usbccgp component. To do this, follow these steps:

1. Click Start
start button, type regedit in the Start Search box, and then press ENTER.
2. Locate the UsbccgpCapabilities registry entry in the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\\Device Parameters
Notes
- “VID&PID” is the Vendor ID and Product ID of the USB device.
- “InstanceID” is an instance of the USB device.
3. Set the value of the UsbccgpCapabilities registry entry to 10, and then click OK.
4. Restart the computer to apply the change.
Note : This setting prevents the USB composite (also known as "parent") device from going idle. When the device does idle, the device issues a USB Idle Notification IRP. This setting disables the timer and worker routine that checks for idle child functions. Additionally, the setting idles the parent device if all child functions are idle.

Related Post :



0 comments:

R