d11@anywhere.com wrote:
> I flashed a new whr-hp-g54 router with dd-wrt.v23_generic firmware.
> The router had the default settings out of the box. I cannot log in to
> the router with 192.168.1.1 user name root password admin.
It does not sound like a brick if you can try to login. I found this
on the dd-wrt wiki and i wonder if it applies to you. at least you
could try logging in using telnet and see if you can connect. Some
things don't work with firefox according to the wiki as well.
http://www.dd-wrt.com/wiki/index.php...to_the_Web_GUI
Additional to WHR-HP-G54 - Changing boardflags
Since v23 SP2, this is no longer necessary. See
WHR-HP-G54#Built-in_amplifier for details.
Telnet to router. Telnet is a network command environment. Open a
telnet session in windows by typing telnet 192.168.1.1 in a command
window.
The username is 'root', password 'admin'
Enter the following commands
nvram show | grep boardflags
boardflags=0x1758
~ #
if you have 0x1758, change it to 0x2758
Use this code:
nvram set boardflags=0x2758
nvram commit
reboot
This setting appears to turn on a feature on the HP receive side,
dramatically increasing receive capability.
This feature is not saved with the GUI Backup, so must be redone after
every instance of going to default.
d11@anywhere.com wrote:
> I flashed a new whr-hp-g54 router with dd-wrt.v23_generic firmware.
> The router had the default settings out of the box. I cannot log in to
> the router with 192.168.1.1 user name root password admin.