Linksys WAP54G Hardware Spec

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:55, 20 December 2006 (edit)
Chameenz (Talk | contribs)

← Previous diff
Current revision (13:42, 22 October 2008) (edit) (undo)
Dinek889 (Talk | contribs)

 
(5 intermediate revisions not shown.)
Line 1: Line 1:
-DD-WRT is reported to work on the WAP54G.+----
-Does not appear to work with the generic DD-WRT.+Model No: WAP54G<br>
 +Serial No: MDG0035...<br><br>
 +Hardware spec:<br>
 +Processor: Broadcom BCM4702KPB<br>
 +Flash: 4MB AMD AM29LV320DB-90EI<br>
 +RAM: 2x Dynachips D98SD64 16AH-60310A<br>
 +WLAN: MiniPCI Broadcom BCM4306KFB<br><br>
 + 
 +it has 7 leds on front panel and 4MB Flash<br><br>
 +[[Image:inside_wap54g.jpg]]<br>
 +''Inside Wap54g''<br>
 + 
 + 
 +=WAP54G SD-MOD=
 + 
 +== INTRODUCTION: ==
 + 
 +While the howtos and photos needed for the implementation of this module for the models of WRT54G / L is a lot, but for model WAP54G does not have any well-made name ... Since I have is this model, and I was able to add his support for SD - I'll try to describe it here:
 + 
 + 
 +What do we need?
 + 
 +To perform this modification you need:
 + 
 + * Sd card reader (or floppy edge connector - from an old computer)
 + * Several thin cabel
 + * Soldering station
 + * Sd card to 2gb (also possible that more work will be ... But the best equipped in the card to 2gb)
 + 
 + 
 + 
 +We need four free gpio lines, power: 3.3 V and GND
 + 
 +Power supply:
 +You can take from the slot such as RS232 or red LED (power), and GND of the metal casing for the SES or Reset button.
 + 
 + 
 + 
 +GPIO:
 +For this module I used gpio: 3,4,6 and 7
 + 
 +Table for connection details:
 +[http://downloads.openwrt.org/people/inh/reference/mmc.gif]
 + 
 +GPIO 3 and 7:
 +[http://www.linksys.chyl.org/images/sd/gpio37.jpg]
 + 
 +GPIO4:
 +[http://www.linksys.chyl.org/images/sd/gpio4.jpg]
 + 
 +GPIO6:
 +[http://www.linksys.chyl.org/images/sd/gpio6.jpg]
 +
 +GND:
 +[http://www.linksys.chyl.org/images/sd/gnd.jpg]
 +
 +When all solder properly, we can take to be soft ...
 + 
 +Done that drivers can find online are adapted to the most popular models namely WRT54G - so I had to slightly modify the driver to use the gpio 6, I used optimized version of the driver SD / MMC forum openwrt V1.3.4 (click to download). Since this model has only 2MB flash, I decided to compile the new driver software by adding support for ext2 and sd.
 + 
 +[http://www.linksys.chyl.org/downloads/wap54g-sd_linksys.chyl.org.trx Click to download firmware for wap54g with sd-mod]
 + 
 + 
 +Whiterussian 0.9 - on wap works slow (especially webif) ... therefore recommend to overclock procesor ... without additional cooling can give 216mhz and 225mhz even (as is done in another article.) I oveclock my wap to 250mhz - but I needed to add radiator and Fan. After two weeks, work great without reset the router was around .. from time to time there have been problems with getting the web gui ...
 + 
 + 
 + 
 +When you install soft / driver, insert the card into the reader and give instructions:
 + 
 +insmod mmc
 + 
 +Then we give:
 + 
 +dmesg
 +[http://www.linksys.chyl.org/images/sd/insmod.png]
 + 
 + 
 +to check whether your router has detected a card ... If everything is ok .. issue the mount command:
 + 
 +mount / dev/mmc/disc0/disc / mnt
 +[http://www.linksys.chyl.org/images/sd/mount.png]
 + 
 + 
 +that's all, we can enjoy the additional space for our linksys...
 + 
 + 
 +[http://www.linksys.chyl.org Linksys]
 + 
 +More photos and howtos - [http://www.linksys.chyl.org Linksys sd-mod]
 + 
 + 
 +----
 +[[Category: Linksys]]

Current revision


Model No: WAP54G
Serial No: MDG0035...

Hardware spec:
Processor: Broadcom BCM4702KPB
Flash: 4MB AMD AM29LV320DB-90EI
RAM: 2x Dynachips D98SD64 16AH-60310A
WLAN: MiniPCI Broadcom BCM4306KFB

it has 7 leds on front panel and 4MB Flash

Image:inside_wap54g.jpg
Inside Wap54g


[edit] WAP54G SD-MOD

[edit] INTRODUCTION:

While the howtos and photos needed for the implementation of this module for the models of WRT54G / L is a lot, but for model WAP54G does not have any well-made name ... Since I have is this model, and I was able to add his support for SD - I'll try to describe it here:


What do we need?

To perform this modification you need:

   *       Sd card reader (or floppy edge connector - from an old computer)
   *       Several thin cabel
   *       Soldering station
   *       Sd card to 2gb (also possible that more work will be ... But the best equipped in the card to 2gb)


We need four free gpio lines, power: 3.3 V and GND

Power supply: You can take from the slot such as RS232 or red LED (power), and GND of the metal casing for the SES or Reset button.


GPIO: For this module I used gpio: 3,4,6 and 7

Table for connection details: [1]

GPIO 3 and 7: [2]

GPIO4: [3]

GPIO6: [4]

GND: [5]

When all solder properly, we can take to be soft ...

Done that drivers can find online are adapted to the most popular models namely WRT54G - so I had to slightly modify the driver to use the gpio 6, I used optimized version of the driver SD / MMC forum openwrt V1.3.4 (click to download). Since this model has only 2MB flash, I decided to compile the new driver software by adding support for ext2 and sd.

Click to download firmware for wap54g with sd-mod


Whiterussian 0.9 - on wap works slow (especially webif) ... therefore recommend to overclock procesor ... without additional cooling can give 216mhz and 225mhz even (as is done in another article.) I oveclock my wap to 250mhz - but I needed to add radiator and Fan. After two weeks, work great without reset the router was around .. from time to time there have been problems with getting the web gui ...


When you install soft / driver, insert the card into the reader and give instructions:

insmod mmc

Then we give:

dmesg [6]


to check whether your router has detected a card ... If everything is ok .. issue the mount command:

mount / dev/mmc/disc0/disc / mnt [7]


that's all, we can enjoy the additional space for our linksys...


Linksys

More photos and howtos - Linksys sd-mod