Harry's Virtual Dimension  LOGIN   REGISTER



Harry's Virtual Dimension  Harry's Virtual Dimension  Harry's Virtual Dimension 
HOME BLOG WIKI ALBUM CONTACT   DOWNLOAD HELP?
サイト内キーワード検索
ログイン
ユーザー名:

パスワード:


パスワード紛失

新規登録
ブログカテゴリ一覧
メインメニュー
おすすめ商品
スポンサード リンク
Harryおすすめグッズ

バッファローのWHR-G54Sにtomato firmwareをインストール anchor.png

ここでは、dd-wrtと同様のフリーのルーターファームウェアであるtomato firmwareをバッファローの無線ルーター・WHR-G54Sにインストールする方法を紹介します。

Page Top

ファームウェアを取り寄せる anchor.png

tomato firmwareの公式ページの、Downloadにある最新ファームウェアをダウンロードします。

ダウンロードしたファイルは、7z(7zip)形式で圧縮されているので、IZArc等の解凍ソフトをインストールして、デスクトップなど適当な場所に展開します。

Page Top

PCの設定 anchor.png

次に Windows のネットワークの設定を以下のように設定します.

  • IP アドレス 192.168.11.2
  • サブネットマスク 255.255.255.0
  • デフォルト ゲートウェイ 192.168.11.1

Windowsファイアウォールは切っておいたほうが無難です。

Page Top

初期化と接続 anchor.png

ルーター底面のINITボタンを数秒長押しして、初期設定に戻します。
DIAGランプが点滅して、元に戻れば完了です。

次に、PCとルーターのLANポートをストレートケーブルで接続します。

Page Top

ファームウェアのインストール anchor.png

ここからがいよいよファームウェアのインストールです。
展開したファイル群の中の、whr_install.batを実行します。

最近のファームウェアのファイルには同梱されていないので、その場合は以下の内容をテキストファイルとして作成し、whr_install.batとリネームして用意してください。

@echo off
echo ===========================================================================
echo This batch file will upload tomato.trx in the current directory to
echo 192.168.11.1 during the router's bootup.
echo.
echo * Set your ethernet card's settings to:
echo IP: 192.168.11.2
echo Mask: 255.255.255.0
echo Gateway: 192.168.11.1.
echo * Unplug the router's power cable.
echo.

echo Press Ctrl+C to abort or any other key to continue...
pause > nul

echo.
echo * Re-plug the router's power cable.
echo.
echo ===============================================================================
echo Waiting for the router... Press Ctrl+C to abort.
echo.

set FIND=%WINDIR%\command\find.exe 
if exist %FIND% goto PING
set FIND=%WINDIR%\system32\find.exe 
if exist %FIND% goto PING
set FIND=find

:PING
ping -n 1 -w 50 192.168.11.1 | %FIND% "TTL="
if errorlevel 1 goto PING

echo tftp -i 192.168.11.1 put tomato.trx
tftp -i 192.168.11.1 put tomato.trx
if errorlevel 1 goto PING

set FIND=

echo.
echo ===============================================================================
echo * WAIT for about 2 minutes while the firmware is being flashed.
echo * Reset your ethernet card's settings back to DHCP.
echo * The default router address will be at 192.168.1.1.
echo.

pause

さて、バッチファイルを実行すると以下の画面が出現します。

===========================================================================
This batch file will upload tomato.trx in the current directory to
192.168.11.1 during the router's bootup.

* Set your ethernet card's settings to:
     IP:      192.168.11.2
     Mask:    255.255.255.0
     Gateway: 192.168.11.1.
* Unplug the router's power cable.

Press Ctrl+C to abort or any other key to continue...

ここで一旦止まりますので、指示通りまずは電源ケーブルを抜きます。
つづいて、電源ケーブルを挿して、緑色のPOWERランプがついたらすぐにEnterキーを押します。

* Re-plug the router's power cable.

===============================================================================
Waiting for the router... Press Ctrl+C to abort.

tftp -i 192.168.11.1 put tomato.trx
転送を正常に完了しました: 4 秒間に 2764800 バイト、691200 バイト/秒

===============================================================================
* WAIT for about 2 minutes while the firmware is being flashed.
* Reset your ethernet card's settings back to DHCP.
* The default router address will be at 192.168.1.1.

続行するには何かキーを押してください . . .

ここまでたどり着いたら転送が完了です。

Page Top

転送後の処理 anchor.png

Windows のネットワーク設定をDHCPに戻します。

一旦電源ケーブルを抜いて、ランプ正常に付くようになるのを確認して、ブラウザーからルータ192.168.1.1にアクセスします。

ユーザー名とパスワードの入力を求められるので、ユーザー名root、パスワードadminを入力して、メイン画面がでてこれば終了です。


Front page   Diff Backup Copy Rename ReloadPrint View   New Page Page list Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom) Powered by xpWiki
Counter: 10116, today: 5, yesterday: 7
Princeps date: 2007-11-15 (Thu) 23:26:48
Last-modified: 2009-10-04 (Sun) 00:16:38 (JST) (857d) by ゲスト
スポンサード リンク

 
 
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project