Difference between revisions of "Green Chart en Español"

From FreekiWiki
Jump to navigation Jump to search
(pasted spanish black chart in espanol)
 
(delete content, point to new location of page.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
{{delete}}
==DIAGRAMA VERDE==
 
<div style="border: 10px solid GREEN; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
  digraph POSTING {
 
  
    node [fontname="Helvetica", fontsize="11"]
+
replaced by: [[Getting_the_Processor_Information_en_Español]]
    edge [fontname="Helvetica"]
 
 
 
    addstuff        [label="Usted necesita, instalar \nRAM, VIDEO\ny/o POWER SUPPLY", shape="box"]
 
    bios            [label="Intente\naccesar a BIOS\n¿Puede usted obtener\nla información del PROCESSOR ?"]
 
    blowncaps      [label="¿Puede usted ver alguna\nBLOWN CAPS?"]
 
    checkconnect    [label="Verifique los\ncables y conecciones\nEl SISTEMA ENCIENDE?"]
 
    checktight      [label="Verifique cuidadosamente que\ntodas las tarjetas y memorias estén\ncorrectamente instaladas", shape="box"]
 
    disconnect      [label="Desconecte el\nCABLE DEL DISCO DURO\nde la\nTARJETA MADRE", shape="box"]
 
    goback          [label="Regrese al\nDIAGRAMA PRINCIPAL", shape="box", style="dashed", color="red", URL="/index.php/Diagrama_Principal"]
 
    manualdetermine [label="Obtenga manualmente\nla información del procesador", URL="/index.php/Diagrama_Principal", shape="box"]
 
    plugin          [label="Conecte el MONITOR,\nTECLADO,\ny CABLE DE CORRIENTE", shape="box"]
 
    post            [label="¿Desplego alguna\nINFORMACION?"]
 
    poweron        [label="¿Puede esto\nENCENDER?"]
 
    proc            [label="¿Tiene esto un\nPROCESADOR?"]
 
    procinfo        [label="¿Puede usted obtener la\nINFORMACION DEL PROCESADOR?"]
 
    pull_proc      [label="REMUEVA LA TARJETA MADRE\ny llevela a Advanced Testing\nNosotros\nRECICLAMOS\neste sistma", shape="box"]
 
    simplify        [label="SIMPLIFY\nRemueva la tarjetas innecesarias\ny desconecte  los drives\n¿Desplego alguna INFORMACION?"]
 
    start          [label="INICIAR AQUI", shape="box", style="bold", color="green"]
 
    swapram        [label="Pruebe una diferente\ntarjeta RAM\n¿Desplegó alguna INFORMACION?"]
 
    swapvideocard  [label="Cambie de tarjeta de VIDEO\n¿Desplego alguna INFORMACION?"]
 
    testpower      [label="¿Está funcionando\nel\nPOWER SUPPLY?\n(Pruebelo)"]
 
 
 
    start -> proc
 
 
 
    proc -> blowncaps [taillabel="SI"]
 
    proc -> goback [taillabel="NO"]
 
 
 
    blowncaps -> pull_proc [taillabel="SI"]
 
    blowncaps -> addstuff [taillabel="NO"]
 
 
 
    pull_proc -> goback
 
 
 
    addstuff -> disconnect
 
 
 
    disconnect -> plugin -> checktight -> poweron
 
 
 
 
 
    poweron -> post [taillabel="SI"]
 
    poweron -> checkconnect [taillabel="NO"]
 
 
 
    checkconnect -> post [taillabel="SI"]
 
    checkconnect -> testpower [taillabel="NO"]
 
 
 
    testpower -> post [taillabel="SI"]
 
    testpower -> addstuff [taillabel="NO"]
 
 
 
    post -> procinfo [taillabel="SI"]
 
    post -> simplify [taillabel="NO"]
 
 
 
    procinfo -> bios [taillabel="NO"]
 
    procinfo -> goback [taillabel="SI"]
 
 
 
    bios -> goback [taillabel="SI"]
 
    bios -> manualdetermine [taillabel="NO"]
 
 
 
    simplify -> procinfo [taillabel="SI"]
 
    simplify -> swapvideocard [taillabel="NO"]
 
 
 
    swapvideocard -> procinfo [taillabel="SI"]
 
    swapvideocard -> swapram [taillabel="NO"]
 
 
 
    swapram -> procinfo [taillabel="SI"]
 
    swapram -> manualdetermine [taillabel="NO"]
 
 
 
    manualdetermine -> goback
 
  }
 
</graphviz>
 
 
 
== Chequeo de los Cables y Conecciones ==
 
* ¿Está encendido el multiconector?
 
* ¿Está la computadora conectada al multiconector?
 
* ¿Está encendido el interruptor en la parte trasera del power supply ?
 
* ¿El power supply está conectado dentro de la tarjeta madre?
 
* ¿Está el power supply conectado a la tarjeta madre?
 
 
 
== Obtenección Manual de la INFORMACION del PROCESADOR==
 
'''Esta es la última opción. No haga esto a menos que el intructor lo ordene.'''
 
* ¿Usted puede ver la velocidad del procesador sin remover nada?
 
* Remueva el heat sink/ventilador solo si es necesario
 
* Puede ser que necesite una lupa. (Pregunte al instructor.)
 
 
 
</div>
 
[[Category: Spanish Build Documents]]
 

Latest revision as of 20:27, 5 October 2010

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?


replaced by: Getting_the_Processor_Information_en_Español