Install Service pack 1.
Code:
[COLOR=Red]Windows 7 Kernel Version 7600 MP[/COLOR] (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 7600.17118.amd64fre.win7_gdr.120830-0334
Learn how to install Windows 7 Service Pack 1 (SP1)
Service Pack Center - Microsoft Windows
The problem is USB related here, as per the crash dump.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 19, {20, fffffa8009203580, fffffa80092037d0, 4250015}
[COLOR=Red]Probably caused by : usbohci.sys [/COLOR]( usbohci!OHCI_IsoTransfer+171 )
Followup: MachineOwner
---------
For the port, first, uninstall and reinstall the USB ports drivers.
- Right click on Computer icon > manage. It will open the computer management window.
- Click on "Device Manager" in the left pane, it will list all installed devices up.
- Expand "USB Serial Bus Controllers" by clicking on the triangle in front of it.
- Click on one item to select, then right click and uninstall.
- Do the same for all.
- Restart the computer.
- At restart, windows will auto configure the appropriate drivers.
And, Disable USB Selective Suspense too.
USB Selective Suspend - Turn On or Off
For the devices, first, detach all the USB devices other than the keyboard and mouse.
Then, Update the drivers for them all, including the keyboard and mouse, if any third party drivers are installed for them.
As the next step, Notice the bugcheck code: BugCheck 19:
Code:
BAD_POOL_HEADER (19)
The pool is already corrupt at the time of the current request.
This may or may not be due to the caller.
The internal pool links must be walked to figure out a possible cause of
the problem, [B][COLOR=Red]and then special pool applied to the suspect tags or the driver
verifier to a suspect driver[/COLOR][/B].
In such a situation, it is better to enable Driver Verifier to monitor the drivers.
Driver Verifier - Enable and Disable
Run Driver Verifier for 24 hours or the occurrence of the next crash, whichever is earlier.
Let us know the results, with the subsequent crash dumps, if any.