Click here to Skip to main content
16,004,380 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Detecting HDD Pin
SrivathsanRaghavan2-Dec-12 19:03
SrivathsanRaghavan2-Dec-12 19:03 
GeneralRe: Detecting HDD Pin
Albert Holguin3-Dec-12 9:00
professionalAlbert Holguin3-Dec-12 9:00 
GeneralRe: Detecting HDD Pin
SrivathsanRaghavan4-Dec-12 18:34
SrivathsanRaghavan4-Dec-12 18:34 
GeneralRe: Detecting HDD Pin
Albert Holguin5-Dec-12 4:12
professionalAlbert Holguin5-Dec-12 4:12 
GeneralRe: Detecting HDD Pin
SrivathsanRaghavan5-Dec-12 4:50
SrivathsanRaghavan5-Dec-12 4:50 
AnswerRe: Detecting HDD Pin
Albert Holguin5-Dec-12 4:56
professionalAlbert Holguin5-Dec-12 4:56 
AnswerRe: W8 tablet USB charge capability Pin
Jason Gleim3-Dec-12 10:40
professionalJason Gleim3-Dec-12 10:40 
GeneralRe: W8 tablet USB charge capability Pin
Jason Gleim4-Dec-12 4:25
professionalJason Gleim4-Dec-12 4:25 
QuestionVga converter from 31kHz to 45kHz Pin
marunio23-Nov-12 2:40
marunio23-Nov-12 2:40 
QuestionAfter-market Heatsink Installation Pin
IndifferentDisdain15-Nov-12 4:58
IndifferentDisdain15-Nov-12 4:58 
AnswerRe: After-market Heatsink Installation Pin
Peter_in_27804-Dec-12 19:04
professionalPeter_in_27804-Dec-12 19:04 
GeneralRe: After-market Heatsink Installation Pin
IndifferentDisdain5-Dec-12 3:09
IndifferentDisdain5-Dec-12 3:09 
QuestionBest Microphone for speech recognition Pin
saurabh orange vyas11-Nov-12 22:54
saurabh orange vyas11-Nov-12 22:54 
AnswerRe: Best Microphone for speech recognition Pin
WebMaster23-Nov-12 4:21
WebMaster23-Nov-12 4:21 
QuestionComputer problem Pin
Ainnop9-Nov-12 1:34
Ainnop9-Nov-12 1:34 
AnswerRe: Computer problem Pin
Richard MacCutchan9-Nov-12 2:01
mveRichard MacCutchan9-Nov-12 2:01 
GeneralRe: Computer problem Pin
Ainnop9-Nov-12 2:39
Ainnop9-Nov-12 2:39 
GeneralRe: Computer problem Pin
Richard MacCutchan9-Nov-12 3:01
mveRichard MacCutchan9-Nov-12 3:01 
GeneralRe: Computer problem Pin
A NasseR9-Nov-12 12:01
A NasseR9-Nov-12 12:01 
GeneralRe: Computer problem Pin
Richard MacCutchan9-Nov-12 23:23
mveRichard MacCutchan9-Nov-12 23:23 
GeneralRe: Computer problem Pin
Ainnop11-Nov-12 3:07
Ainnop11-Nov-12 3:07 
GeneralRe: Computer problem Pin
Richard MacCutchan11-Nov-12 3:27
mveRichard MacCutchan11-Nov-12 3:27 
GeneralRe: Computer problem Pin
Brandon-X1200018-Jan-13 11:09
Brandon-X1200018-Jan-13 11:09 
AnswerRe: Computer problem Pin
WebMaster23-Nov-12 4:26
WebMaster23-Nov-12 4:26 
In safe mode look at your system recovery settings and set it to create a full kernel dump when it crashes.

Then go to \system\ and look for memory.dmp

Copy it to another machine and install Windbg and open the dmp file.

Look in the Help and set the symbol path to Microsofts public symbols (search for symsrv in Help) then do an analyze -v and see what it says.

Then google the resultant error message, you could have a dodgy driver, there are plenty about, or it could be bad memory.

If you think you have found a bad driver restart the machine and run Verifier.exe at a command prompt and then set it to specifically check that driver, selecting most of the test options except 'low resource simulation' and the 'force delayed IO' or whatever it is called, reboot into normal mode, and see what happens.

If it blue screens again you *should* get a Verifier BSOD (blue screen of death) that will tell you more about the particular error. Then you can get an updated driver off the net or bitch to the company that made that crappy driver and get them to write you a new one.
QuestionUSBSpy driver Pin
__John_2-Nov-12 4:43
__John_2-Nov-12 4:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.