ASUS RT-G32 rev A1

From TechInfoDepot
Jump to navigationJump to search
multiple revisions of this device, use caution
bg (G54)
Wireless-G Router
ASUS RT-G32.jpg
Homepage Product page
Support Support page
Downloads Download page
Wikipedia Asus routers
WikiDevi.wi-cat.ru ASUS RT-G32 rev A1
3rd Party Firmware
dd-wrt Supported
OpenWrt Incompatible
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev ASUS RT-G32 A1
FCC ID MSQRTG32
Type wireless router
CPU1 checkY Atheros AR2317
CPU1 Type MIPS 4KEc
CPU1 Speed 180 MHz
Flash1 Chip Macronix MX25L3205D
Flash1 Size 4 MiB4,194,304 B <br />32,768 Kib <br />4,096 KiB <br />32 Mib <br />0.00391 GiB <br />
RAM1 Size 16 MiB16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br />
RAM1 Chip Samsung K4S281632B
ETH chip1 Atheros AR2317
Switch Atheros AR8216
Ethernet Port Count 1-100MbE-WAN
4-100MbE-LAN
Wired Standard IEEE 802.3i/3u

802dot11 OUI: E0:CB:4E (2 E, 4 W)
Ethernet OUI: E0:CB:4E (2 E, 4 W)

Expansion IF types none specified
Power 12 VDC, 1 A
Connector type barrel
Other

Default SSID: default (101 addl. devices)
Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1335 additional devices
of which 174 are ASUS devices
Default login user: admin
Default login password: admin
admin:admin credentials used by 1347 additional devices
of which 208 are ASUS devices

Manuf/OEM/ODM PRO-NETS WR514A
3rd Party Firmware Support DD-WRT • (List)
Retail
FCC approval date 10 November 2008
Country of manuf China
Radio 1
Chip1 Atheros AR2317
Wireless interface OUI E0:CB:4E
Antenna Connector Type U.FL
Wireless Standard IEEE 802.11b/g
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz
 CPU1 brandRadio1 chip1 brandRadio1 chip2 brand
ASUS RT-G32 rev A1AtherosAtheros
ASUS RT-G32 rev B1RalinkRalink
ASUS RT-G32 rev C1RalinkRalink

For a list of all currently documented Atheros (QCA) chipsets with specifications, see Atheros.

For a list of all currently documented ASUS devices with specifications, see ASUS.

54 Mbps - 2.4GHz 802.11g = G54 class

Overview

"G1700817008120 V1.2 REV:A" is silkscreened on the board.

The default SSID may be default.

 Channels: 11 CH (US, Canada), 13 CH (EU), 14 CH (Japan)
 Transmitted Power: 11b: 18 dBm, 11g: 15 dBm
 Receiver Sensitivity: IEE802.11b: -88 dBm(Typical)
                       IEE802.11g:-74 dBm(Typical)

Links of Interest

Flashing

Flashing DD-WRT

router flashed: brand new ASUS RT-G32 (obtained in January 2010. came with asus firmware v3.0.1.7)

dd-wrt build flashed: v24-sp2 (12/28/09) std (SVN revision 13525)

OS used to flash: Windows 7 x64

by --Tilex 01:35, 20 January 2010 (CET)

Preparation

  • Start off with a fresh RT-G32. Reset it to factory defaults.
  • Set your ethernet card up to use a static ip. Use 192.168.1.166, gateway 192.168.1.1, no dns server.
  • You'll need to run a TFTP server. I used Tftpd32.
  • You'll also need a telnet client. I used putty.
  • Download asus-to-dd-wrt.bin from here.
  • place linux.bin in the root of your TFTP directory.

Connecting to RedBoot

In order to flash the router, you'll need to access RedBoot on the router via telnet.
Here are the settings I used for putty:

 host name:  192.168.1.1
 port:  9000
 connection type:  telnet
 close window on exit:  never

Plug your ethernet cable in to port 4 on the router. Then plug in the power to the router, wait 3 seconds, then click "Open" in putty to start your telnet session. This may take you a few tries to get it to connect. On a successful connection, putty should display something like this:

== Executing boot script in 1.920 seconds - enter ^C to abort
^C
RedBoot>

Flashing From RedBoot

now enter these commands into your telnet client exactly: [my comments are in square brackets]

 ip_address -l 192.168.1.1/24 -h 192.168.1.166 [press enter]
 fis init [press enter]
 y [press enter]
 load -r -b 0x80041000 asus-to-dd-wrt.bin [press enter]
 fis create linux [press enter. there won't be any console output 
   until it's done running... took just under 4 minutes for me.]
 fconfig [press enter twice]
 fis load -l linux [press enter]
 exec [press enter exactly 12 times]
 y [press enter.  it will take about 5 seconds to respond.]
 reset [press enter]

At this point the router will reboot. Wait at least 1 minute and 25 seconds and then you should be able

to point your browser to http://192.168.1.1/ and access the dd-wrt control panel.

(note: it always seems to take about 1 minute and 25 seconds for the router to boot up.

In other words, every time you apply power or restart the router,

it will take about 1 minute and 25 seconds for the dd-wrt control panel to be accessable.)

Once you're in the dd-wrt control panel, goto Administration/Factory Defaults, click "Yes" and "Apply Settings".

All done!

Reverting

Source: http://vladmgn.ru/?p=24
Hello again !

I finally made it !!! YES i return from dd-wrt firmware to original asus firmware V3.0.2.1.

With your permission i shall post how I did it.

Of course the main "source" was http://vladmgn.ru/?p-24 (yes russian ppl rocks to Smile ),

google translation from russian to romanian, yahoo bable fish translation from russian to english.

so lets begin.. connect to RedBoot (you know how..or look at [dd-wrt-wiki:ASUS_RT-G32] )

1. fis init
2. y
3. put this file ( http://vladmgn.ru/wp-content/uploads/2010/02/config.txt )
renamed into "config" in your tftp root directory
4. ip_address -l 192.168.1.1/24 -h 192.168.1.166

(of course your ip address is 192.168.1.166)

5. load -r -b %{FREEMEMLO} config
6. fis create -l 0x00010000 -f 0xBFFD0000 -e 0x00000000 -r 0xBFFD0000 config
7. fconfig [ 2 times enter !!]
8. fis load -l vmlinux.bin.l7
9.
exec -c “root=/dev/mtdblock1 of rootfs=squashfs”
10. after 12 times enter, type the "y"
now dont worry, you dont have vmlinux on your router... keep reading ;p
11. reset

Now,

- close putty,
- change ip address to 192.168.1.254, DONT FORGET to CLOSE tftp
(that's why all of you receive "Socket error" with the firmware restoration tool)
- open original Firmware Restoration
- take off the power from router
- repower the router, HOLDING down "reset" button from router
- BEGIN Firmware Restoration (select RT-G32_V3.0.2.1_RU09.bin)..

i was STILL PRESSING the reset button until 5% then i released the reset button

And voila ! Firmware restoration was succesfully ended.

After 1-2 min, connect to web interface and restore factory defaults; its NECESSARY !!!

Good luck !!! If I could do it, so can you..just pay attention and read all before starting.

PS. I'm still "comparing" dd-wrt with original..if one can say "compare"...

anyway its a little more stable the original firmware than dd-wrt
and doesnt hang on wireless havy traffic - torrents.

Pictures

FCCID MSQRTG32