User Tools

Site Tools


restore_manufacturer_firmware_to_wrt54gl

If you want to send us your comments, please do so. Thanks
More on comments


Restore manufacturer firmware to Linksys WRT54GL

Back to original firmware

Original Firmware

Installing the firmware

Login with ssh on the router.
Change the port number and IP number if applicable

ssh -p 22 root@192.168.1.1
cd /tmp

Check if boot_wait is on

nvram get boot_wait

if boot_wait is off do

nvram set boot_wait=on
nvram commit

Set the wait time

nvram get wait_time

If it is not 30 do

nvram set wait_time=30
nvram commit

And check

nvram get wait_time

If applicable the nvram can be cleared with

nvram-clean.sh
nvram commit

Download the ETSI (European) or US version of the firmware for the router. We use the ETSI version

wget http://cache-www.belkin.com/support/dl/FW_WRT54GL_4.30.17.011_ETSI_20150623.bin
wget http://cache-www.belkin.com/support/dl/FW_WRT54GL_4.30.17.011_US_20150623.bin

If it is a bin file convert is to a trx file

dd if=FW_WRT54GL_4.30.17.011_ETSI_20150623.bin of=FW_WRT54GL_4.30.17.011_ETSI_20150623.trx bs=32 skip=1

Unlock the router and check which name to use (linux or firmware)

mtd unlock linux

This should result in

Unlocking linux ...

If not try

mtd unlock firmware

Which should also result in

Unlocking linux ...

Load the firmware. If unlocking with linux did not work use firmware

mtd -r write /tmp/FW_WRT54GL_4.30.17.011_ETSI_20150623.trx linux

Results in

Unlocking linux ...
Writing from /tmp/FW_WRT54GL_4.30.17.011_ETSI_20150623.trx to linux ...     
Rebooting ...

Ignore this terminal window. ^C does not get is alive again.
Wait a while to be sure the router has rebooted. Try, in an other terminal window, with

ping 192.168.1.1

if it is alive again.
Do a 30-30-30 reset
Try to login with a webbrowser.
You are asked of a username and password. Enter

<Empty field>
admin

or have a look at Routers for the default password


Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
restore_manufacturer_firmware_to_wrt54gl.txt · Last modified: 07-08-2015 12:05 by wim