Netgear WGT634U

TableOfContents

Introduction

A Linux router with a 200MHz MIPS32-like core with Atheros wireless and USB host supported by [http://pdos.csail.mit.edu/roofnet/doku.php MIT's Roofnet] project.

[http://wgt634u.nomis52.net/ WGT634U Wiki]

[http://www.pdos.lcs.mit.edu/roofnet/doku.php?id=wgt634u WGT634U Roofnet Installation]

[http://www.personaltelco.net/gallery/view_album.php?set_albumName=NetgearWGT634U WGT634U Photos]

Source

Netgear has the source available here: BR http://kbserver.netgear.com/kb_web_files/n101238.asp BR ftp://downloads.netgear.com/files/GPL/ BR

For this source code release, two toolchains are required:

1. A MIPS little-endian toolchain. For example, hndtools-mipsel-linux-3.0

2. A MIPS little-endian toolchain compiled with C++ and uClibc support.

Then, a "make" should suffice to build all GPL components of WGT634U.

USB

This device has a USB2.0 port.

CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI=m
CONFIG_USB_STORAGE=m

By default, it wants to mount a usb mass_storage device (/dev/sda) on /share/partition1

As you know, this allows one to add an external HDD/USB keychain, etc. [:GPS], BlueTooth?

Serial

There are actually 2 serial headers on the board. For more information on adding a port, see http://www.nslu2-linux.org/wiki/HowTo/AddASerialPort

CONFIG_CMDLINE="root=/dev/ram console=ttyS1,115200"

http://www.personaltelco.net/albums/NetgearWGT634U/dscn3058.thumb.jpg BR

I simply added a serial cable to the outer-most header and booted the device. The bootlog (firmware 1.0.0.11?) can be found [http://personaltelco.net/~jason/wgt634u_bootlog here]. Another log from the latest version which has a number of fixes, including the addition of [http://atheros.com/pt/atheros_XR_whitepaper.pdf Atheros XR] and AR(Addaptive Radio) is located [http://personaltelco.net/~jason/wgt634u_bootlog-1.4.1.9 here].

Battery Power

Input 12VDC. I've been testing a 12V 7 amp-hour sealed lead-calcium (leadacid) battery. I get 60 minutes of run time. I think the battery may be damaged though, because I find it hard to believe the AP takes 7 amps. I'm going to compare the runtime to the WRT54G on the same battery tonight. -- DonPark