Installation

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 07:06, 16 May 2006 (edit)
Gerrys (Talk | contribs)
(Precautions for flashing)
← Previous diff
Revision as of 08:50, 16 May 2006 (edit) (undo)
193.248.153.212 (Talk)
(Flashing the WHR-G54S and WHR-HP-G54)
Next diff →
Line 158: Line 158:
** It is important to "Reset to Factory Defaults" before and after flashing new firmware to prevent odd cases where the router could be bricked. ** It is important to "Reset to Factory Defaults" before and after flashing new firmware to prevent odd cases where the router could be bricked.
-Additional to WHR-HP-G54 - Changing boardflags+'''Additional to WHR-HP-G54 - Changing boardflags'''
*Telnet to router *Telnet to router
*Enter the following commands *Enter the following commands
-nvram show | grep boardflags +<pre>nvram show | grep boardflags
-boardflags=0x1758 +boardflags=0x1758
-~ #+
 +~ #
 +</pre>
*if you have 0x1758, change it to 0x2758 *if you have 0x1758, change it to 0x2758
*Use this code: *Use this code:
 +<pre>
nvram set boardflags=0x2758 nvram set boardflags=0x2758
nvram commit nvram commit
reboot reboot
 +</pre>
*This setting appears to turn on a feature on the HP receive side, dramatically increasing receive capability. *This setting appears to turn on a feature on the HP receive side, dramatically increasing receive capability.

Revision as of 08:50, 16 May 2006