B14CKH4WK
Senior Member
- Joined
- Sep 20, 2009
- Messages
- 4
- Thread Author
-
- #1
I just wanted to report the first windows 10 BSOD didn't take too long after the update to happen. The error was 0x000000fe. The photo is below. The sad face screen actually stated that it was a usb driver error that caused the bsod. I will update the drivers and this thread accordly.
Last edited by a moderator:
Solution
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck FE, {4, ffffe001fb0f0b10, ffffe001fb634520, ffffe001ff31401c}
Probably caused by : USBPORT.SYS ( USBPORT!USBPORT_ProcessURB+1049b )
Followup: MachineOwner
---------
3: kd> !analyze -v;r;kv;lmtsmn;.bugcheck;!peb;!sysinfo cpuinfo;!sysinfo machineid; !sysinfo cpuspeed...
kemical
Essential Member
- Joined
- Aug 28, 2007
- Messages
- 36,176
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck FE, {4, ffffe001fb0f0b10, ffffe001fb634520, ffffe001ff31401c}
Probably caused by : USBPORT.SYS ( USBPORT!USBPORT_ProcessURB+1049b )
Followup: MachineOwner
---------
3: kd> !analyze -v;r;kv;lmtsmn;.bugcheck;!peb;!sysinfo cpuinfo;!sysinfo machineid; !sysinfo cpuspeed; !sysinfo smbios
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
BUGCODE_USB_DRIVER (fe)
USB Driver bugcheck, first parameter is USB bugcheck code.
Arguments:
Arg1: 0000000000000004, IRP_URB_DOUBLE_SUBMIT The caller has submitted an irp
that is already pending in the USB bus driver.
Arg2: ffffe001fb0f0b10, Address of IRP
Arg3: ffffe001fb634520, Address of URB
Arg4: ffffe001ff31401c
the above Bugcheck indicates that an error has occurred in a universal serial bus (USB) driver. I checked your driver stack but couldn't find any of the Intel chipset drivers needed.
Please install the 8.1 versions from the laptops support page here:
Link Removed
Install any other drivers you may have missed.
Post any new dump files.
- Joined
- Oct 16, 2009
- Messages
- 15,156
I agree, but it is there for some reason. The msinfo32.exe report is referring to quite a few USB devices, such as infrared which almost sound like a home surveillance system.
The other thing I was trying to remember concerns how Windows 10 has changed the way it accepts USB devices. Something about it will not work with certain older types but I cannot remember exactly.
The other thing I was trying to remember concerns how Windows 10 has changed the way it accepts USB devices. Something about it will not work with certain older types but I cannot remember exactly.
kemical
Essential Member
- Joined
- Aug 28, 2007
- Messages
- 36,176
did you see it anywhere else other than the driver stack?I agree, but it is there for some reason.
Similar threads
- Article
- Replies
- 0
- Views
- 19
- Replies
- 0
- Views
- 28
- Featured
- Article
- Replies
- 0
- Views
- 7
- Replies
- 0
- Views
- 65
- Article
- Replies
- 0
- Views
- 53