Click here to Skip to main content
15,886,689 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
Questionabout bluetooth Pin
Aspault25-Mar-12 4:59
Aspault25-Mar-12 4:59 
AnswerRe: about bluetooth Pin
Richard Andrew x6425-Mar-12 8:44
professionalRichard Andrew x6425-Mar-12 8:44 
AnswerRe: about bluetooth Pin
Albert Holguin25-Mar-12 15:15
professionalAlbert Holguin25-Mar-12 15:15 
Questiondriver file crash,how use WinDbg debug find crash error Pin
C++Kernel13-Mar-12 22:36
C++Kernel13-Mar-12 22:36 
AnswerRe: driver file crash,how use WinDbg debug find crash error Pin
Richard MacCutchan13-Mar-12 23:34
mveRichard MacCutchan13-Mar-12 23:34 
GeneralRe: driver file crash,how use WinDbg debug find crash error Pin
C++Kernel13-Mar-12 23:53
C++Kernel13-Mar-12 23:53 
GeneralRe: driver file crash,how use WinDbg debug find crash error Pin
C++Kernel13-Mar-12 23:57
C++Kernel13-Mar-12 23:57 
AnswerRe: driver file crash,how use WinDbg debug find crash error Pin
Erudite_Eric14-Mar-12 0:46
Erudite_Eric14-Mar-12 0:46 
1) Run Verifier, and check your driver for all faults except 'low resource simulation'. Reboot.

2) Set the machine up for a full kernel dump.

3) Load your driver.

4) Open memory.dmp in windbg.

5) Set the symbols path to the location of the pdb files form your driver build.

6) Set the source path to your drivers source code.

5) Type 'analyze -v' into the command line in windbg.

6) The stack will show the line that caused the error in the relevant file.
==============================

Nothing to say.

GeneralRe: driver file crash,how use WinDbg debug find crash error Pin
C++Kernel14-Mar-12 0:49
C++Kernel14-Mar-12 0:49 
QuestionHow do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick11-Mar-12 5:17
BupeChombaDerrick11-Mar-12 5:17 
AnswerRe: How do I disable laptop battery charging while using mains without removing it? Pin
Dave Kreskowiak11-Mar-12 10:16
mveDave Kreskowiak11-Mar-12 10:16 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick11-Mar-12 12:30
BupeChombaDerrick11-Mar-12 12:30 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
Dave Kreskowiak12-Mar-12 5:08
mveDave Kreskowiak12-Mar-12 5:08 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick12-Mar-12 5:51
BupeChombaDerrick12-Mar-12 5:51 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
Dave Kreskowiak12-Mar-12 7:16
mveDave Kreskowiak12-Mar-12 7:16 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick12-Mar-12 15:50
BupeChombaDerrick12-Mar-12 15:50 
AnswerRe: How do I disable laptop battery charging while using mains without removing it? Pin
Albert Holguin11-Mar-12 11:21
professionalAlbert Holguin11-Mar-12 11:21 
GeneralRe: How do I disable laptop battery charging while using mains without removing it? Pin
BupeChombaDerrick11-Mar-12 12:12
BupeChombaDerrick11-Mar-12 12:12 
QuestionLooking for help with WinDbg Pin
turbosupramk37-Mar-12 16:46
turbosupramk37-Mar-12 16:46 
AnswerRe: Looking for help with WinDbg Pin
Erudite_Eric7-Mar-12 20:15
Erudite_Eric7-Mar-12 20:15 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk38-Mar-12 4:46
turbosupramk38-Mar-12 4:46 
GeneralRe: Looking for help with WinDbg Pin
Dave Kreskowiak8-Mar-12 5:44
mveDave Kreskowiak8-Mar-12 5:44 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk38-Mar-12 6:41
turbosupramk38-Mar-12 6:41 
GeneralRe: Looking for help with WinDbg Pin
Dave Kreskowiak8-Mar-12 11:25
mveDave Kreskowiak8-Mar-12 11:25 
GeneralRe: Looking for help with WinDbg Pin
turbosupramk38-Mar-12 11:35
turbosupramk38-Mar-12 11:35 

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.