Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| inbox:arcadyanastoria:arcadyan_astoria_easybox_904xdsl_r01 [2018/01/07 11:46] – 904xdsl support information vxffbdnl | toh:astoria:arcadyan_astoria_easybox_904xdsl_r01 [2024/10/25 15:49] – [OpenWrt support] zuzia | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Arcadyan/ | ||
| + | {{page> | ||
| + | |||
| + | This device is produced by Arcadyan/ | ||
| + | |||
| + | There' | ||
| + | At the time of writing (May/2019) two different HW versions, R01 and R02 exist. Whilst the hardware looks similar, OpenWrt works on both. | ||
| + | |||
| + | /*****/ | ||
| + | /* How to add images ========> | ||
| + | /*****/ | ||
| + | |||
| + | {{media: | ||
| + | |||
| + | |||
| + | ===== OpenWrt support ===== | ||
| + | |||
| + | <color red> | ||
| + | |||
| + | At the moment (October/ | ||
| + | For the device itself ([[https:// | ||
| + | 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:// | ||
| + | |||
| + | 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 / | ||
| + | * LCD and touchkeys (LCD4Linux is installed as basic status information board). | ||
| + | |||
| + | ===== Supporting activities ===== | ||
| + | |||
| + | * Old OpenWrt forum thread (LTE version thread but much helpful information there): [[https:// | ||
| + | * New OpenWrt forum thread: [[https:// | ||
| + | * Easybox 904xDSL new build: [[https:// | ||
| + | * Small Recovery images with GUI: [[https:// | ||
| + | * New release OpenWrt version v21.02.07 on GitHub: [[https:// | ||
| + | |||
| + | |||
| + | ===== Hardware highlights ===== | ||
| + | ^ CPU ^ Ram ^ Flash ^ Network | ||
| + | | MIPS32 34Kc @ 500 MHz | ||
| + | |||
| + | ===== OpenWrt firmware image build ===== | ||
| + | |||
| + | **Building a new OpenWrt firmware image is possible with few steps:** | ||
| + | |||
| + | < | ||
| + | git clone https:// | ||
| + | ./ | ||
| + | ./ | ||
| + | ./ | ||
| + | cp .config-VPE .config #or .config-SMP | ||
| + | cp -R files-VPE files #or files-SMP | ||
| + | make menuconfig | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | Then in bin/ | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | |||
| + | ===== Installing OpenWrt 21.02.07 the easy way ===== | ||
| + | |||
| + | **Prerequsites: | ||
| + | * PC running TFTP server at 192.168.2.100 | ||
| + | * Easybox 904 xDSL | ||
| + | |||
| + | **Required files with support VPE (VoIP):** | ||
| + | * Recovery system VPE [[https:// | ||
| + | * OpenWrt 21.02.07 VPE [[https:// | ||
| + | |||
| + | **Required files with support SMP (2 Cores CPU):** | ||
| + | * Recovery system SMP [[https:// | ||
| + | * OpenWrt 21.02.07 SMP [[https:// | ||
| + | |||
| + | **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:** | ||
| + | - Prepare TFTP server (e.g. TFTPD64) by putting fullimage.img in server directory. | ||
| + | - Image must have name " | ||
| + | - Connect device to computer with one of four LAN ports. | ||
| + | - Turn on device with reset button pressed for at least 10 seconds. | ||
| + | - LCD will show information about recovery mode selected. | ||
| + | - If you have serial cable connected, you can depress button when countdown starts | ||
| + | - Box will download and flash image. After successfull flash, LCD will show message to shutdown and restart router. | ||
| + | - Turn device off and on again. | ||
| + | - After some time it will boot to OpenWrt sysupgrade interface at 192.168.1.1. | ||
| + | - 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 | ||
| + | - Upgrade firmware via LuCI or command line: \\ < | ||
| + | - After succesfull flash router will reboot into full OpenWrt image. | ||
| + | - You need to wait about two minutes. Then you can connect to the router either with a browser - http:// | ||
| + | - (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:** | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | ===== Installing hacked bootloader ===== | ||
| + | |||
| + | 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:// | ||
| + | |||
| + | **Prerequsites: | ||
| + | * Hacked uboot files [[https:// | ||
| + | * Backup link: [[https:// | ||
| + | |||
| + | **Steps:** | ||
| + | - Download hacked uboot file. Extract it to pendrive or upload it to router other way. | ||
| + | - Double check on router that you have this file accessible. If not, you may brick your device. | ||
| + | - Erase flash partition and write new uboot image\\ < | ||
| + | flash_eraseall /dev/mtd0 | ||
| + | nandwrite -p /dev/mtd0 u-boot.lq | ||
| + | </ | ||
| + | - Reboot router. You should be able to access uboot console with any password. | ||
| + | |||
| + | |||
| + | ===== Debricking ===== | ||
| + | -> [[docs: | ||
| + | |||
| + | 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 | ||
| + | {{ media: | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | **Copy bootloader to device** | ||
| + | |||
| + | Download the modified bootloader | ||
| + | < | ||
| + | cd | ||
| + | mkdir tmp | ||
| + | cd tmp | ||
| + | wget http:// | ||
| + | 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 '/ | ||
| + | < | ||
| + | screen / | ||
| + | </ | ||
| + | |||
| + | 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 > / | ||
| + | </ | ||
| + | |||
| + | 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. | ||
| + | |||
| + | |||
| + | /*** if info available: uncomment and fill in | ||
| + | ===== Failsafe mode ===== | ||
| + | -> [[docs: | ||
| + | ***/ | ||
| + | |||
| + | |||
| + | /*** if info available: uncomment and fill in | ||
| + | ===== Basic configuration ===== | ||
| + | After flashing, proceed with [[docs: | ||
| + | ***/ | ||
| + | |||
| + | |||
| + | /*** if info available: uncomment and fill in | ||
| + | ===== Specific configuration ===== | ||
| + | |||
| + | <WRAP BOX 600px> | ||
| + | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | ||
| + | |||
| + | ==== Network interfaces ==== | ||
| + | The default network configuration is: | ||
| + | ^ Interface Name ^ Description | ||
| + | | br-lan | ||
| + | | vlan0 (eth0.0) | ||
| + | | vlan1 (eth0.1) | ||
| + | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | ||
| + | </ | ||
| + | ***/ | ||
| + | |||
| + | |||
| + | /*** if info available: uncomment and fill in | ||
| + | ==== Buttons ==== | ||
| + | -> [[docs: | ||
| + | Here, we merely name the buttons, so we can use them in the above Howto. | ||
| + | |||
| + | <WRAP BOX 600px> | ||
| + | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | ||
| + | |||
| + | The Arcadyan / Astoria Easybox 904xDSL | ||
| + | |||
| + | ^ BUTTON | ||
| + | | EXAMPLE Reset | reset | | ||
| + | | EXAMPLE Secure Easy Setup | | ||
| + | | EXAMPLE No buttons at all. | ||
| + | </ | ||
| + | ***/ | ||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | |||
| + | info mainly taken from forum thread and [[http:// | ||
| + | ^ Architecture | ||
| + | ^ Vendor | ||
| + | ^ Bootloader | ||
| + | ^ System-On-Chip | ||
| + | ^ CPU/ | ||
| + | ^ Flash-Chip | ||
| + | ^ Flash size | 512 MiB | | ||
| + | ^ RAM | [[http:// | ||
| + | ^ Wireless | ||
| + | ^ Ethernet | ||
| + | ^ USB | 2x 2.0 | | ||
| + | ^ Serial | ||
| + | ^ JTAG | [[# | ||
| + | |||
| + | * wlan is implemented by own subsystem called " | ||
| + | * Both WiFi chips are from Mediatek/ | ||
| + | * [[https:// | ||
| + | * RT5392L 2.4GHz bgn SoC. Almost no infos found on web. | ||
| + | * Many wireless functions are implemented via proprietary firmware in SoC RT3883. | ||
| + | |||
| + | /*** if info available: uncomment and fill in | ||
| + | ==== Flash Layout ==== | ||
| + | <WRAP BOX> | ||
| + | FIXME // | ||
| + | |||
| + | Please check out the article [[docs: | ||
| + | </ | ||
| + | ***/ | ||
| + | |||
| + | ==== Photos ==== | ||
| + | /* =====>>>>> | ||
| + | /* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */ | ||
| + | /* e.g. {{: | ||
| + | /* Thanks, your wiki administration - Oct. 2015 */ | ||
| + | |||
| + | |||
| + | {{media: | ||
| + | {{media: | ||
| + | |||
| + | **Insert photo of backside label** | ||
| + | |||
| + | **Insert photo of PCB** | ||
| + | |||
| + | ==== Opening the case ==== | ||
| + | |||
| + | 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. | ||
| + | |||
| + | ==== Serial ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | How to connect to the Serial Port of this specific device:\\ | ||
| + | {{media: | ||
| + | |||
| + | |||
| + | ^ 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 | ||
| + | |||
| + | ==== JTAG ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | How to connect to the JTAG Port of this specific device:\\ | ||
| + | **Insert photo of PCB with markings for JTAG port** | ||
| + | |||
| + | ===== Bootlogs ===== | ||
| + | ==== OEM bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | 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: | ||
| + | nand_read_bbt: | ||
| + | In: serial | ||
| + | Out: | ||
| + | Err: | ||
| + | Net: | ||
| + | vr9 Switch | ||
| + | |||
| + | Type "run flash_nfs" | ||
| + | |||
| + | Hit any key to stop autoboot: | ||
| + | |||
| + | |||
| + | please input password : | ||
| + | VR9 # printenv console | ||
| + | console=ttyS0 | ||
| + | VR9 # help | ||
| + | ? - alias for ' | ||
| + | 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 ' | ||
| + | help - print command description/ | ||
| + | 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 | ||
| + | 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/ | ||
| + | |||
| + | 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: | ||
| + | nand_read_bbt: | ||
| + | In: serial | ||
| + | Out: | ||
| + | Err: | ||
| + | Net: | ||
| + | vr9 Switch | ||
| + | |||
| + | Type "run flash_nfs" | ||
| + | |||
| + | Hit any key to stop autoboot: | ||
| + | Uncompressing LCD bootup images ............... | ||
| + | NAND read: device 0 offset 0x0000000004700000, | ||
| + | | ||
| + | 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, | ||
| + | | ||
| + | ## Booting kernel from Legacy Image at 80800000 ... | ||
| + | Image Name: MIPS LTQCPE Linux-2.6.32.32 | ||
| + | | ||
| + | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| + | Data Size: 1572800 Bytes = 1.5 MiB | ||
| + | Load Address: 80002000 | ||
| + | Entry Point: | ||
| + | | ||
| + | | ||
| + | |||
| + | 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, | ||
| + | [ 0.000000] CPU revision is: 00019556 (MIPS 34Kc) | ||
| + | [ 0.000000] Determined physical RAM map: | ||
| + | [ 0.000000] User-defined physical RAM map: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Zone PFN ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start PFN for each node | ||
| + | [ 0.000000] early_node_map[1] active PFN ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 29464 | ||
| + | [ 0.000000] Kernel command line: root=/ | ||
| + | [ 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/ | ||
| + | [ 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 < | ||
| + | [ 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, | ||
| + | [ 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/ | ||
| + | [ 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: | ||
| + | [ 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/ | ||
| + | [ 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: | ||
| + | [ 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, | ||
| + | [ 0.385000] | ||
| + | [ 0.385000] ======= ifx_gpio_register (15, | ||
| + | [ 0.393000] | ||
| + | [ 0.393000] ======= ifx_gpio_register (16, | ||
| + | [ 0.401000] | ||
| + | [ 0.401000] ======= ifx_gpio_register (17, | ||
| + | [ 0.409000] | ||
| + | [ 0.409000] ======= ifx_gpio_register (18, | ||
| + | [ 0.417000] | ||
| + | [ 0.417000] ======= ifx_gpio_register (19,VINAX) ======= kernel init | ||
| + | [ 0.425000] | ||
| + | [ 0.425000] ======= ifx_gpio_register (20, | ||
| + | [ 0.433000] | ||
| + | [ 0.433000] ======= ifx_gpio_register (21, | ||
| + | [ 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, | ||
| + | [ 0.466000] | ||
| + | [ 0.466000] ======= ifx_gpio_register (25,LED) ======= kernel init | ||
| + | [ 0.473000] | ||
| + | [ 0.473000] ======= ifx_gpio_register (26, | ||
| + | [ 0.481000] | ||
| + | [ 0.481000] ======= ifx_gpio_register (27,EXIN) ======= kernel init | ||
| + | [ 0.489000] | ||
| + | [ 0.489000] ======= ifx_gpio_register (28, | ||
| + | [ 0.497000] | ||
| + | [ 0.497000] ======= ifx_gpio_register (29,DECT) ======= kernel init | ||
| + | [ 0.505000] | ||
| + | [ 0.505000] ======= ifx_gpio_register (30, | ||
| + | [ 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, | ||
| + | [ 0.636000] | ||
| + | [ 0.636000] ======= ifx_gpio_pin_reserve 11 (20, | ||
| + | [ 0.645000] | ||
| + | [ 0.645000] ======= ifx_gpio_pin_reserve 12 (20, | ||
| + | [ 0.654000] | ||
| + | [ 0.654000] ======= ifx_gpio_register (20, | ||
| + | [ 0.662000] | ||
| + | [ 0.662000] ======= ifx_gpio_pin_reserve 11 (20, | ||
| + | [ 0.671000] | ||
| + | [ 0.671000] ======= ifx_gpio_pin_reserve 12 (20, | ||
| + | [ 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: | ||
| + | [ 0.765000] nand_read_bbt: | ||
| + | [ 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 " | ||
| + | [ 0.785000] 0x000000000000-0x000000040000 : " | ||
| + | [ 0.792000] 0x000000040000-0x000003c40000 : " | ||
| + | [ 0.797000] 0x000003c40000-0x000004140000 : " | ||
| + | [ 0.802000] 0x000004140000-0x000004240000 : " | ||
| + | [ 0.806000] 0x000004240000-0x000004440000 : " | ||
| + | [ 0.811000] 0x000004440000-0x000004540000 : " | ||
| + | [ 0.816000] 0x000004540000-0x000004640000 : " | ||
| + | [ 0.822000] 0x000004640000-0x000004700000 : " | ||
| + | [ 0.827000] 0x000004700000-0x000004a00000 : " | ||
| + | [ 0.832000] 0x000004a00000-0x000004b00000 : " | ||
| + | [ 0.837000] 0x000004b00000-0x000004c00000 : " | ||
| + | [ 0.842000] 0x000004c00000-0x000008c00000 : " | ||
| + | [ 0.847000] 0x000008c00000-0x00001be00000 : " | ||
| + | [ 0.852000] 0x00001be00000-0x00001fa00000 : " | ||
| + | [ 0.857000] 0x00001fa00000-0x00001ff00000 : " | ||
| + | [ 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: | ||
| + | [ 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] | ||
| + | [ 2.152000] | ||
| + | [ 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: | ||
| + | [ 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 < | ||
| + | [ 2.297000] All bugs added by David S. Miller < | ||
| + | [ 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 / | ||
| + | [read_sysconfig] read_img from sysconfig successfully | ||
| + | [extract_sysconfig] extract user config now | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/dhcp | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | config/ | ||
| + | [extract_sysconfig] extract / | ||
| + | [do_restore_cfg] Restore sysconfig successfully | ||
| + | [handle_conf_compatibiltiy] prev_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. [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Flash Partition for Answering Machine Already Initialized!! | ||
| + | [resolv_update.sh] start, DNSMODE=0, $1=SYSTEM, $2=, $3=, $4=, $5= | ||
| + | [resolv_update.sh] WANIF=ppp50, | ||
| + | [resolv_update.sh] SYNCSVR=0, REMOVE_INTERFACE_DNS=0, | ||
| + | [resolv_update.sh] end | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [misc] mount misc partition... | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [misc] misc partition is already initialized!! | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | 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 | ||
| + | [ | ||
| + | [ | ||
| + | [dlna_share_folder_set] Twonky server has been shutdown, stopping dlna_share_folder_add >>> | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [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, | ||
| + | [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 / | ||
| + | [ifx_cpe_control_init.sh] cp / | ||
| + | [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 / | ||
| + | [ifx_cpe_control_init.sh] AUTOBOOT_VDSL=-A / | ||
| + | [ifx_cpe_control_init.sh] xDSL_Mgmt_Mode=Auto, | ||
| + | [ifx_cpe_control_init.sh] XDSL_MULTIMODE=-M2, | ||
| + | [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-----/ | ||
| + | [ifx_cpe_control_init.sh start] !!! SEAN !!! VECT_ENA is 1 | ||
| + | [ | ||
| + | [ | ||
| + | [xdslrc.sh] platform=VR9, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [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, | ||
| + | [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 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [xdslrc.sh] platform=VR9, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | [ | ||
| + | [ | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [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 | ||
| + | [ | ||
| + | [ | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [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, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | [ | ||
| + | [ | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [setup_netdev.sh] init_ppadev | ||
| + | [setup_netdev.sh init_ppadev] xDSL_MODE_VRX=vdsl | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | check to bring up pppoe | ||
| + | 0 | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [setup_netdev.sh] start_ethsw | ||
| + | [setup_netdev.sh start_ethsw] | ||
| + | [setup_netdev.sh start_ethsw_vdsl] | ||
| + | [ | ||
| + | [create-ca-cert.sh] | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [resolv_update.sh] start, DNSMODE=0, $1=SYSTEM, $2=, $3=, $4=, $5= | ||
| + | [ | ||
| + | [ | ||
| + | [resolv_update.sh] WANIF=ppp50, | ||
| + | [resolv_update.sh] SYNCSVR=0, REMOVE_INTERFACE_DNS=0, | ||
| + | check mtd wifi config ok! | ||
| + | [resolv_update.sh] end | ||
| + | [ | ||
| + | [ | ||
| + | [resolv_update.sh] start, DNSMODE=0, $1=SYSTEM, $2=, $3=, $4=, $5= | ||
| + | [resolv_update.sh] WANIF=ppp50, | ||
| + | [resolv_update.sh] SYNCSVR=0, REMOVE_INTERFACE_DNS=0, | ||
| + | [resolv_update.sh] end | ||
| + | Wed Apr 15 06:30:21 CEST 2015 firewall.user finished | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | setting 2.4G Main SSID | ||
| + | setting 2.4G Second SSID | ||
| + | setting 5G Main SSID | ||
| + | setting 5G Second SSID | ||
| + | [ralink3883] start to remove / | ||
| + | [ 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] | ||
| + | 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> | ||
| + | [ 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, | ||
| + | [ 117.093000] | ||
| + | [ 117.093000] ======= ifx_gpio_pin_reserve 20 (16, | ||
| + | [ 117.102000] | ||
| + | [ 117.102000] ======= ifx_gpio_pin_reserve 9 (16, | ||
| + | [ 117.111000] | ||
| + | [ 117.111000] ======= ifx_gpio_pin_reserve 5 (16, | ||
| + | [ 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, | ||
| + | [setup_netdev.sh] lan-phy-enable | ||
| + | [setup_netdev.sh admin_sw_lan_phys] $1=1 | ||
| + | < | ||
| + | [ 121.632000] < | ||
| + | [ 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: | ||
| + | [ 121.674000] [USB] UsbMMemLink: | ||
| + | [ 121.679000] [USB] UsbLMemLink: | ||
| + | [ 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, | ||
| + | [ 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): | ||
| + | [ 121.729000] [USB] Medium Un-Cached Memory(2038): | ||
| + | [ 121.735000] [USB] Large Un-Cached Memory(63): 83A00020 ~ 83B0BC1F | ||
| + | [ 121.742000] setUsbPciInfo() cpu_to_usb_addr_shift[5]: | ||
| + | [ 121.751000] usb_pci_probe() Found Synopsis OTG-1, baseAddr: | ||
| + | [ 121.758000] setUsbPciInfo() cpu_to_usb_addr_shift[6]: | ||
| + | [ 121.767000] usb_pci_probe() Found Synopsis OTG-2, baseAddr: | ||
| + | [ 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: | ||
| + | [ 121.793000] usb_host_power_set(2) min time delay:6000, current delay: | ||
| + | [ 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(): | ||
| + | [setup_netdev.sh admin_sw_lan_phys] power up | ||
| + | [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite | ||
| + | [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite | ||
| + | [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite | ||
| + | [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite | ||
| + | [setup_netdev.sh admin_sw_lan_phys] switch_utility MDIO_DataWrite | ||
| + | Trigger UP TR069 Module. | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [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 " | ||
| + | [ 123.416000] arcusb_chrdev: | ||
| + | [ 123.422000] | ||
| + | [ 123.422000] | ||
| + | [ 123.422000] arcusb_chrdev: | ||
| + | [ 123.422000] | ||
| + | [ 123.432000] | ||
| + | [ 123.432000] | ||
| + | [ 123.432000] arcusb_chrdev: | ||
| + | [ 123.432000] | ||
| + | [ 123.452000] Run a kernel thread " | ||
| + | lcdwizard(init.d) : boot | ||
| + | lcdwizard(init.d) : start : check if (mptest) | ||
| + | [ 123.484000] Run a kernel thread " | ||
| + | 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 " | ||
| + | [ 123.596000] initVoiceBufferQueue: | ||
| + | [ 123.603000] initVoiceBufferQueue: | ||
| + | [ 123.613000] initVoiceBufferQueue: | ||
| + | [ 123.621000] initVoiceBufferQueue: | ||
| + | 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: | ||
| + | [ 124.280000] [USB] dwc3884_reset(XR9) Reset In, core_id:0 | ||
| + | [ 124.286000] [USB] dwc3884_reset(VR9) IFX_RCU_USB0_CFG: | ||
| + | [ 124.293000] [USB] dwc3884_reset(VR9) IFX_RCU_USB1_CFG: | ||
| + | [ 124.300000] [USB] dwc3884_reset(VR9) IFX_RCU_RST_REQ: | ||
| + | [ 125.820000] [USB] dwc3884_reset() rstctl: | ||
| + | [ 127.503000] [USB] dwc3884_start() intsts: | ||
| + | [setup_netdev.sh] ETH_WAN_PORT=4, | ||
| + | [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 | ||
| + | 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 " | ||
| + | [ 129.635000] ARCUSB: set backup_mode to 0 | ||
| + | [ 129.679000] ARCUSB: setup " | ||
| + | [ 129.708000] ARCUSB: setup " | ||
| + | [ 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 " | ||
| + | [ 129.849000] ARCUSB: Add PLMN-ID: | ||
| + | [ 129.853000] ARCUSB: Add PLMN-ID: | ||
| + | [ 130.070000] ARCUSB: setup " | ||
| + | [ 130.099000] ARCUSB: setup " | ||
| + | [ 130.132000] ARCUSB: setup " | ||
| + | [ 130.173000] ARCUSB: setup " | ||
| + | [ 130.192000] ARCUSB: setup " | ||
| + | [ 130.210000] ARCUSB: setup " | ||
| + | [ 130.214000] ARCUSB: set dataIP_type as 1 | ||
| + | [ 130.260000] ARCUSB: setup " | ||
| + | [ 130.348000] ARCUSB: setup " | ||
| + | [ 130.369000] ARCUSB: setup " | ||
| + | [ 130.373000] ARCUSB: set umtsPINenb to 0 | ||
| + | [ 130.416000] ARCUSB: setup " | ||
| + | [ 130.480000] ARCUSB: setup " | ||
| + | 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 " | ||
| + | [xdslrc.sh] platform=VR9, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | #################################################### | ||
| + | | ||
| + | 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: | ||
| + | [ 137.833000] TRACE> prodaa_setup: | ||
| + | [ 137.873000] TRACE> prodaa_init begin now | ||
| + | [ 137.906000] TRACE> prodaa_init: | ||
| + | [ 137.910000] TRACE> Port 2 sytem-side revision 45, line-side revision 6 | ||
| + | [ 137.915000] TRACE> prodaa_setup: | ||
| + | [ 137.922000] [xdslrc.sh] platform=VR9, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | Run a kernel thread " | ||
| + | [ 142.221000] stollmann_isdn: | ||
| + | [ 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: | ||
| + | [ 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: | ||
| + | [ 142.423000] isdn_avr.lnxhwAVRDoPostInit: | ||
| + | [ 142.446000] isdn_avr.lnxhwAVRInterruptDeferredIntProcStart: | ||
| + | [ 142.451000] isdn_avr.lnxhwAVRDoPostInit: | ||
| + | [ 142.461000] isdn_avr.lnxhwAVRDoPostInit: | ||
| + | [ 142.479000] isdn_avr.hwInterruptInit: | ||
| + | [ 142.482000] isdn_avr.lnxhwAVRRequestInterruptVector: | ||
| + | [ 142.492000] ISDN_request_irq: | ||
| + | [ 142.498000] isdn_avr.hwInterruptInit: | ||
| + | [ 142.514000] IFX_DRV_HDLC_Open: | ||
| + | [ 142.539000] IFX_DRV_HDLC_Open: | ||
| + | [ 142.551000] isdn_avr.lnxhwAVRDoPostInit/ | ||
| + | [ 143.590000] capifs: Rev 1.1.2.3 | ||
| + | webdav_stop execute | ||
| + | [twonky_database_set] twonky_database_set called by < | ||
| + | [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, | ||
| + | System clock_res=1000000, | ||
| + | [ 147.701000] TRACE> isdn_open | ||
| + | [ 147.701000] TRACE> isdn_initialize_cmd | ||
| + | [ 147.704000] TRACE> isdn_initialize_cmd: | ||
| + | [ 147.708000] | ||
| + | [ 148.038000] | ||
| + | [ 148.038000] >>>>>> | ||
| + | [ 148.038000] | ||
| + | [ 148.038000] usbd_new_device() addr:1, vid:0x058b, pid:0xf002, devFlag: | ||
| + | [ 148.060000] usbd_probe_and_attach(Hub)> | ||
| + | [ 148.067000] usbd_open_pipe_intr: | ||
| + | [ 148.073000] usbd_open_pipe_intr: | ||
| + | [ 148.498000] usbd_probe_and_attach, | ||
| + | [ 148.500000] [USB] dwc3884_start() Core id:1, funcIdx:6 | ||
| + | [ 148.511000] [USB] dwc3884_start() DWC3884 core version: | ||
| + | [ 148.517000] [USB] dwc3884_reset(XR9) Reset In, core_id:1 | ||
| + | [ 148.522000] [USB] dwc3884_reset() rstctl: | ||
| + | [ 148.703000] [USB] dwc3884_start() intsts: | ||
| + | mapi_ansmach_phone_grtMsg_save(3571): | ||
| + | mapi_ansmach_phone_grtMsg_save(3572): | ||
| + | mapi_ansmach_phone_grtMsg_save(3575): | ||
| + | [ 151.229000] | ||
| + | [ 151.229000] | ||
| + | [ 151.229000] >>>>>> | ||
| + | [ 151.229000] | ||
| + | [ 151.229000] usbd_new_device() addr:1, vid:0x058b, pid:0xf002, devFlag: | ||
| + | [ 151.252000] usbd_probe_and_attach(Hub)> | ||
| + | [ 151.259000] usbd_open_pipe_intr: | ||
| + | [ 151.265000] usbd_open_pipe_intr: | ||
| + | [ 152.014000] usbd_probe_and_attach, | ||
| + | [ 152.025000] Run a kernel thread " | ||
| + | [ 152.032000] startExplore() usb explore task run-up, slot:0, tsk_id: | ||
| + | [ 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: | ||
| + | [ 152.085000] *************************************************** | ||
| + | [ 152.085000] | ||
| + | [ 152.093000] usb_explore_task> | ||
| + | [absread] : read() fails, return 0 | ||
| + | threadMask=3 | ||
| + | httpd: listen at 192.168.2.1: | ||
| + | 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) | ||
| + | / | ||
| + | main: http_redir_init initialization complete! | ||
| + | mounted_num = | ||
| + | [webdav_folder_set] setting webdav default folder >>> | ||
| + | |||
| + | 0 | ||
| + | 0 | ||
| + | DRV_DATA = 0: | ||
| + | DRV_DATA = | ||
| + | DRV_DATA = | ||
| + | DRV_DATA = | ||
| + | DRV_DATA = | ||
| + | [xdslrc.sh] platform=VR9, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | [xdslrc.sh] platform=VR9, | ||
| + | [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=, | ||
| + | [xdslrc.sh] DSL_EFM_TC_CONFIG_US=, | ||
| + | </ | ||
| + | </ | ||
| + | Original Bootlog taken from [[http:// | ||
| + | ==== QSDK(?) bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | 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: | ||
| + | Err: | ||
| + | Net: | ||
| + | vr9 Switch | ||
| + | |||
| + | Type "run flash_nfs" | ||
| + | |||
| + | Hit any key to stop autoboot: | ||
| + | Uncompressing LCD bootup images ............... | ||
| + | NAND read: device 0 offset 0x0000000004700000, | ||
| + | | ||
| + | 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, | ||
| + | | ||
| + | ## Booting kernel from Legacy Image at 80800000 ... | ||
| + | Image Name: MIPS OpenWrt Linux-3.18.29 | ||
| + | | ||
| + | Image Type: MIPS Linux Kernel Image (lzma compressed) | ||
| + | Data Size: 1535033 Bytes = 1.5 MiB | ||
| + | Load Address: 80002000 | ||
| + | Entry Point: | ||
| + | | ||
| + | | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | [ 0.000000] Linux version 3.18.29 (professor@workstation) (gcc version 4.8.3 (OpenWrt/ | ||
| + | |||
| + | [ 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] | ||
| + | |||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | |||
| + | [ 0.000000] Zone ranges: | ||
| + | |||
| + | [ 0.000000] | ||
| + | |||
| + | [ 0.000000] Movable zone start for each node | ||
| + | |||
| + | [ 0.000000] Early memory node ranges | ||
| + | |||
| + | [ 0.000000] | ||
| + | |||
| + | [ 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, | ||
| + | |||
| + | [ 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/ | ||
| + | |||
| + | [ 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: | ||
| + | |||
| + | [ 0.060000] dma-xway 1e104100.dma: | ||
| + | |||
| + | [ 0.164000] dcdc-xrx200 1f106a00.dcdc: | ||
| + | |||
| + | [ 0.168000] PCI host bridge / | ||
| + | |||
| + | [ 0.172000] | ||
| + | |||
| + | [ 0.176000] | ||
| + | |||
| + | [ 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: | ||
| + | |||
| + | [ 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/ | ||
| + | |||
| + | [ 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: | ||
| + | |||
| + | [ 1.388000] phy-xrx200 gphy-xrx200: | ||
| + | |||
| + | [ 1.396000] phy-xrx200 gphy-xrx200: | ||
| + | |||
| + | [ 1.504000] futex hash table entries: 256 (order: -1, 3072 bytes) | ||
| + | |||
| + | [ 1.520000] squashfs: version 4.0 (2009/ | ||
| + | |||
| + | [ 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: | ||
| + | |||
| + | [ 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 " | ||
| + | [ 2.008000] 0x000000000000-0x000000040000 : " | ||
| + | [ 2.012000] 0x000000040000-0x000003c40000 : " | ||
| + | [ 2.016000] 0x000003c40000-0x000004140000 : " | ||
| + | [ 2.024000] 0x000004140000-0x000004240000 : " | ||
| + | [ 2.028000] 0x000004240000-0x000004440000 : " | ||
| + | [ 2.032000] 0x000004440000-0x000004540000 : " | ||
| + | [ 2.036000] 0x000004540000-0x000004640000 : " | ||
| + | [ 2.044000] 0x000004640000-0x000004700000 : " | ||
| + | [ 2.048000] 0x000004700000-0x000004a00000 : " | ||
| + | [ 2.052000] 0x000004a00000-0x000004b00000 : " | ||
| + | [ 2.056000] 0x000004b00000-0x000004c00000 : " | ||
| + | [ 2.064000] 0x000004c00000-0x000008c00000 : " | ||
| + | [ 2.068000] 0x000008c00000-0x00001be00000 : " | ||
| + | [ 2.072000] 0x00001be00000-0x00001fa00000 : " | ||
| + | [ 2.076000] 0x00001fa00000-0x00001ff00000 : " | ||
| + | [ 2.084000] 0x00001ff00000-0x000020000000 : " | ||
| + | [ 2.192000] libphy: lantiq, | ||
| + | [ 2.216000] net-xrx200: invalid MAC, using random | ||
| + | [ 2.216000] eth0 (uninitialized): | ||
| + | [ 2.224000] xrx200-mdio: | ||
| + | [ 2.228000] wdt 1f8803f0.watchdog: | ||
| + | [ 2.232000] TCP: cubic registered | ||
| + | [ 2.236000] NET: Registered protocol family 17 | ||
| + | [ 2.240000] bridge: automatic filtering via arp/ | ||
| + | [ 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 (" | ||
| + | [ 2.500000] UBI: attached mtd12 (name " | ||
| + | [ 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: | ||
| + | [ 2.560000] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem | ||
| + | [ 2.568000] UBI: background thread " | ||
| + | [ 2.588000] Freeing unused kernel memory: 180K (80453000 - 80480000) | ||
| + | [ 4.392000] init: Console is alive | ||
| + | [ 4.392000] init: - watchdog - | ||
| + | [ 6.316000] dwc2 1e101000.ifxhcd: | ||
| + | [ 7.180000] dwc2 1e101000.ifxhcd: | ||
| + | [ 7.184000] dwc2 1e101000.ifxhcd: | ||
| + | [ 7.192000] dwc2 1e101000.ifxhcd: | ||
| + | [ 7.196000] dwc2 1e101000.ifxhcd: | ||
| + | [ 7.196000] dwc2 1e101000.ifxhcd: | ||
| + | [ 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: | ||
| + | [ 8.104000] dwc2 1e106000.ifxhcd: | ||
| + | [ 8.112000] dwc2 1e106000.ifxhcd: | ||
| + | [ 8.120000] dwc2 1e106000.ifxhcd: | ||
| + | [ 8.120000] dwc2 1e106000.ifxhcd: | ||
| + | [ 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 | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | Please press Enter to activate this console. | ||
| + | [ | ||
| + | |||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | |||
| + | [ | ||
| + | [ | ||
| + | ### MEI CPE - MEI CPE - MEI CPE - MEI CPE ### | ||
| + | |||
| + | |||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | ioctl ATM_SETESI: No such device | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | |||
| + | 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 | ||
| + | * 1 1/2 oz Orange Juice | ||
| + | * 1 tsp. Grenadine Syrup | ||
| + | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== Notes ===== | ||
| + | **Helpful Links** | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||