Difference between revisions of "Spanish Build Documents"

From FreekiWiki
Jump to navigation Jump to search
m
Line 445: Line 445:
  
 
='''Green Chart'''=                 
 
='''Green Chart'''=                 
 +
  
 
__NOTOC__
 
__NOTOC__
==GREEN Chart==
+
==DIAGRAMA VERDE==
 
<div style="border: 10px solid GREEN; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<div style="border: 10px solid GREEN; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
<graphviz>
Line 455: Line 456:
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
  
     addstuff        [label="If needed, add \nRAM, VIDEO\nand/or POWER SUPPLY", shape="box"]
+
     addstuff        [label="Usted necesita, instalar \nRAM, VIDEO\ny/o POWER SUPPLY", shape="box"]
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
+
     bios            [label="Intente\naccesar a BIOS\n¿Puede usted obtener\nla información del PROCESSOR ?"]
     blowncaps      [label="Can you see any\nBLOWN CAPS?"]
+
     blowncaps      [label="¿Puede usted ver alguna\nBLOWN CAPS?"]
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
+
     checkconnect    [label="Verifique los\ncables y conecciones\nEl SISTEMA ENCIENDE?"]
     checktight      [label="Check to make sure\nall cards and memory sticks are\nproperly seated", shape="box"]
+
     checktight      [label="Verifique cuidadosamente que\ntodas las tarjetas y memorias esten\ncorrectamente instaladas", shape="box"]
     disconnect      [label="Disconnect the\nHARD DRIVE CABLE\nfrom the\nMOTHERBOARD", shape="box"]
+
     disconnect      [label="Desconecte el\nCABLE DEL DISCO DURO\nde la\nTARJETA MADRE", shape="box"]
     goback          [label="Go back to the\nSYSTEM EVALUATION OVERVIEW chart", shape="box", style="dashed", color="red", URL="/index.php/System_Evaluation_Overview"]
+
     goback          [label="Regrese al\nDIAGRAMA PRINCIPAL", shape="box", style="dashed", color="red", URL="/index.php/Diagrama_Principal"]
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information", URL="/index.php/System_Evaluation_Overview", shape="box"]
+
     manualdetermine [label="Obtenga manualmente\nla información del procesador", URL="/index.php/Diagrama_Principal", shape="box"]
     plugin          [label="Plug in MONITOR,\nKEYBOARD,\nand POWER CORD", shape="box"]
+
     plugin          [label="Conecte el MONITOR,\nTECLADO,\ny CABLE DE CORRIENTE", shape="box"]
     post            [label="Does it\nPOST?"]
+
     post            [label="¿Desplego alguna\nINFORMACION?"]
     poweron        [label="Does it\nPOWER ON?"]
+
     poweron        [label="¿Puede esto\nENCENDER?"]
     proc            [label="Does it probably have a\nPROCESSOR?"]
+
     proc            [label="¿Tiene esto un\nPROCESADOR?"]
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
+
     procinfo        [label="¿Puede usted obtener la\nINFORMACION DEL PROCESADOR?"]
     pull_proc      [label="PULL THE MOTHERBOARD OUT\nand take it to Advanced Testing\nWe are\nRECYCLING\nthis system", shape="box"]
+
     pull_proc      [label="REMUEVA LA TARJETA MADRE\ny llevela a Advanced Testing\nNosotros\nRECICLAMOS\neste sistma", shape="box"]
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"]
+
     simplify        [label="SIMPLIFY\nRemueva la tarjetas innecesarias\ny desconecte  los drives\n¿Desplego alguna INFORMACION?"]
     start          [label="START HERE", shape="box", style="bold", color="green"]
+
     start          [label="INICIAR AQUI", shape="box", style="bold", color="green"]
     swapram        [label="Try a different\nstick of RAM\nDoes it POST?"]
+
     swapram        [label="Pruebe una difrente\ntarjeta RAM\n¿Desplego alguna INFORMACIONT?"]
     swapvideocard  [label="Swap out the VIDEO CARD\nDoes it POST?"]
+
     swapvideocard  [label="Cambie de tarjeta de VIDEO\n¿Desplego alguna INFORMACION?"]
     testpower      [label="Does the\nPOWER SUPPLY\nwork?\n(Test it)"]
+
     testpower      [label="¿Esta funcionando\nel\nPOWER SUPPLY?\n(Pruebelo)"]
  
 
     start -> proc
 
     start -> proc
  
     proc -> blowncaps [taillabel="YES"]
+
     proc -> blowncaps [taillabel="SI"]
 
     proc -> goback [taillabel="NO"]
 
     proc -> goback [taillabel="NO"]
  
     blowncaps -> pull_proc [taillabel="YES"]
+
     blowncaps -> pull_proc [taillabel="SI"]
 
     blowncaps -> addstuff [taillabel="NO"]
 
     blowncaps -> addstuff [taillabel="NO"]
  
Line 490: Line 491:
  
  
     poweron -> post [taillabel="YES"]
+
     poweron -> post [taillabel="SI"]
 
     poweron -> checkconnect [taillabel="NO"]
 
     poweron -> checkconnect [taillabel="NO"]
  
     checkconnect -> post [taillabel="YES"]
+
     checkconnect -> post [taillabel="SI"]
 
     checkconnect -> testpower [taillabel="NO"]
 
     checkconnect -> testpower [taillabel="NO"]
  
     testpower -> post [taillabel="YES"]
+
     testpower -> post [taillabel="SI"]
 
     testpower -> addstuff [taillabel="NO"]
 
     testpower -> addstuff [taillabel="NO"]
  
     post -> procinfo [taillabel="YES"]
+
     post -> procinfo [taillabel="SI"]
 
     post -> simplify [taillabel="NO"]
 
     post -> simplify [taillabel="NO"]
  
 
     procinfo -> bios [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
     procinfo -> goback [taillabel="YES"]
+
     procinfo -> goback [taillabel="SI"]
  
     bios -> goback [taillabel="YES"]
+
     bios -> goback [taillabel="SI"]
 
     bios -> manualdetermine [taillabel="NO"]
 
     bios -> manualdetermine [taillabel="NO"]
  
     simplify -> procinfo [taillabel="YES"]
+
     simplify -> procinfo [taillabel="SI"]
 
     simplify -> swapvideocard [taillabel="NO"]
 
     simplify -> swapvideocard [taillabel="NO"]
  
     swapvideocard -> procinfo [taillabel="YES"]
+
     swapvideocard -> procinfo [taillabel="SI"]
 
     swapvideocard -> swapram [taillabel="NO"]  
 
     swapvideocard -> swapram [taillabel="NO"]  
  
     swapram -> procinfo [taillabel="YES"]
+
     swapram -> procinfo [taillabel="SI"]
 
     swapram -> manualdetermine [taillabel="NO"]
 
     swapram -> manualdetermine [taillabel="NO"]
  
Line 521: Line 522:
 
</graphviz>
 
</graphviz>
  
== Checking the Cables and Connections ==
+
== Chequeo de los Cables y Conecciones ==
* Is the power strip on?
+
* ¿Esta encendido el multiconector?
* Is the computer plugged into the power strip?
+
* ¿Esta la computadora conectada al multiconector?
* Is the power switch on the back of the power supply on?
+
* ¿Esta encendido el interruptor en la parte trasera del power supply ?
* Is the power supply plugged into the motherboard?
+
* ¿El power supply esta conectado dentro de la tarjeta madre?
* Is the power switch connected to the motherboard?
+
* ¿Esta el power supply conectado a la tarjeta madre?
  
== Manually determining the processor information ==
+
== Obteneccion Manual de la INFORMACION del PROCESADOR==
'''This is your last resort option. Do not do this unless the instructions told you to.'''
+
'''Esta es la ultima opción. No haga esto a menos que el intructor lo ordene.'''
* See if you can see the speed without removing anything
+
* ¿Usted puede ver la velocidad del procesador sin remover nada?
* Remove the heat sink/fan only if necessary
+
* Remueva el heat sink/ventilador solo si es necesario
* You may need a magnifying glass. (See instructor.)
+
* Puede ser que necesite una lupa. (Vea al instructor.)
  
 
</div>
 
</div>
[[Category: System Evaluation]]
+
[[Category: Spanish Build Documents]]

Revision as of 12:46, 16 July 2010

This page has all the translations for the Spanish Build Program (charts, checklists, instructions, information...)


Box A
  • RAM Sorting


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


System Evaluation Overview

DIAGRAMA PRINCIPAL

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Como completar la "KEEPER LABEL"

  • Contar el numero de DDR slots y circular el numero correcto.
  • Para AMD chips:
    • Circular AMD en la seccion de "Proc Type"
    • Escribir del procesador numero de modelo en el are de "Processor Information"
  • Para Intel y otro tipo de chips:
    • Circule el tipo de procesador (o escriba "Other")
    • Escriba la speed del procesador en el area "Processor Information"
  • Si la tarjeta madre tiene conectores SATA circule el numero de conectores
  • Si la tarjeta madre tiene conectores IDE circule el numero de conectores
  • Si el sistema tiene mas de un processor slot, marque la caja de Multi Proc Capable
  • Si el sistema tiene un procesador dual core , marque la caja de Dual Core
  • Si el sistema no mostro la informacion exitosamente, marque la caja deDid not POST
  • Si se encuentran PCIe slots, circule PCI-e
  • Si se encuentran AGP slot, circule AGP
  • Recuerde escribir sus iniciales en la caja correspondiente

Incompatibles

NOTA: Si el sistema no tiene marca, entonces no se encuentra en la lista de incompatibles.

  • Amiga
  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
    • Umax Supermac
  • Commodore
  • DEC (Digital Equipment Corporation)
  • Sun
  • Silicon Graphics (SGI)
    • Indy (they're blue)
  • anything with the label RISC on it
  • High Speed or Ultra Speed CD RW
    • They must have a standard 5.25" rectangular faceplate and not be laptop-sized.
    • A drive is only High Speed or Ultra Speed if it literally says "High Speed" or "Ultra Speed" to the right of the "Compact Disc" label.

C00150112.jpg

  • DVD Drive
    • They must have a standard 5.25" rectangular faceplate and not be laptop-sized.
  • Front side card readers, only if it includes a cable
  • Gigabit ethernet card (Network Card marked 1000)
  • Wireless card
  • Power supply with a SATA connector
  • Molex to SATA power supply adapter
  • Molex to 6-pin power supply adapter
  • Motherboard with SATA connector(s)
  • A really cool case that some geeky kid would drool over



BLUE CHART

DIAGRAMA AZUL

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


Orange Chart

DIAGRAMA NARANJA

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Notas

No remueva nada a menos que el instructor (o el pizarron blanco) asi lo indique. Esto incluye los cables ribbon.

  • Cuando remueva tarjetas de sonido, deje los cabels de sonido junto con las tarjetas (no los de las unidades de CD o TARJETA MADRE)
  • No remueva los risers. (Estos estan diseñados para venir con la tarjeta madre y no son genericos.)
  • Cuando remueva cualquier tipo de unidad, los rieles y broches deben de permanecer con el sistema.
Tamaño de tarjeta half-height
Algunas tarjetas PCI o AGP podrian venir con un plato que es solo la mitad del alto de las tarjetas normales. Estan son tarjetas "half height" y no necesitan permanecer en el sistema.
Esto se refiere al tamaño del "stem" de la tarjeta, no a la tarjeta en si misma.
  • Cuando remueva las tarjetas, deje los cables de la tarjeta con ella
  • No remueva risers. (Estos estan diseñados para con el armazon y no son genericos.)
  • No remueva una "tarjeta" que no este en un estandar slot. (Nosotros no necesitamos esas tarjetas, y es mejor que permanezca con la tarjeta madre.)

Purple Chart

DIAGRAMA MORADO

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Sistemas Dual Core

Si alguna de estas frases es correcta, esto es un sistema Dual Core:

  • Esto tiene una etiqueta plateada y azul que dice "CORE 2"
  • El BIOS o la etiqueta dice "Pentium D"
  • El BIOS o la etiqueta dice "Athlon X2"
  • El BIOS indica que esto es "dual core" o "core2"

Template:Modelos Problematicos

Black Chart

DIAGRAMA NEGRO

¿Podria ser que nosotros quieramos quedarnos con el armazon?

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


  • Actualmente nosotros no nos basamos en la edad. Si usted no tiene 15 años pero le gusta el case, es probable que esta OK.

Green Chart

DIAGRAMA VERDE

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Chequeo de los Cables y Conecciones

  • ¿Esta encendido el multiconector?
  • ¿Esta la computadora conectada al multiconector?
  • ¿Esta encendido el interruptor en la parte trasera del power supply ?
  • ¿El power supply esta conectado dentro de la tarjeta madre?
  • ¿Esta el power supply conectado a la tarjeta madre?

Obteneccion Manual de la INFORMACION del PROCESADOR

Esta es la ultima 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. (Vea al instructor.)