Skip to main content

Linux on the Linksys WRT54GL

In a move to put Linux on everything I own, I just installed DD-WRT on my Linksys router. DD-WRT is free Linux-based firmware for several wireless routers, most notably the Linksys WRT54G family. Many of DD-WRT's features are not included in typical router firmware. These features include support for the Kai network, daemon-based services, IPv6, Wireless Distribution System, RADIUS, advanced quality of service, radio output power control, overclocking capability, and software support for a Secure Digital Card hardware modification.


The Linksys WRT54GL was released in 2005 to support third-party firmware based on Linux. Its fully compatible with DD-WRT. This guide also works for a couple of other LinksysWRT54G, models WRT54G v4 and earlier, but the WRT54GL is the the preferred router to buy/use.
If you want to see what other routers are DD-WRT compatible go here.


BEFORE YOU START:
Use an ethernet cable to connect your PC to your router (use port 1)
DO NOT attempt to use the guide via wifi, you will brick your router.

Step 1: Get Your Router Ready
Type the following into your browser's URL box:
http://192.168.1.1

Restore your router to its factory settings:
In the Administration tab, under Factory Defaults, select YES and the SAVE the Settings.

Log Back Into Your Router:
http://192.168.1.1
name= *Leave It Blank*
password= admin

Step 2: The Inital Flash

Unzip the dd-wrt.v23_sp2_mini.zip file
Go to Firmware Management, under Administration>Firmware Management.
Select the dd-wrt.v23_mini_generic.bin file
Select UPGRADE to begin the process.


* Do not interrupt the process * make sure the router stays plugged in
You will see an Upgrade Successful screen message
Click CONTINUE.

Step 3: Reset and Flash Firmware Again
Find the reset button on the back of the WRT54GL
Hold down the reset button for 30 seconds
Release the reset button
Allow the lights to blink for 15 seconds

Log Back Into Your Router:
http://192.168.1.1
username= root
password= admin

Download the dd-wrt.v23_generic.bin
Unzip the dd-wrt.v23_sp2_standard.zip file


Go to Firmware Management, under Administration>Firmware Management.
Select the dd-wrt.v23_generic.bin file
Select UPGRADE to begin the process.



* Do not interrupt the process * make sure the router stays plugged in
Find the reset button on the back of the WRT54GL
Hold down the reset button for 30 seconds
Release the reset button
Allow the lights to blink for 15 seconds

Step 4: Login & Setup Your Router
http://192.168.1.1
username= root
password= admin

Source via Ubuntu1501

Comments

Popular posts from this blog

Download of the Day!

Amarok 2.0.2 has released Amarok is an open source alternative music player for iTunes. Amarok supports Linux, Unix, MacOSX and windows Operating system. It is smiliar to iTunes just drag & drop the songs to play list. Amarok also lets you listen to internet radio ( mp3 streaming ) including music from last.fm . Features Automatic cover Lyrics download Dynamic playlists Visualizations and Podcasting. These are only some of the great new features of Amarok 2. Give it a try! Download here An least but not last - Amarok will also synchronize your music to your iPod. For the more technical users a scripting interface allows you to extend the functionality of Amarok. Print Page Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org

How to install WebLogic 8 on Solaris 10

Lets start the installation Login to solaris box use sudo command to install the application. $ ./server814_solaris32.bin Extracting 0%……………………………………………………………………………………….100% Unable to instantiate GUI, defaulting to console mode. Welcome: ——– ————— This installer will guide you through the installation of WebLogic Server 8.1 SP4. Type “ Next” or enter to proceed to thenext prompt. If you want to change data entered previously, type “Previous”. You may quit the installer at any time by typing “ Exit”. Enter [Exit][Next]> BEA Systems License Agreement: —————————— BEA SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT USE OF SOFTWARE ORDERED FROM BEA SYSTEMS, INC. (”BEA”) IS PROVIDED ONLY UNDER LICENSE FROM BEA. PLEASE READ THE FOLLOWING LICENSE CAREFULLY AND INDICATE YOUR ACCEPTANCE BY CLICKING THE ACCEPTANCE BOX. CERTAIN CAPITALIZED TERMS ARE DEFINED IN SECTION 11. 1. LICENSE TERMS a. Workshop Free Use. The terms of this Section 1(a) are applicable to you if you h...

Sysadmin Daily Commands

Some of these commands are used by unix/linux administrator in his/her day-to-day activities  cat to concatenate files to standard output chgrp to change file group ownership chmod to change file access permissions chown to change file owner and group cp to copy files and directories date to print or set the system data and time dd to convert and copy a file df to report filesystem disk space usage dmesg to print or control the kernel message buffer echo to display a line of text hostname to show or set the system's host name kill to send signals to processes ln to make links between files login to begin a session on the system ls to list directory contents mkdir to make directories mknod to make block or character special files more to page through text mount to mount a filesystem mv to move/rename files ps to report process status pwd to print na...