Instalación en el enrutador WRT54G-TM

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search

Gsintornillos (Talk | contribs)
(Comienzo de traducción de página)
Next diff →

Revision as of 22:30, 19 May 2010

Contents

Flasheando el WRT54G-TM

NOTA: Durante la configuración o flasheo del dispositivo, lo único que debe estar conectado al dispositvo es la computadora y la alimentación.

Como flashear el Linksys WRT54G-TM T-Mobile Edition by Luniz2k1

Tenga en cuenta que esta guía es UNICAMENTE para el router WRT54G-TM y no otro. NO intente usar este método sobre ningún otro dispositivo, como está escrito UNICAMENTE para el router WRT54G-TM. (Linksys WRT54G-TM y WRT54G-RG son idénticos en cuanto a hardware, pero difierenn en cuanto a firmware, DEBE UTILIZAR EL CORRECTO. EL WRT54G-TM es para T-Mobile y el WRT54G-RG es para Rogers en Canada.)

Para flashear este router necesitas seguir los siguientes pasos:

NOTE: Estudia el hilo de Peacock para las build recomendadas si no estás seguro.

  • Baja la TFTP utility
  • Baja el Tornado's CFE_Updater-WRT54G-TM.bin
  • Desactiva cualquier antivirus/Firewall en tu pc.
  • Cerciónate que tu PC esté conectada a un puerto LAN del router al flashear.

Nota para nuevos usuarios: Investiga y descubre cuál es la última build para utilizarla desde el comienzo, a menos que haya alguna información que indique que la última build no funciona correctamente en el WRT54G-TM, entonces usa una build anterior.

1. La dirección IP del Linksys WRT54G-TM is 192.168.0.1. Necesitas configurar una IP estática en tu computadara para este proceso. Si usas Windows sugiero resetear el router a estos efectos y configura dos direcciones de IP en tu tarjeta de red para acelerar el proceso, una vez cargado el CFE_Updater-WRT54G-TM.bin necesitas cambiar tu dirección de IP desde 192.168.0.2 a 192.168.1.2 para permtir el TFTP DD-WRT sobre el router.

En Windows XP, Panel de control/Conexiones de red/click derecho sobre el ícono de Conexión de área local y seleciona Propiedades/Protocolo Internet (TCP/IP). En Windows Vista, Panel de control/Centro de redes y recursos compartidos/Administrar conexiones de red/click derecho sobre el ícono de Conexión de área local y selecione Propiedades/Protocolo Internet Protocol (TCP/IPv4).

En Protocolo Internet/Propiedades, marca Usar la siguiente direción IP y configura:

     Direción IP: 192.168.0.2
     Máscara de subred: 255.255.255.0
     Puerta de enlace predeterminada: 192.168.0.1

Click en el botón Opciones avanzadas en la ventana de Propiedades de Protocolo de Internet y en la seción de Direcciones IP click en el botón Agregar para agregar seguidamente la 2ª dirección IP a la tarjeta de red:

     Direción IP: 192.168.1.2
     Máscara de subred: 255.255.255.0

Entonces clickea en Aceptar de cada ventana. Tu tarjeta de red (NIC) ahora tiene 2 Direcciones IP estáticas, 192.168.0.2 y 192.168.1.2. Esto permitirá a tu PC comunicarse con el router antes y después de reemplazar el CFE en él. También permitirá que cargues el router por TFTP.


2. Abre la ventana de comandos y digita ping -t 192.168.1.1 y enter. Deja esta ventana abierta.

3. (N.T.: Debí usar el Internet Explorer, con el Firefox en Windows nunca pude ingresar.) Ingresa en la interface web del WRT54G-TM en http://192.168.0.1 (asumiendo que ha sido resetado a los valores de fábrica). En Administration/Firmware Upgrade, carga el CFE_Updater-WRT54G-TM.bin al router.


!!!ATENCION!!! Debes esperar por lo menos 5 minutos después clickear en el botón Upgrade para permitir que el CFE_Updater reemplace el CFE original del router y borre el resto del flash, de otra forma dejarás "ladrillo" al router.


Algunos segundos después del click en en botón Upgrade la interfase web de Linksys avisará que la carga ha sido exitosa y la luz de Power comenzará a destellar en el router. NO asumas que el reemplazo de CFE/borrado de flash/proceso de reinicio haya acabado aunque la luz de energía continúe destellando después de que haya reiniciado. No hay manera de saber cuando está pronto para el TFTP del firmware DD-WRT excepto cuando el ping comienza a responder.

Una vez finalizado el reemplazo del CFE de origen y el borrado del resto del flash, el router reiniciará. Cuando el router está listo para que el TFTP cargue el firmware DD-WRT, verás que el ping -t 192.168.1.1 comienza a responder en la ventana de comandos que dejaste abierta anteriormante.

4. Inicia el TFTP e ingresa lo siguiente:

    Server: 192.168.1.1
    Password: <deja en blanco>
    File: <camino al dd-wrt.v24-12548_NEWD_mega.bin> (o la que vayas a utilizar)

Clickea en el botón Upgrade. Una vez enviado el firmware al router, se reiniciará. La luz Power cambiará de intermitente a fija cuando está listo para ser configurado en http://192.168.1.1

Si no ves una barra la progreso mientras que el tftp transmite el archivo, puedes necesitar hacer un "power cycle" al router. Espere hasta que el tftp haya finalizado sus tentativas, entonces haz el "power cycle" (posiblemente esperando algunos segundos) y espera hasta y espera hasta que usted pueda hacer ping 192.168.1.1 antes clickear Upgrade otra vez.

Algunas notas:

  • Tornado lo ha hecho de modo que el router conserve su MAC address, la que está en la etiqueta en la parte inferior del router, con el nuevo reemplazo del CFE.
  • Tornado está en proceso de hacer el software de reversión para quienes elijan volver al firmaware original Linksys (solamente dios sabe por qué)

Muchas gracias a Tornado, Eko, and Brainslayer por su trabajo sobre esto!!! Cool

No necesitarás más abrir el WRT54G-TM, anulando la garantía, para hacer un JTAG para cargar el DD-WRT sobre él, o el gasto de $70+ USD por un WRT54G-TM con DD-WRT pre-cargado de eBay

How to revert the Linksys WRT54G-TM T-Mobile Edition

Note: The default IP of the router will change from the default DD-WRT IP of 192.168.1.1, to the Linksys default IP of 192.168.0.1 midway through the process.

You will have to change the static IP of your rig accordingly.

Read and understand these procedures before attempting the revert process.

This procedure assumes you have the fundamental skills to access your router, set a static IP on your rig, and use the tftp utility found here on the forum. As with anything else in regards to cutting edge technology, you the user assume all risks.

If for some reason your mac’s (mac addresses) are not correct (per the sticker on your box), this process will let you change them. See :”To change the mac addresses of your router:” below.

If you mac’s are correct, you have to do nothing except run the revert utility.

No Mac Change:

1). Reset your box (router) to factory settings via the GUI.

2). Set a static IP on your rig of 192.168.1.110, subnet mask of 255.255.255.0, Default gateway of 192.168.1.1.

3). Access your router via the GUI. Depending of the version of DD-WRT that is on the box, you may be asked the change the user name and password.

4). Set the user name to “root” (no quotes)

5). Set the password to “admin” (no quotes)

6). Click “Change Password”

7).From the Administration tab, choose “Firmware Upgrade”.

8).Browse to the location of the TM-Revert.bin file and select it. Click the “Upgrade” button at the bottom of the page.

The file is a program that is loaded and executed by the router. This is not just flashing data. This will take some time to complete. Leave your router alone for at least five minutes after clicking the upgrade button.

The status of the led’s will be after running the revert: Power light flashing, wlan light off, only the lan light your rig is plugged into should be lit.

9). After two minutes, you need to change the static IP of your rig as well as the default gateway to the default Linksys IP. Change the IP of your rig to 192.168.0.110, subnet mask of 255.255.255.0, gateway 192.168.0.1

10). After 5 full minutes, it is now safe to tftp the stock Linksys firmware. If you are so inclined, you can verify by pinging 192.168.0.1. You should get a response and TTL=100 should be displayed.

11). Power cycling the device is not necessary. The revert has been tested both ways. One way, tftp the stock Linksys firmware without power cycling after waiting the full five minutes.

The other way, after waiting the full five minutes, power cycle the device, then tftp the stock Linksys firmware.

After the successful tftp of the stock firmware, the router will boot by itself. Leave the router alone after you receive a success message from the tftp utility.

You will know when the reboot is complete as the power led will quit blinking and turn solid, and the wlan led will illuminate. Once complete, access the devices GUI at 192.168.0.1 and configure to your liking.

Congratulations. You are done.

Para cambiar la dirección MAC de tu router router

Si por alguna razón, tu dirección MAC no es correcta por la etiqueta en tu router, o si prefieres cambiarlas...

Efectúe los siguientes pasos:

1a). Vaya a Administration/Commands

2a). Ingrese lo siguiente en la caja de comandos:

nvram set et0macaddr=tu MAC (formato = XX:XX:XX:XX:XX:XX)

Ejemplo:

nvram set et0macaddr=00:10:20:30:40:A1

3a). Click en “Run Commands”

4a). Ingresa el siguiente comando en la caja de comandos:

nvram commit

5a). Click en “Run Commands”

Nota: Los pasos 2 al 5 se puden simplificar, nvram set et0macaddr y nvram commit se combinan en la caja de comandos.

Ejemplo:

nvram set et0macaddr=xx:xx:xx:xx:xx
nvram commit

Click en “Run Commands”

6a). En Administration/Management, click en “Reboot Router”

Después del reinicio del router, verifica que la direción MAC sea la ingresada via the página de Status.

En este punto, usted puede seguir las instrucciones de arriba para la reversión. La rutina terminará y las direcciones MAC que has fijado serán pues permanentes. Has regresado al fimware original Linksys.


Hardware Mods

SD/MMC Mod.

Serial data over USB Mod.

If you do the above mods, you may want to look into upgrading your power supply.