OpenWrt Forum Archive

Topic: Buffalo WHR-HP-GN / WHR-HP-G300N

The content of this topic has been archived on 4 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I'm trying to get openwrt onto a Buffalo WHR-HP-GN / WHR-HP-G300N (they seem to be the same device, the WHR-HP-GN has a WHR-HP-G300N board in it)

I've attached a console (same pin out as WHR-G300N)
Serial settings are
115200, 8N1

I've been able to push a file to the device.
I think the instructions are
boot the device normally and attach an ethernet cable to eth1 (the port closest to the wan)
Get an ip address via dhcp from the WHR-HP-GN / WHR-HP-G300N
Note the mac address (you need to set an arp entry)
Connect PC - LAN - WHR-HP-GN (eth1)
arp -s 192.168.11.1 <mac address from above>

Now for the hard part

There is a 4 second window (see below) about starting 10-20seconds after you supply the power where you can tftp put a file



Note the following is the standard buffalo image booting (note I have removed the mac addresses)

BUFFALO U-BOOT Ver 1.00
AP93 (ar7240) U-boot

sri
=====================================================================================================================================
  TAP CALC (read_cnt=512)
----+--------------------------------------------------------------------------------------------------------------------------------
TAP |   0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31
----+--------------------------------------------------------------------------------------------------------------------------------
F
----+--------------------------------------------------------------------------------------------------------------------------------
SELECT tap0=8 / tap1=8

#### ddr registers
  B8000000 = C7BC8CD0
  B8000004 = 9DD0E6A8
  B8000008 = 00000033
  B800000C = 00000002
  B8000010 = 00000000
  B8000014 = 00004AF0
  B8000018 = 000000FF
  B800001C = 00000008
  B8000020 = 00000008
  B8000024 = 00000005
  B8000028 = 00000005


32 MB
Memory Test (address line)
Memory Test start(0xA0000000) end(0xA2000000) size(33554432)
Data line test start:0xa0000000 pattern 0x00000001 0x00000003 0x00000007 0x0000000F 0x00000005 0x00000015 0x00000055 0xAAAAAAAA
Address line test start:0xa0000000 len:0x2000000 pattern 0xAAAAAAAA 0x55555555 
Fill test patnum:5
fill Pattern 5555AAAA  Writing...   Reading...
fill Pattern AAAA5555  Writing...   Reading...
fill Pattern 0000FFFF  Writing...   Reading...
fill Pattern FFFF0000  Writing...   Reading...
fill Pattern AAAAAAAA  Writing...   Reading...
Top of RAM usable for U-Boot at: 82000000
Reserving 289k for U-Boot at: 81fb4000
Reserving 136k for malloc() at: 81f92000
Reserving 44 Bytes for Board Info at: 81f91fd4
Reserving 36 Bytes for Global Data at: 81f91fb0
Reserving 128k for boot params() at: 81f71fb0
Stack Pointer at: 81f71f98
Now running in RAM - U-Boot at: 81fb4000
id read 0x100000ff
flash size 4194304, sector count = 1024
Flash:  4 MB
In:    serial
Out:   serial
Err:   serial
Memory Test
uboot use  81F71FB0 - 82000000
Memory Test start(80000000) end(81F00000) size(01F00000)
Pattern 55555555  Writing...  Reading...Pattern AAAAAAAA  Writing...  Reading...Pattern 00000000  Writing...  Reading...
Memory Test OK
### buf_ver=[1.00] U-Boot Ver.=[1.00]
### build_date(env)=[Apr 30 2009 - 10:09:03] build_date(bin)=[Apr 30 2009 - 10:09:03]
ag7240_enet_initialize...
Reading MAC Address from ENV(0x81f922d9)
: cfg1 0xf cfg2 0x7014
eth0: 02:aa:bb:cc:dd:1d
eth0 up
No valid address in Flash. Using fixed address
: cfg1 0xf cfg2 0x7014
eth1: removed
ATHRS26: resetting s26
ATHRS26: s26 reset done
eth1 up
eth0 02:AA:BB:CC:DD:1D
, eth1  removed

eth1 link down

tftp server(receive) go, waiting:4[sec]
eth1 link down
Load address: 0x80f00000

TftpServer Timeout;
no file was loaded.
## Booting image at bf040000 ...
   Image Name:   Linux Rootfs Combined Image
   Created:      2009-09-02   6:01:15 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    3481536 Bytes =  3.3 MB
   Load Address: 80002000
   Entry Point:  801e7000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 801e7000) ...
## Giving linux memsize in bytes, 33554432
Starting kernel ...

Booting AR7240(Python)...
Linux version 2.6.15 (vc03021@mkitec-xen) (gcc version 3.4.4) #1 Wed Sep 2 14:52:51 JST 2009
flash_size passed from bootloader = 4
arg 1: console=ttyS0,115200
arg 2: root=31:03
arg 3: rootfstype=jffs2
arg 4: init=/sbin/init
arg 5: mtdparts=ar7240-nor0:248k(u-boot),8k(u-boot-env),896k(uImage),2816k(rootfs),64k(NVRAM),64k(ART)
arg 6: mem=32M
use [CONFIG_CMDLINE] = console=ttyS0,115200 root=31:03 rootfstype=squashfs init=/sbin/init mtdparts=ar7240-nor0:248k(uboot),8k(uboot_environ),896k(linux),2816k(rootfs),64k(user_property),64k(ART),3712k@256k(firmware) mem=32M
CPU revision is: 00019374
Determined physical RAM map:
memory: 02000000 @ 00000000 (usable)
User-defined physical RAM map:
memory: 02000000 @ 00000000 (usable)
Built 1 zonelists
Kernel command line: console=ttyS0,115200 root=31:03 rootfstype=squashfs init=/sbin/init mtdparts=ar7240-nor0:248k(uboot),8k(uboot_environ),896k(linux),2816k(rootfs),64k(user_property),64k(ART),3712k@256k(firmware) mem=32M
Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, linesize 32 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
Cache parity protection disabled
PID hash table entries: 256 (order: 8, 4096 bytes)
Using 200.000 MHz high precision timer.
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 30204k/32768k available (1611k kernel code, 2548k reserved, 324k data, 128k init, 0k highmem)
Mount-cache hash table entries: 512
Checking for 'wait' instruction...  available.
NET: Registered protocol family 16
Returning IRQ 48
AR7240 GPIOC major 0
squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher
squashfs: LZMA suppport for slax.org by jro
Initializing Cryptographic API
io scheduler noop registered
io scheduler deadline registered
HDLC line discipline: version $Revision: #1 $, maxframe=4096
N_HDLC line discipline registered.
mel_initsw initialized.
Serial: 8250/16550 driver $Revision: #1 $ 1 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0x0 (irq = 19) is a 16550A
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE compression module registered
NET: Registered protocol family 24
WHR-HP-G300N_part partition parsing not available
7 cmdlinepart partitions found on MTD device ar7240-nor0
Creating 7 MTD partitions on "ar7240-nor0":
0x00000000-0x0003e000 : "uboot"
0x0003e000-0x00040000 : "uboot_environ"
0x00040000-0x00120000 : "linux"
0x00120000-0x003e0000 : "rootfs"
0x003e0000-0x003f0000 : "user_property"
0x003f0000-0x00400000 : "ART"
0x00040000-0x003e0000 : "firmware"
u32 classifier
    OLD policer on
NET: Registered protocol family 2
IP route cache hash table entries: 512 (order: -1, 2048 bytes)
TCP established hash table entries: 2048 (order: 1, 8192 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
ip_conntrack version 2.4 (256 buckets, 2048 max) - 212 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
ipt_time loading
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
arch/mips/ar7240/gpio.c (ar7240_simple_config_init) JUMPSTART_GPIO: 12
VFS: Mounted root (squashfs filesystem) readonly.
Freeing unused kernel memory: 128k freed
Warning: unable to open an initial console.

Please press Enter to activate this console. watchdogd.c(24) watchdogd_main :WD:Start Watchdog Daemon
rc.c(324) VerifyParamsOfInit :x:create status sections
Using /lib/modules/2.6.15/net/ag7240_mod.ko
AG7240: Length per segment 1536
AG7240: Max segments per packet 1
AG7240: Max tx descriptor count    40
AG7240: Max rx descriptor count    252
AG7240: fifo cfg 3 01f00140
AG7240CHH: Mac address for unit 0
AG7240CHH: ff:ff:ff:ff:ff:ff
AG7240CHH: Mac address for unit 1
AG7240CHH: ff:ff:ff:ff:ff:ff
ag7240_ring_alloc Allocated 640 at 0x8131a800
ag7240_ring_alloc Allocated 4032 at 0x812a3000
Setting PHY...
ag7240_ring_alloc Allocated 640 at 0x8131a400
ag7240_ring_alloc Allocated 4032 at 0x81301000
ATHRS26: resetting s26
ATHRS26: s26 reset done
Setting PHY...
rcUtil.c(2673) Wireless_Insmod :### DEBUG ###:pCmd = ifconfig eth1 up
Using /lib/modules/2.6.15/net/ath_hal.ko
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.17.1 (AR5416, DEBUG, REGOPS_FUNC, WRITE_EEPROM, 11D)
Using /lib/modules/2.6.15/net/wlan.ko
wlan: 0.8.4.2 (Atheros/multi-bss)
Using /lib/modules/2.6.15/net/ath_rate_atheros.ko
ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
Using /lib/modules/2.6.15/net/ath_dev.ko
ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
Using /lib/modules/2.6.15/net/ath_pci.ko
ath_pci: 0.9.4.5 (Atheros/multi-bss)
wifi0: Atheros 9280: mem=0x10000000, irq=48 hw_base=0xb0000000
Using /lib/modules/2.6.15/net/wlan_xauth.ko
Using /lib/modules/2.6.15/net/wlan_ccmp.ko
Using /lib/modules/2.6.15/net/wlan_tkip.ko
Using /lib/modules/2.6.15/net/wlan_wep.ko
Using /lib/modules/2.6.15/net/wlan_acl.ko
wlan: mac acl policy registered
Using /lib/modules/2.6.15/net/wlan_me.ko
wlan_me: Version 0.1
Copyright (c) 2008 Atheros Communications, Inc. All Rights Reserved
Using /lib/modules/2.6.15/net/ath_pktlog.ko
Using /lib/modules/2.6.15/net/wlan_scan_ap.ko
Using /lib/modules/2.6.15/net/wlan_scan_sta.ko
wlctl-ath.c(782) wlconf_country_set :DEBUG:region=EU iCountryCode=276
Using /lib/modules/2.6.15/net/ag7240_mod.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ag7240_mod.ko': Invalid parameters (17): Invalid argument
ag7240_ring_free Freeing at 0x8131a400
ag7240_ring_free Freeing at 0x81301000
ag7240_ring_alloc Allocated 640 at 0x8131a400
ag7240_ring_alloc Allocated 4032 at 0x81301000
Setting PHY...
ag7240_ring_free Freeing at 0x8131a800
ag7240_ring_free Freeing at 0x812a3000
ag7240_ring_alloc Allocated 640 at 0x8131a800
ag7240_ring_alloc Allocated 4032 at 0x812a3000
Setting PHY...
Using /lib/modules/2.6.15/net/ag7240_mod.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ag7240_mod.ko': Invalid parameters (17): Invalid argument
rcUtil.c(2673) Wireless_Insmod :### DEBUG ###:pCmd = ifconfig eth1 up
Using /lib/modules/2.6.15/net/ath_hal.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_hal.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_rate_atheros.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_rate_atheros.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_dev.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_dev.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_pci.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_pci.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_xauth.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_xauth.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_ccmp.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_ccmp.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_tkip.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_tkip.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_wep.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_wep.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_acl.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_acl.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_me.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_me.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_pktlog.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_pktlog.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_scan_ap.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_scan_ap.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_scan_sta.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_scan_sta.ko': Invalid parameters (17): Invalid argument
wlctl-ath.c(782) wlconf_country_set :DEBUG:region=EU iCountryCode=276
Interface doesn't accept private ioctl...
setCountryID (8BE0): Operation not supported
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
Using /lib/modules/2.6.15/net/ag7240_mod.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ag7240_mod.ko': Invalid parameters (17): Invalid argument
ag7240_ring_free Freeing at 0x8131a400
ag7240_ring_free Freeing at 0x81301000
ag7240_ring_alloc Allocated 640 at 0x8131a400
ag7240_ring_alloc Allocated 4032 at 0x81301000
Setting PHY...
ag7240_ring_free Freeing at 0x8131a800
ag7240_ring_free Freeing at 0x812a3000
ag7240_ring_alloc Allocated 640 at 0x8131a800
ag7240_ring_alloc Allocated 4032 at 0x812a3000
Setting PHY...
MidLayerModDep.c(798) startModules :INFO:Starting module init
Algorithmics/MIPS FPU Emulator v1.5
mknod: /dev/ppp: File exists
insmod: slhc.ko: no module by that name found
insmod: ppp_generic.ko: no module by that name found
insmod: ppp_mppe.ko: no module by that name found
insmod: ppp_async.ko: no module by that name found
insmod: ppp_synctty.ko: no module by that name found
insmod: pppox.ko: no module by that name found
insmod: pppoe.ko: no module by that name found
insmod: zlib_deflate.ko: no module by that name found
insmod: ppp_deflate.ko: no module by that name found
MidLayerModDep.c(810) startModules :INFO:Started  module init 267[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_tz
MidLayerModDep.c(810) startModules :INFO:Started  module rc_tz 1[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_syslogd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_syslogd 79[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_klogd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_klogd 26[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_mode_check
Using /lib/modules/2.6.15/net/ag7240_mod.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ag7240_mod.ko': Invalid parameters (17): Invalid argument
ag7240_ring_free Freeing at 0x8131a400
ag7240_ring_free Freeing at 0x81301000
ag7240_ring_alloc Allocated 640 at 0x8131a400
ag7240_ring_alloc Allocated 4032 at 0x81301000
Setting PHY...
ag7240_ring_free Freeing at 0x8131a800
ag7240_ring_free Freeing at 0x812a3000
ag7240_ring_alloc Allocated 640 at 0x8131a800
ag7240_ring_alloc Allocated 4032 at 0x812a3000
Setting PHY...
Cannot assign requested address
Cannot assign requested address
No such device
client.c(2434) SetAutoIP :eth1 set by AutoIP. ipaddr(169.254.69.103) netmask(255.255.0.0)
ag7240_ring_free Freeing at 0x8131a800
ag7240_ring_free Freeing at 0x812a3000
ag7240_ring_free Freeing at 0x8131a400
ag7240_ring_free Freeing at 0x81301000
ag7240_ring_alloc Allocated 640 at 0x8131a400
ag7240_ring_alloc Allocated 4032 at 0x81301000
Setting PHY...
MidLayerModDep.c(810) startModules :INFO:Started  module rc_mode_check 12217[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_loif
MidLayerModDep.c(810) startModules :INFO:Started  module rc_loif 13[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_router_behavior
MidLayerModDep.c(810) startModules :INFO:Started  module rc_router_behavior 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module init
MidLayerModDep.c(810) startModules :INFO:Started  module init 1[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wiredlan
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wiredlan 13[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module id
No such device
MidLayerModDep.c(810) startModules :INFO:Started  module id 1002[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_lanif
ag7240_ring_alloc Allocated 640 at 0x8131a800
ag7240_ring_alloc Allocated 4032 at 0x812a3000
Setting PHY...
rcUtil.c(2673) Wireless_Insmod :### DEBUG ###:pCmd = ifconfig eth1 up
Using /lib/modules/2.6.15/net/ath_hal.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_hal.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_rate_atheros.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_rate_atheros.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_dev.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_dev.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_pci.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_pci.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_xauth.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_xauth.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_ccmp.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_ccmp.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_tkip.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_tkip.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_wep.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_wep.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_acl.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_acl.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_me.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_me.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_pktlog.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_pktlog.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_scan_ap.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_scan_ap.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_scan_sta.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_scan_sta.ko': Invalid parameters (17): Invalid argument
wlctl-ath.c(782) wlconf_country_set :DEBUG:region=EU iCountryCode=276
Interface doesn't accept private ioctl...
setCountryID (8BE0): Operation not supported
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
Using /lib/modules/kernel/drivers/buffalo/mcsnoop.ko
mcsnoop: flush all snoop entry
debug : Enter [BRCTL_ADD_RULE_IF]
add_if 00000600 ***************************
rc_lanif.c(387) StartOfrc_lanif :x:PPPoE Path throw?


mcsnoop_br_ioctl_device:238: mcast_maxage 300000 / 1000
Cannot assign requested address
MidLayerModDep.c(810) startModules :INFO:Started  module rc_lanif 4750[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_udhcpd
udhcpd (v0.9.9-pre) started
max_leases value (256) not sane, setting to 64 instead
MidLayerModDep.c(810) startModules :INFO:Started  module rc_udhcpd 57[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_httpd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_httpd 1031[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wireless_pre
rcUtil.c(2673) Wireless_Insmod :### DEBUG ###:pCmd = ifconfig eth1 up
Using /lib/modules/2.6.15/net/ath_hal.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_hal.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_rate_atheros.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_rate_atheros.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_dev.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_dev.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_pci.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_pci.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_xauth.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_xauth.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_ccmp.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_ccmp.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_tkip.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_tkip.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_wep.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_wep.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_acl.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_acl.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_me.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_me.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/ath_pktlog.ko
insmod: cannot insert `/lib/modules/2.6.15/net/ath_pktlog.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_scan_ap.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_scan_ap.ko': Invalid parameters (17): Invalid argument
Using /lib/modules/2.6.15/net/wlan_scan_sta.ko
insmod: cannot insert `/lib/modules/2.6.15/net/wlan_scan_sta.ko': Invalid parameters (17): Invalid argument
wlctl-ath.c(782) wlconf_country_set :DEBUG:region=EU iCountryCode=276
Interface doesn't accept private ioctl...
setCountryID (8BE0): Operation not supported
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
wlanconfig: ioctl: Invalid argument
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wireless_pre 518[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wireless11bg
Waiting for Wireless Events from interfaces...
00:00:25.081228   ath0     Set ESSID:"0024A50EA0CB"
00:00:25.096117   ath0     Set Channel:0
00:00:25.109115   ath0     Set Mode:Master
set Buffalo Capability = 00000009
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wireless11bg 882[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wireless11bg_mac_limit
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wireless11bg_mac_limit 78[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wireless_post
debug : Enter [BRCTL_ADD_RULE_IF]
add_if 00000100 ***************************
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wireless_post 68[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_nas
killall: hostapd: no process killed
MidLayerModDep.c(810) startModules :INFO:Started  module rc_nas 56[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_aoss_mssid
MidLayerModDep.c(810) startModules :INFO:Started  module rc_aoss_mssid 12[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_ap_serv
server.c(249)start_ap_serv_server:INFO:---- Start !! ap_servd child process (port=22359[5757]).
server.c(101)standalone_ap_serv_server:INFO:listen device name = br0
server.c(254)start_ap_serv_server:INFO:---- Start !! ap_servd child process (port=22616[5858]).
server.c(101)standalone_ap_serv_server:INFO:listen device name = br0
MidLayerModDep.c(810) startModules :INFO:Started  module rc_ap_serv 50[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanif
Configuration file: /tmp/hostapd.conf_ath0
00:00:26.131535   ath0     Set Mode:Master
Using interface ath0 with hwaddr 00:24:a5:0e:a0:cb and ssid '0024A50EA0CB'
Flushing old station entries
Deauthenticate all stations
->setpid 0x10001080
pid: /var/run/hostapd.ath0.pid
l2_packet_receive - recvfrom: Network is down
l2_packet_receive - recvfrom: Network is down
Cannot assign requested address
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanif 1000[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pre
ag7240_ring_free Freeing at 0x8131a800
ag7240_ring_free Freeing at 0x812a3000
ag7240_ring_alloc Allocated 640 at 0x8131a800
ag7240_ring_alloc Allocated 4032 at 0x812a3000
Setting PHY...
ch01: 27 pt
ch02: 56 pt
ch03: 27 pt
ch04: 77 pt
ch05: 150 pt
ch06: 73 pt
ch07: 148 pt
ch08: 73 pt
ch09: 4 pt
ch10: 10 pt
ch11: 4 pt
Ch 1: 93
Ch 2: 114
Ch 3: 136
Ch 4: 197
Ch 5: 267
Ch 6: 259
Ch 7: 258
Ch 8: 169
Ch 9: 83
Ch 10: 34
Ch 11: 16
Country ie is DEI
00:00:30.315703   ath0     Scan request completed
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pre 6205[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect 3043[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_dummy
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_dummy 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_dhcpcd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_dhcpcd 1[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_pppoecd_0
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_pppoecd_0 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_pppoecd_1
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_pppoecd_1 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_pppoecd_2
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_pppoecd_2 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_pppoecd_3
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_pppoecd_3 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_pppoecd_4
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_pppoecd_4 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_auto_detect_pppoecd_check
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_auto_detect_pppoecd_check 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_manual
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_manual 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_dhcpcd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_dhcpcd 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoecd_0
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoecd_0 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoecd_1
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoecd_1 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoecd_2
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoecd_2 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoecd_3
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoecd_3 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoecd_4
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoecd_4 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoecd_check
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoecd_check 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_post
route: SIOC[ADD|DEL]RT: No such process
Cannot assign requested address
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_post 1106[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wanctl_pppoeroute
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wanctl_pppoeroute 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_dnrd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_dnrd 49[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_netwatchd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_netwatchd 29[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_ipfilter
iptables: Bad rule (does a matching rule exist in that chain?)
MidLayerModDep.c(810) startModules :INFO:Started  module rc_ipfilter 485[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_ipfilter_simple
MidLayerModDep.c(810) startModules :INFO:Started  module rc_ipfilter_simple 63[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_ipfilter_user
MidLayerModDep.c(810) startModules :INFO:Started  module rc_ipfilter_user 1[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_ipfilter_pptp
MidLayerModDep.c(810) startModules :INFO:Started  module rc_ipfilter_pptp 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_naip_conntrack_pptp version 3.1 loaded
t
Using /lib/modules/kernel/net/ipv4/netfilter/ip_conntrack_pptp.ko
Using /lib/modules/kernel/net/ipv4/netfilter/ip_nat_pptp.ko
ip_nat_pptp version 3.0 loaded
MidLayerModDep.c(810) startModules :INFO:Started  module rc_nat 87[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_routectl
MidLayerModDep.c(810) startModules :INFO:Started  module rc_routectl 21[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_lltd
MidLayerModDep.c(810) startModules :INFO:Started  module rc_lltd 66[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wsc
killall: wsccmd: no process killed
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wsc 207[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_upnp
*********************************************
Wi-Fi Simple Config Application - Intel Corp.
Version: Build 0.3.1d, April 24 2006
*********************************************
iptables v1.3.5: Couldn't find target `UPNP-PREROUTING-CHAIN'

Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
Initializing stack... OK
Now starting stack
MidLayerModDep.c(810) startModules :INFO:Started  module rc_upnp 2475[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_ntpclient
MidLayerModDep.c(810) startModules :INFO:Started  module rc_ntpclient 26[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_wan_qos
MidLayerModDep.c(810) startModules :INFO:Started  module rc_wan_qos 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_pptp_server
MidLayerModDep.c(810) startModules :INFO:Started  module rc_pptp_server 0[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_pptp_server_route
DEVICE PIN: 30247512

******* MODE: AP with built-in Registrar and UPnP Proxy *******

checking for PUSH BUTTON
devpwd is not setted, but start InitiateRegistrarion.
Waiting for Client to connect(using IEs)...
MidLayerModDep.c(810) startModules :INFO:Started  module rc_pptp_server_route 535[msec]
MidLayerModDep.c(798) startModules :INFO:Starting module rc_end_signal
MidLayerModDep.c(810) startModules :INFO:Started  module rc_end_signal 7[msec]
mcsnoop: flush all snoop entry
time.nist.gov: Unknown host

(Last edited by Timothy on 19 Jan 2010, 18:48)

Was able to flash another WRT image to it

tftp server(receive) go, waiting:4[sec]
Load address: 0x80f00000
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
         $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
tftp server done
Bytes transferred = xxxxxx (xxxxxx hex)

Airstation Public header
Recv fw image [xxxxx] bytes, now writing...

Erase Flash from 0xbf040000 to 0xbf395fff in Bank # 1
First 0x40 last 0x395 sector size 0x1000                                                                                  917
Erased 854 sectors
Copy to Flash...
Copy xxxxxxx byte to Flash... write addr: bf040000


The interesting part I think is
Airstation Public header

The openwrt I tried was tftp uploaded then completely ignored

Has there been any progress on this.  I would like to move from dd-wrt to openwrt for this router.

The discussion might have continued from here.