[OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (2024)

Status Comment
WLAN
DSL Tested, performance is good!
Switch
Bootloader I've managed to build u-boot for this device, works flawlessly
LED
USB
Telephony FXS works with danube-voip package
DECT Not tested yet

see: Arcadyan ARV7506PW11 (Alice IAD 4421 / o2 Box 4421)

→ PWD = Gerätecode (4 digits on back of device)

→ see U-Boot noninvasive to test off memory

→ @first: backup StockFirmware (around 2x ~1 hour) → if something gets broken, backup could be last hope

→ for faster backup see via serial and LAN

From OpenWrt 18.06.0 (Jun 25 2018) to OpenWrt 21.02.1 trunk uboot_nor was broken, see:
"EasyBox 803A stuck at Uncompressing Kernel Image ..."
This was fixed in OpenWrt 21.02.2, also see uboot-lantiq: danube: fix hanging lzma kernel uncompression and uboot-lantiq: danube: fix hanging lzma kernel uncompression #2.

To not be affected by the bug, use an “older” working uboot to write to flash:

U-Boot 2013.10-openwrt4 (Jun 28 2015), size: 181,2KiB

Or better yet, just use U-Boot_trunk below.
Trunk uboot_brn and uboot_ram always worked.

[OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (1) U-Boot_trunk → scroll bottom

[OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (2) Download OpenWrt firmware for the Speedport W 504V (includes LuCI and ADSL2+ Annex B firmware)

Currently, you can only flash the device via serial console. That means, you have to open the device.
-→ See Serial

We have to replace the bootloader (brnboot) with u-boot, afterwards we can flash OpenWrt onto the device. In order to do that, attach a USB-to-TTY-Adapter to the Speedport, start up minicom (on Linux) and then power on the Speedport. Press the space bar 3 times (as soon as the device is powered on) to access the bootloader. You are prompted for a password, the password is basically the first 4 digits of your “Gerätepasswort” (see the label on the back of your device).

Press ! to enter the “Administrator Mode” and the U to upload data to the flash. Select Area 0 (Bootlaoder). Press “Ctrl + A + S”, select xmodem and choose the u-boot image you've previously downloaded. The image is going to be uploaded to the device and then written to flash. After the process is done, power cycle the device and press any key to skip autoboot.

Okay, we have U-Boot running on the Speedport [OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (3) Let's install OpenWrt now.In U-Boot, we can use the command flinfo the get some information about the flash chip. We want to erase everything between B0040000 and B07EFFFF.
# erase B0040000 B07EFFFF

Afterwards we want to upload our OpenWrt image to the device, type loadx, press “Ctrl + A + S”, select xmodem and navigate to the OpenWrt image you've previously downloaded. The image is going to be written in RAM.
# loadx

Once the image is uploaded, we can write it to the flash chip.For larger image files, it may be necessary to increase the counter 440004. For example, the value 6F0000 is sufficient for a 6.1 MB image.
# cp.b 0x81000000 0xB0040000 440004

Restart the device and you're done! [OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (4)
# reset

Here is a video demonstrating the whole process (enable full screen):
<HTML><video width=“640” height=“360” controls>

<source src="https://io.pinterjann.is/public/openwrt/spw504v/installation.webm" type="video/webm; codecs=vp8,vorbis">

Your browser does not support the video tag.</video> </HTML>

This is the default flash layout as reported by the bootloader:

--------------------------------------- Area Address Length ---------------------------------------[0] Boot 0xB0000000 192K[1] Configuration 0xB0030000 256K[2] Image 0 0xB0070000 3840K[3] Image 1 0xB0430000 3840K[4] Boot Params 0xB07F0000 64K[5] Flash Image 0xB0000000 8192K---------------------------------------
[OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (5) Please note that area/partition “[5] Flash Image” is the complete flash, so do never try to erase or reflash this area. Also don't mess with areas 0, 1 and 4 as you might brick your device.

brnboot
Start your serial terminal, press the space bar 3 times (as soon as the device is powered on) to access the bootloader. The access password are the first 4 digits of your “Gerätepasswort” (device password). Press return to see help menu. Press “!” to access the hidden administrator mode with extended options. Press “k” to run the minikernel, which will run a webserver on 192.168.2.1:80 with recovery options.

The device uses brnboot as bootloader. With more recent versions of brnboot, Arcadyan got more imaginative with their obfuscation/encryption algorhytms.

In a flash dump of the bootloader I found two encryption keys:
0x1FBDC - 0x1FBDF: E3AEF33F
0x1FC00 - 0x1FC09: The null termianted ASCII String “BRNDTW504

I tried the method described in the wiki article for ARV7506. I was now able to flash the image via the bootloader's recovery webinterface (signature BRNDTW504 seems to be correct).However, the bootloader didn't boot the encrypted image. [OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (6)

In the german ip-phone-forum I found some information about the encryption methods used in the Speedport W722V. I think this might be the correct method for this device, too. In this thread, it is described how to decrypt the firmware and a C program (for Windows [OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (7) ) is provided.

Instruction set MIPS
Vendor Lantiq
bootloader brnboot
System-On-Chip Lantiq Danube
CPU @Frq MIPS 24KEc @333MHz
Flash size 8 MiB
Flash Chip MXIC MX29LV640EB
RAM size 64 MiB
RAM Chip Zentel A3S12D40ETP-G6
ISDN ?
DECT PMB9643 V2.0
Wireless AR9220-AC1A
switch AR8216-BH1A
Modem ADSL2+
USB Yes
Serial Yes
JTAG ?

Typ A

Front:

Photo of front of the casing, coming soon

Back:

Photo of back of the casing, coming soon

Note: This will void your warranty!

Main PCB:

Bottom PCB without shiedling:

port.serial general information about the serial port, serial port cable, etc.

J8 is located next to the ethernet switch.Pin 1 is marked by an arrow.

4 GND
3 RX
2 TX
1 Vcc 3.3V

115200 baud, 8N1

I'm unable to find R80 but located R65 near the CPU!
UPDATE: Someone else found R80 besides one of the Atheros Chips.

[ 0.000000] Linux version 4.14.114 (human@rechenknecht37) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r9887-13ffdf4482)) #0 SMP Fri May 3 20:41:38 2019[ 0.000000] SoC: Danube rev 1.5[ 0.000000] bootconsole [early0] enabled[ 0.000000] CPU0 revision is: 00019641 (MIPS 24KEc)[ 0.000000] MIPS: machine is Speedport W 504V Typ A[ 0.000000] Determined physical RAM map:[ 0.000000] memory: 04000000 @ 00000000 (usable)[ 0.000000] Initrd not found or empty - disabling initrd[ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes.[ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes[ 0.000000] Zone ranges:[ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff][ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff][ 0.000000] On node 0 totalpages: 16384[ 0.000000] free_area_init_node: node 0, pgdat 80577b40, node_mem_map 810073e0[ 0.000000] Normal zone: 128 pages used for memmap[ 0.000000] Normal zone: 0 pages reserved[ 0.000000] Normal zone: 16384 pages, LIFO batch:3[ 0.000000] random: get_random_bytes called from 0x8057b73c with crng_init=0[ 0.000000] percpu: Embedded 14 pages/cpu s25904 r8192 d23248 u57344[ 0.000000] pcpu-alloc: s25904 r8192 d23248 u57344 alloc=14*4096[ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256[ 0.000000] Kernel command line: console=ttyLTQ0,115200[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)[ 0.000000] Writing ErrCtl register=0004d8cd[ 0.000000] Readback ErrCtl register=0004d8cd[ 0.000000] Memory: 57772K/65536K available (4883K kernel code, 180K rwdata, 532K rodata, 1236K init, 213K bss, 7764K reserved, 0K cma-reserved)[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1[ 0.000000] Hierarchical RCU implementation.[ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1[ 0.000000] NR_IRQS: 256[ 0.000000] CPU Clock: 333MHz[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns[ 0.000019] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns[ 0.008039] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368)[ 0.050479] pid_max: default: 32768 minimum: 301[ 0.055524] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)[ 0.062114] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)[ 0.073554] Hierarchical SRCU implementation.[ 0.079914] smp: Bringing up secondary CPUs ...[ 0.084423] smp: Brought up 1 node, 1 CPU[ 0.096154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns[ 0.105892] futex hash table entries: 256 (order: 1, 8192 bytes)[ 0.112120] pinctrl core: initialized pinctrl subsystem[ 0.119584] NET: Registered protocol family 16[ 0.134314] pinctrl-xway 1e100b10.pinmux: Init done[ 0.141319] dma-xway 1e104100.dma: Init done - hw rev: 3, ports: 5, channels: 20[ 0.152886] FPU Affinity set after 1768 emulations[ 0.154333] PCI host bridge /fpi@10000000/pci@e105400 ranges:[ 0.160083] MEM 0x0000000018000000..0x0000000019ffffff[ 0.165353] IO 0x000000001ae00000..0x000000001affffff[ 0.261037] usbcore: registered new interface driver usbfs[ 0.266742] usbcore: registered new interface driver hub[ 0.272248] usbcore: registered new device driver usb[ 0.277928] PCI host bridge to bus 0000:00[ 0.282003] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff][ 0.288927] pci_bus 0000:00: root bus resource [io 0x1ae00000-0x1affffff][ 0.295870] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0][ 0.302723] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff][ 0.310822] pci 0000:00:0e.0: [168c:ff1d] type 00 class 0x020000[ 0.310917] pci 0000:00:0e.0: reg 0x10: [mem 0x00000000-0x0000ffff][ 0.311627] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00[ 0.311693] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff][ 0.330944] clocksource: Switched to clocksource MIPS[ 0.339140] NET: Registered protocol family 2[ 0.345337] TCP established hash table entries: 1024 (order: 0, 4096 bytes)[ 0.352398] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)[ 0.358774] TCP: Hash tables configured (established 1024 bind 1024)[ 0.365468] UDP hash table entries: 256 (order: 1, 8192 bytes)[ 0.371360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)[ 0.378151] NET: Registered protocol family 1[ 0.382616] PCI: CLS 0 bytes, default 32[ 0.390250] gptu: totally 6 16-bit timers/counters[ 0.395378] gptu: misc_register on minor 63[ 0.399643] gptu: succeeded to request irq 126[ 0.404164] gptu: succeeded to request irq 127[ 0.408690] gptu: succeeded to request irq 128[ 0.413209] gptu: succeeded to request irq 129[ 0.417731] gptu: succeeded to request irq 130[ 0.422250] gptu: succeeded to request irq 131[ 0.433506] lantiq,vmmc 1f103000.vmmc: requested GPIO 511[ 0.438886] lantiq,vmmc 1f103000.vmmc: reserved 1MB at 0x03a00000[ 0.446961] Crashlog allocated RAM at address 0x3f00000[ 0.458115] workingset: timestamp_bits=30 max_order=14 bucket_order=0[ 0.482228] squashfs: version 4.0 (2009/01/31) Phillip Lougher[ 0.488032] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.[ 0.537606] io scheduler noop registered[ 0.541630] io scheduler deadline registered (default)[ 0.550348] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc[ 0.559388] console [ttyLTQ0] enabled[ 0.566476] bootconsole [early0] disabled[ 0.576503] cacheinfo: Failed to find cpu0 device node[ 0.580093] cacheinfo: Unable to detect cache hierarchy for CPU 0[ 0.591616] lantiq nor flash device: 00800000 at 10000000[ 0.595949] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb[ 0.604923] Amd/Fujitsu Extended Query Table at 0x0040[ 0.609894] Amd/Fujitsu Extended Query version 1.1.[ 0.614757] number of CFI chips: 1[ 0.618153] 4 fixed-partitions partitions found on MTD device ltq_nor[ 0.624349] Creating 4 MTD partitions on "ltq_nor":[ 0.629046] 0x000000000000-0x000000030000 : "uboot"[ 0.636031] 0x000000030000-0x000000040000 : "uboot"[ 0.641892] 0x000000040000-0x0000007f0000 : "firmware"[ 0.684474] 2 uimage-fw partitions found on MTD device firmware[ 0.688972] 0x000000040000-0x0000001f9406 : "kernel"[ 0.695969] 0x0000001f9406-0x0000007f0000 : "rootfs"[ 0.701770] mtd: device 4 (rootfs) set to be root filesystem[ 0.706097] 1 squashfs-split partitions found on MTD device rootfs[ 0.712013] 0x000000740000-0x0000007f0000 : "rootfs_data"[ 0.719515] 0x0000007f0000-0x000000800000 : "art"[ 0.729930] libphy: Fixed MDIO Bus: probed[ 0.756884] switch0: Atheros AR8216 rev. 1 switch registered on 1e180000.etop-ffffffff[ 0.805713] libphy: ltq_mii: probed[ 0.849884] Atheros AR8216/AR8236/AR8316 1e180000.etop-ffffffff:00: attached PHY driver [Atheros AR8216/AR8236/AR8316] (mii_bus:phy_addr=1e180000.etop-ffffffff:00, irq=POLL)[ 0.867396] wdt 1f8803f0.watchdog: Init done[ 0.876082] NET: Registered protocol family 10[ 0.896596] Segment Routing with IPv6[ 0.898962] NET: Registered protocol family 17[ 0.903313] 8021q: 802.1Q VLAN Support v1.8[ 0.919606] OF: fdt: not creating '/sys/firmware/fdt': CRC check failed[ 0.924898] USB_VBUS: disabling[ 0.939884] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.[ 0.953532] Freeing unused kernel memory: 1236K[ 0.956666] This architecture does not have kernel memory protection.[ 1.148339] random: fast init done[ 2.637739] init: Console is alive[ 2.640511] init: - watchdog -[ 5.942822] kmodloader: loading kernel modules from /etc/modules-boot.d/*[ 6.070893] dwc2 1e101000.usb: 1e101000.usb supply vusb_d not found, using dummy regulator[ 6.077942] dwc2 1e101000.usb: 1e101000.usb supply vusb_a not found, using dummy regulator[ 6.086132] dwc2 1e101000.usb: dwc2_core_reset() HANG! Soft Reset GRSTCTL=80000001[ 6.093658] dwc2 1e101000.usb: DWC OTG Controller[ 6.097669] dwc2 1e101000.usb: new USB bus registered, assigned bus number 1[ 6.104515] dwc2 1e101000.usb: irq 62, io mem 0x1e101000[ 6.114064] hub 1-0:1.0: USB hub found[ 6.117399] hub 1-0:1.0: 1 port detected[ 6.125035] kmodloader: done loading kernel modules from /etc/modules-boot.d/*[ 6.141994] init: - preinit -[ 8.038903] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready[ 8.085120] random: procd: uninitialized urandom read (4 bytes read)[ 9.064683] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 11.803555] jffs2: notice: (479) jffs2_build_xattr_subsystem: complete building xattr subsystem, 6 of xdatum (2 unchecked, 4 orphan) and 9 of xref (4 dead, 0 orphan) found.[ 11.821957] mount_root: switching to jffs2 overlay[ 11.893217] overlayfs: upper fs does not support tmpfile.[ 11.915071] urandom-seed: Seeding with /etc/urandom.seed[ 12.267717] procd: - early -[ 12.269657] procd: - watchdog -[ 13.053951] procd: - watchdog -[ 13.056905] procd: - ubus -[ 13.459406] random: ubusd: uninitialized urandom read (4 bytes read)[ 13.468733] random: ubusd: uninitialized urandom read (4 bytes read)[ 13.474710] random: ubusd: uninitialized urandom read (4 bytes read)[ 13.483758] procd: - init -[ 14.458833] kmodloader: loading kernel modules from /etc/modules.d/*[ 14.468517] IFXOS, Version 1.5.19 (c) Copyright 2009, Lantiq Deutschland GmbH[ 14.485840] Lantiq TAPI device driver, version 3.13.0.2, (c) 2001-2010 Lantiq Deutschland GmbH[ 14.500775] NET: Registered protocol family 8[ 14.503637] NET: Registered protocol family 20[ 14.525647] ipip: IPv4 and MPLS over IPv4 tunneling driver[ 14.774072] PPP generic driver version 2.4.2[ 14.795576] ip6_tables: (C) 2000-2006 Netfilter Core Team[ 14.826888] IFX MEI Version 5.00.00[ 14.853102] Infineon CPE API Driver version: DSL CPE API V3.24.4.4[ 14.879331] Mirror/redirect action on[ 14.916994] u32 classifier[ 14.918252] input device check on[ 14.921874] Actions configured[ 15.006313] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)[ 15.079580] Loading modules backported from Linux version v4.19.32-0-g3a2156c839c7[ 15.085744] Backport generated by backports.git v4.19.32-1-0-g1c4f7569[ 15.131687] Lantiq MIPS24KEc MPS driver, version 2.2.2.5, (c) 2006-2010 Lantiq Deutschland GmbH[ 15.138928] request_timer(3, 0x000001AE, 1)...[ 15.138971] successful![ 15.146407] Lantiq VMMC device driver, version 1.9.0.3, (c) 2006-2010 Lantiq Deutschland GmbH[ 15.187948] ip_tables: (C) 2000-2006 Netfilter Core Team[ 15.465113] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)[ 15.474087] owl-loader 0000:00:0e.0: fixup device configuration[ 15.480816] pci 0000:00:0e.0: [168c:0029] type 00 class 0x028000[ 15.480910] pci 0000:00:0e.0: reg 0x10: [mem 0x18000000-0x1800ffff][ 15.481081] pci 0000:00:0e.0: PME# supported from D0 D3hot[ 15.481762] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff][ 15.506835] NET: Registered protocol family 24[ 15.698209] xt_time: kernel timezone is -0000[ 15.907680] batman_adv: B.A.T.M.A.N. advanced openwrt-2019.1-0 (compatibility version 15) loaded[ 15.933229] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)[ 15.946853] ath: EEPROM regdomain: 0x0[ 15.946874] ath: EEPROM indicates default country code should be used[ 15.946882] ath: doing EEPROM country->regdmn map search[ 15.946903] ath: country maps to regdmn code: 0x3a[ 15.946915] ath: Country alpha2 being used: US[ 15.946924] ath: Regpair used: 0x3a[ 15.973318] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'[ 15.978576] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb8000000, irq=30[ 16.037131] kmodloader: done loading kernel modules from /etc/modules.d/*[ 18.911531] urandom_read: 5 callbacks suppressed[ 18.911551] random: jshn: uninitialized urandom read (4 bytes read)[ 46.125606] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready[ 46.167426] br-dhcp: port 1(eth0.1) entered blocking state[ 46.171591] br-dhcp: port 1(eth0.1) entered disabled state[ 46.177647] device eth0.1 entered promiscuous mode[ 46.181496] device eth0 entered promiscuous mode[ 46.248951] IPv6: ADDRCONF(NETDEV_UP): br-dhcp: link is not ready[ 47.144801] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready[ 47.150831] br-dhcp: port 1(eth0.1) entered blocking state[ 47.154986] br-dhcp: port 1(eth0.1) entered forwarding state[ 47.161650] IPv6: ADDRCONF(NETDEV_CHANGE): br-dhcp: link becomes ready[ 47.537880] IPv6: ADDRCONF(NETDEV_UP): ffuplink: link is not ready[ 47.776154] IPv6: ADDRCONF(NETDEV_CHANGE): ffuplink: link becomes ready[ 47.802087] br-wan: port 1(ffuplink_wan) entered blocking state[ 47.806678] br-wan: port 1(ffuplink_wan) entered disabled state[ 47.884524] device ffuplink_wan entered promiscuous mode[ 47.968923] br-wan: port 1(ffuplink_wan) entered blocking state[ 47.973430] br-wan: port 1(ffuplink_wan) entered forwarding state[ 52.332455] random: crng init done[ 53.210886] ath: EEPROM regdomain: 0x8114[ 53.210910] ath: EEPROM indicates we should expect a country code[ 53.210921] ath: doing EEPROM country->regdmn map search[ 53.210933] ath: country maps to regdmn code: 0x37[ 53.210946] ath: Country alpha2 being used: DE[ 53.210956] ath: Regpair used: 0x37[ 53.210971] ath: regdomain 0x8114 dynamically updated by user[ 59.043004] IPv6: ADDRCONF(NETDEV_UP): wlan0-dhcp-2: link is not ready[ 59.142378] br-dhcp: port 2(wlan0-dhcp-2) entered blocking state[ 59.147208] br-dhcp: port 2(wlan0-dhcp-2) entered disabled state[ 59.153597] device wlan0-dhcp-2 entered promiscuous mode[ 59.250037] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-dhcp-2: link becomes ready[ 59.256216] br-dhcp: port 2(wlan0-dhcp-2) entered blocking state[ 59.261346] br-dhcp: port 2(wlan0-dhcp-2) entered forwarding state[ 59.821062] IPv6: ADDRCONF(NETDEV_UP): wlan0-mesh-2: link is not ready[ 60.927319] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-mesh-2: link becomes ready[ 68.567349] br-wan: port 1(ffuplink_wan) entered disabled state[ 68.588821] device ffuplink_wan left promiscuous mode[ 68.592784] br-wan: port 1(ffuplink_wan) entered disabled state[ 68.619097] IPv6: ADDRCONF(NETDEV_UP): ffuplink_wan: link is not readyBusyBox v1.30.1 () built-in shell (ash) _____ _ __ _ | ___| (_)/ _| | | | |_ _ __ ___ _| |_ _ _ _ __ | | __ | _| '__/ _ \ | _| | | | '_ \| |/ / | | | | | __/ | | | |_| | | | | < \_| |_| \___|_|_| \__,_|_| |_|_|\_\ Firmware Freifunk Berlin (Dev-SAm0815 rev e7fb25c) Generic - lantiq/xway https://wiki.freifunk.net/Berlin:Firmware https://github.com/freifunk-berlin ----------------------------------------------------- If you find bugs please report them at: https://github.com/freifunk-berlin/firmware/issues For questions write a mail to <berlin@berlin.freifunk.net> or check https://berlin.freifunk.net/contact for our weekly meetings.root@gib-mir-einen-namen:~#

[ 0.000000] Linux version 3.18.14 (openwrt@34d20872489b) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r45945) ) #9 Sat Jun 13 13:14:01 UTC 2015[ 0.000000] SoC: Danube rev 1.5[ 0.000000] bootconsole [early0] enabled[ 0.000000] CPU0 revision is: 00019641 (MIPS 24KEc)[ 0.000000] MIPS: machine is ARV8539PW22 - Speedport W 504V Typ A[ 0.000000] Determined physical RAM map:[ 0.000000] memory: 04000000 @ 00000000 (usable)[ 0.000000] Initrd not found or empty - disabling initrd[ 0.000000] Zone ranges:[ 0.000000] Normal [mem 0x00000000-0x03ffffff][ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x00000000-0x03ffffff][ 0.000000] Initmem setup node 0 [mem 0x00000000-0x03ffffff][ 0.000000] On node 0 totalpages: 16384[ 0.000000] free_area_init_node: node 0, pgdat 803ee130, node_mem_map 81005e80[ 0.000000] Normal zone: 128 pages used for memmap[ 0.000000] Normal zone: 0 pages reserved[ 0.000000] Normal zone: 16384 pages, LIFO batch:3[ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes.[ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768[ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256[ 0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)[ 0.000000] Writing ErrCtl register=000769b8[ 0.000000] Readback ErrCtl register=000769b8[ 0.000000] Memory: 60404K/65536K available (3305K kernel code, 147K rwdata, 672K rodata, 144K init, 194K bss, 5132K reserved)[ 0.000000] NR_IRQS:256[ 0.000000] CPU Clock: 333MHz[ 0.040000] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368)[ 0.040000] pid_max: default: 32768 minimum: 301[ 0.044000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)[ 0.048000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)[ 0.056000] pinctrl core: initialized pinctrl subsystem[ 0.064000] NET: Registered protocol family 16[ 0.076000] pinctrl-xway 1e100b10.pinmux: Init done[ 0.080000] dma-xway 1e104100.dma: Init done - hw rev: 3, ports: 5, channels: 20[ 0.088000] PCI host bridge /fpi@10000000/pci@E105400 ranges:[ 0.092000] MEM 0x0000000018000000..0x0000000019ffffff[ 0.096000] IO 0x000000001ae00000..0x000000001affffff[ 0.100000] ath9k,eeprom 107f0400.ath9k_eep: endian check enabled.[ 0.104000] ath9k,eeprom 107f0400.ath9k_eep: pci slot: 14[ 0.108000] ath9k,eeprom 107f0400.ath9k_eep: loaded ath9k eeprom[ 0.120000] usbcore: registered new interface driver usbfs[ 0.124000] usbcore: registered new interface driver hub[ 0.128000] usbcore: registered new device driver usb[ 0.132000] PCI host bridge to bus 0000:00[ 0.136000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff][ 0.140000] pci_bus 0000:00: root bus resource [io 0xffffffff][ 0.144000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff][ 0.148000] pci 0000:00:0e.0: [168c:ff1d] type 00 class 0x020000[ 0.148000] pci 0000:00:0e.0: fixup device configuration[ 0.152000] pci 0000:00:0e.0: fixup info: [168c:0029] revision 01 class 0x028000[ 0.156000] pci 0000:00:0e.0: reg 0x10: [mem 0x00000000-0x0000ffff][ 0.156000] pci 0000:00:0e.0: PME# supported from D0 D3hot[ 0.156000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00[ 0.156000] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff][ 0.160000] Switched to clocksource MIPS[ 0.164000] NET: Registered protocol family 2[ 0.172000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)[ 0.180000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)[ 0.184000] TCP: Hash tables configured (established 1024 bind 1024)[ 0.192000] TCP: reno registered[ 0.196000] UDP hash table entries: 256 (order: 0, 4096 bytes)[ 0.200000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)[ 0.208000] NET: Registered protocol family 1[ 0.212000] PCI: CLS 0 bytes, default 32[ 0.212000] gptu: totally 6 16-bit timers/counters[ 0.216000] gptu: misc_register on minor 63[ 0.220000] gptu: succeeded to request irq 126[ 0.228000] gptu: succeeded to request irq 127[ 0.232000] gptu: succeeded to request irq 128[ 0.236000] gptu: succeeded to request irq 129[ 0.240000] gptu: succeeded to request irq 130[ 0.244000] gptu: succeeded to request irq 131[ 0.256000] lantiq,vmmc 1f103000.vmmc: requested GPIO 511[ 0.260000] lantiq,vmmc 1f103000.vmmc: reserved 1MB at 0x03a00000[ 0.272000] futex hash table entries: 256 (order: -1, 3072 bytes)[ 0.280000] squashfs: version 4.0 (2009/01/31) Phillip Lougher[ 0.284000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.[ 0.296000] msgmni has been set to 117[ 0.348000] io scheduler noop registered[ 0.352000] io scheduler deadline registered (default)[ 0.360000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc[ 0.368000] console [ttyLTQ0] enabled[ 0.376000] bootconsole [early0] disabled[ 0.384000] lantiq nor flash device: 00800000 at 10000000[ 0.388000] ltq_nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x0000c2 Chip ID 0x0022cb[ 0.396000] Amd/Fujitsu Extended Query Table at 0x0040[ 0.404000] Amd/Fujitsu Extended Query version 1.1.[ 0.408000] number of CFI chips: 1[ 0.412000] 4 ofpart partitions found on MTD device ltq_nor[ 0.416000] Creating 4 MTD partitions on "ltq_nor":[ 0.420000] 0x000000000000-0x000000030000 : "uboot"[ 0.428000] 0x000000030000-0x000000040000 : "uboot"[ 0.432000] 0x000000040000-0x0000007f0000 : "firmware"[ 0.472000] 2 uimage-fw partitions found on MTD device firmware[ 0.476000] 0x000000040000-0x0000001a5ad6 : "kernel"[ 0.484000] 0x0000001a5ad6-0x0000007f0000 : "rootfs"[ 0.488000] mtd: device 4 (rootfs) set to be root filesystem[ 0.492000] 1 squashfs-split partitions found on MTD device rootfs[ 0.500000] 0x0000003e0000-0x0000007f0000 : "rootfs_data"[ 0.552000] 0x0000007f0000-0x000000800000 : "art"[ 0.576000] switch0: Atheros AR8216 rev. 1 switch registered on 1e180000.etop-ff[ 0.616000] libphy: ltq_mii: probed[ 0.656000] eth0: attached PHY [Atheros AR8216/AR8236/AR8316] (phy_addr=1e180000.etop-ff:00, irq=-1)[ 0.664000] wdt 1f8803f0.watchdog: Init done[ 0.672000] TCP: cubic registered[ 0.672000] NET: Registered protocol family 17[ 0.676000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.[ 0.688000] 8021q: 802.1Q VLAN Support v1.8[ 0.700000] UBIFS error (pid 1): ubifs_mount: cannot open "ubi0:rootfs", error -19[ 0.716000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.[ 0.720000] Freeing unused kernel memory: 144K (8040c000 - 80430000)[ 2.904000] init: Console is alive[ 2.908000] init: - watchdog -[ 5.712000] IFXUSB: ifxusb_hcd: version 3.2 B110801[ 6.220000] IFXUSB: USB core #0 soft-reset[ 6.424000] IFXUSB: USB core #0 soft-reset[ 6.424000] ifxusb_hcd ifxusb_hcd: IFX USB Controller[ 6.428000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1[ 6.436000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000[ 6.444000] IFXUSB: Mode Mismatch Interrupt: currently in Host mode[ 6.448000] IFXUSB: Mode Mismatch Interrupt: currently in Host mode[ 6.456000] IFXUSB: Init: Power Port (0)[ 6.460000] hub 1-0:1.0: USB hub found[ 6.464000] hub 1-0:1.0: 1 port detected[ 6.468000] ifxusb_hcd ifxusb_hcd: requested GPIO 494[ 7.460000] init: - preinit -[ 7.976000] random: mktemp urandom read with 31 bits of entropy available[ 11.548000] jffs2: notice: (323) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.[ 11.568000] mount_root: switching to jffs2 overlay[ 11.604000] procd: - early -[ 11.608000] procd: - watchdog -[ 12.352000] procd: - ubus -[ 13.360000] procd: - init -[ 14.760000] NET: Registered protocol family 10[ 14.772000] NET: Registered protocol family 8[ 14.776000] NET: Registered protocol family 20[ 14.788000] PPP generic driver version 2.4.2[ 14.804000] ip6_tables: (C) 2000-2006 Netfilter Core Team[ 14.828000] IFX MEI Version 5.00.00[ 14.840000] Infineon CPE API Driver version: DSL CPE API V3.24.4.4[ 14.864000] Loading modules backported from Linux version master-2015-03-09-0-g141f155[ 14.868000] Backport generated by backports.git backports-20150129-0-gdd4a670[ 14.880000] ip_tables: (C) 2000-2006 Netfilter Core Team[ 14.896000] ATM1.0.26 ATM (A1) firmware version 0.17[ 14.900000] ifxmips_atm: ATM init succeed[ 14.928000] nf_conntrack version 0.5.0 (946 buckets, 3784 max)[ 14.976000] NET: Registered protocol family 24[ 15.024000] xt_time: kernel timezone is -0000[ 15.104000] cfg80211: Calling CRDA to update world regulatory domain[ 15.140000] cfg80211: World regulatory domain updated:[ 15.144000] cfg80211: DFS Master region: unset[ 15.148000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)[ 15.160000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)[ 15.164000] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)[ 15.172000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)[ 15.180000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)[ 15.188000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)[ 15.200000] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)[ 15.208000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)[ 15.216000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)[ 15.412000] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)[ 15.420000] ath: phy0: eeprom contains invalid mac address: ff:ff:ff:ff:ff:ff[ 15.424000] ath: phy0: random mac address will be used: de:7b:ab:d0:3d:fd[ 15.436000] ath: EEPROM regdomain: 0x0[ 15.436000] ath: EEPROM indicates default country code should be used[ 15.436000] ath: doing EEPROM country->regdmn map search[ 15.436000] ath: country maps to regdmn code: 0x3a[ 15.436000] ath: Country alpha2 being used: US[ 15.436000] ath: Regpair used: 0x3a[ 15.456000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'[ 15.464000] ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb8000000, irq=30[ 15.472000] cfg80211: Calling CRDA for country: US[ 15.476000] cfg80211: Regulatory domain changed to country: US[ 15.480000] cfg80211: DFS Master region: FCC[ 15.484000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)[ 15.492000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)[ 15.500000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 1700 mBm), (N/A)[ 15.508000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2300 mBm), (0 s)[ 15.520000] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)[ 15.528000] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)[ 26.712000] device eth0.1 entered promiscuous mode[ 26.716000] device eth0 entered promiscuous mode[ 26.744000] br-lan: port 1(eth0.1) entered forwarding state[ 26.748000] br-lan: port 1(eth0.1) entered forwarding state[ 28.752000] br-lan: port 1(eth0.1) entered forwarding state[ 30.768000] Atheros AR8216/AR8236/AR8316 1e180000.etop-ff:00: Port 2 is up[ 32.476000] random: nonblocking pool is initialized

ROM VER: 1.0.3CFG 01ReadàROM VER: 1.0.3CFG 01Read EEPROMX X=======================================================================Wireless ADSL IAD DANUBE Loader v1.01.06 build Oct 14 2009 11:46:45 Arcadyan Technology Corporation=======================================================================MXIC MX29LV640EB bottom boot 16-bit mode foundCopying boot params.....DONEPress Space Bar 3 times to enter command mode ...Get Primary to 1.....Flash Checking Passed.Unzipping firmware at 0x80002000 ... with AREA[3][ZIP 3] [ZIP Extra] [ZIP 1] doneReady to run firmwareIn c_entry() function ...install_exception Co config = 80008483[INIT] Interrupt ...##### _ftext = 0x80002000##### _fdata = 0x80854C70##### __bss_start = 0x808E2AB0##### end = 0x8390E5E4allocate_memory_after_end: alloc from 839165F0 to 839A4440, length=581184##### Backup Data from 0x80854C70 to 0x839165E4~0x839A4424 len 581184##### Backup Data completed##### Backup Data verified[GPIO FLOW] SetGpio() Begin ..[GPIO FLOW] SetGpio() End.[INIT] System Log Pool startup ...[INIT] MTinitialize ..[INIT] usrclkCPU Clock 333333334 Hzmips_counter_frequency:166666667r4k_offset: 00028b0a(166666)init_US_counter : time1 = 43 , time2 = 40000066, diff 40000023US_counter = 68 cnt1 40669512 cnt2 40671262, diff 1750 cnt1 41262662 cnt2 41264479, diff 1817Runtime code version: 1.06.000System startup...[INIT] Memory COLOR 0, 5097152 bytes ..[INIT] Memory COLOR 1, 6291456 bytes ..[INIT] Memory COLOR 2, 8809456 bytes ..InitCommSys: RESOURCE_BASE = 108, NUMRES = 640InitCommSys: EVENT_BASE = 238, NUMEVT = 818InitCommSys: MAILBOX_BASE = 6, NUMMBX = 64rzMemory start: 0x81D71784, end 0x82155894, size 4079888Build Day = Mar 10 2010>>>>set_MP_pass_Magic to 3MXIC MX29LV640EB bottom boot 16-bit mode foundSet flash memory layout to Boot Parameters found !!!Use Flash Data as COSIC Parameters>>>>>>>>>>>>>>>>>> HWOption set BMC Param : ucOscTrimValLOW f1>>>>>>>>>>>>>>>>>> HWOption set BMC Param : g_ucOscTrimValHigh 0Bootcode version: v1.01.06Serial number: J038079190Hardware version: 01pBootParams->password 38 32 39 (20) Entered default password checking 8 8fread_config_b> sizeof(struct III_Config_t) is 551916MXIC MX29LV640EB bottom boot 16-bit mode foundfread_config_b> 44997 bytes read from flashDecompression ratio = gfread_config_b> 642856 bytes decompressed successfully.my CFGVersionMagic = 33343536my CFGsize = 551936, my CFGDescSize = 39328my Version = 1.06.000My CfgHexSize:12809My CFGDescSize:39328old CFGVersionMagic on flash = 33343536CFGsize on flash = 551936, CFGDescSize on flash = 39328Version on flash = 1.06.000===Old CfgHexSize = 12809, Old CFGDescSize = 39328Unzipping from 818EBA94 to 818E20E4 ... [ZIP 1] allocate_memory_after_end: alloc from 839A4440 to 839B82C0, length=81516[ZIP 1 49492c30] doneUncompressed size = 39326Tail1 : END_III_Config_tSize of Old CFG_DESC is :39326!!!1.useCfgDesc:1Unzipping from 818DEEC0 to 818D5510 ... [ZIP 1] [ZIP 1 49492c30] doneUncompressed size = 393262.useCfgDesc:1Tail : END_III_Config_tuseCfgDesc:3Restore Config file from ver: 1.06.000 !!!to copy from gConfig to gSetting in restore_configDS_Tail:[t_ARV8539PW]RELEASE_BUF_AND_RETURN_OK - restore_config() #13942, in danube/config.c - restore_config() #13943, in danube/config.crestore config OK. nCfgDescLen=564753.-----------------------> Checking SysLog in Flash OK. nLen=78103-----------------------> Restore SysLog from Flash 78082 bytes from 89e17-----------------------> Restore Call Log from Flash 15 bytes from 9cf20!!! Invalid wireless channel range 0 ~ 255!!! Use default value 1 ~ 13====xxx==============================-->425@-230;600(.4/.4/1,.4/3/1)-->425@-230;60(.2/.2/1,.2/5/1)-->600(.9/4.8)-->600(.3/.5,.3/3)-->600(.9/3.9)check_WAN_switch returns 0default route: 0.0.0.0BufferInit:BUF_HDR_SZ=160 BUF_ALIGN_SZ=0 BUFFER_OFFSET=384BUF_BUFSZ0=544 BUF_BUFSZ1=3424NUM_OF_B0=0 NUM_OF_B1=3000BUF_POOL0_SZ=0 BUF_POOL1_SZ=10752000sizeof(BUFFER0)=704,sizeof(BUFFER1)=3584*BUF0=0x82bfc558 *BUF1=0x821bb538Altgn *BUF0=0x82bfc560 *BUF1=0x821bb540End at BUF0:0x82bfc560, BUF1:0x82bfc540BUF0[0]=0x82bfc560 BUF1[0]=0x821bb540buffer0 pointer init OK!buffer1 pointer init OK!NetJobTableInit>atheros_tmr_init> base_timer.expire=2147483647RUNTASK id=1 rapi_tmr_task ...[qm_lnk_init] CLOCKHZ=1000 ...[qm_lnk_init] add if 3 into QM link 0[qm_cbq_enable] no QM attached[qm_cbq_detach] no QM is attached at link 0f=18446744072906732521/100000, ns_per_byte=1090005888/100000New cls: id=0, bw=8080 ns/byte, maxd=0 ms, maxb=32, minb=2, avgpktsz=0, maxpktsz=0, offtime=1, parent=0, borrow=0 pri=0, maxidle=1, minidle=0, maxq=96, clsfg=17f=2002645667/100000, ns_per_byte=1083109375/100000New cls: id=1, bw=808080 ns/byte, maxd=0 ms, maxb=16, minb=1, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390d28c, borrow=8390d28c pri=5, maxidle=1, minidle=0, maxq=48, clsfg=21qm_cbq_attach(): cbqp->cbq_res=99f=90439747/100000, ns_per_byte=1089990048/100000New cls: id=2, bw=8162 ns/byte, maxd=0 ms, maxb=32, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390d28c, borrow=8390d28c pri=5, maxidle=1, minidle=0, maxq=48, clsfg=21f=18446744073260761087/100000, ns_per_byte=1072693248/100000New cls: id=3, bw=799999999 ns/byte, maxd=0 ms, maxb=16, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390bc8c, borrow=8390bc8c pri=0, maxidle=0, minidle=0, maxq=96, clsfg=21f=18446744073260761087/100000, ns_per_byte=1072693248/100000New cls: id=4, bw=799999999 ns/byte, maxd=0 ms, maxb=16, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390bc8c, borrow=8390bc8c pri=1, maxidle=0, minidle=0, maxq=48, clsfg=23f=18446744073260761087/100000, ns_per_byte=1072693248/100000New cls: id=5, bw=799999999 ns/byte, maxd=0 ms, maxb=16, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390bc8c, borrow=8390bc8c pri=2, maxidle=0, minidle=0, maxq=48, clsfg=23f=18446744073260761087/100000, ns_per_byte=1072693248/100000New cls: id=6, bw=799999999 ns/byte, maxd=0 ms, maxb=16, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390bc8c, borrow=8390bc8c pri=3, maxidle=0, minidle=0, maxq=48, clsfg=23f=18446744073260761087/100000, ns_per_byte=1072693248/100000New cls: id=7, bw=799999999 ns/byte, maxd=0 ms, maxb=16, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390bc8c, borrow=8390bc8c pri=4, maxidle=0, minidle=0, maxq=48, clsfg=23f=90439747/100000, ns_per_byte=1089990048/100000New cls: id=8, bw=8162 ns/byte, maxd=0 ms, maxb=16, minb=4, avgpktsz=0, maxpktsz=0, offtime=1, parent=8390bc8c, borrow=8390bc8c pri=6, maxidle=1, minidle=0, maxq=48, clsfg=20[qm_cbq_reset_dstcp_ctrl] dstcp_ctrl_fg=0x0, dstcp_pkt_delay=0 ms, dstcp_max_burst=6056 bytesCLOCKHZ=1000gConfig.Interface[0].IP_Addr = 127.0.0.1gConfig.Interface[0].Subnet_Mask = 255.255.255.255***** [iput_IpLinkUp] ifno=0, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok!Interface 0 ip = 127.0.0.1gConfig.Interface[1].IP_Addr = 192.168.2.1gConfig.Interface[1].Subnet_Mask = 255.255.255.0ether_register_vlan(1): binding not foundether_init(1): no tagged VLANifno=1, vlan=0, vid=1, port_mask=0xfDMA g_desc_list=0x818E86E0reset GPIO#13.danube_sw_chip_init: in MII modeinit QoS for switchinit QoS for switchenter athr_VLANInit[VLAN] port: 0x000f, ifCount=1------->add port 2 to vlan 1------->add port 3 to vlan 1------->add port 4 to vlan 1------->add port 5 to vlan 1mac_0_init: interface 1 registered to VLAN 1, port_mask=fMAC Address: 88:25:2c:80:b1:52***** [iput_IpLinkUp] ifno=1, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok!Interface 1 ip = 192.168.2.1gConfig.Interface[2].IP_Addr = 0.0.0.0gConfig.Interface[2].Subnet_Mask = 0.0.0.0ether_register_vlan(2): binding not foundether_init(2): no tagged VLANdanube pci startup...PCI clock 33.3MHzDANUBE_GPIO_P1_ALTSEL0=447DANUBE_GPIO_P1_ALTSEL1=0DANUBE_GPIO_P1_DIR=91f6[HWLAN] ifno=2 irno=7 port=0x00000000[PCI] devtag=00000070 probe=80113be0##### We detect Merlin (PCI) without EEPROM #####[HWLAN] devtag = 00000070[HWLAN] Vendor ID 0x168c[HWLAN] Device ID 0x29[HWLAN] Base Addr 0xb8000000[HWLAN] SVendor ID 0x168c[HWLAN] SDevice ID 0xee1c[HWLAN] Revision ID 0x1[HWLAN] interrupt vector 0x1ath_pci_probe : pdev=0x818e8348PCI_CACHE_LINE_SIZE : 8after PCI_LATENCYTIMERpci_read_config_dword( dev_id, 0x40 ) return 32896ath_pci_probe : dev->name wifi0T_WIFI_INT=12dev=0x8219a7fcdev->priv=0x830395e8call ath_attach 1 : dev 8219a7fc name 8219b4a8 wifi0ATH_INIT_TQUEUE() : 8012276c ???ATH_INIT_TQUEUE() : 8012d64c ???ATH_INIT_TQUEUE() : 80134ae4 ???ATH_INIT_TQUEUE() : 8011d73c ???ATH_INIT_TQUEUE() : 80120dec ???ATH_INIT_TQUEUE() : 8012276c ???ATH_INIT_TQUEUE() : 8011d68c ???ATH_INIT_TQUEUE() : 8011da0c ???EEPROM : EEP_MAP_DEFAULT !!!!!Powertable magic: a55aar5416CheckEepromDef: Read Magic = 0xA55Aneed_swap = True.EEPROM Endianness is not native.. Changing regDmn[0] 0regDmn[1] 1fchange it to 1f1f[HWLAN] Set HWLAN MAC as LAN MAC .. ath_getchannels> nchan=50ath_getchannels> nchan=50ath_getchannels> nchan=50 match:9Chan Freq RegPwr HT CTL CTL_U CTL_L DFS 1 2412n 20 HT20 1 0 1 N 2 2417n 20 HT20 1 0 1 N 3 2422n 20 HT40 1 0 1 N 4 2427n 20 HT40 1 0 1 N 5 2432n 20 HT40 1 1 1 N 6 2437n 20 HT40 1 1 1 N 7 2442n 20 HT40 1 1 1 N 8 2447n 20 HT40 1 1 1 N 9 2452n 20 HT40 1 1 1 N 10 2457n 20 HT40 1 1 0 N 11 2462n 20 HT40 1 1 0 N 12 2467n 20 HT20 1 1 0 N 13 2472n 20 HT20 1 1 0 N 36 5180n 30 HT20 1 0 1 N 38 5190n 20 HT40 1 0 0 N 40 5200n 30 HT20 1 1 0 N 44 5220n 30 HT20 1 0 1 N 46 5230n 20 HT40 1 0 0 N 48 5240n 30 HT20 1 1 0 N 52 5260n 20 HT20 1 0 1 Y 54 5270n 20 HT40 1 0 0 Y 56 5280n 20 HT20 1 1 0 Y 60 5300n 20 HT20 1 0 1 Y 62 5310n 20 HT40 1 0 0 Y 64 5320n 20 HT20 1 1 0 Y 100 5500n 27 HT20 1 0 1 Y 102 5510n 27 HT40 1 0 0 Y 104 5520n 27 HT20 1 1 0 Y 108 5540n 27 HT20 1 0 1 Y 110 5550n 27 HT40 1 0 0 Y 112 5560n 27 HT20 1 1 0 Y 116 5580n 27 HT20 1 0 1 Y 118 5590n 27 HT40 1 0 0 Y 120 5600n 27 HT20 1 1 0 Y 124 5620n 27 HT20 1 0 1 Y 126 5630n 27 HT40 1 0 0 Y 128 5640n 27 HT20 1 1 0 Y 132 5660n 27 HT20 1 0 1 Y 134 5670n 27 HT40 1 0 0 Y 136 5680n 27 HT20 1 1 0 Y 140 5700n 27 HT20 1 0 0 Yath_countrycode : 276ATH_INIT_TQUEUE() : 8011cd84 ???ATH_INIT_TQUEUE() : 8011cd84 ???ATH_INIT_TQUEUE() : 8011cd84 ???dfs_init_radar_filters: dfs->dfs_rinfo.rn_numradars: 0DFS min filter rssiThresh = 21DFS max pulse dur = 131 tickssc->sc_hasclrkey : 1ieee80211_set11gbasicrates wifi0: 11na rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbpswifi0: 11na MCS: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15wifi0: 11ng rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbpswifi0: 11ng MCS: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15wifi0: mac 128.2 phy 13.0 radio 12.0wifi0: Use hw queue 1 for WME_AC_BE trafficwifi0: Use hw queue 0 for WME_AC_BK trafficwifi0: Use hw queue 2 for WME_AC_VI trafficwifi0: Use hw queue 3 for WME_AC_VO trafficwifi0: Use hw queue 8 for CAB trafficwifi0: Use hw queue 9 for beaconswifi0: Use hw queue 7 for UAPSDcall ath_attach 2 : dev 8219a7fc name 8219b4a8 wifi0[wifi0] : Atheros 9280 : mem=0xffffffffb8000000, irq=0 hw_base=0x80000000[HWLAN] hwlan_init() end.***** [iput_IpLinkUp] ifno=2, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok![HWLAN] hwlan_ioctl() .. Interface 2 ip = 192.168.2.1[HWLAN] hwlan_ioctl() .. gConfig.Interface[3].IP_Addr = 0.0.0.0gConfig.Interface[3].Subnet_Mask = 0.0.0.0ether_register_vlan(3): phy_idx=0ether_register_vlan(3): record vlan-id 7 in entry 0ether_init(3): registered to vlan 0, trunk 0ether_init(3): vlan_tagged=1ether_init(3): map to physical ifno 3ppe: ATM init succeeded (firmware version 1.1.0.2.1.13)ATM_UBRInit SAR ifno:3 g_atm_vcc[0] CONN:1 VPI/VCI:1/32MAC Address: 88:25:2c:80:b1:53Interface 3 ip = 0.0.0.0gConfig.Interface[5].IP_Addr = 0.0.0.0gConfig.Interface[5].Subnet_Mask = 0.0.0.0IFLNK_PPPOE init : (Linkp)ifno = 5 idx = 2IFLNK_PPPOE init : (Driverp)ifno = 5 idx = 3pppInit> set (PPPShutdownRequest[ifno] = 0)Perferred method at Start = 1Interface 5 ip = 0.0.0.0gConfig.Interface[8].IP_Addr = 0.0.0.0gConfig.Interface[8].Subnet_Mask = 0.0.0.0ether_register_vlan(8): binding not foundether_init(8): no tagged VLAN[HWLAN] ifno=8 irno=7 port=0x00000000***** [iput_IpLinkUp] ifno=8, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok![HWLAN] hwlan_ioctl() .. Interface 8 ip = 192.168.2.1[HWLAN] hwlan_ioctl() .. gConfig.Interface[9].IP_Addr = 0.0.0.0gConfig.Interface[9].Subnet_Mask = 0.0.0.0ether_register_vlan(9): binding not foundether_init(9): no tagged VLAN[HWLAN] ifno=9 irno=7 port=0x00000000***** [iput_IpLinkUp] ifno=9, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok![HWLAN] hwlan_ioctl() .. Interface 9 ip = 192.168.2.1[HWLAN] hwlan_ioctl() .. gConfig.Interface[10].IP_Addr = 0.0.0.0gConfig.Interface[10].Subnet_Mask = 0.0.0.0ether_register_vlan(10): binding not foundether_init(10): no tagged VLAN[HWLAN] ifno=10 irno=7 port=0x00000000***** [iput_IpLinkUp] ifno=10, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok![HWLAN] hwlan_ioctl() .. Interface 10 ip = 192.168.2.1[HWLAN] hwlan_ioctl() .. gConfig.Interface[11].IP_Addr = 0.0.0.0gConfig.Interface[11].Subnet_Mask = 0.0.0.0ether_register_vlan(11): binding not foundether_init(11): no tagged VLAN[HWLAN] ifno=11 irno=7 port=0x00000000***** [iput_IpLinkUp] ifno=11, link_type:12time = 08/01/2003, 00:00:00TRAP(linkUp) : send ok![HWLAN] hwlan_ioctl() .. Interface 11 ip = 192.168.2.1[HWLAN] hwlan_ioctl() .. gConfig.Interface[14].IP_Addr = 0.0.0.0gConfig.Interface[14].Subnet_Mask = 0.0.0.0ether_register_vlan(14): phy_idx=0ether_register_vlan(14): record vlan-id 8 in entry 1ether_init(14): registered to vlan 1, trunk 0ether_init(14): vlan_tagged=1ether_init(14): phy already initializedInterface 14 ip = 0.0.0.0gConfig.Interface[16].IP_Addr = 0.0.0.0gConfig.Interface[16].Subnet_Mask = 0.0.0.0pppInit> set (PPPShutdownRequest[ifno] = 0)if_umts_init() WAN interface 16, UMTS-COM1: baudrate=115200 RUNTASK id=3 umtsReceQueueTsk...RUNTASK id=4 umtsReceTsk...RUNTASK id=5 umtsWritTsk...Interface 16 ip = 0.0.0.0ruleCheck()> Group: 0, Error: Useless rule index will be truncated, from idx:1ruleCheck()> Group: 1, Error: Useless rule index will be truncated, from idx:22ruleCheck()> Group: 2, Error: Useless rule index will be truncated, from idx:0CBAC rule format check succeed !!reqCBACBuf()> init match pool, Have: 1000Memory Address: 0xffffffff838a7e14 ~ 0xffffffff838aeb90reqCBACBuf()> init timeGap pool, Have: 10000Memory Address: 0xffffffff838aeb90 ~ 0xffffffff838df8e4reqCBACBuf()> init sameHost pool, Have: 2000Memory Address: 0xffffffff838df8e4 ~ 0xffffffff838ef304CBAC rule pool initialized !![init_if] local_if_mask=0xf07[init_if] local_wiredif_mask=0x2[init_if] local_wirelessif_mask=0xf04[init_if] localorVPN_if_mask=0xf071 set_timer: ti=0 type=1 ina[00000000] gid[00000000]2 set_timer: ti=0 type=1 ina[00000000] gid[00000000]3 set_timer: ti=0 type=1 ina[00000000] gid[00000000]5 set_timer: ti=0 type=1 ina[00000000] gid[00000000]8 set_timer: ti=0 type=1 ina[00000000] gid[00000000]9 set_timer: ti=0 type=1 ina[00000000] gid[00000000]10 set_timer: ti=0 type=1 ina[00000000] gid[00000000]11 set_timer: ti=0 type=1 ina[00000000] gid[00000000]14 set_timer: ti=0 type=1 ina[00000000] gid[00000000]16 set_timer: ti=0 type=1 ina[00000000] gid[00000000]Init NAT data structureLow priority IF task : 0RUNTASK id=6 if_task if0...Low priority IF task : 1RUNTASK id=7 if_task if1...Low priority IF task : 2RUNTASK id=8 if_task if2...Low priority IF task : 3RUNTASK id=9 if_task if3...Low priority IF task : 8RUNTASK id=10 if_task if8...Low priority IF task : 9RUNTASK id=11 if_task if9...Low priority IF task : 10RUNTASK id=12 if_task if10...Low priority IF task : 11RUNTASK id=13 if_task if11...High priority IF task : 14RUNTASK id=14 if_task if14...High priority IF task : 16RUNTASK id=15 if_task if16...RUNTASK id=16 timer_task...RUNTASK id=17 conn_mgr...RUNTASK id=18 main_8021x...Build Day = Mar 10 2010[VFS_init] Start...[VFS_init] vfsState:1vfs_codepage_init() TimeZone:23, vfs_cp_idx:23, vfs_cp_ID:5fat_codePageInit() TimeZone:23, codePage:CP850, cPID:5, cpSize:256, toUpSize:30ntfs_codepage timezone:23, lan= 0ntfs_codePageInit() TimeZone:23, codePage:5==[vfs_register_filesystem]============================list size:1, Method:0x80857eac 1) Type:0xfc, Name:BRN-VFS=================================================================[VFS_init] VFS ROOT FS init OK==[vfs_register_filesystem]============================list size:7, Method:0x808580e0 1) Type:0x01, Name:FAT12 2) Type:0x04, Name:FAT16 3) Type:0x06, Name:FAT16 4) Type:0x0b, Name:FAT32 5) Type:0x0c, Name:FAT32 6) Type:0x0e, Name:FAT16 7) Type:0x81, Name:Minix=================================================================[VFS_init] FAT init OK==[vfs_register_filesystem]============================list size:1, Method:0x80858318 1) Type:0x07, Name:NTFS/HPFS=================================================================[VFS_init] NTFS init OK[VFS_init]-[vfs_mount_root] Start...[VFS_init]-[vfs_mount_root] Init <root> OK...[VFS_init]-[vfs_mount_root] Init <dev> OK...[VFS_init]-[vfs_mount_root] Init <mnt> OK...[0-START]========================================= Node 000-[\], DIR, MountFlag:0x00[0-END]=========================================== [1-START]========================================= Node 001-[dev], DIR, MountFlag:0x00 [1-END]=========================================== [1-START]========================================= Node 002-[mnt], DIR, MountFlag:0x00 [1-END]===========================================dump_inode() freeCnt:77, usedCnt:3setUsbPciInfo() cpu_to_usb_addr_shift[3]:0x00000000, usb_to_cpu_addr_shift[3]:0x00000000usb_pci_probe() Found Synopsis OTG, baseAddr:0xbe101000usb_power_set() isOn:1usb_power_set() Previous power off:0, current time:0usb_power_set(2) min time delay:6000, current delay:0usb_hcd_init() func(0):0usb_hcd_init() func(1):0usb_hcd_init() func(2):0usb_hcd_init() func(3):1localhc_init() install otg driver(self->driver = 0x808C0994, otg_driver=0x808C0994).usb_hcd_init(): succ.RUNTASK id=21 period_task...RUNTASK id=22 check_mail_task...RUNTASK id=23 check_rss_task...========== ADSL Modem initialization OK ! ======RUNTASK id=24 dhcp_daemon...RUNTASK id=25 dhcp_clt...on interface 14main()> usb:1, ftp:0Primary image: 1, flash area 3found signature: 78h 56h 34h 12hulImgLens=2014188, LENGTH[3]-12=3932148length checking OK[0] find End at 0xFFFFFFFFB061B800 len=2014188found signature: 78h 56h 34h 12hulImgLens=319468, LENGTH[3]-12=3932148length checking OK[1] find End at 0xFFFFFFFFB0669800 len=319468---[ ZIP1 head start in 0xFFFFFFFFB0669C00 ]---found signature: 78h 56h 34h 12hulImgLens=163864, LENGTH[3]-12=3932148length checking OK[2] find End at 0xFFFFFFFFB0691C00 len=163864---[ ZIP1 head start in 0xFFFFFFFFB0692000 ]---found signature: 78h 56h 34h 12hulImgLens=417772, LENGTH[3]-12=3932148length checking OK[3] find End at 0xFFFFFFFFB06F7C00 len=417772---[ ZIP1 head start in 0xFFFFFFFFB06F8000 ]---found signature: 78h 56h 34h 12hulImgLens=241885, LENGTH[3]-12=3932148length checking OK[4] find End at 0xFFFFFFFFB0733000 len=241885Image[1] at 0xB0430000, len = 2014188Image[2] at 0xB061BC00, len = 319468Image[3] at 0xB0669C00, len = 163864Image[4] at 0xB0692000, len = 417772Image[5] at 0xB06F8000, len = 241885unzip for U/I from 0xb061bc00 size 319468Unzipping from B061BC00 to 83C00000 ... [ZIP 3] [ZIP 0] [ZIP Extra] [ZIP 1] [ZIP 1 2f534650] doneUncompressed size = 2461312drive start addr[0]=ffffffff83c00000, [1]=ffffffff83e58e80httpd: listen at 192.168.2.1:80httpd: listen at 192.168.2.1:443RUNTASK httpd...RUNTASK id=29 SSLClient ...g_Client_Cert_Array=0x81a42d80RUNTASK id=30 dnsproxy...startNBIOSTask()...RUNTASK id=31 nbios_main...RUNTASK id=32 padmin_task_entry...RUNTASK id=33 dhcpd_mgmt_task...UPnP is enabledUPNP Device initialize success! slot=34TR64 init is taken care by UPnP.Register StorageService Successful[0] Allocate mailbox 6[0] Allocate mailbox 7FirstUseDate:2011-02-03T11:06:41ZRUNTASK id=37 wscmain...RUNTASK id=38 wsc_Send_eap_packet...RUNTASK id=39 wsc_Send_UPNP_packet...RUNTASK id=40 WSC_WaitUserAction_Task...Starting Multitask...run_project_taskRUNTASK id=41 CMV_task...RUNTASK id=42 ds_tcp_policing...[0] Allocate resource 108, FreeResource = 1dma_device_register: no system buffer.call ifx_ssc_init() = 0call ifx_ssc_open() = 25SPI_Init!ifx_sscAllocConnection: device ISDN register sucessfully!ISDN ResetInit: SPI INIT first now iISDNID -2119947120 iISDNCS 0ifx_sscAllocConnection: device Proslic register sucessfully!ProDAAInitialize: SPI INIT first now ProSlicID -2119947208 ProSlicCS 2gptu: totally 6 16-bit timers/counterscgu_get_fpi_bus_clock(2) = 83250000, clock_divider = 1request_timer(4, 0x0000010D, 5203124)Init timer (4) - OKT_WLAN_INT=2gSetting.CountryCode=0x8114gSetting.Interface[T_WLAN_INT].Link_Type=1RUNTASK id=44 apAppInit...RUNTASK id=47 ScanMIH_task...--> [is_power_on_reboot] reset_status = 0x20260008[qm_cbq_resetclst] n_totalcls=9init psock cnt=8000xSpeedtsk priority is 80[HWLAN] [1] rapi_tmr_task running ifno2dot1x_if[2]=0ifno2dot1x_if[12]=81ifno2dot1x_if[8]=82ifno2dot1x_if[9]=83ifno2dot1x_if[10]=84ifno2dot1x_if[11]=85dot1x_wireless_if_mask=0x1f04[main_8021x] dot1x_build_if_mapping() completed.apAppInit called ????init rand with sys_time=29ath_create_vap: ifr.ifr_name = wifi0 (before ioctl)alloc_etherdev: name = wlan0GetWdsIfno: name = wlan0GetWdsIfno : return 2 , T_WDS_INT 8alloc_etherdev> dev->priv = 0x81380584 **********should asigned hard_start_xmit and open in dev structure ???ReleaseWDS_ni : cnt 0ath_create_vap: ifr.ifr_name = wlan0 (after ioctl)apAppInit: ath_create_ap, T_WLAN_INT doneapAppInit> if_table[T_WIFI_INT]=0x0wlan_confree_do> start ...[HWLAN] gSetting.Wireless_mode=0 Wireless Mode 0, Mixed 802.11g and 802.11bwlan_confree_do> start ...in wlan_confree_do_setmode,------------------->change mode to 11NG ,OKwlan_confree_do> start ...------------------->change nohtie to 1 ,OK------------------->change pureb to 0 ,OKwlan_confree_do> start ...ath_getchannels> nchan=50ath_getchannels> nchan=50ath_getchannels> nchan=50 match:9------------------->change pureb to 0 ,OKwlan_confree_do> start ...------------------->change pureg to 0 ,OKwlan_confree_do> start ...------------------->change puren to 0 ,OKwlan_confree_do> start ...------------------->set mcast rate to 22 ,OKwlan_confree_do> start ...------------------->change cwmmode to 2 ,OKwlan_confree_do> start ...------------------->change extoffset to -1 ,OKwlan_confree_do> start ...wlan_confree_do> start ...set amdulimit to 50000,OK!wlan_confree_do> start ...Set essid to WLAN-80B170 , OK!wlan_confree_do> start ...Set mode to Master , OK!wlan_confree_do> start ...now in ieee80211_ioctl_siwfreqSet channel to 9 , OK!wlan_confree_do> start ...Set country ie to 1 , OK!wlan_confree_do> start ...Set country ie to 0 , OK!wlan_confree_do> start ...Set tx_chainmask to 3 , OK!wlan_confree_do> start ...Set rx_chainmask to 3 , OK!wlan_confree_do> start ...set hide ssid = 0, OKinit_lx_acl>init_lx_acl> acl=NULLwlan_confree_do> start ...open wds function , OKapAppInit : ifno:2 dev->flags 00000000[HWLAN]: dev->open = 80195ca8, dev->name = wlan0[HWLAN]: dev->open = 8011db7c, dev->name = wifi0ar5416CheckChan: channel 2412/0x90080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9ar5416CheckChan: channel 2452/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 1, ext offset -1ANI: capability: 9>>>>>>>>>>>>>>>> DECT Driver: dect_drv_open() Reset COSIC DECT again...>>>>>>>>>>>>>>>>>>>>>>>>>>>SPI_access_wait set to onWait VOIP_Init() finished...apAppInit : dev->flags 00001001Init_SSLServer> input listen_protocol=6, nListenPort=443[28] ssld_conf_init> ssl server info:[28] PrivateKey=[28] MyCertificate=[28] CaCertificate=[28] SSL_method=31[28] verify_mode=0[28] cipher_suites=ALL:@STRENGTH:!kEDH[28] tftp_server_ip=140.92.61.131[28] fn_myCerttificate=ServCert.pem[28] fn_privateKey=PrivKey.pem[28] fn_caCertificate=CaCert.pem[28] ssld_conf_init> ssl server info end:PKCS12_PBE_add>PKCS12_PBE_add> support RC4PKCS12_PBE_add> support DESPKCS12_PBE_add> support RC2[28] pCtx=0x81a40460 in ssld_conf_initssld_ctx_reset_cert> this is pkcs12 type certificate[28] ssld_ctx_reset_cert : re-LoadServerCertAndKey() ok!![28] ssld_ctx_reset_cert> re-LoadCACertificate( 1stCA ) ok!![28] ssld_conf_init> ssld_conf_init() ok[dhcp_clt] enable dhcp client in interface THS[14][29] SSLClient> SSLClient() run[29] sslc_conf_init> ssl client info:[29] PrivateKey=[29] MyCertificate=[29] CaCertificate=[29] SSL_method=31[29] verify_mode=1[29] cipher_suites=ALL:@STRENGTH:!kEDH[29] tftp_server_ip=140.92.61.131[29] fn_myCerttificate=ServCert.pem[29] fn_privateKey=PrivKey.pem[29] fn_caCertificate=CaCert.pem[29] sslc_conf_init> ssl client info end:[29] sslc_conf_init> pCtx=0x81a2e9b4 in ssld_conf_init[29] sslc_ctx_reset_cert> re-LoadCACertificate( 3rdCA ) ok!![29] sslc_ctx_reset_cert> re-LoadCACertificate( 2ndCA ) ok!![29] sslc_ctx_reset_cert> re-LoadCACertificate( 1stCA ) ok!!sslc_ctx_reset_cert> this is pkcs12 type certificate[29] sslc_ctx_reset_cert : re-LoadServerCertAndKey() ok!![29] sslc_conf_init> sslc_conf_init() ok[29] SSLClient> want to bind socket for client application![USBLPT] Printer Initialize Fail : Plug Out !!padmin_task_entry() task running********** upnp_main() Unsupportted UPnP root device[0]: UPnPupnp_main(1-0) Run-up UPnP device IGD...*********************************************Wi-Fi Simple Config Application - Intel Corp.Version: Build 2.01.1.DTM1.1, Mar 10 2010 11:38:05*********************************************Initializing stack...---------in wsc init--------------------sizeof(uint32)=4----------sizeof(uint-long)=4----------sizeof(uint32)=2WSC_WaitUserAction:wait user action:0ScanMIH_task> DHCP ip give: 192.168.2.100 ~ 199, range: 100ptp Daemon task runningUSB: wrong number of companions (1 != 0)[USB] dwc3884_start() DWC3884 core version:0x4F54220A, 2.20a[USB] dwc3884_reset() DANUBE_RCU_UBSCFG:0xBF203018, var:0x00000400[USB] dwc3884_reset() rstctl:0xBE101010[USB] dwc3884_start() intsts:0xBE101014, var:0x04008829lpd Daemon task running[USB ROOTHUB_LOOP] RUNTASK id=39 lpd_main ...[USB] lpd_init() End.printer schedule task runningupnp_Init(0) upnpGlobalInit[1]:0SSDP Initialization completed...GenaInit : event_hook is NULL!!COSIC Not Ready..507>> Parse Service 'urn:schemas-microsoft-com:service:OSInfo:1' : TRUE>> Parse Service 'urn:schemas-upnp-org:service:Layer3Forwarding:1' : TRUE>>>>>> usbd_new_device: adding unit bus:1, addr=1, rev=0200, class=9, subclass=0, protocol=1, maxpacket=64, len=18, speed=3usbd_new_device() addr:1, vid:0x058b, pid:0xf001, devFlag:0x0000usbd_probe_and_attach(Hub)> Reopen STATIC default pipe OK>> Parse Service 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1' : TRUE>> Parse Service 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1' : TRUE>> Parse Service 'urn:schemas-upnp-org:service:WANPPPConnection:1' : TRUE>> Parse Service 'urn:schemas-upnp-org:service:WANIPConnection:1' : TRUE>> Parse Device 'urn:schemas-upnp-org:device:WANConnectionDevice:1' : TRUE>> Parse Device 'urn:schemas-upnp-org:device:WANDevice:1' : TRUE>> Parse Device 'urn:schemas-upnp-org:device:InternetGatewayDevice:1' : TRUE********** upnp_main1() Record pDevRoot[1]:81a1479c>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]>>>> UPNP init IGD device successfully ...upnp_main(2-0) Run-up UPnP device TR64...TR64DBUG::UsrTR64Cfg_Init> mapping "speedport.ip" to 192.168.2.1upnp_Init(0) upnpGlobalInit[2]:0>> Parse Service 'urn:dslforum-org:service:DeviceInfo:1' : TRUE>> Parse Service 'urn:dslforum-org:service:DeviceConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:Layer3Forwarding:1' : TRUE>> Parse Service 'urn:dslforum-org:service:LANConfigSecurity:1' : TRUE>> Parse Service 'urn:dslforum-org:service:ManagementServer:1' : TRUE>> Parse Service 'urn:dslforum-org:service:Time:1' : TRUE>> Parse Service 'urn:dslforum-org:service:UserInterface:1' : TRUE>> Parse Service 'urn:dslforum-org:service:X_VoIP:1' : TRUE>> Parse Service 'urn:dslforum-org:service:LANHostConfigManagement:1' : TRUE>> Parse Service 'urn:dslforum-org:service:LANEthernetInterfaceConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WLANConfiguration:1' : TRUE>> Parse Service 'urn:dslforum-org:service:Hosts:1' : TRUE>> Parse Device 'urn:dslforum-org:device:LANDevice:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANCommonInterfaceConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANDSLInterfaceConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANEthernetInterfaceConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANDSLConnectionManagement:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANDSLLinkConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANEthernetLinkConfig:1' : TRUE>> Parse Service 'urn:dslforum-org:service:WANPPPConnection:1' : TRUE>> Parse Device 'urn:dslforum-org:device:WANConnectionDevice:1' : TRUE>> Parse Device 'urn:dslforum-org:device:WANDevice:1' : TRUE>> Parse Device 'urn:dslforum-org:device:InternetGatewayDevice:1' : TRUE********** upnp_main1() Record pDevRoot[2]:819e5960TR64DBUG::TR64_UPnPInit> Start:TR64DBUG::TR64_InitReqList> Start:TR64DBUG::TR64_InitReqList> End.TR64::TR64_UPnPInit> RUNTASK id=54 TR64_ProcessRequest...TR64DBUG::TR64_UPnPInit> End.>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [1]>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]>>>> UPNP init TR64 device successfully ...********** upnp_main() Unsupportted UPnP root device[3]: WPS-WCNupnp_main(4-0) Run-up UPnP device AV Media Server...usbd_probe_and_attach,probe 1!startExplore() usb explore task run-up, slot:0, tsk_id:56, reason:0usb_hc_install_interrupt() Install OTG interrupt 54USB Module: Version 2.0.0 build Mar 10 2010 11:33:30usb_explore_task() Begin ...COSIC Not Ready..1000DECT Driver started,UPLANE defined.[signal_1x_reset] ...ifx_sscAllocConnection: device dect_drv register sucessfully!start_kthread TASK success: PID 55 Name waitTAPI threadReleaseWDS_ni : cnt 0wlan_confree_do> start ...now in ieee80211_ioctl_siwfreqSet channel to 0 , OK!ap_deauth_sta called ???wlan_confree_do> start ...wlan_confree_do> start ...wlan_confree_do> start ...wlan_confree_do> start ...wlan_confree_do> start ...wlan_confree_do> start ...wlan_confree_do> start ...[HWLAN]: dev->open = 80195ca8, dev->name = wlan0[HWLAN]: dev->open = 8011db7c, dev->name = wifi0ar5416CheckChan: channel 2452/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 1, ext offset -1ANI: capability: 9start_kthread TASK success: PID 19 Name CosicDriverInitializing DECT Agent.....TEL_PORT_SetPhoneChannelId phoneIdx 1 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 2 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 3 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 4 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 5 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 6 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 7 channelId 255TEL_PORT_SetPhoneChannelId phoneIdx 8 channelId 255Initializing DECT Endpoint 0!! This Endpoint Is Not Registered !! 0Initializing DECT Endpoint 1!! This Endpoint Is Not Registered !! 1Initializing DECT Endpoint 2!! This Endpoint Is Not Registered !! 2Initializing DECT Endpoint 3!! This Endpoint Is Not Registered !! 3Initializing DECT Endpoint 4!! This Endpoint Is Not Registered !! 4Initializing DECT Endpoint 5!! This Endpoint Is Not Registered !! 5<DECT_TK IFX_DECT_MU_RegisterCallBks >Callbacks of MU module registerdar5416CheckChan: channel 2412/0x90080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9<DECT_TK IFX_DECT_CSU_RegisterCallBks >Enter Register CallBacks.<DECT_TK IFX_DECT_DPSU_RegisterDataApp ><API RegisterCallBks>Entry.<DECT_TK IFX_DECT_DPSU_GetFreeSessionIndex ><API GetFreeSessionIndex>Successful.<DECT_TK IFX_DECT_DPSU_ValidateProtoID > <API ValidateProtoID>Entry.<DECT_TK IFX_DECT_DPSU_ValidateProtoID > <API ValidateProtoID>Successful.<DECT_TK IFX_DECT_USU_RegisterCallBks ><RegisterCallBks>Entry.<DECT_TK IFX_DECT_USU_RegisterCallBks ><RegisterCallBks>Successful.CallBacks Registered.[45] Allocate mailbox 8IFX_DECT_LAS_Init: Create task 44 for sending packets[45] Allocate mailbox 9Initializing DECT STACK.....Task IFX_DECT_MsgRouterFdTask id 57Get Dect PIN fm gSetting (0000)RFPI value 01 7c b5 90 c0>>>>>>>>>>>>>>PINCODE : (0000) g_ucOscTrimValHigh 0 g_ucOscTrimValLOW f1>>>>>>>>>>>>>>BMC : xInitCfg.xBMCPrams.ucRSSIFreeLevel 7 xInitCfg.xBMCPrams.ucRSSIBusyLevel e xInitCfg.xBMCPrams.ucBearerChgLim f xInitCfg.xBMCPrams.ucDelayReg 0 xInitCfg.xBMCPrams.ucDefaultAntenna 81 xInitCfg.xBMCPrams.ucDRONCtrlReg 1 xInitCfg.xBMCPrams.ucDSPFrameReset 0 xInitCfg.xBMCPrams.ucModeCtrlReg2 0 xInitCfg.xBMCPrams.ucClkRecovery 0 xInitCfg.xBMCPrams.ucWOPNSF 20 xInitCfg.xBMCPrams.ucWWSF 8 xInitCfg.xBMCPrams.ucCRRStart 13 xInitCfg.xBMCPrams.ucCRREnd ff xInitCfg.xBMCPrams.ucPLLSettleTime 8f xInitCfg.xBMCPrams.ucGaussianEnable 0 xInitCfg.xBMCPrams.ucRXDSGDeact 0 xInitCfg.xBMCPrams.ucGenModeCtrl2 4 xInitCfg.xBMCPrams.ucHandOverEvalper a4 xInitCfg.xBMCPrams.ucGENMUTCTRL0 0 xInitCfg.xBMCPrams.ucGENMUTCTRL1 0 xInitCfg.xBMCPrams.ucEXTMUTCTRL0 89 xInitCfg.xOscTrimVal.ucOscTrimValHI 0 xInitCfg.xOscTrimVal.ucOscTrimValLOW f1 xInitCfg.xOscTrimVal.aucCheckSum[0] 0 xInitCfg.xOscTrimVal.aucCheckSum[1] 0 xInitCfg.unGaussianVal af Before call DECT IFX_DECT_Async_Init .tick.1384Calling in Async mode the Size of Global info is 30408 bytesThe size of stackCfg is 332 bytesThe size of CSUInfo is 3744 bytesThe size of MUInfo is 336 bytesThe size of SMSInfo is 7320 bytesThe size of ESUInfo is 72 bytesThe size of DPSUInfo is 24688 bytesThe size of LAU is 72 bytesThe PIN CODE is 0000U:IFX_DECT_StackEntry: rfpi_ptr[1 124 181 144 192]U:IFX_DECT_StackEntry: GFSK_Value=175U:IFX_DECT_StackEntry: Osc_Trim_L.=0 Osc_Trim_L=241U:IFX_DECT_StackEntry: ucRSSIFreeLevel=7ucRSSIBusyLevel=14ucBearerChgLim=15ucDelayReg=0ucDefaultAntenna=129ucDRONCtrlReg=1ucDSPFrameReset=0ucModeCtrlReg2=0ucClkRecovery=0ucWOPNSF=32ucWWSF=8ucCRRStart=19ucCRREnd=255ucPLLSettleTime=143ucGaussianEnable=0ucRXDSGDeact=0ucGenModeCtrl2=4ucHandOverEvalper=164ucGENMUTCTRL0=0ucGENMUTCTRL1=0ucEXTMUTCTRL0=137[45] Allocate mailbox 10<DECT-STACK>The number of Subscribers are 0The BMC Location is 808115bc and size is 12288The USR SW Location is 808067d4 and size is 44517<DECT_TK IFX_DECT_USU_ModemFirmwareDownload ><IFX_DECT_USU_ModemFirmwareDownload> EntryThe BMC Location is 808115bc and size is 12288The UsrSoftware Location is 808067d4 and size is 44517DOWNLOADING COSIC FIRMWAREar5416CheckChan: channel 2417/0x90080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9DECT Stack Initialized.......1492DECT Agent Initialized VOICE_DRV_InitReset Duslic High beginCOSIC Not Ready..1502Reset Duslic endIFX TAPI, version 3.7.1.5, (c) 2001-2008 Infineon Technologies AG[59] Allocate mailbox 11TAPI_init_task_queue: enter loop..11[45] Allocate mailbox 12[45] Allocate mailbox 13[45] Allocate mailbox 14[45] Allocate mailbox 15[45] Allocate mailbox 16[45] Allocate mailbox 17[45] Allocate mailbox 18[45] Allocate mailbox 19[45] Allocate mailbox 20[45] Allocate mailbox 21[45] Allocate mailbox 22[45] Allocate mailbox 23[45] Allocate mailbox 24[45] Allocate mailbox 25[45] Allocate mailbox 26[45] Allocate mailbox 27[45] Allocate resource 109, FreeResource = 2start_kthread TASK success: PID 60 Name kpi_in[45] Allocate resource 110, FreeResource = 3IFX VMMC device driver, version 1.3.0.5, (c) 2006-2008 Infineon Technologies AGIFX MIPS24KEc MPS driver, version 2.0.0.0, (c) 2006-2008 Infineon Technologies AGrequest_timer(3, 0x000001BE, 1)ifx_mps_init_structures request_irq 1 146ifx_mps_init_structures request_irq 2 147ifx_mps_init_structures request_irq 3 0 142ifx_mps_init_structures request_irq 3 1 143ifx_mps_init_structures request_irq 3 2 144ifx_mps_init_structures request_irq 3 3 145VMMC_Open : Major 122 Minor 10 IFX_TAPI_Create_Device: ndev = 0, TapiDev 819C8EB4[45] Allocate resource 111, FreeResource = 4IFX_DECT_MsgRouterFdTask enter while Loop [45] Allocate resource 112, FreeResource = 5[45] Allocate resource 113, FreeResource = 6[45] Allocate resource 114, FreeResource = 7[45] Allocate resource 115, FreeResource = 8>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 1 ifx_tapi_Prepare_Ch: nChannel 0[45] Allocate resource 116, FreeResource = 9[45] Allocate resource 117, FreeResource = 10[45] Allocate resource 118, FreeResource = 11[45] Allocate resource 119, FreeResource = 12>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 2 ifx_tapi_Prepare_Ch: nChannel 1[45] Allocate resource 120, FreeResource = 13[45] Allocate resource 121, FreeResource = 14[45] Allocate resource 122, FreeResource = 15[45] Allocate resource 123, FreeResource = 16>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 3 ifx_tapi_Prepare_Ch: nChannel 2[45] Allocate resource 124, FreeResource = 17[45] Allocate resource 125, FreeResource = 18[45] Allocate resource 126, FreeResource = 19[45] Allocate resource 127, FreeResource = 20>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 4 ifx_tapi_Prepare_Ch: nChannel 3[45] Allocate resource 128, FreeResource = 21[45] Allocate resource 129, FreeResource = 22[45] Allocate resource 130, FreeResource = 23[45] Allocate resource 131, FreeResource = 24>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 5 ifx_tapi_Prepare_Ch: nChannel 4[45] Allocate resource 132, FreeResource = 25[45] Allocate resource 133, FreeResource = 26[45] Allocate resource 134, FreeResource = 27[45] Allocate resource 135, FreeResource = 28>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 6 ifx_tapi_Prepare_Ch: nChannel 5[45] Allocate resource 136, FreeResource = 29[45] Allocate resource 137, FreeResource = 30[45] Allocate resource 138, FreeResource = 31[45] Allocate resource 139, FreeResource = 32ar5416CheckChan: channel 2422/0xb0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 7 ifx_tapi_Prepare_Ch: nChannel 6[45] Allocate resource 140, FreeResource = 33[45] Allocate resource 141, FreeResource = 34[45] Allocate resource 142, FreeResource = 35[45] Allocate resource 143, FreeResource = 36>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 8 ifx_tapi_Prepare_Ch: nChannel 7[45] Allocate resource 144, FreeResource = 37[45] Allocate resource 145, FreeResource = 38[45] Allocate resource 146, FreeResource = 39[45] Allocate resource 147, FreeResource = 40>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 9 VMMC_LL_Open, nDev 0, inode 0 mpsCh 1ifx_mps_open, inode 1VMMC_Open --> 819c8eb4VMMC_handle[0] : 819c8eb4VMMC_Open : Major 122 Minor 11 VMMC_LL_Open, nDev 0, inode 1 mpsCh 2ifx_mps_open, inode 2VMMC_Open --> 819c6ac4VMMC_handle[1] : 819c6ac4VMMC_Open : Major 122 Minor 12 VMMC_LL_Open, nDev 0, inode 2 mpsCh 3ifx_mps_open, inode 3VMMC_Open --> 819c6f40VMMC_handle[2] : 819c6f40VMMC_Open : Major 122 Minor 13 VMMC_LL_Open, nDev 0, inode 3 mpsCh 4ifx_mps_open, inode 4VMMC_Open --> 819c73bcVMMC_handle[3] : 819c73bcVMMC_Open : Major 122 Minor 14 VMMC_LL_Open, nDev 0, inode 4 mpsCh 5ifx_mps_open, inode 5VMMC_Open --> 819c7838VMMC_handle[4] : 819c7838VMMC_Open : Major 122 Minor 15 VMMC_LL_Open, nDev 0, inode 5 mpsCh 6ifx_mps_open, inode 6VMMC_Open --> 819c7cb4VMMC_handle[5] : 819c7cb4VMMC_Open : Major 122 Minor 16 VMMC_LL_Open, nDev 0, inode 6 mpsCh 7ifx_mps_open, inode 7VMMC_Open --> 819c8130VMMC_handle[6] : 819c8130VMMC_Open : Major 122 Minor 17 VMMC_LL_Open, nDev 0, inode 7 mpsCh 8VMMC_Open --> 819c85acVMMC_handle[7] : 819c85acVMMC_Open : Major 122 Minor 18 VMMC_LL_Open, nDev 0, inode 8 mpsCh 9VMMC_Open --> 819c8a28VMMC_handle[8] : 819c8a28===> Set PCM I/F 0 VMMC_handle:819c8eb4ifx_mps_ioctl: FIO_MPS_DOWNLOAD...1Unzipping from B0692000 to 830661E4 ... [ZIP 1] [ZIP 1 a75cb796] COSIC Not Ready..2012ar5416CheckChan: channel 2427/0xb0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9doneUncompressed size = 642816IFX_MPS: Download firmware (size 642816 bytes)... .ActualUIThreadProc: wait qupnp_Init(0) upnpGlobalInit[4]:0>> Parse Service 'urn:schemas-upnp-org:service:ConnectionManager:1' : TRUE>> Parse Service 'urn:schemas-upnp-org:service:ContentDirectory:1' : TRUE>> Parse Service 'urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1' : TRUE>> Parse Device 'urn:schemas-upnp-org:device:MediaServer:1' : TRUE********** upnp_main1() Record pDevRoot[4]:819a989c>>>>>>>>>>FRegisterDevice pDev->rootDevHeadType = [0]QueryCurrentConnectionIDs....>>>> UPNP init AV Media Server device successfully ...********** upnp_main() Unsupportted UPnP root device[5]: AV Media Renderer********** upnp_main() Unsupportted UPnP root device[6]: Printerok!Version 11.0.0.1.0 up and running...ar5416CheckChan: channel 2432/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9COSIC Not Ready..2500ar5416CheckChan: channel 2437/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9ar5416CheckChan: channel 2442/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9COSIC Not Ready..3000.ar5416CheckChan: channel 2447/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9!!!!Timed Out Sending Frame Again no response from Modem!!!!!!!!!Timed Out Sending Frame Again no response from Modem!!!!!COSIC Not Ready..3502ar5416CheckChan: channel 2452/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9ar5416CheckChan: channel 2457/0x70080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9COSIC Not Ready..4000.******************uuid_p:00000000-0000-0003000088252c80b156*****mp_deviceInfo->uuid[i]:0-0-0-0-0-0-0-3-0-0-88-25-2c-80-b1-56-mp_deviceInfo->macAddr:88:25:2C:80:B1:56gSetting.dot1x.if_entry[0].enableWEP:0authTypeFlags is 20 ,encrTypeFlags is 8 ,m_nwKey is 7904953540194866, key len is 10 ssid is WLAN-80B170ar5416CheckChan: channel 2462/0x70080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9ar5416CheckChan: channel 2467/0x50080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9COSIC Not Ready..4500ar5416CheckChan: channel 2472/0x50080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9COSIC Not Ready..5000ar5416CheckChan: channel 2452/0xf0080; HT configuration meet regulatoryar5416CheckChan: phy mode 0, ext offset 0ANI: capability: 9ar5416CheckChan: channel 2412/0x90080; HT configuration meet regulatoryar5416CheckChan: phy mode 1, ext offset 1ANI: capability: 9>>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 10 >>>>>>>>>>>>>>>>>>>>>>>>> OS_GetEventNumber event number 11 ===> VMMC_Ioctl: Phone 1 IFX_TAPI_LINE_TYPE ok! VMMC_Ioctl: Phone 1 IFXPHONE_SET_LINEFEED ok!Set PCM I/F 1 VMMC_handle:819c6ac4===> VMMC_Ioctl: Phone 2 IFX_TAPI_LINE_TYPE ok! VMMC_Ioctl: Phone 2 IFXPHONE_SET_LINEFEED ok!Set PCM I/F 2 VMMC_handle:819c6f40===> Set PCM I/F 3 VMMC_handle:819c73bc===> Set PCM I/F 4 VMMC_handle:819c7838===> Set PCM I/F 5 VMMC_handle:819c7cb4===> Set PCM I/F 6 VMMC_handle:819c8130===> Set PCM I/F 7 VMMC_handle:819c85ac===> Set PCM I/F 8 VMMC_handle:819c8a28CheckWidebandCodec: 255 3CheckWidebandCodec: 255 3CheckWidebandCodec: 255 3.CheckWidebandCodec: 255 3CheckWidebandCodec: 255 3Setting HOOK Related Parameters 0Setting HOOKFLASH_TIME min 70 ms max 320 msSetting HOOKON_TIME min 320 max 320Setting HOOK Related Parameters 1Setting HOOKFLASH_TIME min 70 ms max 320 msSetting HOOKON_TIME min 320 max 320Setting HOOK Related Parameters 2Setting HOOK Related Parameters 3RUNTASK id=32 VINETIC_DRV_Task...[65] Allocate mailbox 28RUNTASK id=65 VINETIC_T38_Task...RUNTASK id=67 FXO_flash_task...RUNTASK id=66 VOICE_API_task...COSIC Not Ready..5500!!!!Timed Out Sending Frame Again no response from Modem!!!!!COSIC Not Ready..6000.Reset Duslic High beginReset Duslic endProDAAInitialize: begin nowProDAAInitialize: Line-Side Device Status ffPort 2 sytem-side revision ff, line-side revision 3init_DTMF_data: time 6316force_daa_offhook ch 2 onoff 1 time 6316ProDaaOffhook 5 2 onoff 1CID_Detect CH 2 onoff 0FXO_PolState_DTMFCID --> Disable DTMF CIDwlan_confree_do> start ...mp_deviceInfo->authTypeFlags:32mp_deviceInfo->encrTypeFlags:8*******build M1 start*****************build M1 end**********---test--sizeof(WSC_NOTIFY_DATA) = 36exit StartMonitor TRANSPORT_TYPE_UPNP_DEVexit switch_modeexit wscmain******* MODE: AP with built-in Registrar and UPnP Proxy **************p_header->eType:5LCB_MENU_AP_PROXY_REGISTRAR**************b_tryAgain:1Options:0. Quit1. Configure Client2. Configure Client via push-buttonEnter selection: force_daa_offhook ch 2 onoff 0 time 6386ProDaaOffhook 5 2 onoff 0CID_Detect CH 2 onoff 1FXO_PolState_DTMFCID --> Detect Polarity Changed Enable DTMF CIDCOSIC Not Ready..6500COSIC Not Ready..7000COSIC Not Ready..7500COSIC Not Ready..8000COSIC Not Ready..8500COSIC Not Ready..9000COSIC Not Ready..9520COSIC Not Ready..10000COSIC Not Ready..10500COSIC Not Ready..11000COSIC Not Ready..11500COSIC Not Ready..12000COSIC Not Ready..12500COSIC Not Ready..13000COSIC Not Ready..13500COSIC Not Ready..14000COSIC Not Ready..14500COSIC Not Ready..15000COSIC Not Ready..15500COSIC Not Ready..16000COSIC Not Ready..16500COSIC Not Ready..17000COSIC Not Ready..17500COSIC Not Ready..18000COSIC Not Ready..18500cCOSIC Not Ready..19000COSIC Not Ready..19500Turn off COSIC function now...25500

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies

[OpenWrt Wiki] T-Home Speedport W 504V (ARV8539PW22) (2024)
Top Articles
Latest Posts
Article information

Author: Merrill Bechtelar CPA

Last Updated:

Views: 6601

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Merrill Bechtelar CPA

Birthday: 1996-05-19

Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

Phone: +5983010455207

Job: Legacy Representative

Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.