Buffalo WZR-600DHP

Supported Versions

Version/Model Launch Date S/N OpenWrt Version Supported Model Specific Notes
C0B1 (600DHP) ? - Attitude Adjustment -
C0_B2 (500DHP) ? - Attitude Adjustment 12.09-rc1 -

Hardware Highlights

CPU Ram Flash Network USB Serial JTag
Atheros AR7161@680MHz 128MiB 32MiB 4 x 1 Yes Yes Yes

NOTE: Buffalo WZR-600DHP shares the same FCC ID FDI-09101889-0 with Buffalo WZR-HP-AG300H. This brings in a plausible hypothesis that in fact both models are identical except for their model number. For FCC documentation, see here

Indeed, WZR-600HDP is a replacement model for WZR-HP-AG300H, and their hardware look almost identical. However, the known procedure how to install OpenWRT for WZR-HP-AG300H does not work for WZR-600DHP. BuffaloTech is not responsive in assisting in regards to this matter.

Firmware

Buffalo provides two types of official firmwares: Pro version and Friendly version. Both are DD-WRT based, and downloadable from Buffalo tech's website. Don't let naming fool you; Friendly version is not friendly in fact.

In USA, Buffalo WZR-600DHP is shipped with its Pro version. "DD-WRT v2SP2-MULTI (11/0/12) std" (Filename: wzr600dhp-pro-v24sp2-20180-download.zip).

Installation

The instructions provided below for C0B1 could possibly be outdated now. I was unsuccessful with that method after many attempts. The installation instructions for C0B2 (posted below) worked for my C0B1. Be patient, as it will take some time for the install to take. Do not unplug while the red light is flashing. I came from Buffalo's Pro Build (20180) using WinSCP to transfer the firmware.

Some have reported failure with C0B1 using tftp method. Be sure to follow tftp instructions to the letter, and it may take a few tries because of timing. Or try the C0B2 instructions as suggested above.

Confirmed working with router version C0B1, using openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-tftp.bin (Attitude Adjustment RC1) (_john_i_ 2012-12-30)

Also confirmed working via sysupgrade on router version C0B1 using openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin upgrading from 12.09-rc1 to 12.09 final (r36088) (_john_i_ 2013-04-28)

If you read the following (previously posted) instructions, at least for version C0B1 there is no need to set the ubootenv accept_open_rt_fmt or (not mentioned, but like the WZR-HP-G300NH2 (version A1A0) (and not required for it either)) ubootenv tftp_wait.

This worked with Attitude Adjustment RC1 file openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-tftp.bin (…-factory.bin filename typo fixed by OP, I quite possibly repeated the "go get some coffee…" step a few to many times??) I can now also confirm that at least the …wzr-hp-ag300h-jffs2-tftp.bin works as well. Likely of small consolation to you but the reading is way easier than the writing… total chaos!!!

  1. Pregame warmup ~ Give it a 30/30/30
  2. Set ip of your box to 192.168.11.2
  3. Issue arp command as follows: "arp -s 192.168.11.1 02:aa:bb:cc:dd:20"
  4. On linux box type following command at la prompt: "tftp -m binary 192.168.11.1 -c put name_of_firmware_file.bin" (windows users you'll have to make something up yourself)
  5. (Only tried this once to many and while possibly early on the timing it works every time.) Press enter to issue step 4's command (tftp) and then plug in the 600DHP.
  6. Go get some coffee or tea while you wait for 5 minutes.
  7. After no more flashing "diag" light (which (at least on CBO1 model) is somewhat sporadic in its appearance), reset the IP on your machine to 192.168.1.2, and enter 192.168.1.1 in your browser and proceed to configure.
  8. NOTE ~ As of this writing step 6 configuration phase is largely (ok totally) untested by me 8-o hmm, hope it really all went to plan.
  9. NOTE ~ Ignore previous note, no routers were harmed in the process, I repeat, no routers were harmed in the process. Configuration and operation work fine. I think I'm working towards creating some .bin files with proper 600DHP names, but it's hard to tell sometimes… to be certain, you'll know it when you see them.

Because someone might get a laugh out of this, I should add that I had contacted Buffalo's tech dept. hoping for some help with the flash process before figuring it out myself. No, that's not the funny part. I noted in the inital message that I was willing to accept responsiblity for any damage incurred by my attempt. The replied I got back stated that the tech dept. couldn't assist in any potential warranty voiding procedures or activities. I responded by noting that although the point was probably moot, there was technically no voidable warranty on my router as I hadn't filed the paperwork. I gathered they weren't swayed at all by this fact as they neglected to respond.

Existing info… which might apply to some models?

Suggestions from here seems not working. At least, following method works in order to flash open source version DD-WRT from Buffalo's version DD-WRT.

  1. From Buffalo's Pro version firmware (stock) Web UI
  2. Flash with Buffalo's Friendly version firmware
  3. Follow above link's procedure:
  4. Login with username "bufpy", password "otdpopy" + <your password>. By default <your password> will be "password"
  5. Click "telnetd" and then "start"
  6. telnet 192.168.11.1
  7. type

ubootenv set accept_open_rt_fmt 1 reboot

  1. Login with username "bufpy", password "otdpopy" + <your password>. By default <your password> will be "password"
  2. Go to Adminstration _ .Firmware
  3. Click newly shown link to install buffalo_to_ddwrt_webflash-MULTI.bin

It is possible to flash openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin from the command line of a running DD-WRT, using the mtd command:

  1. shell into the command line, cd /tmp;
  2. Copy the image file to /tmp by whatever means is handy;
  3. mtd -r write openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin linux
  4. wait;
  5. be happy.

Note from the boot messages that the linux partition starts at offset 0x60000 from the beginning of flash. It would probably be wise to confirm that before proceeding.

Installation on HW version C0B2

Installation of Attitude Adjustment 12.09-rc1 on hardware version C0_B2 is confirmed but is quite difficult. The information below documents how it was done but may include extraneous steps and information.

  • Attempt at directly flashing openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin through Buffalo's DD-WRT web interface fails. It looks like it will work but when the router finishes the reboot the DD-WRT system restarts.
  • Attempts to flash via TFTP failed, even after setting uboot environment variables "accept_open_rt_fmt 1" and increasing tftp time with "tftp_wait 6". These changes were made using the Administration → Commands section of the Buffalo DD-WRT web interface.
  • Note: Changing the tftp_wait variable DID seem to make a change to the boot process, the router seemed to take longer to reboot but even after trying to increase all the way to 10 seconds I was not able to actually PUT the file via TFTP. By the time I was able to ping 192.168.11.1 (even with a static arp entry) the DD-WRT system had already loaded and the TFTP window was closed. I'm not sure why the interface is not coming up and TFTP not working as it should, I do not have serial console access to watch the boot process.

In the end I was successful by enabling password based SSH access and using an SCP client to put the openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin into the /tmp/root directory and then logging in with SSH and using mtd -r write openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin linux to complete the upgrade.

Note that OpenWRT is reporting the router as a "Buffalo WZR-HP-AG300H" even though it is a WZR-600DHP.

2/06/13 - Just flashed a B2 with the regular TFTP method.

2013-04-16: Confirmed flashing a B2 using the SCP & SSH, mtd method mentioned above. No issues.

2013-04-24: Also confirmed flashing a B2 using SCP/SSH/mtd method mentioned above with no issues. Also used the RC2 image of the version referenced above without issues.

Flash Layout

Flash Layout has an example flash layout and all explanations required to understand this. Here the naked hex-values for the WZR-600DHP:

DD-WRT v24-sp2 std © 2012 NewMedia-NET GmbH Release: 07/09/12 (SVN revision: 19438) bootlog: Creating 9 MTD partitions on "ar7100-nor0": 0x000000000000-0x000000050000 : "RedBoot" 0x000000060000-0x000001fe0000 : "linux" 0x00000017a000-0x000000e80000 : "rootfs" 0x000000e80000-0x000001fe0000 : "ddwrt" 0x000001fe0000-0x000001ff0000 : "nvram" 0x000001ff0000-0x000002000000 : "FIS directory" 0x000001ff0000-0x000002000000 : "board_config" 0x000000000000-0x000002000000 : "fullflash" 0x000000040000-0x000000050000 : "uboot-env"
root@DD-WRT:~# cat /proc/mtd dev: size erasesize name mtd0: 00050000 00010000 "RedBoot" mtd1: 01f80000 00010000 "linux" mtd2: 00ac6000 00010000 "rootfs" mtd3: 013a0000 00010000 "ddwrt" mtd4: 00010000 00010000 "nvram" mtd5: 00010000 00010000 "FIS directory" mtd6: 00010000 00010000 "board_config" mtd7: 02000000 00010000 "fullflash" mtd8: 00010000 00010000 "uboot-env"
OpenWrt (as of r35052) bootlog: Creating 7 MTD partitions on "flash": 0x000000000000-0x000000040000 : "u-boot" 0x000000040000-0x000000050000 : "u-boot-env" 0x000000050000-0x000000060000 : "art" 0x000000060000-0x000000160000 : "kernel" 0x000000160000-0x000001ff0000 : "rootfs" 0x0000005b0000-0x000001ff0000 : "rootfs_data" 0x000001ff0000-0x000002000000 : "user_property" 0x000000060000-0x000001ff0000 : "firmware"

Boot Sequence

This complete boot sequence shows Buffalo's U-BOOT ver 1.00, its TftpServer timing, and kernel messages while booting up

root@DD-WRT:~# 

BUFFALO U-BOOT Ver 1.00
  == CPU:680MHz, DDR:340MHz, AHB:170MHz ==
AP96 (ar7100) U-boot 0.0.1
DRAM:  128 MB
Top of RAM usable for U-Boot at: 84000000
Reserving 266k for U-Boot at: 83fbc000
Reserving 192k for malloc() at: 83f8c000
Reserving 44 Bytes for Board Info at: 83f8bfd4
Reserving 36 Bytes for Global Data at: 83f8bfb0
Reserving 128k for boot params() at: 83f6bfb0
Stack Pointer at: 83f6bf98
Now running in RAM - U-Boot at: 83fbc000
flash bank #0 found 16 MB flash [W25Q128BV, blk:0x10000, sectors:256]
flash bank #1 found 16 MB flash [W25Q128BV, blk:0x10000, sectors:256]
Flash: 32 MB
In:    serial
Out:   serial
Err:   serial
Memory Test
uboot use  83F6BFB0 - 84000000
Memory Test start(80000000) end(83F00000) size(03F00000)
Pattern 00000000  Writing...  Reading...
Memory Test start(84000000) end(88000000) size(04000000)
Pattern 00000000  Writing...  Reading...
Memory Test OK
### buf_ver=[1.00] U-Boot Ver.=[1.00]
### build_date(env)=[May 21 2012 - 08:29:08] build_date(bin)=[May 21 2012 - 08:29:08]
ag7100_enet_initialize...
Reading MAC Address from ENV(0x83f8c2f4)
Port 0, Neg Success
Port 1, Neg Success
Port 2, Neg Success
Port 3, Neg Success
eth0: Phy Specific Status=0010
eth0: Phy Specific Status=0010
eth0: Phy Specific Status=0010
eth0: Phy Specific Status=0010;$eth0: 02:aa:bb:cc:dd:20
eth0 up
Reading MAC Address from ENV(0x83f8c2f4)
Port 4, Neg Success
eth1: Phy Specific Status=0010
eth1: 02:aa:bb:cc:dd:21
eth1 up
eth0  02:AA:BB:CC:DD:20
, eth1  02:AA:BB:CC:DD:21


enet0 port0 up
pll reg 0x18050010: 0x110000  
tftp server(receive) go, waiting:4[sec]
Load address: 0x84000000

TftpServer Timeout;
no file was loaded.
change bootargs
console=ttyS0,115200 root=31:03 rootfstype=jffs2 init=/sbin/init mtdparts=ar7100-nor0:256k(u-boot),64k(u-boot-env),1152k@384k(uImage),6592k@1536k(rootfs),64k@320k(ART),64k@8128k(properties),8192k@8192k(flash1),16384k@16384k(flash2) mem=128M
## Booting image at bf060000 ...
   Image Name:   DD-WRT v24 Linux Kernel Image
   Created:      2012-11-04  17:15:31 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1152152 Bytes =  1.1 MB
   Load Address: 80002000
   Entry Point:  80238490
   Verifying Checksum ... crc32_fw: bf060040 - bf1794d7 (len:00119498) calc...
crc32_fw: range1 bf060040 - bf1794d7
OK
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80238490) ...
## Giving linux memsize in bytes, 134217728

Starting kernel ...

[    0.000000] Linux version 3.2.28 (root@dd-wrt) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #13 Thu Nov 1 14:55:47 CET 2012
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
[    0.000000] booting platform Atheros AR7161 rev 2 (0xaa)
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Zone PFN ranges:
[    0.000000]   Normal   0x00000000 -> 0x00008000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00008000
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd init=/sbin/init
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 126344k/131072k available (2299k kernel code, 4728k reserved, 804k data, 160k init, 0k highmem)
[    0.000000] NR_IRQS:80
[    0.000000] irq init done
[    0.000000] plat_time_init: plat time init done
[    0.000000] Calibrating delay loop... 452.19 BogoMIPS (lpj=2260992)
[    0.060000] pid_max: default: 32768 minimum: 301
[    0.060000] Mount-cache hash table entries: 512
[    0.070000] NET: Registered protocol family 16
[    3.070000] registering PCI controller with io_map_base unset
[    3.080000] bio: create slab <bio-0> at 0
[    3.090000] found calibration data for slot 0 on 0xBF051000
[    3.100000] PCI: fixup device 0000:00:00.0
[    3.110000] found calibration data for slot 1 on 0xBF055000
[    3.120000] PCI: fixup device 0000:00:01.0
[    3.120000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1000ffff]
[    3.130000] pci 0000:00:00.0: BAR 0: set to [mem 0x10000000-0x1000ffff] (PCI address [0x10000000-0x1000ffff])
[    3.130000] pci 0000:00:01.0: BAR 0: assigned [mem 0x10010000-0x1001ffff]
[    3.140000] pci 0000:00:01.0: BAR 0: set to [mem 0x10010000-0x1001ffff] (PCI address [0x10010000-0x1001ffff])
[    3.150000] Switching to clocksource MIPS
[    3.150000] NET: Registered protocol family 2
[    3.160000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    3.160000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    3.170000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    3.170000] TCP: Hash tables configured (established 4096 bind 4096)
[    3.180000] TCP reno registered
[    3.180000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    3.190000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    3.190000] NET: Registered protocol family 1
[    3.200000] gpio_proc: module loaded and /proc/gpio/ created
[    3.200000] Register LED Device
[    3.210000] wl0gpio_proc: module loaded and /proc/wl0gpio/ created
[    3.210000] AR7100 GPIOC major 0
[    3.220000] squashfs: version 3.0 (2006/03/15) Phillip Lougher
[    3.220000] msgmni has been set to 246
[    3.230000] alg: No test for stdrng (krng)
[    3.230000] io scheduler noop registered
[    3.240000] io scheduler deadline registered (default)
[    3.240000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    3.270000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 19) is a 16550A
[    3.280000] console [ttyS0] enabled, bootconsole disabled
[    3.280000] console [ttyS0] enabled, bootconsole disabled
[    3.290000] check spi banks 2
[    3.290000] 0000 : EF 40 18
[    3.290000] found W25Q128BV device on bank#0
[    3.300000] 0000 : EF 40 18
[    3.300000] found W25Q128BV device on bank#1
[    3.310000] SPI flash size total:32 Mbytes
[    3.400000] 
[    3.400000] found squashfs at 17A000
[    3.400000] Creating 9 MTD partitions on "ar7100-nor0":
[    3.410000] 0x000000000000-0x000000050000 : "RedBoot"
[    3.410000] 0x000000060000-0x000001fe0000 : "linux"
[    3.420000] 0x00000017a000-0x000000c40000 : "rootfs"
[    3.430000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    3.440000] mtd: partition "rootfs" set to be root filesystem
[    3.440000] 0x000000c40000-0x000001fe0000 : "ddwrt"
[    3.450000] 0x000001fe0000-0x000001ff0000 : "nvram"
[    3.460000] 0x000001ff0000-0x000002000000 : "FIS directory"
[    3.460000] 0x000001ff0000-0x000002000000 : "board_config"
[    3.470000] 0x000000000000-0x000002000000 : "fullflash"
[    3.480000] 0x000000040000-0x000000050000 : "uboot-env"
[    3.480000] tun: Universal TUN/TAP device driver, 1.6
[    3.490000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.890000] PPP generic driver version 2.4.2
[    3.900000] PPP BSD Compression module registered
[    3.900000] PPP Deflate Compression module registered
[    3.910000] PPP MPPE Compression module registered
[    3.910000] NET: Registered protocol family 24
[    3.920000] Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout= 0)
[    3.940000] u32 classifier
[    3.950000]     Performance counters on
[    3.950000]     input device check on
[    3.950000]     Actions configured
[    3.960000] Netfilter messages via NETLINK v0.30.
[    3.960000] nf_conntrack version 0.5.0 (1974 buckets, 7896 max)
[    3.970000] nf_conntrack_rtsp v0.6.21 loading
[    3.970000] nf_nat_rtsp v0.6.21 loading
[    3.980000] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.980000] IPP2P v0.8.2 loading
[    3.990000] TCP bic registered
[    3.990000] TCP cubic registered
[    3.990000] TCP westwood registered
[    3.990000] TCP highspeed registered
[    4.000000] TCP hybla registered
[    4.000000] TCP htcp registered
[    4.000000] TCP vegas registered
[    4.010000] TCP veno registered
[    4.010000] TCP scalable registered
[    4.010000] TCP lp registered
[    4.020000] TCP yeah registered
[    4.020000] TCP illinois registered
[    4.020000] NET: Registered protocol family 17
[    4.030000] Bridge firewalling registered
[    4.030000] 8021q: 802.1Q VLAN Support v1.8
[    4.040000] searching for nvram
[    4.040000] nvram size = -2144567346
[    4.130000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[    4.130000] Freeing unused kernel memory: 160k freed
start service
starting Architecture code for wzrag300nh
starting hotplug
Jan  1 00:00:05 udevtrigger[274]: parse_config_file: can't open '/etc/udev/udev.conf' as config file: No such file or directory
start MSTP Daemon
1970-01-01 00:00:06 main: Sanity checks succeeded
done
load ag71xx or ag7100_mod Ethernet Driver
[    6.470000] ag71xx_mdio: probed
[    6.470000] eth0: Atheros AG71xx at 0xb9000000, irq 4
[    6.890000] eth0: AR8316 switch driver attached.
[    6.900000] ar8316: Using port 4 as switch port
[   12.440000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd041, driver=Atheros AR8216/AR8236/AR8316]
[   12.450000] eth1: Atheros AG71xx at 0xba000000, irq 5
[   12.870000] ar8316: Using port 4 as PHY
[   18.940000] ag71xx ag71xx.1: eth1: connected to PHY at ag71xx-mdio.0:04 [uid=004dd041, driver=Atheros AR8216/AR8236/AR8316]
load ATH 802.11 a/b/g Driver
insmod: ath_hal.ko: module not found
insmod: ath_pci.ko: module not found
insmod: ath_ahb.ko: module not found
load ATH9K 802.11n Driver
[   19.770000] Compat-wireless backport release: compat-wireless-2012-04-13-1-r31296
[   19.780000] Backport based on wireless-testing.git master-2012-04-13
insmod: compat_firmware_class.ko: module not found
[   19.890000] cfg80211: Calling CRDA to update world regulatory domain
[   20.120000] cfg80211: World regulatory domain updated:
[   20.130000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   20.140000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   20.140000] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   20.150000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   20.160000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   20.170000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   20.330000] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb0000000, irq=48
[   20.340000] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[   20.360000] ieee80211 phy1: Atheros AR9280 Rev:2 mem=0xb0010000, irq=49
[   20.370000] cfg80211: Calling CRDA for country: US
[   20.490000] cfg80211: Regulatory domain changed to country: US
[   20.490000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   20.500000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   20.510000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   20.520000] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   20.530000] cfg80211:   (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   20.530000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   20.540000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[USB] checking...
umount: can't umount /mnt: No such file or directory
rmmod: usblp: No such file or directory
rmmod: printer: No such file or directory
rmmod: usb-storage: No such file or directory
rmmod: sr_mod: No such file or directory
rmmod: cdrom: No such file or directory
rmmod: sd_mod: No such file or directory
rmmod: scsi_wait_scan: No such file or directory
rmmod: scsi_mod: No such file or directory
rmmod: usb-ohci: No such file or directory
rmmod: ohci-hcd: No such file or directory
rmmod: uhci-hcd: No such file or directory
rmmod: usb-uhci: No such file or directory
rmmod: ehci-hcd: No such file or directory
rmmod: usbcore: No such file or directory
rmmod: xfs: No such file or directory
rmmod: msdos: No such file or directory
rmmod: vfat: No such file or directory
rmmod: fat: No such file or directory
rmmod: nls_utf8: No such file or directory
rmmod: nls_iso8859-2: No such file or directory
rmmod: nls_iso8859-1: No such file or directory
rmmod: nls_cp437: No such file or directory
rmmod: nls_cp932: No such file or directory
rmmod: nls_cp936: No such file or directory
rmmod: nls_cp950: No such file or directory
rmmod: nls_base: No such file or directory
rmmod: ext3: No such file or directory
rmmod: jbd: No such file or directory
rmmod: ext2: No such file or directory
rmmod: mbcache: No such file or directory
rmmod: fuse: No such file or directory
[   21.470000] eth0: link up (1000Mbps/Full duplex)
ath9k deconfigure_single: phy0 ath0
ath9k deconfigure_single: phy1 ath1
CTL_set_cist_bridge_config: Got return code 0, -1
Couldn't find bridge with index 6

Couldn't change bridge bridge_forward_delay
killall: ead: no process ki[   22.320000] eth0: link down
lled
[   22.350000] device eth0 entered promiscuous mode
/bin/sh: ead: not found
ifconfig: ioctl 0x8914 failed: Cannot assign requested address
ath9k deconfigure_single: phy0 ath0
ath9k deconfigure_single: phy1 ath1
[   22.410000] cfg80211: Calling CRDA to update world regulatory domain
[   22.440000] cfg80211: World regulatory domain updated:
[   22.450000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   22.450000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.460000] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   22.470000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   22.480000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.490000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.500000] cfg80211: Calling CRDA for country: US
[   22.510000] cfg80211: Regulatory domain changed to country: US
[   22.520000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   22.530000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   22.530000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   22.540000] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.550000] cfg80211:   (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.560000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.560000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   22.600000] eth0: link up (1000Mbps/Full duplex)
[   22.600000] br0: port 1(eth0) entering forwarding state
[   22.610000] br0: port 1(eth0) entering forwarding state
ath9k configure_single: phy0 ath0
[   22.620000] ath: phy0: Unable to set channel
call mac80211autochannel for interface: ath0
freq:2412 qual:62 noise:-94
freq:2417 qual:45 noise:-94
freq:2422 qual:66 noise:-95
freq:2427 qual:66 noise:-95
freq:2432 qual:45 noise:-94
freq:2437 qual:93 noise:-94
freq:2442 qual:47 noise:-95
freq:2447 qual:65 noise:-95
freq:2452 qual:66 noise:-95
freq:2457 qual:46 noise:-95
freq:2462 qual:74 noise:-95
mac80211autochannel interface: ath0 frequency: 2437
setup ath0 10:6F:3F:88:58:C2
Configuration file: /tmp/ath0_hostap.conf
[   25.960000] device ath0 entered promiscuous mode
Using interface ath0 with hwaddr 10:6f:3f:88:58:c2 and ssid 'BUFFALO-8858C2_G'
[   26.150000] br0: port 2(ath0) entering forwarding state
[   26.150000] br0: port 2(ath0) entering forwarding state
random: Only 13/20 bytes of strong random data available from /dev/random
random: Not enough entropy pool available for secure operations
WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects
command failed: Invalid argument (-22)
ath9k configure_single: phy1 ath1
[   26.210000] ath: phy1: Unable to set channel
call mac80211autochannel for interface: ath1
freq:5180 qual:92 noise:-95
freq:5200 qual:95 noise:-95
freq:5220 qual:95 noise:-95
freq:5240 qual:95 noise:-95
freq:5745 qual:89 noise:-92
freq:5765 qual:89 noise:-92
freq:5785 qual:91 noise:-93
freq:5805 qual:91 noise:-93
freq:5825 qual:91 noise:-93
mac80211autochannel interface: ath1 frequency: 5200
setup ath1 10:6F:3F:88:58:C3
Configuration file: /tmp/ath1_hostap.conf
[   28.870000] device ath1 entered promiscuous mode
Using interface ath1 with hwaddr 10:6f:3f:88:58:c3 and ssid 'BUFFALO-8858C2_A'
[   29.050000] br0: port 3(ath1) entering forwarding state
[   29.060000] br0: port 3(ath1) entering forwarding state
random: Cannot read from /dev/random: Resource temporarily unavailable
random: Only 0/20 bytes of strong random data available from /dev/random
random: Not enough entropy pool available for secure operations
WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects
command failed: Invalid argument (-22)
killall: roaming_daemon: no process killed
rmmod: bonding: No such file or directory
cp: can't stat '/tmp/mycron.d/*': No such file or directory
cp: can't stat '/jffs/mycron.d/*': No such file or directory
cp: can't stat '/mmc/mycron.d/*': No such file or directory
rmmod: n_hdlc: No such file or directory
[   29.980000] device eth1 entered promiscuous mode
[   30.050000] device eth1 left promiscuous mode
SIOCGIFFLAGS: No such device
SIOCGIFFLAGS: No such device
ath9k radio 1: phy0 ath0
ath9k radio 1: phy1 ath1
[   30.990000] etherip: Ethernet over IPv4 tunneling driver
The Milkfish Router Services
ERROR: Necessary service setting not found: milkfish_username - aborting.
rmmod: ipt_webstr: No such file or directory
rmmod: ipt_layer7: No such file or directory
rmmod: xt_layer7: No such file or directory
rmmod: ipt_ipp2p: No such file or directory
The Milkfish Router Services
Restoring SIP ddsubscriber database from NVRAM...
Empty.
The Milkfish Router Services
Restoring SIP ddaliases database from NVRAM...
Empty.
killall: proxywatchdog.sh: no process killed
rmmod: xt_physdev: No such file or directory
rmmod: xt_IMQ: No such file or directory
rmmod: ipt_IMQ: No such file or directory
rmmod: imq: No such file or directory
umount: can't umount /mnt/smbshare: No such file or directory
rmmod: cifs: No such file or directory
killall: schedulerb.sh: no process killed
killall: shatd: no process killed
killall: wdswatchdog.sh: no process killed
[   37.640000] br0: port 1(eth0) entering forwarding state
[   41.200000] br0: port 2(ath0) entering forwarding state
[   44.080000] br0: port 3(ath1) entering forwarding state

DD-WRT v24-sp2 std (c) 2012 NewMedia-NET GmbH
Release: 11/04/12 (SVN revision: 20180)

DD-WRT login: 

Hardware

Info

Architecture: MIPS
Vendor: Qualcomm Atheros
Bootloader: crippled U-Boot
System-On-Chip: AR7161 rev 2 (MIPS 24Kc V7.4)
CPU/Speed 24Kc V7.4 680 MHz
Flash-Chip: ?
Flash size: 32 MiB
RAM: 128 MiB
Wireless: Atheros AR9223 (2.4GHz) and AR9220 (5.0GHz) 802.11abgn
Ethernet: AR8316
Internet: n/a
USB: Yes 1 x 2.0
Serial: Yes
JTAG: Yes

root@DD-WRT:~# lspci -vv
00:00.0 Network controller: Atheros Communications Inc. AR922X Wireless Network Adapter (rev 01)
        Subsystem: Atheros Communications Inc.: Unknown device a097
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr+ Stepping- SERR+ FastB2B+
        Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 168, cache line size 08
        Interrupt: pin A routed to IRQ 48
        Region 0: Memory at 10000000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [44] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=100mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:01.0 Network controller: Atheros Communications Inc. AR922X Wireless Network Adapter (rev 01)
        Subsystem: Atheros Communications Inc.: Unknown device a096
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 168, cache line size 08
        Interrupt: pin A routed to IRQ 49
        Region 0: Memory at 10010000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [44] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=100mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

Serial

Exactly the same to WZR-HP-AG300H

Tags

For some Help with the Tags, please have a look here: tags

Back to top

toh/buffalo/wzr-600dhp.txt · Last modified: 2013/04/29 00:22 by john_i