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 | ||
| toh:siemens:gigaset604il [2015/10/26 13:42] – [Tags] tmomas | toh:siemens:gigaset604il [2019/10/16 07:17] – [Tags] WIP + unsupported added tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Siemens Gigaset 604 IL ====== | ||
| + | The Gigaset 604 IL is a fully featured Lantiq Danube XWAY-based IAD. | ||
| + | |||
| + | The board is labled PORTA 2.0, it's probably very similar to the [[toh: | ||
| + | |||
| + | Known alternative product name is [[http:// | ||
| + | |||
| + | The bootloader is locked with a password (but you can get around it easily) and it seems to run Jungo' | ||
| + | |||
| + | **<color yellow> | ||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ^ CPU ^ Ram ^ Flash ^ Network ^ WiFi ^ USB ^ POTS ^ Serial ^ JTag ^ | ||
| + | | Lantiq Danube-S XWAY@333MHz | 64MiB | 0.5MiB NOR + 32MiB NAND | 4x ETH, ADSL2+ | 802.11bgn 2T2R | 1x USB2.0 | 2xFXS, 1xFXO | Yes | EJTAG 3.1 | | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | Working: | ||
| + | |||
| + | * serial :) | ||
| + | * Ethernet (tested) | ||
| + | * USB (tested) | ||
| + | * NAND (tested) | ||
| + | * TAPI/VoIP (probed ok, not tested) | ||
| + | * ADSL (driver loads, not tested) | ||
| + | |||
| + | Not working yet: | ||
| + | |||
| + | * NOR support is somehow still disturbed: Even though JEDEC probe is enabled and added to lantiq-flash, | ||
| + | * WiFi: I figured this can be done in user-space, similar to how it works on the [[https:// | ||
| + | * Rebooting: The board just halts instead of rebooting. | ||
| + | |||
| + | Unsupportable: | ||
| + | |||
| + | * DECT: Will probably never work (unless someone wants to implement a driver for it) | ||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | ^ [[wp> | ||
| + | ^ Vendor | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | ^ Flash-Chips | ||
| + | ^ Flash size | 512 KiB NOR + 32 MiB NAND | | ||
| + | ^ RAM | 64 MiB | | ||
| + | ^ Wireless | ||
| + | ^ POTS | 2x FXS [[http:// | ||
| + | ^ Ethernet | ||
| + | ^ Internet | ||
| + | ^ USB | Yes, 1 x USB2.0 (IFXUSB) | | ||
| + | ^ [[docs: | ||
| + | ^ [[docs: | ||
| + | |||
| + | ==== Photos ==== | ||
| + | PORTA 2.0 | ||
| + | |||
| + | {{: | ||
| + | {{: | ||
| + | |||
| + | ==== Serial ==== | ||
| + | The board got an 3.3V TTL as shown on the picture below. It runs on 115200 8n1. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | PIN 1 and PIN 2 are aparently BOOTSELECT signals. If you short them, you can run an UART loader (useful in case you bricked the board). | ||
| + | |||
| + | The procedure is the same as described in the page of [[toh: | ||
| + | < | ||
| + | ROM VER: 1.0.3 | ||
| + | CFG 04 | ||
| + | Read EEPROMX | ||
| + | | ||
| + | UART | ||
| + | </ | ||
| + | |||
| + | ==== JTAG ==== | ||
| + | -> [[docs: | ||
| + | |||
| + | The board provides a EJTAG pads, see the 14-pins underneath the serial port on the left. | ||
| + | After adding minimal support code to UrJTAG and OpenOCD, both MIPS cores are detected: | ||
| + | < | ||
| + | jtag> detect | ||
| + | IR length: 10 | ||
| + | Chain length: 2 | ||
| + | Device Id: 00000000000000000000000110000011 (0x00000183) | ||
| + | Manufacturer: | ||
| + | Part(0): | ||
| + | Stepping: | ||
| + | Filename: | ||
| + | Device Id: 00000000000000000000000110000011 (0x00000183) | ||
| + | Manufacturer: | ||
| + | Part(1): | ||
| + | Stepping: | ||
| + | Filename: | ||
| + | Initialized bus 1, active bus 0 | ||
| + | ImpCode=01100000010000010100000000000000 60414000 | ||
| + | EJTAG version: 3.1 | ||
| + | EJTAG Implementation flags: R4k ASID_8 MIPS16 NoDMA MIPS32 | ||
| + | error: illegal state: Failed to enter debug mode, ctrl=100000000000000011010000000 | ||
| + | </ | ||
| + | |||
| + | However, neither remote gdb nor direct flash access is yet possible. | ||
| + | |||
| + | ===== Bootloader ===== | ||
| + | The bootloader is locked with a password, however, we were generously provided with a bug/ | ||
| + | If PIN 2 (next to RX) is pulled down, NAND fails. Once that happens during a normal (non-interrupted) firmware load, (i.e. while it's counting up from 0% to 100% in the boot phase) we are dropped onto an u-boot shell. Unfortunately, | ||
| + | |||
| + | Support for a fully-featured and recent version of U-Boot is [[http:// | ||
| + | |||
| + | |||
| + | ===== experimental DTS ===== | ||
| + | < | ||
| + | /dts-v1/; | ||
| + | |||
| + | /include/ " | ||
| + | |||
| + | / { | ||
| + | model = " | ||
| + | |||
| + | chosen { | ||
| + | bootargs = " | ||
| + | }; | ||
| + | |||
| + | memory@0 { | ||
| + | reg = <0x0 0x4000000>; | ||
| + | }; | ||
| + | |||
| + | sram@1F000000 { | ||
| + | vmmc@107000 { | ||
| + | status = " | ||
| + | gpios = <& | ||
| + | }; | ||
| + | }; | ||
| + | |||
| + | fpi@10000000 { | ||
| + | # | ||
| + | # | ||
| + | localbus@0 { | ||
| + | # | ||
| + | # | ||
| + | ranges = <0 0 0x0 0x3ffffff /* addrsel0 */ | ||
| + | 1 0 0x4000000 0x4000010>; | ||
| + | compatible = " | ||
| + | |||
| + | nor-boot@0 { | ||
| + | compatible = " | ||
| + | lantiq, | ||
| + | bank-width = <1>; | ||
| + | reg = <0 0x0 0x80000>; | ||
| + | # | ||
| + | # | ||
| + | |||
| + | partition@0 { | ||
| + | label = " | ||
| + | reg = <0x0 0x70000>; | ||
| + | }; | ||
| + | |||
| + | partition@60000 { | ||
| + | label = " | ||
| + | reg = <0x60000 0x10000>; | ||
| + | }; | ||
| + | |||
| + | partition@70000 { | ||
| + | label = " | ||
| + | reg = <0x70000 0x10000>; | ||
| + | }; | ||
| + | |||
| + | }; | ||
| + | |||
| + | nand-parts@0 { | ||
| + | compatible = " | ||
| + | lantiq, | ||
| + | bank-width = <2>; | ||
| + | reg = <1 0x0 0x2000000>; | ||
| + | # | ||
| + | # | ||
| + | |||
| + | partition@4000 { | ||
| + | label = " | ||
| + | reg = <0x4000 0x1FFC000>; | ||
| + | }; | ||
| + | }; | ||
| + | |||
| + | gpiomm: gpiomm@4000000 { | ||
| + | compatible = " | ||
| + | reg = <1 0x0 0x10 >; | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | gpio-controller; | ||
| + | lantiq, | ||
| + | }; | ||
| + | |||
| + | mac_addr { | ||
| + | compatible = " | ||
| + | reg = <0 0x4000016 0x6>; | ||
| + | mac-increment = <2>; | ||
| + | }; | ||
| + | |||
| + | ath9k_eep { | ||
| + | compatible = " | ||
| + | reg = <0 0x4000000 0x800 | ||
| + | 0 0x4000016 0x6>; | ||
| + | ath, | ||
| + | ath, | ||
| + | ath, | ||
| + | }; | ||
| + | }; | ||
| + | |||
| + | gpio: pinmux@E100B10 { | ||
| + | compatible = " | ||
| + | pinctrl-names = " | ||
| + | pinctrl-0 = <& | ||
| + | |||
| + | # | ||
| + | gpio-controller; | ||
| + | reg = < | ||
| + | |||
| + | state_default: | ||
| + | stp { | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | ebu { | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | nand_out { | ||
| + | lantiq, | ||
| + | " | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | nand_in { | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | exin { | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | pci { | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | conf_out { | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | }; | ||
| + | }; | ||
| + | |||
| + | etop@E180000 { | ||
| + | phy-mode = " | ||
| + | }; | ||
| + | |||
| + | ifxhcd@E101000 { | ||
| + | status = " | ||
| + | gpios = <& | ||
| + | }; | ||
| + | |||
| + | stp0: stp@E100BB0 { | ||
| + | # | ||
| + | compatible = " | ||
| + | gpio-controller; | ||
| + | reg = < | ||
| + | lantiq, | ||
| + | lantiq, | ||
| + | }; | ||
| + | |||
| + | pci@E105400 { | ||
| + | status = " | ||
| + | lantiq, | ||
| + | gpio-reset = <& | ||
| + | req-mask = < | ||
| + | }; | ||
| + | }; | ||
| + | }; | ||
| + | </ | ||
| + | |||
| + | ===== Bootlogs ===== | ||
| + | ==== OpenWrt bootlog ==== | ||
| + | OpenWrt boots off an uncompressed uImage transfered via TFTP: | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | Image Name: | ||
| + | | ||
| + | Image Type: MIPS Linux Kernel Image (uncompressed) | ||
| + | Data Size: 9579932 Bytes = 9.1 MB | ||
| + | Load Address: 80002000 | ||
| + | Entry Point: | ||
| + | | ||
| + | OK | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | [ 0.000000] Linux version 3.7.9 (daniel@earthship) (gcc version 4.6.4 20121210 (prerelease) (Linaro GCC 4.6-2012.12) ) #6 Thu Feb 28 18:30:54 IST 2013 | ||
| + | [ 0.000000] SoC: Danube rev 1.3 | ||
| + | [ 0.000000] bootconsole [early0] enabled | ||
| + | [ 0.000000] CPU revision is: 00019641 (MIPS 24KEc) | ||
| + | [ 0.000000] Board: PORTA2 - Siemens Gigaset 604 | ||
| + | [ 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] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes. | ||
| + | [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 | ||
| + | [ 0.000000] Kernel command line: console=ttyLTQ0, | ||
| + | [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.000000] __ex_table already sorted, skipping sort | ||
| + | [ 0.000000] Writing ErrCtl register=00052538 | ||
| + | [ 0.000000] Readback ErrCtl register=00052538 | ||
| + | [ 0.000000] Memory: 55308k/ | ||
| + | [ 0.000000] NR_IRQS:256 | ||
| + | [ 0.000000] CPU Clock: 333MHz | ||
| + | [ 0.000000] Calibrating delay loop... 221.18 BogoMIPS (lpj=442368) | ||
| + | [ 0.036000] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.040000] Mount-cache hash table entries: 512 | ||
| + | [ 0.044000] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.048000] NET: Registered protocol family 16 | ||
| + | [ 0.068000] pinctrl-xway 1e100b10.pinmux: | ||
| + | [ 0.072000] dma-xway 1e104100.dma: | ||
| + | [ 0.080000] ath9k, | ||
| + | [ 0.084000] ath9k, | ||
| + | [ 0.088000] ath9k, | ||
| + | [ 0.092000] ath9k, | ||
| + | [ 0.096000] PCI host bridge / | ||
| + | [ 0.100000] | ||
| + | [ 0.104000] | ||
| + | [ 0.128000] bio: create slab < | ||
| + | [ 0.136000] usbcore: registered new interface driver usbfs | ||
| + | [ 0.140000] usbcore: registered new interface driver hub | ||
| + | [ 0.144000] usbcore: registered new device driver usb | ||
| + | [ 0.148000] PCI host bridge to bus 0000:00 | ||
| + | [ 0.152000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff] | ||
| + | [ 0.156000] pci_bus 0000:00: root bus resource [io 0x1ae00000-0x1affffff] | ||
| + | [ 0.160000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | ||
| + | [ 0.164000] Switching to clocksource MIPS | ||
| + | [ 0.172000] NET: Registered protocol family 2 | ||
| + | [ 0.180000] TCP established hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [ 0.184000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | [ 0.192000] TCP: Hash tables configured (established 2048 bind 2048) | ||
| + | [ 0.200000] TCP: reno registered | ||
| + | [ 0.200000] UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.208000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.216000] NET: Registered protocol family 1 | ||
| + | [ 0.428000] gptu: totally 6 16-bit timers/ | ||
| + | [ 0.432000] gptu: misc_register on minor 63 | ||
| + | [ 0.436000] gptu: succeeded to request irq 126 | ||
| + | [ 0.440000] gptu: succeeded to request irq 127 | ||
| + | [ 0.444000] gptu: succeeded to request irq 128 | ||
| + | [ 0.452000] gptu: succeeded to request irq 129 | ||
| + | [ 0.456000] gptu: succeeded to request irq 130 | ||
| + | [ 0.460000] gptu: succeeded to request irq 131 | ||
| + | [ 0.472000] lantiq,vmmc 1f103000.vmmc: | ||
| + | [ 0.476000] lantiq,vmmc 1f103000.vmmc: | ||
| + | [ 0.488000] squashfs: version 4.0 (2009/ | ||
| + | [ 0.496000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.504000] msgmni has been set to 108 | ||
| + | [ 0.508000] io scheduler noop registered | ||
| + | [ 0.512000] io scheduler deadline registered (default) | ||
| + | [ 0.520000] 1e100c00.serial: | ||
| + | [ 0.528000] console [ttyLTQ0] enabled, bootconsole disabled | ||
| + | [ 0.528000] console [ttyLTQ0] enabled, bootconsole disabled | ||
| + | [ 0.544000] ltq-nor 10000000.nor-boot: | ||
| + | [ 0.548000] NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit), page size: 512, OOB size: 16 | ||
| + | [ 0.556000] Scanning device for bad blocks | ||
| + | [ 0.660000] 2 ofpart partitions found on MTD device 14000000.nand-parts | ||
| + | [ 0.664000] Creating 2 MTD partitions on " | ||
| + | [ 0.668000] 0x000000000000-0x000000004000 : " | ||
| + | [ 0.676000] 0x000000004000-0x000002000000 : " | ||
| + | [ 0.684000] Creating 2 MTD partitions on " | ||
| + | [ 0.688000] 0x000000004000-0x0000009ec000 : " | ||
| + | [ 0.696000] 0x0000009ec000-0x000002000000 : " | ||
| + | [ 0.704000] mtd: partition " | ||
| + | [ 0.708000] split_squashfs: | ||
| + | [ 0.724000] etop: invalid MAC, using random | ||
| + | [ 0.756000] libphy: ltq_mii: probed | ||
| + | [ 0.756000] eth0: psb6970 switch driver attached. | ||
| + | [ 0.764000] eth0: attached PHY [Lantiq PSB6970] (phy_addr=1e180000.etop-ff: | ||
| + | [ 0.776000] wdt 1f8803f0.watchdog: | ||
| + | [ 0.780000] TCP: cubic registered | ||
| + | [ 0.780000] NET: Registered protocol family 17 | ||
| + | [ 0.784000] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 0.832000] Freeing unused kernel memory: 6092k freed | ||
| + | - preinit - | ||
| + | Press the [f] key and hit [enter] to enter failsafe mode | ||
| + | - regular preinit - | ||
| + | - init - | ||
| + | |||
| + | Please press Enter to activate this console. | ||
| + | [ 5.916000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH | ||
| + | [ 5.936000] Compat-drivers backport release: compat-drivers-2013-01-21-1 | ||
| + | [ 5.940000] Backport based on wireless-testing.git master-2013-02-22 | ||
| + | [ 5.948000] compat.git: wireless-testing.git | ||
| + | [ 5.984000] cfg80211: Calling CRDA to update world regulatory domain | ||
| + | [ 5.988000] cfg80211: World regulatory domain updated: | ||
| + | [ 5.992000] cfg80211: | ||
| + | [ 6.000000] cfg80211: | ||
| + | [ 6.008000] cfg80211: | ||
| + | [ 6.016000] cfg80211: | ||
| + | [ 6.024000] cfg80211: | ||
| + | [ 6.028000] cfg80211: | ||
| + | [ 6.132000] Lantiq TAPI device driver, version 3.13.0.2, (c) 2001-2010 Lantiq Deutschland GmbH | ||
| + | [ 6.176000] SCSI subsystem initialized | ||
| + | [ 6.252000] Lantiq MIPS24KEc MPS driver, version 2.2.2.5, (c) 2006-2010 Lantiq Deutschland GmbH | ||
| + | [ 6.256000] request_timer(3, | ||
| + | [ 6.264000] Lantiq VMMC device driver, version 1.9.0.3, (c) 2006-2010 Lantiq Deutschland GmbH | ||
| + | [ 6.396000] NET: Registered protocol family 8 | ||
| + | [ 6.396000] NET: Registered protocol family 20 | ||
| + | [ 6.544000] IFX MEI Version 5.00.00 | ||
| + | [ 6.568000] IFXUSB: ifxusb_hcd: version 3.2 B110801 | ||
| + | [ 7.076000] IFXUSB: USB core #0 soft-reset | ||
| + | [ 7.276000] IFXUSB: USB core #0 soft-reset | ||
| + | [ 7.280000] ifxusb_hcd ifxusb_hcd: IFX USB Controller | ||
| + | [ 7.284000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1 | ||
| + | [ 7.292000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000 | ||
| + | [ 7.296000] IFXUSB: Mode Mismatch Interrupt: currently in Host mode | ||
| + | [ 7.304000] IFXUSB: Mode Mismatch Interrupt: currently in Host mode | ||
| + | [ 7.308000] IFXUSB: Init: Power Port (0) | ||
| + | [ 7.316000] hub 1-0:1.0: USB hub found | ||
| + | [ 7.316000] hub 1-0:1.0: 1 port detected | ||
| + | [ 7.320000] ifxusb_hcd ifxusb_hcd: requested GPIO 238 | ||
| + | [ 7.368000] | ||
| + | [ 7.368000] | ||
| + | [ 7.368000] Infineon CPE API Driver version: DSL CPE API V3.24.4.4 | ||
| + | [ 7.416000] ATM1.0.26 | ||
| + | [ 7.420000] ifxmips_atm: | ||
| + | [ 7.516000] Initializing USB Mass Storage driver... | ||
| + | [ 7.520000] usbcore: registered new interface driver usb-storage | ||
| + | [ 7.524000] USB Mass Storage support registered. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | </ | ||
| + | |||
| + | ==== original OpenRG-based firmware ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | |||
| + | Board: DANUBE (0x3012b083) | ||
| + | Chip V1.3 | ||
| + | CPU Speed 333 MHz | ||
| + | DR Speed 166 MHz | ||
| + | FPI Speed 83 MHz | ||
| + | |||
| + | Setting up clock generators... | ||
| + | DRAM: 64 MB | ||
| + | Flash: 512 kB | ||
| + | In: serial | ||
| + | Out: | ||
| + | Err: | ||
| + | danube Switch | ||
| + | NAND: 32 MiB | ||
| + | Hit any key to stop autoboot: | ||
| + | Enter username: | ||
| + | Enter password: | ||
| + | Enter username: | ||
| + | Enter password: | ||
| + | Enter username: | ||
| + | Enter password: | ||
| + | Looking for active section/ | ||
| + | 0. section: type:0 not an image | ||
| + | 1. section: type:4 not an image | ||
| + | 2. section: type:3 not an image | ||
| + | 3. section: type:3 not an image | ||
| + | 4. section: type:1 not an image | ||
| + | 5. section: type: | ||
| + | Reading data from 0x4000 -- | ||
| + | [...] | ||
| + | complete.Reading data from 0xe03e00 -- 100% complete. | ||
| + | checking ... ok: 'Image downloaded from: ftp:// | ||
| + | 6. section: type:6 not an image | ||
| + | 7. section: type: | ||
| + | Reading data from 0xf00000 -- | ||
| + | [...] | ||
| + | 100% complete. | ||
| + | checking ... ok: 'Image downloaded from: ftp:// | ||
| + | 8. section: type:7 not an image | ||
| + | Active section/ | ||
| + | ## Booting image at a0500000 ... | ||
| + | Image Name: | ||
| + | | ||
| + | Image Type: MIPS Linux Kernel Image (uncompressed) | ||
| + | Data Size: 10371072 Bytes = 9.9 MB | ||
| + | Load Address: 80002000 | ||
| + | Entry Point: | ||
| + | | ||
| + | OK | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | TODO: chip version | ||
| + | memsize=64M | ||
| + | Reserving memory for CP1 @0xa3f00000 | ||
| + | memsize=63M | ||
| + | Reserving memory for Crash Logger @0xa3ec0000 | ||
| + | memsize=64256K | ||
| + | CPU revision is: 00019641 | ||
| + | Primary instruction cache 16kB, physically tagged, 4-way, linesize 32 bytes. | ||
| + | Primary data cache 16kB, 4-way, linesize 32 bytes. | ||
| + | Linux version 2.4.31 #2 Thu Jun 24 12:20:15 IDT 2010 | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | | ||
| + | User-defined physical RAM map: | ||
| + | | ||
| + | On node 0 totalpages: 16064 | ||
| + | zone(0): 16064 pages. | ||
| + | zone(1): 0 pages. | ||
| + | zone(2): 0 pages. | ||
| + | Kernel command line: mem=64256K | ||
| + | mips_hpt_frequency: | ||
| + | r4k_offset: 00196e6a(1666666) | ||
| + | Using 166.667 MHz high precision timer. | ||
| + | Calibrating delay loop... 222.00 BogoMIPS | ||
| + | Memory: 52704k/ | ||
| + | Dentry cache hash table entries: 8192 (order: 4, 65536 bytes) | ||
| + | Inode cache hash table entries: 4096 (order: 3, 32768 bytes) | ||
| + | Mount cache hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | Buffer cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | Page-cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
| + | Checking for ' | ||
| + | POSIX conformance testing by UNIFIX | ||
| + | PCI: Probing PCI hardware on host bus 0. | ||
| + | Autoconfig PCI channel 0x80264e30 | ||
| + | Scanning bus 00, I/O 0x1ae00000: | ||
| + | 00:0e.0 Class 0200: 168c:ff1d (rev 01) | ||
| + | Mem at 0x18000000 [size=0x10000] | ||
| + | Linux NET4.0 for Linux 2.4 | ||
| + | Based upon Swansea University Computer Society NET3.039 | ||
| + | Initializing RT netlink socket | ||
| + | Starting kswapd | ||
| + | Journalled Block Device driver loaded | ||
| + | fs/ | ||
| + | fuse init (API version 7.5) | ||
| + | Initializing Cryptographic API | ||
| + | loop: loaded (max 8 devices) | ||
| + | SCSI subsystem driver Revision: 1.00 | ||
| + | NET4: Linux TCP/IP 1.0 for NET4.0 | ||
| + | IP Protocols: ICMP, UDP, TCP, IGMP | ||
| + | IP: routing cache hash table of 512 buckets, 4Kbytes | ||
| + | TCP: Hash tables configured (established 4096 bind 8192) | ||
| + | NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. | ||
| + | 802.1Q VLAN Support v1.8 Ben Greear < | ||
| + | All bugs added by David S. Miller < | ||
| + | usb.c: registered new driver usbdevfs | ||
| + | usb.c: registered new driver hub | ||
| + | usb.c: registered new driver usblp | ||
| + | printer.c: v0.13: USB Printer Device Class driver | ||
| + | Initializing USB Mass Storage driver... | ||
| + | usb.c: registered new driver usb-storage | ||
| + | USB Mass Storage support registered. | ||
| + | cgu: misc_register on minor = 63 | ||
| + | PORTA2: CPLD interrupts configured. | ||
| + | PORTA2: CPLD access enabled. | ||
| + | PORTA2: CPLD directs SPI CS line to FXO. | ||
| + | ppe: ATM init succeeded (firmware version 1.1.0.2.1.13) | ||
| + | danube MAC driver loaded! | ||
| + | gptu: totally 6 16-bit timers/ | ||
| + | gptu: misc_register on minor 62 | ||
| + | gptu: succeeded to request irq 118 | ||
| + | gptu: succeeded to request irq 119 | ||
| + | gptu: succeeded to request irq 120 | ||
| + | gptu: succeeded to request irq 121 | ||
| + | gptu: succeeded to request irq 122 | ||
| + | gptu: succeeded to request irq 123 | ||
| + | DANUBE MIPS24KEc MPS mailbox driver, Version 1.2.6 | ||
| + | (c) Copyright 2006, Infineon Technologies AG | ||
| + | ifx_mps_init_gpt_danube() - attaching to falling edge... | ||
| + | ifx_mps_init_gpt_danube() - calibration done, waited 97 loops! | ||
| + | IFX_MPS: using proc fs | ||
| + | NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit) | ||
| + | Scanning device for bad blocks | ||
| + | Creating 3 MTD partitions on " | ||
| + | 0x00000000-0x02000000 : " | ||
| + | 0x01e00000-0x02000000 : "Dect configuration" | ||
| + | 0x00000000-0x00004000 : " | ||
| + | Init NAND controller succeeded! | ||
| + | oamk: init_module() called. | ||
| + | Opening oam kernel socket | ||
| + | oamk: init_module() returned. | ||
| + | Danube Port Initialization | ||
| + | ttyS0 at MEM 0xbe100400 (irq = 2) is a IFX_ASC | ||
| + | ttyS1 at MEM 0xbe100c00 (irq = 9) is a IFX_ASC | ||
| + | VFS: Mounted root (tmpfs filesystem). | ||
| + | Mount of initial cramfs successful | ||
| + | Freeing init cramfs memory: 64k freed | ||
| + | Freeing unused kernel memory: 8k freed | ||
| + | Mounting cramfs imageAlgorithmics/ | ||
| + | Version: 4.10.4.2.7.1.62.1.20 | ||
| + | Platform: SHC PORTA V2.0 board based on Infineon Danube | ||
| + | Compilation Time: 24-Jun-10 09:14:59 | ||
| + | Tag: Ntag-4_10_4_2_7_1_62_1_20 | ||
| + | Compilation Flags: DIST=PORTA2_PARTNER | ||
| + | User Information: | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | Danube MEI version: | ||
| + | Danube MEI MIB version: | ||
| + | Jan 1 00:00:05 10.unknown[15]: | ||
| + | Jan 1 00:00:05 10.unknown[15]: | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | Loading license 643d3aff8c13be080a7e71bea0cddc20acfb409647f0c79a77acb5f0.jungo_rnd | ||
| + | loading license key: jungo_rnd | ||
| + | |||
| + | insmod: add-sklog: Using RAM buffer at address 0xa3ec0000 size 0x40000 | ||
| + | klog: Invalid magic or checksum, reseting all information. | ||
| + | memsize=64M | ||
| + | Reserving memory for CP1 @0xa3f00000 | ||
| + | memsize=63M | ||
| + | Reserving memory for Crash Logger @0xa3ec0000 | ||
| + | memsize=64256K | ||
| + | CPU revision is: 00019641 | ||
| + | Primary instruction cache 16kB, physically tagged, 4-way, linesize 32 bytes. | ||
| + | Primary data cache 16kB, 4-way, linesize 32 bytes. | ||
| + | Linux version 2.4.31 #2 Thu Jun 24 12:20:15 IDT 2010 | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | | ||
| + | User-defined physical RAM map: | ||
| + | | ||
| + | On node 0 totalpages: 16064 | ||
| + | zone(0): 16064 pages. | ||
| + | zone(1): 0 pages. | ||
| + | zone(2): 0 pages. | ||
| + | Kernel command line: mem=64256K | ||
| + | mips_hpt_frequency: | ||
| + | r4k_offset: 00196e6a(1666666) | ||
| + | Using 166.667 MHz high precision timer. | ||
| + | Calibrating delay loop... 222.00 BogoMIPS | ||
| + | Memory: 52704k/ | ||
| + | Dentry cache hash table entries: 8192 (order: 4, 65536 bytes) | ||
| + | Inode cache hash table entries: 4096 (order: 3, 32768 bytes) | ||
| + | Mount cache hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | Buffer cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | Page-cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
| + | Checking for ' | ||
| + | POSIX conformance testing by UNIFIX | ||
| + | PCI: Probing PCI hardware on host bus 0. | ||
| + | Autoconfig PCI channel 0x80264e30 | ||
| + | Scanning bus 00, I/O 0x1ae00000: | ||
| + | 00:0e.0 Class 0200: 168c:ff1d (rev 01) | ||
| + | Mem at 0x18000000 [size=0x10000] | ||
| + | Linux NET4.0 for Linux 2.4 | ||
| + | Based upon Swansea University Computer Society NET3.039 | ||
| + | Initializing RT netlink socket | ||
| + | Starting kswapd | ||
| + | Journalled Block Device driver loaded | ||
| + | fs/ | ||
| + | fuse init (API version 7.5) | ||
| + | Initializing Cryptographic API | ||
| + | loop: loaded (max 8 devices) | ||
| + | SCSI subsystem driver Revision: 1.00 | ||
| + | NET4: Linux TCP/IP 1.0 for NET4.0 | ||
| + | IP Protocols: ICMP, UDP, TCP, IGMP | ||
| + | IP: routing cache hash table of 512 buckets, 4Kbytes | ||
| + | TCP: Hash tables configured (established 4096 bind 8192) | ||
| + | NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. | ||
| + | 802.1Q VLAN Support v1.8 Ben Greear < | ||
| + | All bugs added by David S. Miller < | ||
| + | usb.c: registered new driver usbdevfs | ||
| + | usb.c: registered new driver hub | ||
| + | usb.c: registered new driver usblp | ||
| + | printer.c: v0.13: USB Printer Device Class driver | ||
| + | Initializing USB Mass Storage driver... | ||
| + | usb.c: registered new driver usb-storage | ||
| + | USB Mass Storage support registered. | ||
| + | cgu: misc_register on minor = 63 | ||
| + | PORTA2: CPLD interrupts configured. | ||
| + | PORTA2: CPLD access enabled. | ||
| + | PORTA2: CPLD directs SPI CS line to FXO. | ||
| + | ppe: ATM init succeeded (firmware version 1.1.0.2.1.13) | ||
| + | danube MAC driver loaded! | ||
| + | gptu: totally 6 16-bit timers/ | ||
| + | gptu: misc_register on minor 62 | ||
| + | gptu: succeeded to request irq 118 | ||
| + | gptu: succeeded to request irq 119 | ||
| + | gptu: succeeded to request irq 120 | ||
| + | gptu: succeeded to request irq 121 | ||
| + | gptu: succeeded to request irq 122 | ||
| + | gptu: succeeded to request irq 123 | ||
| + | DANUBE MIPS24KEc MPS mailbox driver, Version 1.2.6 | ||
| + | (c) Copyright 2006, Infineon Technologies AG | ||
| + | ifx_mps_init_gpt_danube() - attaching to falling edge... | ||
| + | ifx_mps_init_gpt_danube() - calibration done, waited 97 loops! | ||
| + | IFX_MPS: using proc fs | ||
| + | NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit) | ||
| + | Scanning device for bad blocks | ||
| + | Creating 3 MTD partitions on " | ||
| + | 0x00000000-0x02000000 : " | ||
| + | 0x01e00000-0x02000000 : "Dect configuration" | ||
| + | 0x00000000-0x00004000 : " | ||
| + | Init NAND controller succeeded! | ||
| + | oamk: init_module() called. | ||
| + | Opening oam kernel socket | ||
| + | oamk: init_module() returned. | ||
| + | Danube Port Initialization | ||
| + | ttyS0 at MEM 0xbe100400 (irq = 2) is a IFX_ASC | ||
| + | ttyS1 at MEM 0xbe100c00 (irq = 9) is a IFX_ASC | ||
| + | VFS: Mounted root (tmpfs filesystem). | ||
| + | Mount of initial cramfs successful | ||
| + | Freeing init cramfs memory: 64k freed | ||
| + | Freeing unused kernel memory: 8k freed | ||
| + | Mounting cramfs image at ' | ||
| + | Algorithmics/ | ||
| + | Danube MEI version: | ||
| + | Danube MEI MIB version: | ||
| + | Loading license 643d3aff8c13be080a7e71bea0cddc20acfb409647f0c79a77acb5f0.jungo_rnd | ||
| + | loading license key: jungo_rnd | ||
| + | klog: Using RAM buffer at address 0xa3ec0000 size 0x40000 | ||
| + | klog: Invalid magic or checksum, reseting all information. | ||
| + | klog chardev initialized. | ||
| + | klog initialization succeeded | ||
| + | ymbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | loading license key: jungo_rnd | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc. | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | ath_hal: 0.9.14.25 (AR5416, REGOPS_FUNC) | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | wlan: 0.8.4.2 (Atheros/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | Copyright (c) 2001-2004 Atheros Communications, | ||
| + | rate_atheros.o 0xc019d060 -s .data 0xc01a18b0 -s .bss 0xc01aa230 | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | Copyright (c) 2005-2006 Atheros Communications, | ||
| + | 60 -s .data 0xc01b35e0 -s .bss 0xc01b35f0 | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: wlan: mac acl policy registered | ||
| + | add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | ath_pci: 0.9.4.5 (Atheros/ | ||
| + | ath_pci: CR-LSDK-1.3.1.115 | ||
| + | Changelist :0 Date: 0 | ||
| + | Chan Freq RegPwr | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 2457n | ||
| + | 11 2462n | ||
| + | 12 2467n | ||
| + | 13 2472n | ||
| + | dfs_init_radar_filters: | ||
| + | DFS min filter rssiThresh = 21 | ||
| + | DFS max pulse dur = 131 ticks | ||
| + | Jan 1 00:00:08 10.unknown[wifi0: | ||
| + | wifi0: 11ng MCS: 0, | ||
| + | wifi0: mac 31.1 phy 11.0 radio 13.0 | ||
| + | wifi0: Use hw queue 1 for WME_AC_BE traffic | ||
| + | wifi0: Use hw queue 0 for WME_AC_BK traffic | ||
| + | wifi0: Use hw queue 2 for WME_AC_VI traffic | ||
| + | wifi0: Use hw queue 3 for WME_AC_VO traffic | ||
| + | wifi0: Use hw queue 8 for CAB traffic | ||
| + | wifi0: Use hw queue 9 for beacons | ||
| + | wifi0: Use hw queue 7 for UAPSD | ||
| + | wifi0: Atheros 5416 Owl emulation: mem=0x18000000, | ||
| + | 33]: sock_socket_dev: | ||
| + | Jan 1 00:00:08 10.unknown[33]: | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | Press ESC to enter BOOT MENU mode. | ||
| + | MAPS: | ||
| + | 00400000-00847000 r-xp 00000000 00:07 2016500 | ||
| + | 10000000-10089000 rw-p 00447000 00:07 2016500 | ||
| + | 10089000-10242000 rwxp 00000000 00:00 0 | ||
| + | 2aaa8000-2aaae000 r-xp 00000000 00:07 5738820 | ||
| + | 2aaae000-2aaaf000 rw-p 00000000 00:00 0 | ||
| + | 2aaed000-2aaee000 rw-p 00005000 00:07 5738820 | ||
| + | 2aaee000-2aafd000 r-xp 00000000 00:07 6292904 | ||
| + | 2aafd000-2ab3c000 ---p 0000f000 00:00 0 | ||
| + | 2ab3c000-2ab3d000 rw-p 0000e000 00:07 6292904 | ||
| + | 2ab3d000-2ab89000 r-xp 00000000 00:07 6095240 | ||
| + | 2ab89000-2abc8000 ---p 0004c000 00:00 0 | ||
| + | 2abc8000-2abcd000 rw-p 0004b000 00:07 6095240 | ||
| + | 2abcd000-2abd4000 rw-p 00000000 00:00 0 | ||
| + | 2abd4000-2ac12000 r-xp 00000000 00:07 6385156 | ||
| + | 2ac12000-2ac51000 ---p 0003e000 00:00 0 | ||
| + | 2ac51000-2ac55000 rw-p 0003d000 00:07 6385156 | ||
| + | 2ac55000-2ad68000 r-xp 00000000 00:07 5752524 | ||
| + | 2ad68000-2ada7000 ---p 00113000 00:00 0 | ||
| + | 2ada7000-2adba000 rw-p 00112000 00:07 5752524 | ||
| + | 2adba000-2adbd000 rw-p 00000000 00:00 0 | ||
| + | 2adbd000-2adbf000 r-xp 00000000 00:07 6063404 | ||
| + | 2adbf000-2adfe000 ---p 00002000 00:00 0 | ||
| + | 2adfe000-2adff000 rw-p 00001000 00:07 6063404 | ||
| + | 2adff000-2ae12000 r-xp 00000000 00:07 6366112 | ||
| + | 2ae12000-2ae51000 ---p 00013000 00:00 0 | ||
| + | 2ae51000-2ae53000 rw-p 00012000 00:07 6366112 | ||
| + | 2ae53000-2ae54000 rw-p 00000000 00:00 0 | ||
| + | 2ae54000-2ae64000 r-xp 00000000 00:07 6186356 | ||
| + | 2ae64000-2aea3000 ---p 00010000 00:00 0 | ||
| + | 2aea3000-2aea4000 rw-p 0000f000 00:07 6186356 | ||
| + | 2aea4000-2aea6000 r-xp 00000000 00:07 6612576 | ||
| + | 2aea6000-2aee5000 ---p 00002000 00:00 0 | ||
| + | 2aee5000-2aee6000 rw-p 00001000 00:07 6612576 | ||
| + | 2aee6000-2af3f000 r-xp 00000000 00:07 6501752 | ||
| + | 2af3f000-2af7e000 ---p 00059000 00:00 0 | ||
| + | 2af7e000-2af80000 rw-p 00058000 00:07 6501752 | ||
| + | 2af80000-2af85000 rw-p 00000000 00:00 0 | ||
| + | 7fff7000-7fff8000 rwxp 00000000 00:00 0 | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | xc01f16b0 -s .bss 0xc01f16e0 | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | IFX TAPI, version 3.6.1.11, (c) 2007 Infineon Technologies AG | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | IFX VMMC device driver, version 1.2.1.9, (c) 2007 Infineon Technologies AG | ||
| + | < | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | .data 0xc025d1f0 -s .bss 0xc025e0f0 | ||
| + | |||
| + | insmod: add-sy73M1966 TAPI CTL, version 1.3.11, (c) 2007 Teridian Semiconductor Corp. | ||
| + | m1966_tapi_ctl_init: | ||
| + | m1966_tapi_ctl_init: | ||
| + | m1966_tapi_ctl_init: | ||
| + | mbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | |||
| + | insmod: add-symbol-file dwc3884-hcd: | ||
| + | usb.c: new USB bus registered, assigned bus number 1 | ||
| + | build/ | ||
| + | hw_buttons_arch.c: | ||
| + | hw_buttons_arch.c: | ||
| + | hw_buttons_arch.c: | ||
| + | hub.c: USB hub found | ||
| + | hub.c: 1 port detected | ||
| + | Jan 1 00:00:23 10.unknown[59]: | ||
| + | Jan 1 00:00:23 10.unknown[59]: | ||
| + | |||
| + | insmod: add-symbol-file build/ | ||
| + | starting DVA | ||
| + | kernel.core_pattern = /tmp/core | ||
| + | kernel.core_uses_pid = 1 | ||
| + | Using Asterisk version 1.2.4 | ||
| + | Vinetic: Using BBD file ETSI_0DB_FXS.bin | ||
| + | Nov 30 00:00:01 640.[69]: sock_socket: | ||
| + | ok! | ||
| + | Version 11.3.0.1.3 up and running... | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | m1966_tapi_open: | ||
| + | |||
| + | SPI_INIT Teridian FXO on DANUBE... | ||
| + | >>>>> | ||
| + | |||
| + | Perform FXO reset... | ||
| + | m1966_process_ctl: | ||
| + | cpld emptry irq | ||
| + | < | ||
| + | Vinetic ERROR vinetic_hook_state_set(): | ||
| + | VINETIC chip capabilities: | ||
| + | Type: 0 Specific: | ||
| + | Type: 1 Specific: | ||
| + | Type: 2 Specific: | ||
| + | Type: 2 Specific: | ||
| + | Type: 11 Specific: | ||
| + | Type: 10 Specific: 258 Description: | ||
| + | Type: 4 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 3 Specific: | ||
| + | Type: 9 Specific: | ||
| + | Type: 6 Specific: | ||
| + | Type: 5 Specific: | ||
| + | Type: 7 Specific: | ||
| + | Type: 12 Specific: | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | wifi0: | ||
| + | date: 26, month: 1, hour: 56, minute: 7 | ||
| + | eth1: MAC Address: XX: | ||
| + | device eth0 entered promiscuous mode | ||
| + | eth1: MAC Address: XX: | ||
| + | Starting DVA with '/ | ||
| + | dva_msg_send: | ||
| + | dva_msg_send: | ||
| + | dva_msg_send: | ||
| + | dva_msg_send: | ||
| + | kernel.core_pattern = /tmp/core | ||
| + | kernel.core_uses_pid = 1 | ||
| + | < | ||
| + | Loading Asterisk (manager): ... done. | ||
| + | Vinetic ERROR vinetic_hook_state_set(): | ||
| + | mt_cwmp: session error: Could not resolve host | ||
| + | failed queueing 278 messagesRegistered process monitor dummy client (handle = 0x10104cb8)</ | ||
| + | </ | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||