Install US-based DD-WRT Buffalo firmware on Japan WZR-300HP

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2  Next
Author Message
chinaguy
DD-WRT Novice


Joined: 30 Jan 2013
Posts: 2

PostPosted: Fri Feb 01, 2013 2:19    Post subject: Install US-based DD-WRT Buffalo firmware on Japan WZR-300HP Reply with quote
I'm living in Japan, and had the need for a router that supported DD-WRT. I purchased the Buffalo WZR-300HP, and went to install DD-WRT only to find that the Japan versions are locked down to Japan firmware only. There are no DD-WRT versions specifically for the WZR-300HP, but it is supposedly identical to the WZR-HP-G300NH2. Apparently it's not, since none of Brainslayer's MULTI releases would install.

After doing a lot of Googling and reading up on all the efforts to unlock the Japan versions of the Buffalo routers, I believe I have pulled together a relatively simple method to unlock these routers. I want to make it clear that I did not do any of the smart stuff, others did that for me. I just pulled together all their information and came up with these instructions.

1) acquire the US-based professional DD-WRT version from Buffalo for the WZR-300HP. Someone was kind enough to post a link to it in this thread -> http://www.dd-wrt.com/phpBB2/viewtopic.php?t=164156&highlight=wzr300hp

2) download a copy of the Telnet utility "PuTTy" to your PC. If you just download the portable version, you won't have to install it. You will use this utility in step 5.

2) Connect your Japan WZR-300HP to your PC. Check to make sure you can access the Japanese version of the WEB management utility @ 192.168.11.1. Just to be on the safe side, now flush your browser cache, else in step 3 you could get the message "—- UNDER CONSTRUCTION — " (I did).

3) Now here comes the cool part. Buffalo's "user friendly" firmware has a special hidden maintenance page, accessible at http://192.168.11.1/cgi-bin/cgi?req=frm&frm=py-db/55debug.html, with special username "bufpy" and password "otdpopypassword". If you've already changed the password from the default "password", then the password will be "otdpopy+yournewpassword". Also, if you've changed the router IP address, then you'll also have to change the 192.168.11.1 to your selected IP address.

4) Once you have the maintenance page displayed, select the TELNETD option. Then select the START option. This will start a telnet session on your router.

5) Now go back to your pc and launch PuTTy. I did this on a Windows XP machine using an admin account, so not sure if you need admin access when you use PuTTy. Probably safest to just go ahead and run as administrator. Type in your router's IP address (192.168.11.1 or whatever you changed it to) and select connection type "Telnet". This will connect you to the Telnet session on your router.

6) Now type in these two commands:

ubootenv set accept_open_rt_fmt 1
ubootenv set region US (make sure US is CAPS)

To verify these got added/changed, perform the following command:

ubootenv list

7) Ok, you're done with the "hard" part. Now do a 30-30-30 hard reset (not sure if this is needed, but do it just to be safe). Then log into your router and find the page where you perform the WEB update of the firmware. Select the "browse" button (in Japanese Smile ) and then select the firmware you downloaded in step 1. Hit the lower button on the right. The firmware installation should begin. When it's done, perform another 30-30-30 and you should now have a fully functioning WZR-300HP with a US-based DD-WRT firmware on it.

I've only done this once, so if you try it, please post your results!


Last edited by chinaguy on Sun Feb 03, 2013 13:25; edited 1 time in total
Sponsor
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Sat Feb 02, 2013 11:31    Post subject: Reply with quote
http://www.dd-wrt.com/wiki/index.php/Supported_Devices#Buffalo
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
chinaguy
DD-WRT Novice


Joined: 30 Jan 2013
Posts: 2

PostPosted: Sun Feb 03, 2013 13:29    Post subject: Reply with quote
I confirmed this works today on a friend's WZR-300HP. Be sure that, for the region, US is in CAPS, or it will not work. It had me stumped for several minutes. I have added a note on this in my original instructions.
St4l1n
DD-WRT Novice


Joined: 19 Feb 2013
Posts: 1

PostPosted: Tue Feb 19, 2013 15:17    Post subject: Re: Install US-based DD-WRT Buffalo firmware on Japan WZR-30 Reply with quote
chinaguy wrote:
I'm living in Japan, and had the need for a router that supported DD-WRT. I purchased the Buffalo WZR-300HP, and went to install DD-WRT only to find that the Japan versions are locked down to Japan firmware only. There are no DD-WRT versions specifically for the WZR-300HP, but it is supposedly identical to the WZR-HP-G300NH2. Apparently it's not, since none of Brainslayer's MULTI releases would install.

After doing a lot of Googling and reading up on all the efforts to unlock the Japan versions of the Buffalo routers, I believe I have pulled together a relatively simple method to unlock these routers. I want to make it clear that I did not do any of the smart stuff, others did that for me. I just pulled together all their information and came up with these instructions.

1) acquire the US-based professional DD-WRT version from Buffalo for the WZR-300HP. Someone was kind enough to post a link to it in this thread -> http://www.dd-wrt.com/phpBB2/viewtopic.php?t=164156&highlight=wzr300hp

2) download a copy of the Telnet utility "PuTTy" to your PC. If you just download the portable version, you won't have to install it. You will use this utility in step 5.

2) Connect your Japan WZR-300HP to your PC. Check to make sure you can access the Japanese version of the WEB management utility @ 192.168.11.1. Just to be on the safe side, now flush your browser cache, else in step 3 you could get the message "—- UNDER CONSTRUCTION — " (I did).

3) Now here comes the cool part. Buffalo's "user friendly" firmware has a special hidden maintenance page, accessible at http://192.168.11.1/cgi-bin/cgi?req=frm&frm=py-db/55debug.html, with special username "bufpy" and password "otdpopypassword". If you've already changed the password from the default "password", then the password will be "otdpopy+yournewpassword". Also, if you've changed the router IP address, then you'll also have to change the 192.168.11.1 to your selected IP address.

4) Once you have the maintenance page displayed, select the TELNETD option. Then select the START option. This will start a telnet session on your router.

5) Now go back to your pc and launch PuTTy. I did this on a Windows XP machine using an admin account, so not sure if you need admin access when you use PuTTy. Probably safest to just go ahead and run as administrator. Type in your router's IP address (192.168.11.1 or whatever you changed it to) and select connection type "Telnet". This will connect you to the Telnet session on your router.

6) Now type in these two commands:

ubootenv set accept_open_rt_fmt 1
ubootenv set region US (make sure US is CAPS)

To verify these got added/changed, perform the following command:

ubootenv list

7) Ok, you're done with the "hard" part. Now do a 30-30-30 hard reset (not sure if this is needed, but do it just to be safe). Then log into your router and find the page where you perform the WEB update of the firmware. Select the "browse" button (in Japanese Smile ) and then select the firmware you downloaded in step 1. Hit the lower button on the right. The firmware installation should begin. When it's done, perform another 30-30-30 and you should now have a fully functioning WZR-300HP with a US-based DD-WRT firmware on it.

I've only done this once, so if you try it, please post your results!



Thank you so much for this. This is my first time posting here but I am a long time DD-WRT user. I am also living in Japan and I just purchased the WZR-300HP today. I was really worried when I got home that I wouldn't be able to setup DD-WRT (professional version not that lame excuse of a user friendly version that comes stock on the JP models). After finding your post I was actually able to get everything installed correctly and I am up and running with DD-WRT.
dA_RoB
DD-WRT Novice


Joined: 05 Feb 2013
Posts: 15

PostPosted: Wed Feb 20, 2013 13:38    Post subject: You can do this without putty ;) Reply with quote
Look here Wink
fghero
DD-WRT Novice


Joined: 22 Feb 2013
Posts: 3

PostPosted: Sat Mar 16, 2013 17:01    Post subject: It worked! Reply with quote
Thank you very much! I have been using DD-WRT on my US-based users for a long time.
I moved to Japan a couple months ago and bought a WHR-300HP, and I had been struggling to find a way to install DD-WRT ever since.
This worked perfectly!!
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Sat Mar 23, 2013 5:45    Post subject: Reply with quote
it will work with the next beta build
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
fipile
DD-WRT Novice


Joined: 30 Mar 2013
Posts: 1

PostPosted: Sat Mar 30, 2013 9:25    Post subject: works also on WZR-HP-AG300H Reply with quote
thanks for putting together these instructions
Works fine on the japanese WZR-HP-AG300H

I upgraded to the US official v1.78 firmware as my intent is just to get rid of the regular loss of wifi connection on the 2.4ghz band that was not fixed with the official 1.72 from buffalo japan

will see if the US firmware helps...
CmdrLiner
DD-WRT Novice


Joined: 16 Jun 2012
Posts: 1

PostPosted: Sat May 04, 2013 2:51    Post subject: Economical Alternative to Imported Routers Reply with quote
I'm kind of late on this post, but I just wanted to say that these instructions worked perfectly on two out of two Japanese WZR-300HP models. And I saved a lot of time on the research end of things.

They have been up for 2+ weeks with no problems.

It makes the Buffalo routers an economical alternative to my past practice of buying Linksys routers directly from the States. And I get a warantee.
max-go
DD-WRT Novice


Joined: 26 May 2013
Posts: 1

PostPosted: Sun May 26, 2013 16:24    Post subject: Thank you! Reply with quote
It worked perfectly well on a Japanese unit of the WZR-300HP I bought today at BIC Camera in Tokyo.

The last 30-30-30 hard reset doesn't seem to be necessary, but it surely doesn't harm.

Thanks!
totsubo
DD-WRT Novice


Joined: 07 Sep 2009
Posts: 8

PostPosted: Sat Jun 01, 2013 14:19    Post subject: Reply with quote
Just wanted to say that I tried these instructions for my WZR-450HP but unfortunately it didn't work.

After loading the firmware the router give me this error message:

ファームウェアデータが正しくありません。再起動します。

I guess it doesn't like the US firmware.

PS I tried with the firmware I found here:

http://www.buffalotech.com/support-and-downloads/download/wzrhpg450h-pro-v24sp2-20025-download.zip
flyingforce
DD-WRT Novice


Joined: 26 Jul 2013
Posts: 1

PostPosted: Fri Jul 26, 2013 16:46    Post subject: Reply with quote
Got same question like totsubo, can everybody update us how to solve the issue? many thanks.
saishowaguu
DD-WRT Novice


Joined: 01 Jan 2012
Posts: 4

PostPosted: Sun Sep 15, 2013 7:33    Post subject: Reply with quote
Just to let everyone know, these instructions do work with the Japanese version of the WZR-450HP. I completed them successfully this weekend.


What I did differently:

1. After logging into the telnet session, it looks like the ubootenv commands are not there, but they are. Smile
You need to navigate into the bin folder by using the cd bin command.
Then you can run the ubootenv set accept_open_rt_fmt 1 and ubootenv set region US commands as normal.

2. Do a 30-30-30 reset after you enter the commands above.

3. Download and unzip the USA model DD-WRT firmware from here: WZR-HP-G450H DD-WRT Buffalo Official Firmware

4. Once unzipped, remove the .enc file extension from the 14.3MB file named wzrhpg450h-pro-v24sp2-20025.enc (Not sure if this step is necessary, but it's what I did)

5. Log into the buffalo router web interface (remember that you did a 30-30-30 reset, so the password is now back to default), and select the DD-WRT firmware file you renamed.


The router should take the file and begin the update without any error message.
I have not yet tried moving to BrainSlayer's versions yet, but will test it later this week.
I'll also try poking around some of the other newer models (like the WZR-600DHP and the WZR-900DHP).
brcastle
DD-WRT Novice


Joined: 23 Sep 2013
Posts: 1

PostPosted: Sat Oct 05, 2013 14:32    Post subject: Thx great instructions Reply with quote
I just replaced my Japanese corega router with a wzr-300hp. I had checked the US Buffalo site and thought it easy to change the language into English but only later found that was not possible. I really wanted an English setup for a change and after searching I found your instructions. They worked for me on the first try just as written. Thank you for finding and posting this solution! I tried to get the updated DD-WRT firmware from the US buffalo site but my serial number was invalid there. It might be useful if someone could get that and pass it on. I also found a post with some interesting info on the regulatory domain setup for Japan at http://www.japanmobiletech.com/2012/07/installing-dd-wrt-firmware-on-japanese.html its for the WHR-G301N but good FYI.
totsubo
DD-WRT Novice


Joined: 07 Sep 2009
Posts: 8

PostPosted: Fri Nov 15, 2013 14:12    Post subject: Reply with quote
saishowaguu wrote:
Just to let everyone know, these instructions do work with the Japanese version of the WZR-450HP. I completed them successfully this weekend.


(For what it's worth the uboot commands are there (i.e. in the path), no need to cd to /bin)

I just tried saishowaguu's instruction and they do not work. The message I get is "ファームウェアデータが正しくありません。再起動します。"

There is something really weird about this Japanese version of the router. Even a 30-30-30 reset doesn't clear anything. I did a 30-30-30 and my changes to the name of the SSID, etc. were still there. A 'normal' 3 second press of the reset button works though.

Weird.

I'm getting pretty pissed with this router. The installed firmware has so many basic features missing.
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum