Arcadyan/Astoria Easybox 904xDSL (VGV952CJW33-E-IR)

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

This device is produced by Arcadyan/Astoria and called VGV952CJW33-E-IR. Normally provided by Vodafone to their customers, there might also be other distributers.

There's also an LTE counterpart of this unit, with a slightly different hardware configuration, the Astoria Networks Easybox 904 LTE. At the time of writing (May/2019) two different HW versions, R01 and R02 exist. Whilst the hardware looks similar, OpenWrt works on both.

Work in progress.

At the moment (May/2023) it exists a full OpenWrt compatible fork (https://github.com/OpenWrt-Repository/openwrt), and two pullrequest. For the device itself (https://github.com/openwrt/openwrt/pull/2060) and for the uboot (https://github.com/openwrt/openwrt/pull/2061). The device is a little bit outstanding from other lantiq xrx200 devices, for this reason, the development is never over and this page is most of the time not at the current state. For the current state of developing see this thread: https://forum.openwrt.org/t/lantiq-xrx200-easybox-904xdsl-and-speedport-w-921v-build

Most things work (VDSL vectoring, display, Wi-Fi, analogue telephone line, ....)

The majority of the following features should work:

  • Switch
  • USB
  • ADSL (Annex B and J tested)
  • VoIP
  • Wi-Fi (Basic AP only, connected to VLAN 66, needs to be configured through /etc/network/wifi)
  • LCD and touchkeys (LCD4Linux is installed as basic status information board).
CPU Ram Flash Network WLAN USB Serial JTag
MIPS32 34Kc @ 500 MHz 128 MiB 512 MiB 4x 10/100/1000 abgn 2x 2.0 Yes ?

Building a new OpenWrt firmware image is possible with few steps:

git clone https://github.com/OpenWrt-Repository/openwrt.git
./scripts/feeds update -a
./scripts/feeds install -f 
./scripts/feeds install -a
cp .config-VPE .config #or .config-SMP
cp -R files-VPE files #or files-SMP
make menuconfig
make

Then in bin/targets/lantiq/xrx200 are *.bin files:

  • openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin (ver. SMP)
  • openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin (ver. VPE)

Prerequsites:

  • PC running TFTP server at 192.168.2.100
  • Easybox 904 xDSL

Required files with support VPE (VoIP):

Required files with support SMP (2 Cores CPU):

This is very important:

  • Copy fullimage.img-VPE or fullimage.img-SMP as fullimage.img to the tftp server (e.g. TFTPD64) which listens on IP address 192.168.2.100.

Steps:

  1. Prepare TFTP server (e.g. TFTPD64) by putting fullimage.img in server directory.
    1. Image must have name “fullimage.img”
  2. Connect device to computer with one of four LAN ports.
  3. Turn on device with reset button pressed for at least 10 seconds.
    1. LCD will show information about recovery mode selected.
    2. If you have serial cable connected, you can depress button when countdown starts
  4. Box will download and flash image. After successfull flash, LCD will show message to shutdown and restart router.
  5. Turn device off and on again.
  6. After some time it will boot to OpenWrt sysupgrade interface at 192.168.1.1.
  7. Using this interface, upload openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin or openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin
  8. Upgrade firmware via LuCI or command line:
    sysupgrade -n -F openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-vpe-squashfs-sysupgrade.bin

    or

    sysupgrade -n -F openwrt-lantiq-xrx200-arcadyan_vgv952cjw33-e-ir-smp-squashfs-sysupgrade.bin
  9. After succesfull flash router will reboot into full OpenWrt image.
  10. You need to wait about two minutes. Then you can connect to the router either with a browser - http://192.168.1.1 (or with ssh root@192.168.1.1).
  11. (Optional) install bootloader without password.

NOTICE: WLAN works in AP mode only. Wi-Fi is active, WPA2+AES is set as encryption.

  Network 5 GHz - SSID: EasyBOX-5GHz
  Network 2.4 GHz - SSID: EasyBOX-2GHz
  Default password: WiFipassword

Change your password (only via the console).

More information and files:

Default uboot has unknown password. This way we will install uboot with password check removed (it will accept any) and uboot-env won't be overwritten on each boot (It does this only to increase the recovery value - The firmware reads this value and resets it to 0 on each boot if this value is higher than 4, see https://github.com/Quallenauge/Easybox-904-XDSL/blob/master-lede_rebased_5.4/target/linux/lantiq/base-files/lib/preinit/06_init_network_lantiq for details).

Prerequsites:

Steps:

  1. Download hacked uboot file. Extract it to pendrive or upload it to router other way.
  2. Double check on router that you have this file accessible. If not, you may brick your device.
  3. Erase flash partition and write new uboot image
    flash_eraseall /dev/mtd0
    nandwrite -p /dev/mtd0 u-boot.lq
  4. Reboot router. You should be able to access uboot console with any password.

generic.debrick

The device can be easily de-bricked. Connect to the device with an serial adapter, shortcut the 2 pins labeled R148 on the backside of the pcb and power on the device to get UART mode.

See serial for how to connect to the device.


PCB with R148 marked red with arrow


Copy bootloader to device

Download the modified bootloader

cd
mkdir tmp
cd tmp
wget http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/devel/904xdsl-uboot-maybe-no-passwd.zip
unzip 904xdsl-uboot-maybe-no-passwd.zip 
cd 904xdsl-uboot-maybe-no-passwd

Open another terminal window and connect to serial console. I assume that the adapter is '/dev/ttyUSB0'. If that's not the case change it. See here how to connect usb-serial-adapter: #serial

screen /dev/ttyUSB0 115200

Shortcut R148 on the backside of the pcb and poweron the device. You should be greeted by UART.

Now the bootloader has to be copied on the device. This will be done from the first console window.

cat u-boot.asm > /dev/ttyUSB0

Now there should something happen on the 2. terminal window where the serial connection is opened. If the transfer is finished probably you should enter u-boot without an or every password you wish. From there it's possible to backup the mtd partitions and flash a new bootloader or whatever someone wants to flash.

The best idea in case the device is bricked would be to flash u-boot.lq. Transfer it with tftp to the device.

info mainly taken from forum thread and http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/research/Findings.txt

Architecture MIPS32 34Kc
Vendor Lantiq
Bootloader U-Boot
System-On-Chip Lantiq XWAY™ VRX288 (PSB 80920 EL V1.2)
CPU/Speed 500MHz
Flash-Chip Samsung K9F4G08U0x
Flash size 512 MiB
RAM EtronTech EM68C16CWQD-25H 128 MiB 64Mx16 DDRII 400MHz
Wireless RT3883F + RT5392L 5GHz/2.4GHz + 2.4GHz 802.11abgn
Ethernet RTL8367RB 4x 10/100/1000 Mbit/s vlan support
USB 2x 2.0
Serial Yes
JTAG ???
  • wlan is implemented by own subsystem called “RT3883 iNIC”. This is proprietary Mediatek(Ralink) solution. Here is some old sources.
  • Both WiFi chips are from Mediatek/Ralink:
    • RT3883F “802.11abgn 2.4/5GHz 3T3R (450/450Mbps) Single Chip AP/Router SoC”
    • RT5392L 2.4GHz bgn SoC. Almost no infos found on web.
  • Many wireless functions are implemented via proprietary firmware in SoC RT3883.

Insert photo of backside label

Insert photo of PCB

Opening is some kind of simple. There are no screws. On the downside there are some hooks. Push them down and try to open the case. Beware if your fingers this process was, in my case, a little complicated.

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

How to connect to the Serial Port of this specific device:

Pin 1 Vcc 3.3V (DO NOT CONNECT, since it could irreparably damage the device.)
Pin 2 TX
Pin 3 RX
Pin 4 GND
Serial connection parameters for
Arcadyan / Astoria Easybox 904xDSL r01
115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

ROM VER: 1.1.4 CFG 06 NAND NAND Read OK ROM VER: 1.1.4 CFG 06 NAND NAND Read OK nand_read_page - 00000008 DDR autotuning Rev 0.3c DDR size from 0xa0000000 - 0xa7ffffff DDR check ok... start booting... U-Boot 2010.06-Lv2.0.40-A0.5 (Feb 12 2015 - 23:05:42) CLOCK CPU 500M RAM 250M DRAM: 128 MiB NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND 512MiB 3,3V 8-bit) 512 MiB Bad block table found at page 262080, version 0x01 Bad block table found at page 262016, version 0x01 nand_read_bbt: Bad block at 0x000004200000 nand_read_bbt: Bad block at 0x0000142c0000 In: serial Out: serial Err: serial Net: Internal phy(GE) firmware version: 0x040b vr9 Switch Type "run flash_nfs" to mount root filesystem over NFS Hit any key to stop autoboot: 1  0 please input password : VR9 # printenv console console=ttyS0 VR9 # help ? - alias for 'help' base - print or set address offset bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol cal - address calculation cmp - memory compare cp - memory copy crc32 - checksum calculation echo - echo args to console go - start application at address 'addr' help - print command description/usage httpd - start http server lcd - lcd sub-system loady - load binary file over serial line (ymodem mode) loop - infinite loop on address range md - memory display mdio - mdio read and write mm - memory modify (auto-incrementing address) mtest - simple RAM read/write test mw - memory write (fill) nand - NAND sub-system nm - memory modify (constant address) ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables rarpboot- boot image via network using RARP/TFTP protocol reset - Perform RESET of the CPU run - run commands in an environment variable saveenv - save environment variables to persistent storage setenv - set environment variables sleep - delay execution for some time smi - smi read and write sw - switch operation tftpboot- boot image via network using TFTP protocol unsetenv- delete environment variables upgrade - upgrade - forward/backward copy memory to pre-defined flash location version - print monitor version VR9 # reset ROM VER: 1.1.4 CFG 06 NAND NAND Read OK nand_read_page - 00000008 DDR autotuning Rev 0.3c DDR size from 0xa0000000 - 0xa7ffffff DDR check ok... start booting... U-Boot 2010.06-Lv2.0.40-A0.5 (Feb 12 2015 - 23:05:42) CLOCK CPU 500M RAM 250M DRAM: 128 MiB NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND 512MiB 3,3V 8-bit) 512 MiB Bad block table found at page 262080, version 0x01 Bad block table found at page 262016, version 0x01 nand_read_bbt: Bad block at 0x000004200000 nand_read_bbt: Bad block at 0x0000142c0000 In: serial Out: serial Err: serial Net: Internal phy(GE) firmware version: 0x040b vr9 Switch Type "run flash_nfs" to mount root filesystem over NFS Hit any key to stop autoboot: 1  0 Uncompressing LCD bootup images ............... NAND read: device 0 offset 0x0000000004700000, size 0x0000000000300000 0x300000 bytes read: OK 1. bootid : 0, bootnum : 0 Writing to Nand... Erasing at 0x4540000 -- 50% complete.Erasing at 0x4560000 -- 100% complete. done 2. bootid : 0, bootnum : 1 NAND read: device 0 offset 0x0000000003c40000, size 0x0000000000500000 0x500000 bytes read: OK ## Booting kernel from Legacy Image at 80800000 ... Image Name: MIPS LTQCPE Linux-2.6.32.32 Created: 2015-04-20 2:24:05 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1572800 Bytes = 1.5 MiB Load Address: 80002000 Entry Point: 800061b0 Verifying Checksum ... OK Uncompressing Kernel Image ... OK Starting kernel ... Lantiq xDSL CPE VR9 mips_hpt_frequency = 250000000, counter_resolution = 2 [ 0.000000] Linux version 2.6.32.32 (ben_chang@SW3SS01) (gcc version 4.3.3 (GCC) ) #2 Wed Apr 15 15:31:34 CST 2015 [ 0.000000] phym = 08000000, mem = 07400000, max_pfn = 00007400 [ 0.000000] Reserving memory for CP1 @0xa7400000, size 0x00c00000 [ 0.000000] CPU revision is: 00019556 (MIPS 34Kc) [ 0.000000] Determined physical RAM map: [ 0.000000] User-defined physical RAM map: [ 0.000000] memory: 07400000 @ 00000000 (usable) [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00000000 -> 0x00007400 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00007400 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 29464 [ 0.000000] Kernel command line: root=/dev/mtdblock1 rw rootfstype=squashfs,jffs2 ip=192.168.2.1:192.168.2.100::::eth0:on console=ttyS0,115200 ethaddr=88:03:55:E2:84:74 phym=128M mem=116M panic=1 mtdparts=ifx_nand:256k(uboot),60m(rootfs),5m(kernel),1m(tmp1),2m(tmp2),1m(sysconfig),1m(ubootconfig),768k(fwdiag),3m(lcdimage),1m(mfgconfig),1m(sipdata),64m(voice),306m(misc),60m(rootfs2),5m(kernel2) init=/etc/preinit vpe1_load_addr=0x87e00000 vpe1_mem=2M [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Writing ErrCtl register=0000f180 [ 0.000000] Readback ErrCtl register=0000f180 [ 0.000000] Memory: 112696k/118784k available (3378k kernel code, 5924k reserved, 948k data, 176k init, 0k highmem) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:185 [ 0.000000] Lantiq ICU driver, version 3.0.1, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.000000] console [ttyS0] enabled [ 0.030000] Calibrating delay loop... 331.77 BogoMIPS (lpj=165888) [ 0.053000] Security Framework initialized [ 0.054000] Mount-cache hash table entries: 512 [ 0.061000] NET: Registered protocol family 16 [ 0.076000] bio: create slab <bio-0> at 0 [ 0.079000] SCSI subsystem initialized [ 0.081000] NET: Registered protocol family 8 [ 0.082000] NET: Registered protocol family 20 [ 0.083000] cfg80211: Using static regulatory domain info [ 0.084000] cfg80211: Regulatory domain: US [ 0.085000] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.086000] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) [ 0.087000] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.088000] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.089000] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.090000] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.091000] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) [ 0.092000] cfg80211: Calling CRDA for country: US [ 0.093000] Switching to clocksource MIPS [ 0.096000] NET: Registered protocol family 2 [ 0.100000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.107000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.113000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.120000] TCP: Hash tables configured (established 4096 bind 4096) [ 0.126000] TCP reno registered [ 0.129000] NET: Registered protocol family 1 [ 0.134000] gptu: totally 6 16-bit timers/counters [ 0.139000] gptu: misc_register on minor 63 [ 0.142000] gptu: succeeded to request irq 118 [ 0.147000] gptu: succeeded to request irq 119 [ 0.151000] gptu: succeeded to request irq 120 [ 0.156000] gptu: succeeded to request irq 121 [ 0.160000] gptu: succeeded to request irq 122 [ 0.165000] gptu: succeeded to request irq 123 [ 0.169000] IFX DMA driver, version ifxmips_dma_core.c:v1.0.17 [ 0.169000] ,(c)2009 Infineon Technologies AG [ 0.179000] Lantiq CGU driver, version 1.1.27, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.187000] vpe1_mem = 200000 [ 0.190000] Wired TLB entries for Linux read_c0_wired() = 0 [ 0.198000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.203000] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc. [ 0.209000] yaffs Apr 15 2015 15:26:09 Installing. [ 0.213000] msgmni has been set to 220 [ 0.218000] Line: 127, function: deu_init [ 0.221000] Infineon Technologies DEU driver version 2.0.0 [ 0.227000] IFX DEU DES initialized (multiblock). [ 0.232000] IFX DEU AES initialized (multiblock). [ 0.236000] IFX DEU ARC4 initialized (multiblock). [ 0.241000] IFX DEU SHA1 initialized. [ 0.245000] IFX DEU MD5 initialized. [ 0.248000] IFX DEU SHA1_HMAC initialized. [ 0.252000] IFX DEU MD5_HMAC initialized. [ 0.256000] io scheduler noop registered (default) [ 0.267000] ifx_pmu_init: Major 252 [ 0.270000] Lantiq PMU driver, version 1.2.2, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.277000] [ 0.277000] ======= ifx_gpio_register (1,TEST) ======= kernel init [ 0.285000] [ 0.285000] ======= ifx_gpio_register (2,MEI) ======= kernel init [ 0.292000] [ 0.292000] ======= ifx_gpio_register (3,DSL-NTR) ======= kernel init [ 0.300000] [ 0.300000] ======= ifx_gpio_register (4,SSC) ======= kernel init [ 0.308000] [ 0.308000] ======= ifx_gpio_register (5,ASC0) ======= kernel init [ 0.315000] [ 0.315000] ======= ifx_gpio_register (6,SDIO) ======= kernel init [ 0.323000] [ 0.323000] ======= ifx_gpio_register (7,LEDC) ======= kernel init [ 0.331000] [ 0.331000] ======= ifx_gpio_register (8,USB) ======= kernel init [ 0.338000] [ 0.338000] ======= ifx_gpio_register (9,INT_SW) ======= kernel init [ 0.346000] [ 0.346000] ======= ifx_gpio_register (10,PCI) ======= kernel init [ 0.354000] [ 0.354000] ======= ifx_gpio_register (11,PCIE) ======= kernel init [ 0.361000] [ 0.361000] ======= ifx_gpio_register (12,NAND) ======= kernel init [ 0.369000] [ 0.369000] ======= ifx_gpio_register (13,PPA) ======= kernel init [ 0.377000] [ 0.377000] ======= ifx_gpio_register (14,TAPI-VMMC) ======= kernel init [ 0.385000] [ 0.385000] ======= ifx_gpio_register (15,TAPI-DEMO) ======= kernel init [ 0.393000] [ 0.393000] ======= ifx_gpio_register (16,TAPI-FXO) ======= kernel init [ 0.401000] [ 0.401000] ======= ifx_gpio_register (17,TAPI-DXT) ======= kernel init [ 0.409000] [ 0.409000] ======= ifx_gpio_register (18,TAPI-VCPE) ======= kernel init [ 0.417000] [ 0.417000] ======= ifx_gpio_register (19,VINAX) ======= kernel init [ 0.425000] [ 0.425000] ======= ifx_gpio_register (20,USIF-UART) ======= kernel init [ 0.433000] [ 0.433000] ======= ifx_gpio_register (21,USIF-SPI) ======= kernel init [ 0.442000] [ 0.442000] ======= ifx_gpio_register (22,SFLASH) ======= kernel init [ 0.449000] [ 0.449000] ======= ifx_gpio_register (23,EEPROM) ======= kernel init [ 0.457000] [ 0.457000] ======= ifx_gpio_register (24,USIF-SFLASH) ======= kernel init [ 0.466000] [ 0.466000] ======= ifx_gpio_register (25,LED) ======= kernel init [ 0.473000] [ 0.473000] ======= ifx_gpio_register (26,EBU_LED) ======= kernel init [ 0.481000] [ 0.481000] ======= ifx_gpio_register (27,EXIN) ======= kernel init [ 0.489000] [ 0.489000] ======= ifx_gpio_register (28,PAGE_BUTTON) ======= kernel init [ 0.497000] [ 0.497000] ======= ifx_gpio_register (29,DECT) ======= kernel init [ 0.505000] [ 0.505000] ======= ifx_gpio_register (30,SERIAL_IN) ======= kernel init [ 0.513000] [ 0.513000] ======= ifx_gpio_register (31,BUTTON) ======= kernel init [ 0.521000] [ 0.521000] ======= ifx_gpio_register (32,LCD) ======= kernel init [ 0.529000] [ 0.529000] ======= ifx_gpio_register (33,TP) ======= kernel init [ 0.536000] [ 0.536000] ======= ifx_gpio_register (34,SIPO) ======= kernel init [ 0.544000] Lantiq GPIO driver, version 1.2.14, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.552000] Infineon Technologies RCU driver version 1.0.8 [ 0.557000] [ 0.557000] ======= ifx_gpio_register (7,LEDC) ======= kernel module [ 0.565000] Lantiq LED Controller driver, version 1.0.6, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.574000] MEI CPE Driver, Version 1.4.1 [ 0.574000] [ 0.579000] (c) Copyright 2012, Lantiq Deutschland GmbH [ 0.579000] [ 0.586000] ### MEI CPE - MEI CPE - MEI CPE - MEI CPE ### [ 0.586000] [ 0.593000] ttyS0 at MMIO 0xbe100c00 (irq = 105) is a IFX_ASC [ 0.599000] [ 0.599000] ======= ifx_gpio_pin_reserve 40 (31,BUTTON) ======= kernel module [ 0.607000] [ 0.607000] ======= ifx_gpio_pin_reserve 3 (31,BUTTON) ======= kernel module [ 0.616000] Register ASC (UART) to PMCU. [ 0.620000] Lantiq ASC (UART) driver, version 1.0.9, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.628000] [ 0.628000] ======= ifx_gpio_register (20,USIF-UART) ======= kernel module [ 0.636000] [ 0.636000] ======= ifx_gpio_pin_reserve 11 (20,USIF-UART) ======= kernel module [ 0.645000] [ 0.645000] ======= ifx_gpio_pin_reserve 12 (20,USIF-UART) ======= kernel module [ 0.654000] [ 0.654000] ======= ifx_gpio_register (20,USIF-UART) ======= kernel module [ 0.662000] [ 0.662000] ======= ifx_gpio_pin_reserve 11 (20,USIF-UART) ======= kernel module [ 0.671000] [ 0.671000] ======= ifx_gpio_pin_reserve 12 (20,USIF-UART) ======= kernel module [ 0.680000] ttyUSIF0 at MMIO 0x1da00000 (irq = 117) is a USIF_UART [ 0.687000] Lantiq USIF-UART driver, version 1.1.0, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.701000] loop: module loaded [ 0.704000] ifx_nand_init [ 0.705000] [ 0.705000] ======= ifx_gpio_pin_reserve 23 (12,NAND) ======= kernel module [ 0.714000] [ 0.714000] ======= ifx_gpio_pin_reserve 24 (12,NAND) ======= kernel module [ 0.722000] [ 0.722000] ======= ifx_gpio_pin_reserve 13 (12,NAND) ======= kernel module [ 0.731000] [ 0.731000] ======= ifx_gpio_pin_reserve 48 (12,NAND) ======= kernel module [ 0.739000] [ 0.739000] ======= ifx_gpio_pin_reserve 49 (12,NAND) ======= kernel module [ 0.747000] Probe for NAND flash... [ 0.751000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND 512MiB 3,3V 8-bit) [ 0.761000] nand_read_bbt: Bad block at 0x000004200000 [ 0.765000] nand_read_bbt: Bad block at 0x0000142c0000 [ 0.770000] 15 cmdlinepart partitions found on MTD device ifx_nand [ 0.776000] using NEW partition bias algorithm. [ 0.781000] Creating 15 MTD partitions on "ifx_nand": [ 0.785000] 0x000000000000-0x000000040000 : "uboot" [ 0.792000] 0x000000040000-0x000003c40000 : "rootfs" [ 0.797000] 0x000003c40000-0x000004140000 : "kernel" [ 0.802000] 0x000004140000-0x000004240000 : "tmp1" [ 0.806000] 0x000004240000-0x000004440000 : "tmp2" [ 0.811000] 0x000004440000-0x000004540000 : "sysconfig" [ 0.816000] 0x000004540000-0x000004640000 : "ubootconfig" [ 0.822000] 0x000004640000-0x000004700000 : "fwdiag" [ 0.827000] 0x000004700000-0x000004a00000 : "lcdimage" [ 0.832000] 0x000004a00000-0x000004b00000 : "mfgconfig" [ 0.837000] 0x000004b00000-0x000004c00000 : "sipdata" [ 0.842000] 0x000004c00000-0x000008c00000 : "voice" [ 0.847000] 0x000008c00000-0x00001be00000 : "misc" [ 0.852000] 0x00001be00000-0x00001fa00000 : "rootfs2" [ 0.857000] 0x00001fa00000-0x00001ff00000 : "kernel2" [ 0.863000] [ 0.863000] ======= ifx_gpio_register (4,SSC) ======= kernel module [ 0.869000] Lantiq SSC driver, version 2.2.6, (c) 2001-2011 Lantiq Deutschland GmbH [ 0.877000] PPP generic driver version 2.4.2 [ 0.881000] PPP Deflate Compression module registered [ 0.886000] PPP BSD Compression module registered [ 0.891000] PPP MPPE Compression module registered [ 0.895000] NET: Registered protocol family 24 [ 0.904000] IMQ driver loaded successfully. [ 0.907000] Hooking IMQ before NAT on PREROUTING. [ 0.912000] Hooking IMQ after NAT on POSTROUTING. [ 0.917000] IFX SWITCH API, Version 1.1.7.2 [ 0.921000] SWAPI: Registered character device [switch_api] with major no [81] [ 0.928000] Switch API: PCE MicroCode loaded !! [ 0.933000] Switch Auto Polling value = 0 [ 0.947000] GPHY FW load for A2x, chip id b!! [ 0.951000] GPHY FIRMWARE LOAD SUCCESSFULLY AT ADDR : 490000 [ 2.013000] IFX GPHY driver GE Mode, version ifxmips_vr9_gphy: V0.9 - Firmware: 8430 [ 2.019000] [ 2.019000] arc_kernel_module_init(31) DRV: Created Successfully [ 2.027000] res = 86d5cd80 [ 2.029000] [vectoring_init] g_ptm_net_dev = 00000000 mei_dsm_cb_func_hook=80212cf4 [ 2.038000] Registered led device: broadband_led [ 2.042000] Registered led device: internet_led [ 2.046000] Registered led device: ledc_2 [ 2.050000] Registered led device: ledc_3 [ 2.054000] Registered led device: ledc_4 [ 2.058000] Registered led device: ledc_5 [ 2.062000] Registered led device: ledc_6 [ 2.066000] Registered led device: ledc_7 [ 2.070000] Registered led device: ledc_8 [ 2.074000] Registered led device: ledc_9 [ 2.078000] Registered led device: ledc_10 [ 2.082000] Registered led device: ledc_11 [ 2.087000] Registered led device: wps_led [ 2.091000] Registered led device: ledc_13 [ 2.095000] Registered led device: ledc_14 [ 2.099000] Registered led device: usb2_link_led [ 2.103000] Registered led device: ledc_16 [ 2.107000] Registered led device: ledc_17 [ 2.112000] Registered led device: usb1_link_led [ 2.116000] Registered led device: fxo_act_led [ 2.121000] Registered led device: internet_red_led [ 2.125000] Registered led device: voip_led [ 2.130000] Registered led device: warning_led [ 2.134000] Registered led device: ledc_23 [ 2.138000] Lantiq LED driver, version 1.0.17, (c) 2001-2011 Lantiq Deutschland GmbH [ 2.146000] u32 classifier [ 2.148000] Performance counters on [ 2.152000] Actions configured [ 2.155000] nf_conntrack version 0.5.0 (1763 buckets, 7052 max) [ 2.162000] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 2.169000] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or [ 2.177000] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 2.183000] ip_conntrack_rtsp v0.6.21 loading [ 2.187000] xt_time: kernel timezone is -0000 [ 2.194000] IPv4 over IPv4 tunneling driver [ 2.198000] GRE over IPv4 tunneling driver [ 2.205000] ip_nat_rtsp v0.6.21 loading [ 2.207000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.213000] iptables target:TRIGGER __init [ 2.217000] TCP cubic registered [ 2.220000] NET: Registered protocol family 10 [ 2.228000] lo: Disabled Privacy Extensions [ 2.239000] tunl0: Disabled Privacy Extensions [ 2.248000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.252000] IPv6 over IPv4 tunneling driver [ 2.259000] sit0: Disabled Privacy Extensions [ 2.265000] NET: Registered protocol family 17 [ 2.268000] NET: Registered protocol family 8 [ 2.272000] atmpvc_init() failed with -17 [ 2.276000] lec.c: Apr 15 2015 15:28:25 initialized [ 2.281000] mpc.c: Apr 15 2015 15:28:22 initialized [ 2.286000] KOAM is loaded successfully. [ 2.290000] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> [ 2.297000] All bugs added by David S. Miller <davem@redhat.com> [ 2.309000] VFS: Mounted root (squashfs filesystem) readonly on device 31:1. [ 2.315000] Freeing unused kernel memory: 176k freed [ 2.329000] Please be patient, while OpenWrt loads ... - preinit - Press the [f] key and hit [enter] to enter failsafe mode - regular preinit - - config restore - [read_sysconfig] read user config from sysconfig partition limg_addr = 0x4440000, part_size = 0x100000, offset = 0x0 Successfully read 74817 bytes of image sysconfig and write 74809 bytes into file /tmp/config.tgz [read_sysconfig] read_img from sysconfig successfully [extract_sysconfig] extract user config now config/ config/ntpclient config/xdsl-rc.conf config/firewall config/network config/passwd config/passwd- config/inittab config/glbcfg.dft config/ulogd.conf config/iproute2/ config/iproute2/rt_tables config/dropbear_key/ config/dropbear_key/authorized_keys config/dropbear_key/dropbear_dss_host_key config/dropbear_key/dropbear_rsa_host_key config/system config/arc-middle/ config/arc-middle/register/ config/arc-middle/register/002-mid_dsl.reg config/arc-middle/register/011-mid_ansmach.reg config/arc-middle/register/008-mid_usb.reg config/arc-middle/register/003-mid_switch.reg config/arc-middle/register/013-mid_iptv.reg config/arc-middle/register/005-mid_voip.reg config/arc-middle/register/006-mid_sys.reg config/arc-middle/register/010-mid_mon.reg config/arc-middle/register/012-mid_tda8029.reg config/arc-middle/register/009-mid_lte.reg config/arc-middle/register/001-mid_ccfg.reg config/arc-middle/register/007-mid_wlan.reg config/firewallExt/ config/inittab.noshell config/task_priority config/no_con_output.txt config/timezonelist config/www.pool.ntp.org_zone_de.html config/mapi_event.cfg config/.glbcfg config/dropbear config/rc.conf config/inittab.shell config/samba config/network-3g config/yafc_cfg config/timeserver config/system_boot_time config/cert/ config/cert/authorized_keys config/cert/Ftps/ config/cert/Ftps/pure-ftpd.pem config/cert/OpenVPN/ config/cert/dropbear_rsa_host_key config/cert/RootCA/ config/cert/RootCA/hr-rootca.req.pem config/cert/RootCA/hr-rootca.key.pem config/cert/RootCA/hr-rootca.crt.pem config/cert/dropbear_dss_host_key config/cert/WebServer/ config/cert/WebServer/hr-webserver.crt.pem config/cert/WebServer/hr-webserver.key.pem config/cert/WebServer/hr-webserver.req.pem config/hosts config/smbpasswd config/dhcp config/firewall_webdav.user config/firewall2.user config/firewall2_v6.user config/nat.user config/fwfast config/iptables_rebuild.save config/firewall.rebuild config/firewall.state config/snmpd config/group- config/group [extract_sysconfig] extract /tmp/config.tgz from sysconfig successfully [do_restore_cfg] Restore sysconfig successfully [handle_conf_compatibiltiy] prev_fwversion=AT904X-03.17.01.13, curr_fwversion=AT904X-03.17.01.13 [handle_conf_compatibiltiy] Same fwversion. Skip compatibility handling - init - log_level=0 Please press Enter to activate this console. [ 18.029000] yaffs: dev is 32505867 name is "mtdblock11" [ 18.033000] yaffs: passed flags "" [ 18.036000] yaffs: Attempting MTD mount on 31.11, "mtdblock11" [ 18.045000] yaffs: restored from checkpoint [ 18.047000] yaffs_read_super: isCheckpointed 1 Flash Partition for Answering Machine Already Initialized!! [resolv_update.sh] start, DNSMODE=0, $1=SYSTEM, $2=, $3=, $4=, $5= [resolv_update.sh] WANIF=ppp50, NETIF=ppp50, NETSECT=wan050, unit=50, wan_idx_1b=1 [resolv_update.sh] SYNCSVR=0, REMOVE_INTERFACE_DNS=0, DNS_ALL=, all_dns=, dns_lst= ., $*=SYSTEM [resolv_update.sh] end [ 25.012000] tun: Universal TUN/TAP device driver, 1.6 [ 25.016000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 27.975000] Netfilter messages via NETLINK v0.30. [ 28.484000] ctnetlink v0.93: registering with nfnetlink. [ 28.711000] Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec (nowayout= 0) [ 28.806000] fuse init (API version 7.13) [misc] mount misc partition... [ 30.380000] yaffs: dev is 32505868 name is "mtdblock12" [ 30.384000] yaffs: passed flags "" [ 30.387000] yaffs: Attempting MTD mount on 31.12, "mtdblock12" [ 30.403000] yaffs: restored from checkpoint [ 30.405000] yaffs_read_super: isCheckpointed 1 [misc] misc partition is already initialized!! [ 30.576000] drv_sipo: module license 'Arcadyan' taints kernel. [ 30.581000] Disabling lock debugging due to kernel taint [ 30.591000] sipo_mod_init() [ 30.592000] sipo_dev_init() [ 30.595000] sipo_proc_init() [ 30.612000] [ 30.612000] ======= ifx_gpio_pin_reserve 29 (34,SIPO) ======= kernel module [ 30.619000] [ 30.619000] ======= ifx_gpio_pin_reserve 30 (34,SIPO) ======= kernel module [ 30.628000] [ 30.628000] ======= ifx_gpio_pin_reserve 39 (34,SIPO) ======= kernel module 21_sync_vpnserver script start 21_sync_vpnserver script end 22_sync_wireless script start 22_sync_wireless script end 25_sync_plc script start PrivacyEnabled@plc is missing, get from default StatusCheckTimer@plc is missing, get from default DetectionTimer@plc is missing, get from default 25_sync_plc script end [ 35.132000] RTK_SWAPI: Registered character device [rtl8367rb gigabit switch driver] with major no [177] [ 35.140000] rtl8367rb gigabit switch driver V1.0 init success!!! release at 2012/09/27 [dlna_share_folder_set] Twonky server has been shutdown, stopping dlna_share_folder_add >>> [ 51.654000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH [ 51.654000] [ 51.832000] [ 51.832000] Lantiq CPE API Driver version: DSL CPE API V4.15.2 [ 51.838000] [ 51.838000] Predefined debug level: 4 [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] wan-mac-disable [setup_netdev.sh admin_sw_wan_mac] $1=0 [setup_netdev.sh admin_sw_wan_mac] power down [setup_netdev.sh admin_sw_wan_mac] switch_utility PortCfgSet 4 1 0 0 0 0 1 0 255 0 0 [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] wan-phy-disable [setup_netdev.sh admin_sw_wan_phy] $1=0 [setup_netdev.sh admin_sw_wan_phy] power down [ifx_cpe_control_init.sh] detect_wan=1 [ifx_cpe_control_init.sh] cp /usr/bin-wan/auto-vdsl-rc.conf /etc/config/xdsl-rc.conf [ifx_cpe_control_init.sh] cp /usr/bin-wan/system_status /tmp/system_status [ifx_cpe_control_init.sh] wanphy_tc=1 [ifx_cpe_control_init.sh] wanphy_phymode=3 [ifx_cpe_control_init.sh] Next_xDSL_Mode=2 [ifx_cpe_control_init.sh] Next_xTM_Mode=PTM [ifx_cpe_control_init.sh] xDSL_SW_Forced_Reboot=0 [ifx_cpe_control_init.sh] xDSL_ADSL_Sub_Prefix=0 [ifx_cpe_control_init.sh] auto-sensing [ifx_cpe_control_init.sh] xDSL_Mgmt_Mode=Auto [ifx_cpe_control_init.sh] xDSL_MODE_VRX=adsl_b [ifx_cpe_control_init.sh] AUTOBOOT_ADSL=-a /tmp/adsl.scr [ifx_cpe_control_init.sh] AUTOBOOT_VDSL=-A /tmp/vdsl.scr [ifx_cpe_control_init.sh] xDSL_Mgmt_Mode=Auto, xDSL_SW_Forced_Reboot=0 [ifx_cpe_control_init.sh] XDSL_MULTIMODE=-M2, XTM_MULTIMODE= [ifx_cpe_control_init.sh] select_adsl_mode=1 [ifx_cpe_control_init.sh calc_xtse] CONFIG_FW_XDSL_ANNEX_B_* is on [ifx_cpe_control_init.sh calc_xtse] CONFIG_FW_XDSL_ANNEX_J is on @ Remove dms 0x0045 0x0000 0x0002 0000 0004 ifx_cpe_control_init.sh-----/opt/lantiq/bin/dsl_cpe_control -i10_00_10_00_00_04_01_07 -f /firmware/xcpe_hw.bin -M2 -A /tmp/vdsl.scr -a /tmp/adsl.scr -n /etc/init.d/xdslrc.sh [ifx_cpe_control_init.sh start] !!! SEAN !!! VECT_ENA is 1 [ 55.429000] [ 55.429000] MEI_VRX_DSM_DataInit, pMeiDev->meiERBbuf.pCallBackFunc=0x80212CF4 [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=READY [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS= [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] switch-mac-disable [setup_netdev.sh disable_vrx_switch_ports] [disable_vrx_switch_ports] switch_utility PortCfgSet 0 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 1 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 2 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 3 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 4 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 5 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 7 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 8 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 9 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 10 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 11 0 0 0 0 0 1 0 255 0 0 [disable_vrx_switch_ports] switch_utility PortCfgSet 6 0 0 0 0 0 1 0 255 0 4 [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] init_system [setup_netdev.sh init_system] [setup_netdev.sh init_system] $?=1 [setup_netdev.sh init_system] xDSL_MODE_VRX=vdsl [setup_netdev.sh init_system] Setting in flash is VDSL mode %% disable annex J: value should be 0x8f [setup_netdev.sh init_system] Enter PPA mode [ 59.316000] Loading E5 (MII0/1) driver, wanqos_en=8 ...... [ 59.324000] [init_local_variables] g_wanqos_en=8 [ 59.359000] [pkt_flooding_init] creating entry in /proc/eth/stop_flooding_packet [ 59.365000] Succeeded! [ 59.368000] PPE datapath driver info: [ 59.368000] Version ID: 64.3.3.1.0.1.1 [ 59.368000] Family : VR9 [ 59.368000] DR Type : Normal Data Path | Indirect-Fast Path [ 59.368000] Interface : MII0 | MII1 [ 59.368000] Mode : Routing [ 59.368000] Release : 0.1.1 [ 59.394000] PPE 0 firmware info: [ 59.394000] Version ID: 7.1.5.1.0.33 [ 59.394000] Family : VR9 [ 59.394000] FW Type : Standard [ 59.394000] Interface : MII0/1 + PTM [ 59.394000] Mode : reserved - 1 [ 59.394000] Release : 0.33 [ 59.394000] PPE 1 firmware info: [ 59.394000] Version ID: 7.2.1.6.2.0 [ 59.394000] Family : VR9 [ 59.394000] FW Type : Acceleration [ 59.394000] Interface : MII0 + MII1 [ 59.394000] Mode : Bridging + IPv4 Routing [ 59.394000] Release : 2.0 [ 60.022000] PPA API --- init successfully [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=DOWN [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS= [ 60.655000] ifx_ppa_init - init succeeded [ 61.275000] device eth0 entered promiscuous mode [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] switch-mac-enable [setup_netdev.sh enable_vrx_switch_ports] [enable_vrx_switch_ports] switch_utility PortCfgSet 6 1 0 0 0 0 1 0 255 0 4 [enable_vrx_switch_ports] switch_utility PortCfgSet 0 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 1 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 2 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 3 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 4 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 5 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 7 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 8 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 9 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 10 1 0 0 0 0 1 0 255 0 0 [enable_vrx_switch_ports] switch_utility PortCfgSet 11 1 0 0 0 0 1 0 255 0 0 [ 63.063000] device eth0.66 entered promiscuous mode [ 63.114000] br-lan: port 1(eth0.66) entering forwarding state [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] switch-phy-disable [setup_netdev.sh admin_sw_phys] $1=0 [setup_netdev.sh admin_sw_phys] power down [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=READY [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS= [ 64.676000] device eth0.71 entered promiscuous mode [ 64.716000] br-lan1: port 1(eth0.71) entering forwarding state [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] init_ppadev [setup_netdev.sh init_ppadev] xDSL_MODE_VRX=vdsl [ 64.865000] ifx_ppa_init - init succeeded [ 65.136000] br-lan: port 1(eth0.66) entering disabled state [ 65.159000] br-lan1: port 1(eth0.71) entering disabled state [ 65.169000] WARNING: (MAC Address search Not Found) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_MAC_TableEntryRemove:1292 [ 65.187000] WARNING: (MAC Address search Not Found) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_MAC_TableEntryRemove:1292 [ 65.493000] device eth0 left promiscuous mode [ 65.501000] device eth0 entered promiscuous mode [ 65.507000] br-lan: port 1(eth0.66) entering forwarding state [ 65.516000] br-lan1: port 1(eth0.71) entering forwarding state [ 65.875000] WARNING: (MAC Address search Not Found) drivers/net/ifxmips_switch_api/ifx_ethsw_flow_api.c:IFX_FLOW_MAC_TableEntryRemove:1292 check to bring up pppoe 0 [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] start_ethsw [setup_netdev.sh start_ethsw] [setup_netdev.sh start_ethsw_vdsl] [ 67.478000] This vid exists [create-ca-cert.sh] [ 68.598000] TAPI, Version 4.7.1.2, (c) 2001-2010 Lantiq Deutschland GmbH [ 68.783000] VoIP Driver, Rev. 1.0.0, (c) 2013-2015 Arcadyan Technology Corp. [ 68.789000] voip_proc_init() [ 68.792000] [ 68.792000] voip_init: VoIP registration completed successfully [ 68.810000] Si3050 Driver, Rev. 1.0r1 (polling mode), (c) 2010-2012 Arcadyan Technology Corp. [ 68.817000] [ 68.817000] ======= ifx_gpio_pin_reserve 22 (16,TAPI-FXO) ======= kernel module [ 68.825000] [ 68.825000] ======= ifx_gpio_pin_reserve 10 (16,TAPI-FXO) ======= kernel module [ 68.834000] [ 68.834000] ======= ifx_gpio_pin_reserve 17 (16,TAPI-FXO) ======= kernel module [ 68.843000] [ 68.843000] ======= ifx_gpio_pin_reserve 18 (16,TAPI-FXO) ======= kernel module [ 68.852000] [ 68.852000] ======= ifx_gpio_pin_reserve 16 (16,TAPI-FXO) ======= kernel module [ 68.861000] TRACE> [ 68.861000] daa_init: CHRDEV registration completed successfully [ 68.861000] [ 68.899000] br-lan: port 1(eth0.66) entering disabled state [ 68.923000] br-lan: port 1(eth0.66) entering forwarding state [resolv_update.sh] start, DNSMODE=0, $1=SYSTEM, $2=, $3=, $4=, $5= [ 69.764000] Lantiq MIPS34KEc MPS driver, version 2.2.3.1, (c) 2006-2010 Lantiq Deutschland GmbH [ 69.772000] Lantiq VMMC device driver, version 1.10.2.2, (c) 2006-2010 Lantiq Deutschland GmbH [resolv_update.sh] WANIF=ppp50, NETIF=ppp50, NETSECT=wan050, unit=50, wan_idx_1b=1 [resolv_update.sh] SYNCSVR=0, REMOVE_INTERFACE_DNS=0, DNS_ALL=, all_dns=, dns_lst= ., $*=SYSTEM check mtd wifi config ok! [resolv_update.sh] end [ 75.332000] br-lan1: port 1(eth0.71) entering disabled state [ 75.373000] br-lan1: port 1(eth0.71) entering forwarding state [resolv_update.sh] start, DNSMODE=0, $1=SYSTEM, $2=, $3=, $4=, $5= [resolv_update.sh] WANIF=ppp50, NETIF=ppp50, NETSECT=wan050, unit=50, wan_idx_1b=1 [resolv_update.sh] SYNCSVR=0, REMOVE_INTERFACE_DNS=0, DNS_ALL=, all_dns=, dns_lst= ., $*=SYSTEM [resolv_update.sh] end Wed Apr 15 06:30:21 CEST 2015 firewall.user finished [ 84.081000] Warnning!! syncmiimac is foreced to 0 in dual concurrent mode. [ 84.086000] RT3883iNIC: 802.11n WLAN MII driver v2.5.1.0 (Feb. 2, 2012) [ 84.093000] No card information file. [ 84.093000] Use default profile path. [ 84.100000] Update MAC(0)=88:03:55:e2:84:7a [ 84.105000] ============= Init Thread =================== [ 84.110000] RacfgTaskThread pid = 6979 [ 84.114000] RacfgBacklogThread pid = 6980 [ 84.118000] Org bridge hook = 803166c4 [ 84.121000] Change bridge hook = c088f2f8 [ 84.136000] ra0: Ralink iNIC at 0x0, 88:03:55:e2:84:7a [ 84.140000] Update MAC(0)=88:03:55:e2:84:7c [ 84.144000] ============= Init Thread =================== [ 84.150000] RacfgTaskThread pid = 6981 [ 84.153000] RacfgBacklogThread pid = 6982 [ 84.169000] rai0: Ralink iNIC at 0x0, 88:03:55:e2:84:7c [ 85.518000] iNIC Open ra0 [ 85.519000] [arc_reset_mii_gpio] *BSP_GPIO_P1_OUT=0xd066 [ 86.533000] Op mode = 1 [ 86.534000] Read profile[0] [ 87.612000] BssidNum=2 [ 87.614000] Read profile[1] [ 87.619000] BssidNum=2 [ 87.621000] rlk_inic_mbss_init ---> [ 87.623000] Register MBSSID IF (ra1) [ 87.639000] rlk_inic_mbss_init <--- [ 87.641000] Wait for boot done... [ 88.549000] RACFG_CMD_BOOT_NOTIFY [ 88.551000] Open file: /tmp/iNIC_ap.bin [ 88.554000] Open file: /tmp/iNIC_ap.dat [ 88.558000] Open file: /tmp/iNIC_e2p.bin [ 88.562000] Open file: /tmp/iNIC_ap1.dat [ 88.566000] Open file: /tmp/iNIC_e2p1.bin [ 89.549000] RACFG_CMD_BOOT_INITCFG(0) [ 89.553000] RACFG_CMD_BOOT_INITCFG(1) [ 89.556000] ziv: __SkipIfNotINIC__CONCURRENT_ENABLE [ 89.561000] RACFG_CMD_BOOT_INITCFG(2) [ 89.564000] ziv: __SkipIfNotINIC__CONCURRENT_ENABLE [ 89.569000] RACFG_CMD_BOOT_INITCFG(3) [ 89.574000] ziv: __SkipIfNotINIC__CONCURRENT_ENABLE [ 89.578000] RACFG_CMD_BOOT_INITCFG(4) [ 89.582000] ziv: __SkipIfNotINIC__CONCURRENT_ENABLE [ 89.587000] RACFG_CMD_BOOT_INITCFG(5) [ 89.590000] ziv: __SkipIfNotINIC__CONCURRENT_ENABLE [ 89.594000] Send Init Cfg Data Done(6 packets) [ 89.599000] RACFG_CMD_BOOT_UPLOAD(0) [ 89.604000] RACFG_CMD_BOOT_UPLOAD(1) [ 89.608000] RACFG_CMD_BOOT_UPLOAD(2) [ 89.842000] [ 89.842000] CRC:01 08 14 18 07 3a 97 85 22 32 2e 35 2e 31 2e 33 22 00 00 00 32 30 31 34 31 32 31 32 00 00 00 00 00 00 00 00 58 cb 08 00 [ 89.856000] Send RT3883iNIC Firmware Done [ 89.858000] =================================== [ 89.863000] version: "2.5.1.3" [ 89.866000] size: 576344 bytes [ 89.869000] date: 20141212 [ 89.872000] =================================== [ 89.872000] [ 89.878000] Send STARTUP to RT3883iNIC [ 89.882000] Close Firmware file [ 89.885000] RACFG_CMD_BOOT_STARTUP [ 98.659000] Get concurrent card MAC address:88:03:55:e2:84:7a88:03:55:e2:84:7c [ 98.664000] Update MAC(0)=88:03:55:e2:84:7a [ 98.669000] Update MAC(1)=88:03:55:e2:84:7b [ 98.673000] Update MAC(0)=88:03:55:e2:84:7c [ 98.677000] Warning! MAC addr not equal to MII master => set MiiMasterMac=88:03:55:e2:84:74 [ 98.685000] You've assigned a different MAC. [ 98.731000] WARN! IOCTL 8bef ignored (interface not opened yet) [ 98.816000] setup MBSS[1] success [ 98.818000] ra1: ==>>> MBSS_VirtualIF_Open [ 98.857000] iNIC Open rai0 [ 98.858000] Op mode = 1 [ 98.861000] rlk_inic_mbss_init ---> [ 98.864000] Register MBSSID IF (rai1) [ 98.880000] rlk_inic_mbss_init <--- [ 98.964000] setup MBSS[1] success [ 98.966000] rai1: ==>>> MBSS_VirtualIF_Open setting 2.4G Main SSID setting 2.4G Second SSID setting 5G Main SSID setting 5G Second SSID [ralink3883] start to remove /tmp/ralink3883Starting [ 113.004000] tp904_mod_init() [ 113.006000] tp904_dev_init() [ 113.009000] tp904_proc_init() [ 113.012000] [ 113.012000] ======= ifx_gpio_pin_reserve 1 (33,TP) ======= kernel module [ 113.020000] [ 113.020000] ======= ifx_gpio_pin_reserve 14 (33,TP) ======= kernel module [ 113.028000] [ 113.028000] ======= ifx_gpio_pin_reserve 19 (33,TP) ======= kernel module [ 113.167000] wdt_ioctl:enable watch dog timer! debug: HAS_LTE=No [ 113.462000] lcd904_mod_init() [ 113.464000] lcd904_dev_init() [ 113.467000] lcd904_fb_init() [ 113.470000] lcd904_proc_init() [ 113.473000] [ 113.473000] ======= ifx_gpio_pin_reserve 6 (32,LCD) ======= kernel module [ 113.481000] [ 113.481000] ======= ifx_gpio_pin_reserve 28 (32,LCD) ======= kernel module [ 113.489000] [ 113.489000] ======= ifx_gpio_pin_reserve 31 (25,LED) ======= kernel module [ 115.468000] [ 115.468000] ======= ifx_gpio_register (27,EXIN) ======= kernel module INSERT ARCUSB KERNEL MODULE [ 116.607000] ARCUSB: Kernel Module Initializing... [ 116.610000] ARCUSB: Init and reserve GPIOs... [ 116.615000] [ 116.615000] ======= ifx_gpio_pin_reserve 33 (8,USB) ======= kernel module [ 116.623000] arcusb_gpio_initialize> check poing 'h' [ 117.076000] TRACE> isdn_init [ 117.076000] ISDN Driver, Rev. 1.0r1, (c) 2011-2013 Arcadyan Technology Corp. [ 117.085000] [ 117.085000] ======= ifx_gpio_pin_reserve 15 (16,TAPI-FXO) ======= kernel module [ 117.093000] [ 117.093000] ======= ifx_gpio_pin_reserve 20 (16,TAPI-FXO) ======= kernel module [ 117.102000] [ 117.102000] ======= ifx_gpio_pin_reserve 9 (16,TAPI-FXO) ======= kernel module [ 117.111000] [ 117.111000] ======= ifx_gpio_pin_reserve 5 (16,TAPI-FXO) ======= kernel module [ 117.120000] isdn_proc_init() [ 117.122000] TRACE> [ 117.122000] isdn_init: CHRDEV registration completed successfully [ 117.122000] #### start PPP Vid detection #### Boot Wan detection #### start Auto Wan detection [autowandetect main] [get_detect_wan_mode] get detect_wan=1 [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] lan-phy-enable [setup_netdev.sh admin_sw_lan_phys] $1=1 <arcusb_init_config> copy gConfig and gSetting begin. [ 121.632000] <arcusb_init_config> copy gConfig and gSetting end. [ 121.638000] ARCUSB: Init Host Controllers and others... [ 121.643000] [USB] UsbSMem: need 58400 bytes [ 121.647000] [USB] UsbMMem: need 39936 bytes [ 121.651000] [USB] UsbLMem: need 126976 bytes [ 121.656000] [USB] UsbSMem: 842C0000H ~ 842CE41FH [ 121.660000] [USB] UsbMMem: 842D0000H ~ 842D9BFFH [ 121.665000] [USB] UsbLMem: 842E0000H ~ 842FEFFFH [ 121.670000] [USB] UsbSMemLink: 84282000H ~ 84283C6FH [ 121.674000] [USB] UsbMMemLink: 85659000H ~ 85659603H [ 121.679000] [USB] UsbLMemLink: 851F1800H ~ 851F1A57H [ 121.685000] arcusb_mem: at 0x83800000 allocate 1052304 bytes ... OK [ 121.691000] arcusb_mem: at 0x83920000 allocate 119540 bytes ... OK [ 121.697000] arcusb_mem: short-cut, 8421120 bytes pre-allocated, UsbMPool @ 87400000 [ 121.704000] arcusb_mem: at 0x839c0000 allocate 40760 bytes ... OK [ 121.711000] arcusb_mem: at 0x83a00000 allocate 1131520 bytes ... OK [ 121.717000] arcusb_mem: at 0x83bff000 allocate 1260 bytes ... OK [ 121.723000] [USB] Small Un-Cached Memory(5977): 83800020 ~ 83900D4F [ 121.729000] [USB] Medium Un-Cached Memory(2038): 87400020 ~ 87C05EDF [ 121.735000] [USB] Large Un-Cached Memory(63): 83A00020 ~ 83B0BC1F [ 121.742000] setUsbPciInfo() cpu_to_usb_addr_shift[5]:0x00000000, usb_to_cpu_addr_shift[5]:0x00000000 [ 121.751000] usb_pci_probe() Found Synopsis OTG-1, baseAddr:0xbe101000, IRQ:54 [ 121.758000] setUsbPciInfo() cpu_to_usb_addr_shift[6]:0x00000000, usb_to_cpu_addr_shift[6]:0x00000000 [ 121.767000] usb_pci_probe() Found Synopsis OTG-2, baseAddr:0xbe106000, IRQ:48 [ 121.774000] usb_hcd_init() probe PCI function:2 !! [ 121.779000] usb_host_power_set() Previous power off:0, current time:121779 [ 121.786000] usb_host_power_set(1) min time delay:6000, current delay:121779 [ 121.793000] usb_host_power_set(2) min time delay:6000, current delay:121793 [ 121.800000] usb_hcd_init() func(0):0 [ 121.803000] usb_hcd_init() func(1):0 [ 121.807000] usb_hcd_init() func(2):0 [ 121.810000] usb_hcd_init() func(3):0 [ 121.814000] usb_hcd_init() func(4):0 [ 121.817000] usb_hcd_init() func(5):1 [ 121.821000] localhc_init() install otg driver(host_drv = 0xC20B6090, otg_driver=0xC20B6090). [ 121.829000] usb_hcd_init() func(6):1 [ 121.833000] localhc_init() install otg driver(host_drv = 0xC20B6090, otg_driver=0xC20B6090). [ 121.841000] usb_hcd_init(): succ. [setup_netdev.sh admin_sw_lan_phys] power up [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite 0 0 0xf7ff [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite 1 0 0xf7ff [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite 17 0 0x1040 [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite 18 0 0xf7ff [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite 5 0 0xf7ff Trigger UP TR069 Module. [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] wan-mac-enable [setup_netdev.sh admin_sw_wan_mac] $1=1 [setup_netdev.sh admin_sw_wan_mac] power up [setup_netdev.sh admin_sw_wan_mac] switch_utility PortCfgSet 4 1 0 0 0 0 1 0 255 0 0 [ 123.409000] Run a kernel thread "UsbSysInitTask" success (PID: 9512) (nice 0) (kdata 0x00000000) [ 123.416000] arcusb_chrdev: allocate major number 245 success. [ 123.422000] [ 123.422000] [ 123.422000] arcusb_chrdev: add a new char device "umtsCS" OK. [ 123.422000] [ 123.432000] [ 123.432000] [ 123.432000] arcusb_chrdev: add a new char device "lp0" OK. [ 123.432000] [ 123.452000] Run a kernel thread "xSpeedTask" success (PID: 9727) (nice 0) (kdata 0x00000000) lcdwizard(init.d) : boot lcdwizard(init.d) : start : check if (mptest) [ 123.484000] Run a kernel thread "FlushCacheTask" success (PID: 9729) (nice 0) (kdata 0x00000000) lcdwizard(init.d) : no mptest, check if (/dev/fb0) lcdwizard(init.d) : /dev/fb0 is exist, goto /usr/sbin, execute lcdwizard lcdwizard(init.d) : start : exit if [ 123.533000] Run a kernel thread "usb_hc_timer_task" success (PID: 9735) (nice 0) (kdata 0x00000000) [ 123.596000] initVoiceBufferQueue: reset arcusb_voice_previous_timestamp (error correct -1 ms) [ 123.603000] initVoiceBufferQueue: reset arcusb_voice_previous_timestamp (error correct -1 ms) [ 123.613000] initVoiceBufferQueue: reset arcusb_voice_previous_timestamp (error correct -1 ms) [ 123.621000] initVoiceBufferQueue: reset arcusb_voice_previous_timestamp (error correct -1 ms) START ARCADYAN USB SUBSYSTEM [ 124.149000] [USB] dwc3884_start() Core id:0, funcIdx:5 [ 124.152000] *IFX_CGU_IF_CLK 10e0000b [ 124.257000] setSynopsisPower() set power... [ 124.260000] setSynopsisPower() USB PHY configurations... [ 124.265000] setSynopsisPower() set PMU... [ 124.274000] [USB] dwc3884_start() DWC3884 core version:0x4F54281A, 2.81a, channel:16 [ 124.280000] [USB] dwc3884_reset(XR9) Reset In, core_id:0 [ 124.286000] [USB] dwc3884_reset(VR9) IFX_RCU_USB0_CFG:0xBF203018, var:0x00001480 [ 124.293000] [USB] dwc3884_reset(VR9) IFX_RCU_USB1_CFG:0xBF203034, var:0x00001400 [ 124.300000] [USB] dwc3884_reset(VR9) IFX_RCU_RST_REQ:0xBF203010 [ 125.820000] [USB] dwc3884_reset() rstctl:0xBE101010 [ 127.503000] [USB] dwc3884_start() intsts:0xBE101014, var:0x54000029 [setup_netdev.sh] ETH_WAN_PORT=4, CONFIG_ETH_WAN_PORT=4, CPU_PORT=6 [setup_netdev.sh] wan-phy-enable [setup_netdev.sh admin_sw_wan_phy] $1=1 [setup_netdev.sh admin_sw_wan_phy] power up [setup_netdev.sh admin_sw_wan_phy] switch_utility MDIO_DataWrite 19 0 0x1040 Current LTE prefernet config 8 Current UMTS prefernet config 0 Auto correct umts_allow_mid@lte value Auto correct lte_allow_mid@lte value IPV6 module disable, apply 1 to LTE data. IPV6 module disable, apply 1 to LTE voice. IPV6 module disable, apply 1 to UMTS data. [ 129.631000] ARCUSB: setup "backup_mode" = "0" successfully. [ 129.635000] ARCUSB: set backup_mode to 0 [ 129.679000] ARCUSB: setup "lte_allow_mid" = "-1" successfully. [ 129.708000] ARCUSB: setup "umts_allow_mid" = "2,35,38,42,45" successfully. [ 129.713000] ARCUSB: Add mid:35, Success !! [ 129.717000] ARCUSB: Add mid:38, Success !! [ 129.722000] ARCUSB: Add mid:42, Success !! [ 129.726000] ARCUSB: Add mid:45, Success !! [ 129.843000] ARCUSB: setup "lte_sim_lock_ops" = "2,26202,26209" successfully. [ 129.849000] ARCUSB: Add PLMN-ID:26202, Success !! [ 129.853000] ARCUSB: Add PLMN-ID:26209, Success !! [ 130.070000] ARCUSB: setup "umts_sim_lock_ops" = "-1" successfully. [ 130.099000] ARCUSB: setup "dataAPN" = "fixed.data.vodafone.de" successfully. [ 130.132000] ARCUSB: setup "voiceAPN" = "fixed.voice.vodafone.de" successfully. [ 130.173000] ARCUSB: setup "PIN" field FAILED!!!!! [ 130.192000] ARCUSB: setup "PINenb" field FAILED!!!!! [ 130.210000] ARCUSB: setup "dataIP_type" = "1" successfully. [ 130.214000] ARCUSB: set dataIP_type as 1 [ 130.260000] ARCUSB: setup "umtsAPN" = "web.vodafone.de" successfully. [ 130.348000] ARCUSB: setup "umtsPIN" field FAILED!!!!! [ 130.369000] ARCUSB: setup "umtsPINenb" = "0" successfully. [ 130.373000] ARCUSB: set umtsPINenb to 0 [ 130.416000] ARCUSB: setup "umtsPhoneNumer" field FAILED!!!!! [ 130.480000] ARCUSB: setup "umtsIdleTime" field FAILED!!!!! moremsg@lte was existed, its value is 0x00000000 expert_mode@lte was existed, its value is off manual_mode@lte was existed, its value is off [ 130.520000] ARCUSB: setup "explore" = "on" successfully. [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=DOWN [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS= #################################################### BOOT FROM IMAGE 1 FW Version: AT904X-03.17.01.13 #################################################### [lcdwizard] create_LCD_socket(30391) start [lcdwizard] create_LCD_socket(30410) end : return 7 sh: missing ] [ 137.561000] VPE loader: VPE1 running successfully [ 137.831000] voip_initialize_cmd [ 137.833000] TRACE> prodaa_initialize_cmd: Seting up timers, Hz: 1000 [ 137.833000] TRACE> prodaa_setup:ENTER [ 137.873000] TRACE> prodaa_init begin now [ 137.906000] TRACE> prodaa_init: Line-Side Device Status 40 [ 137.910000] TRACE> Port 2 sytem-side revision 45, line-side revision 6 [ 137.915000] TRACE> prodaa_setup:EXIT [ 137.922000] [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=READY [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS= Run a kernel thread "usb_hc_timer_child_task" success (PID: 10712) (nice 0) (kdata 0xC20BD650) [ 142.221000] stollmann_isdn: loading module [ 142.224000] Stollmann E+V GmbH ISDN-Stack V5.005J Apr 2 2014 [ 142.230000] (c) Copyright Stollmann E+V GmbH [ 142.234000] isdn_avr.lnxhwInit (c297d3e0): enter .. [ 142.239000] ISDN_initialize: Initialize BSP here.... [ 142.403000] TRACE> T-SMINTI r3F(CHIP ID)= 0x20 [ 142.403000] TRACE> T-SMINTI r7D(FW VERSION)= 0x3e [ 142.407000] [ 142.413000] 0000 isdn_avr.lnxhwAVRDetect IPACX Chip-ID=0x20 [ 142.418000] isdn_avr.lnxhwAVRDetect: iNbr=0, IntNbr=0 [ 142.423000] isdn_avr.lnxhwAVRDoPostInit: ISDN-CHIP(1) found at address=0xb0000000 [ 142.446000] isdn_avr.lnxhwAVRInterruptDeferredIntProcStart: exit .. [ 142.451000] isdn_avr.lnxhwAVRDoPostInit: iLineIF=1 protocol=0xc3 IInit=1 l1Mode=0 S0BusConf=0 g711Law=1(disable=0) [ 142.461000] isdn_avr.lnxhwAVRDoPostInit: iLineIF=2 protocol=0xc2 IInit=3 l1Mode=2 S0BusConf=1 g711Law=1(disable=0) [ 142.479000] isdn_avr.hwInterruptInit: iIndex=0 [ 142.482000] isdn_avr.lnxhwAVRRequestInterruptVector: request_irq; idx=0, lvl=0, flags=20, intHandler=c297d000 [ 142.492000] ISDN_request_irq: 0 c297d000 20 isdn_avr c2999f98 [ 142.498000] isdn_avr.hwInterruptInit: rcvd irq for lvl=0 for ISDN_DEVICE 0 [ 142.514000] IFX_DRV_HDLC_Open: 0 (/dev/vmmc15) [ 142.539000] IFX_DRV_HDLC_Open: 1 (/dev/vmmc16) [ 142.551000] isdn_avr.lnxhwAVRDoPostInit/firmwareStart() OK. [ 143.590000] capifs: Rev 1.1.2.3 webdav_stop execute [twonky_database_set] twonky_database_set called by <0> [twonky_database_set] wrong caller, stop anyway... *****0. entering Samba start... (samba.init) *****9. Samba Stop. [ 144.661000] capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs) httpd_init: get MAPI tid=4997456 CLOCK_MONOTONIC, resolution=0.1 System clock_res=1000000, clock_hz=1000 [ 147.701000] TRACE> isdn_open [ 147.701000] TRACE> isdn_initialize_cmd [ 147.704000] TRACE> isdn_initialize_cmd: Seting up timers, Hz: 1000 [ 147.708000] [ 148.038000] [ 148.038000] >>>>>> usbd_new_device: adding unit bus:1, addr=1, rev=0200, class=9, subclass=0, protocol=1, maxpacket=64, len=18, speed=3 [ 148.038000] [ 148.038000] usbd_new_device() addr:1, vid:0x058b, pid:0xf002, devFlag:0x0000 [ 148.060000] usbd_probe_and_attach(Hub)> Reopen STATIC default pipe OK [ 148.067000] usbd_open_pipe_intr: addr:1, ep address=0x81 flags=0x4 len=1 [ 148.073000] usbd_open_pipe_intr: ipipe=842c0f00 repeat=0 xfer=a7ae1aa0 [ 148.498000] usbd_probe_and_attach,probe 1! [ 148.500000] [USB] dwc3884_start() Core id:1, funcIdx:6 [ 148.511000] [USB] dwc3884_start() DWC3884 core version:0x4F54281A, 2.81a, channel:16 [ 148.517000] [USB] dwc3884_reset(XR9) Reset In, core_id:1 [ 148.522000] [USB] dwc3884_reset() rstctl:0xBE106010 [ 148.703000] [USB] dwc3884_start() intsts:0xBE106014, var:0x54000029 mapi_ansmach_phone_grtMsg_save(3571): md5_ori=996be7589f67cca3ae1e4263a91dce91 (/tmp/default_grtmsg_check.711) mapi_ansmach_phone_grtMsg_save(3572): md5_new=996be7589f67cca3ae1e4263a91dce91 (/tmp/usb/gm_148920.g711a) mapi_ansmach_phone_grtMsg_save(3575): md5 of grtmsg is the same... skip save operation [ 151.229000] [ 151.229000] [ 151.229000] >>>>>> usbd_new_device: adding unit bus:2, addr=1, rev=0200, class=9, subclass=0, protocol=1, maxpacket=64, len=18, speed=3 [ 151.229000] [ 151.229000] usbd_new_device() addr:1, vid:0x058b, pid:0xf002, devFlag:0x0000 [ 151.252000] usbd_probe_and_attach(Hub)> Reopen STATIC default pipe OK [ 151.259000] usbd_open_pipe_intr: addr:1, ep address=0x81 flags=0x4 len=1 [ 151.265000] usbd_open_pipe_intr: ipipe=842c1540 repeat=0 xfer=a7ae3ae0 [ 152.014000] usbd_probe_and_attach,probe 1! [ 152.025000] Run a kernel thread "usb_explore_task" success (PID: 11602) (nice 0) (kdata 0xC20BD650) [ 152.032000] startExplore() usb explore task run-up, slot:0, tsk_id:11602, reason:0 [ 152.040000] usb_hc_install_interrupt() Install OTG-1 interrupt 54 [ 152.046000] usb_hc_install_interrupt() Install OTG-2 interrupt 83 [ 152.052000] USB Module: Version 2.0.0 build Apr 15 2015 14:39:10 [ 152.052000] usb_explore_task() Begin ... [ 152.065000] [ 152.065000] [ 152.068000] *************************************************** [ 152.073000] * THIS IS A STABLE ARCUSB SUBSYSTEM. * [ 152.079000] * Apr 15 2015 14:39:27 * [ 152.085000] *************************************************** [ 152.085000] [ 152.093000] usb_explore_task> START USB_EXPLORE_TASK... [absread] : read() fails, return 0 threadMask=3 httpd: listen at 192.168.2.1:80 HTTPD: can't get IPV6 LLA of br-lan interface HTTPD: can't get IPV6 ULA of br-lan interface [2051] get MAPI tid=5251800(pid=11879) [1026] get MAPI tid=5247592(pid=11878) /usr/sbin/httpd-brn: initialization complete! main: http_redir_init initialization complete! mounted_num = [webdav_folder_set] setting webdav default folder >>> 0 0 DRV_DATA = 0:0:1:ST:16GB:AA627090403000000183:sda:: DRV_DATA = DRV_DATA = DRV_DATA = DRV_DATA = [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=READY [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS= [xdslrc.sh] platform=VR9,detect_wan=1 [xdslrc.sh] DSL_NOTIFICATION_TYPE=DSL_INTERFACE_STATUS [xdslrc.sh] DSL_INTERFACE_STATUS=READY [xdslrc.sh] DSL_XTU_STATUS= [xdslrc.sh] Next_xTM_Mode=PTM [xdslrc.sh] DSL_ADSL_SUB_PREF=, DSL_TC_LAYER_STATUS= [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, DSL_EFM_TC_CONFIG_DS=


Original Bootlog taken from http://arny.tjps.eu/OpenWrt/EasyBox904xDSL/oem-firmware-info/

ROM VER: 1.1.4 CFG 06 NAND NAND Read OK nand_read_page - 00000008 DDR autotuning Rev 0.3c DDR size from 0xa0000000 - 0xa7ffffff DDR check ok... start booting... U-Boot 2010.06-Lv2.0.40-A0.5 (Feb 12 2015 - 23:05:42) CLOCK CPU 500M RAM 250M DRAM: 128 MiB NAND: NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND 512MiB 3,3V 8-bit) 512 MiB Bad block table found at page 262080, version 0x01 Bad block table found at page 262016, version 0x01 In: serial Out: serial Err: serial Net: Internal phy(GE) firmware version: 0x040b vr9 Switch Type "run flash_nfs" to mount root filesystem over NFS Hit any key to stop autoboot: 1  0 Uncompressing LCD bootup images ............... NAND read: device 0 offset 0x0000000004700000, size 0x0000000000300000 0x300000 bytes read: OK 1. bootid : 0, bootnum : 1 Writing to Nand... Erasing at 0x4540000 -- 50% complete. Erasing at 0x4560000 -- 100% complete. done 2. bootid : 0, bootnum : 2 NAND read: device 0 offset 0x0000000003c40000, size 0x0000000000500000 0x500000 bytes read: OK ## Booting kernel from Legacy Image at 80800000 ... Image Name: MIPS OpenWrt Linux-3.18.29 Created: 2016-06-05 17:47:57 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1535033 Bytes = 1.5 MiB Load Address: 80002000 Entry Point: 80002000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK Starting kernel ... [ 0.000000] Linux version 3.18.29 (professor@workstation) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r49378) ) #1 Sun Jun 5 19:47:20 CEST 2016 [ 0.000000] SoC: VR9 rev 1.2 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019556 (MIPS 34Kc) [ 0.000000] MIPS: machine is VGV952CJW33-E-IR - EasyBox 904 xDSL [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x00000000-0x07ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x07ffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x07ffffff] [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit ubi.mtd=12 panic=1 DTS-TEST-SEQNO=77 [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Writing ErrCtl register=0000008c [ 0.000000] Readback ErrCtl register=0000008c [ 0.000000] Memory: 125040K/131072K available (3326K kernel code, 149K rwdata, 932K rodata, 180K init, 205K bss, 6032K reserved) [ 0.000000] NR_IRQS:256 [ 0.000000] CPU Clock: 500MHz [ 0.000000] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088) [ 0.032000] pid_max: default: 32768 minimum: 301 [ 0.036000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.040000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.044000] pinctrl core: initialized pinctrl subsystem [ 0.048000] NET: Registered protocol family 16 [ 0.056000] pinctrl-xway 1e100b10.pinmux: Init done [ 0.060000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28 [ 0.164000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV [ 0.168000] PCI host bridge /fpi@10000000/pci@E105400 ranges: [ 0.172000] MEM 0x0000000018000000..0x0000000019ffffff [ 0.176000] IO 0x000000001ae00000..0x000000001affffff [ 0.388000] ifx_pcie_wait_phy_link_up timeout [ 0.600000] ifx_pcie_wait_phy_link_up timeout [ 0.812000] ifx_pcie_wait_phy_link_up timeout [ 1.024000] ifx_pcie_wait_phy_link_up timeout [ 1.236000] ifx_pcie_wait_phy_link_up timeout [ 1.240000] pcie_rc_initialize link up failed!!!!! [ 1.264000] gpio-stp-xway 1e100bb0.stp: Init done [ 1.268000] usbcore: registered new interface driver usbfs [ 1.272000] usbcore: registered new interface driver hub [ 1.276000] usbcore: registered new device driver usb [ 1.280000] PCI host bridge to bus 0000:00 [ 1.284000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff] [ 1.288000] pci_bus 0000:00: root bus resource [io 0xffffffff] [ 1.292000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 1.296000] Switched to clocksource MIPS [ 1.300000] NET: Registered protocol family 2 [ 1.304000] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 1.312000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 1.316000] TCP: Hash tables configured (established 1024 bind 1024) [ 1.324000] TCP: reno registered [ 1.328000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 1.332000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 1.340000] NET: Registered protocol family 1 [ 1.344000] gptu: totally 6 16-bit timers/counters [ 1.348000] gptu: misc_register on minor 63 [ 1.352000] gptu: succeeded to request irq 126 [ 1.360000] gptu: succeeded to request irq 127 [ 1.364000] gptu: succeeded to request irq 128 [ 1.368000] gptu: succeeded to request irq 129 [ 1.372000] gptu: succeeded to request irq 130 [ 1.376000] gptu: succeeded to request irq 131 [ 1.380000] phy-xrx200 gphy-xrx200: requesting lantiq/vr9_phy11g_a2x.bin [ 1.388000] phy-xrx200 gphy-xrx200: booting GPHY0 firmware at 7900000 [ 1.396000] phy-xrx200 gphy-xrx200: booting GPHY1 firmware at 7900000 [ 1.504000] futex hash table entries: 256 (order: -1, 3072 bytes) [ 1.520000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.524000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 1.536000] msgmni has been set to 244 [ 1.540000] io scheduler noop registered [ 1.544000] io scheduler deadline registered (default) [ 1.548000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc [ 1.560000] console [ttyLTQ0] enabled [ 1.560000] console [ttyLTQ0] enabled [ 1.564000] bootconsole [early0] disabled [ 1.564000] bootconsole [early0] disabled [ 1.576000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xdc [ 1.576000] nand: Samsung NAND 512MiB 3,3V 8-bit [ 1.576000] nand: 512MiB, SLC, page size: 2048, OOB size: 64 [ 1.592000] Scanning device for bad blocks [ 1.996000] 16 ofpart partitions found on MTD device 14000000.nand-parts [ 2.000000] Creating 16 MTD partitions on "14000000.nand-parts": [ 2.008000] 0x000000000000-0x000000040000 : "uboot" [ 2.012000] 0x000000040000-0x000003c40000 : "rootfs1" [ 2.016000] 0x000003c40000-0x000004140000 : "kernel1" [ 2.024000] 0x000004140000-0x000004240000 : "tmp1" [ 2.028000] 0x000004240000-0x000004440000 : "tmp2" [ 2.032000] 0x000004440000-0x000004540000 : "sysconfig" [ 2.036000] 0x000004540000-0x000004640000 : "ubootconfig" [ 2.044000] 0x000004640000-0x000004700000 : "fwdiag" [ 2.048000] 0x000004700000-0x000004a00000 : "lcdimage" [ 2.052000] 0x000004a00000-0x000004b00000 : "mfgconfig" [ 2.056000] 0x000004b00000-0x000004c00000 : "sipdata" [ 2.064000] 0x000004c00000-0x000008c00000 : "voice" [ 2.068000] 0x000008c00000-0x00001be00000 : "misc" [ 2.072000] 0x00001be00000-0x00001fa00000 : "rootfs2" [ 2.076000] 0x00001fa00000-0x00001ff00000 : "kernel2" [ 2.084000] 0x00001ff00000-0x000020000000 : "mystery" [ 2.192000] libphy: lantiq,xrx200-mdio: probed [ 2.216000] net-xrx200: invalid MAC, using random [ 2.216000] eth0 (uninitialized): no PHY found [ 2.224000] xrx200-mdio: probing phy of port 0 failed [ 2.228000] wdt 1f8803f0.watchdog: Init done [ 2.232000] TCP: cubic registered [ 2.236000] NET: Registered protocol family 17 [ 2.240000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.252000] 8021q: 802.1Q VLAN Support v1.8 [ 2.260000] UBI: attaching mtd12 to ubi0 [ 2.460000] UBI: scanning is finished [ 2.492000] UBI: volume 1 ("rootfs_data") re-sized from 9 to 2345 LEBs [ 2.500000] UBI: attached mtd12 (name "misc", size 306 MiB) to ubi0 [ 2.504000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes [ 2.512000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512 [ 2.520000] UBI: VID header offset: 512 (aligned 512), data offset: 2048 [ 2.524000] UBI: good PEBs: 2448, bad PEBs: 0, corrupted PEBs: 0 [ 2.532000] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 2.540000] UBI: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 666861404 [ 2.548000] UBI: available PEBs: 0, total reserved PEBs: 2448, PEBs reserved for bad PEB handling: 80 [ 2.556000] UBI: ubiblock0_0 created from ubi0:0(rootfs) [ 2.560000] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 2.568000] UBI: background thread "ubi_bgt0d" star[ 2.580000] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 2.588000] Freeing unused kernel memory: 180K (80453000 - 80480000) [ 4.392000] init: Console is alive [ 4.392000] init: - watchdog - [ 6.316000] dwc2 1e101000.ifxhcd: requested GPIO 489 [ 7.180000] dwc2 1e101000.ifxhcd: DWC OTG Controller [ 7.184000] dwc2 1e101000.ifxhcd: new USB bus registered, assigned bus number 1 [ 7.192000] dwc2 1e101000.ifxhcd: irq 62, io mem 0x00000000 [ 7.196000] dwc2 1e101000.ifxhcd: Hardware does not support descriptor DMA mode - [ 7.196000] dwc2 1e101000.ifxhcd: falling back to buffer DMA mode. [ 7.232000] hub 1-0:1.0: USB hub found [ 7.236000] hub 1-0:1.0: 1 port detected [ 8.104000] dwc2 1e106000.ifxhcd: DWC OTG Controller [ 8.104000] dwc2 1e106000.ifxhcd: new USB bus registered, assigned bus number 2 [ 8.112000] dwc2 1e106000.ifxhcd: irq 91, io mem 0x00000000 [ 8.120000] dwc2 1e106000.ifxhcd: Hardware does not support descriptor DMA mode - [ 8.120000] dwc2 1e106000.ifxhcd: falling back to buffer DMA mode. [ 8.156000] hub 2-0:1.0: USB hub found [ 8.156000] hub 2-0:1.0: 1 port detected [ 8.452000] init: - preinit - [ 8.836000] random: mktemp urandom read with 116 bits of entropy available Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 12.008000] random: nonblocking pool is initialized [ 12.032000] mount_root: loading kmods from internal overlay [ 12.556000] UBIFS: default file-system created [ 12.580000] UBIFS: background thread "ubifs_bgt0_1" started, PID 322 [ 12.632000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 12.636000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.648000] UBIFS: FS size: 300883968 bytes (286 MiB, 2332 LEBs), journal size 15095808 bytes (14 MiB, 117 LEBs) [ 12.656000] UBIFS: reserved for root: 4952683 bytes (4836 KiB) [ 12.664000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID D50D3209-3D51-44E0-9DB5-33594BA5CCB9, small LPT model [ 12.672000] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 12.680000] block: unable to load configuration (fstab: Entry not found) [ 12.688000] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab [ 12.692000] block: unable to load configuration (fstab: Entry not found) [ 12.700000] block: attempting to load /etc/config/fstab [ 12.704000] block: unable to load configuration (fstab: Entry not found) [ 12.712000] block: no usable configuration [ 12.720000] UBIFS: un-mount UBI device 0, volume 1 [ 12.724000] UBIFS: background thread "ubifs_bgt0_1" stops [ 12.756000] UBIFS: background thread "ubifs_bgt0_1" started, PID 324 [ 12.808000] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 12.812000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 12.820000] UBIFS: FS size: 300883968 bytes (286 MiB, 2332 LEBs), journal size 15095808 bytes (14 MiB, 117 LEBs) [ 12.832000] UBIFS: reserved for root: 4952683 bytes (4836 KiB) [ 12.836000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID D50D3209-3D51-44E0-9DB5-33594BA5CCB9, small LPT model [ 13.100000] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 13.108000] block: unable to load configuration (fstab: Entry not found) [ 13.112000] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab [ 13.120000] block: unable to load configuration (fstab: Entry not found) [ 13.128000] block: attempting to load /etc/config/fstab [ 13.132000] block: unable to load configuration (fstab: Entry not found) [ 13.140000] block: no usable configuration [ 13.144000] mount_root: overlay filesystem has not been fully initialized yet [ 13.152000] mount_root: switching to jffs2 overlay [ 13.168000] procd: - early - [ 13.168000] procd: - watchdog - [ 13.984000] procd: - ubus - [ 14.996000] procd: - init - Please press Enter to activate this console. [ 15.960000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH [ 15.988000] NET: Registered protocol family 10 [ 15.996000] NET: Registered protocol family 8 [ 16.000000] NET: Registered protocol family 20 [ 16.016000] PPP generic driver version 2.4.2 [ 16.028000] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 16.048000] MEI CPE Driver, Version 1.2.0 [ 16.052000] (c) Copyright 2009, Infineon Technologies AG [ 16.052000] ### MEI CPE - MEI CPE - MEI CPE - MEI CPE ### [ 16.068000] i2c /dev entries driver [ 16.080000] [ 16.080000] [ 16.080000] Lantiq CPE API Driver version: DSL CPE API V4.11.4 [ 16.088000] [ 16.088000] Predefined debug level: 2 [ 16.104000] ip_tables: (C) 2000-2006 Netfilter Core Team [ 16.116000] Infineon Technologies DEU driver version 2.0.0 [ 16.120000] IFX DEU DES initialized (multiblock). [ 16.124000] IFX DEU AES initialized (multiblock). [ 16.128000] IFX DEU ARC4 initialized (multiblock). [ 16.136000] IFX DEU SHA1 initialized. [ 16.136000] IFX DEU MD5 initialized. [ 16.140000] IFX DEU SHA1_HMAC initialized. [ 16.144000] IFX DEU MD5_HMAC initialized. [ 16.156000] nf_conntrack version 0.5.0 (1956 buckets, 7824 max) [ 16.184000] NET: Registered protocol family 24 [ 16.208000] xt_time: kernel timezone is -0000 ioctl ATM_SETESI: No such device [ 22.516000] PTM 1.0.27 PTM (E1) firmware version 0.30 [ 22.520000] ifxmips_ptm: PTM init succeed [ 23.100000] device eth0 entered promiscuous mode [ 23.108000] br-lan: port 1(eth0) entered forwarding state [ 23.112000] br-lan: port 1(eth0) entered forwarding state [ 25.116000] br-lan: port 1(eth0) entered forwarding state BusyBox v1.23.2 (2016-06-05 19:21:50 CEST) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- CHAOS CALMER (Chaos Calmer, r49378) ----------------------------------------------------- * 1 1/2 oz Gin Shake with a glassful * 1/4 oz Triple Sec of broken ice and pour * 3/4 oz Lime Juice unstrained into a goblet. * 1 1/2 oz Orange Juice * 1 tsp. Grenadine Syrup -----------------------------------------------------


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
  • Last modified: 2023/05/29 17:40
  • by zuzia