Difference between revisions of "Getting the Processor Information"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
digraph POSTING { | digraph POSTING { | ||
| − | addstuff [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY | + | node [fontname="Helvetica", fontsize="11"] |
| − | bios [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO? | + | edge [fontname="Helvetica"] |
| − | blowncaps [label="Are there any\nBLOWNCAPS? | + | |
| − | checkconnect [label="Check the\ncables and connections\nDoes it POWER ON? | + | addstuff [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY"] |
| − | harddrive [label="Try to boot from the\nEVAL 2 HARD DRIVE\nCan you get the\nPROCESSOR INFO? | + | bios [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"] |
| − | manualdetermine [label="MANUALLY DETERMINE\nthe processor information | + | blowncaps [label="Are there any\nBLOWNCAPS?"] |
| − | post [label="Does it\nPOST? | + | checkconnect [label="Check the\ncables and connections\nDoes it POWER ON?"] |
| − | poweron [label="Does it\nPOWER ON? | + | harddrive [label="Try to boot from the\nEVAL 2 HARD DRIVE\nCan you get the\nPROCESSOR INFO?"] |
| − | proc [label="Does it have a\nPROCESSOR? | + | manualdetermine [label="MANUALLY DETERMINE\nthe processor information", URL="/index.php/System_Evaluation_2_Overview"] |
| − | procinfo [label="Can you get the \nPROCESSOR INFORMATION? | + | post [label="Does it\nPOST?"] |
| − | ram [label="Does it have\nRAM? | + | poweron [label="Does it\nPOWER ON?"] |
| − | sdram [label="Does it have\nSDRAM slots\n(regular DIMMs)? | + | proc [label="Does it have a\nPROCESSOR?"] |
| − | simplify [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST? | + | procinfo [label="Can you get the \nPROCESSOR INFORMATION?"] |
| − | start [label="START HERE", shape="box", style="bold | + | ram [label="Does it have\nRAM?"] |
| − | swapram [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST? | + | sdram [label="Does it have\nSDRAM slots\n(regular DIMMs)?"] |
| − | goback [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview | + | simplify [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"] |
| − | testpower [label="Test the\npower supply\nDoes it work? | + | start [label="START HERE", shape="box", style="bold"] |
| + | swapram [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?"] | ||
| + | goback [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview"] | ||
| + | testpower [label="Test the\npower supply\nDoes it work?"] | ||
start -> proc | start -> proc | ||