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:t-com:spw701v [2017/05/15 19:29] – Link added everloop | toh:t-com:spw701v [2018/06/02 07:52] – non working links removed tmomas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== T-Com Speedport W701V ====== | ||
| + | ===== Supported Versions ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | ||
| + | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | ==== Status ==== | ||
| + | Tested [[https:// | ||
| + | |||
| + | * Boot: working, be patient -> Busybox working | ||
| + | * Wifi: not working due -> acx_mac80211: | ||
| + | * ADSL: ??? | ||
| + | * Ethernet: if not responding, can be fixed ([[# | ||
| + | * Serial Port: working | ||
| + | * LEDs: ??? | ||
| + | * LuCI: working | ||
| + | |||
| + | Tested [[http:// | ||
| + | |||
| + | * Boot: working, be patient -> Busybox working | ||
| + | * Wifi: no boot errors -> not working, < | ||
| + | * ADSL: working | ||
| + | * Ethernet: if not responding, can be fixed ([[# | ||
| + | * LEDs: working | ||
| + | * Serial Port: working | ||
| + | * LuCI: working | ||
| + | |||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, | ||
| + | header | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | ||
| + | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| + | align : l,c,c | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | ==== Bootloader ==== | ||
| + | The bootloader is ADAM2 which provides a console on the serial port and allows flashing via FTP. The W701V' | ||
| + | |||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | ^ SoC | [[docs: | ||
| + | ^ CPU | TNETD7200ZDW (AR7) @211MHz | ||
| + | ^ Flash | 8 MB | | ||
| + | ^ RAM | 32 MB | | ||
| + | ^ USB | No | | ||
| + | ^ WLAN | TNETW1350A | ||
| + | ^ Ethernet Switch | ||
| + | ^ Serial Port | Yes | | ||
| + | ^ JTAG | ? | | ||
| + | ^ Power | 12 volts 1000 mA | | ||
| + | ^ Specials | ||
| + | |||
| + | |||
| + | ==== Photos ==== | ||
| + | [[http:// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ==== Serial Port ==== | ||
| + | It has a 3.3v serial port to the lower right of the CPU, near the crystal and the large capacitor. The PCB on my router didn't have a pin header/pin strip attached to it so I bought a pin strip from Maplin Electronics for £0.79p and soldered it carefully to the back of the PCB. I then attached my serial port adaptor (see the Addontech ARM8100 page on this wiki for circuit diagram, note the different order of RX and TX signals on the router' | ||
| + | |||
| + | The general location of the port and it's pin-out is as follows: | ||
| + | |||
| + | < | ||
| + | Top right of PCB | ||
| + | _________________________ | ||
| + | | | ||
| + | F R A M | | ||
| + | L WIFI | | ||
| + | A CHIP | | ||
| + | S SoC | | ||
| + | H CPU XTal | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | | ||
| + | ADM6996 | ||
| + | | | ||
| + | _________________________| | ||
| + | </ | ||
| + | |||
| + | Serial port settings: 38400 8N1 | ||
| + | |||
| + | ===== Original Firmware Info ===== | ||
| + | ==== Backing up original firmware ==== | ||
| + | To backup the original firmware you'll need console access to the device, e.g. use a serial cable and minicom to access the root shell. | ||
| + | |||
| + | You can then dump each mtd block to a file and download them via the built in web browser as below. | ||
| + | |||
| + | < | ||
| + | mkdir /var/backup | ||
| + | cp /dev/mtd1 / | ||
| + | cp /dev/mtd2 / | ||
| + | cp /dev/mtd3 / | ||
| + | cp /dev/mtd4 / | ||
| + | cp /dev/mtd5 / | ||
| + | kill `pidof websrv` | ||
| + | cd /var | ||
| + | rm html | ||
| + | ln -s backup html | ||
| + | websrv | ||
| + | </ | ||
| + | |||
| + | You can then download the files by pointing your webbrowser at < | ||
| + | etc. | ||
| + | |||
| + | All being well you should have files like this | ||
| + | |||
| + | < | ||
| + | # ls -al | ||
| + | drwxr-xr-x | ||
| + | drwxrwxr-x | ||
| + | -rw-r--r-- | ||
| + | -rw-r--r-- | ||
| + | -rw-r--r-- | ||
| + | -rw-r--r-- | ||
| + | -rw-r--r-- | ||
| + | </ | ||
| + | |||
| + | |||
| + | Another way is to do this via a tftp (tftp server eg ip 192.168.178.21): | ||
| + | < | ||
| + | cat / | ||
| + | cat / | ||
| + | </ | ||
| + | |||
| + | this can be easily flashed back via adam2 for recovering | ||
| + | |||
| + | ==== Restoring Original Firmware ==== | ||
| + | === Undoing changes to adam2 config === | ||
| + | TODO: finish this section, here's some hints for now | ||
| + | |||
| + | flashing my own backup didn't work for me, I had to use speed-to-fritz from [[http:// | ||
| + | |||
| + | ftp 192.168.1.1 (login: adam2/ | ||
| + | |||
| + | < | ||
| + | binary | ||
| + | passiv | ||
| + | quote MEDIA FLSH | ||
| + | put Firmware.new/ | ||
| + | quote SETENV firmware_version tcom | ||
| + | quote UNSETENV kernel_args | ||
| + | quote UNSETENV mtd5 | ||
| + | quote REBOOT | ||
| + | bye | ||
| + | </ | ||
| + | |||
| + | ===== System info ===== | ||
| + | |||
| + | ==== Output from various commands on the original firmware ==== | ||
| + | When I logged in to the console for the first time it kindly dumped a bunch of info and kernel configuration values for me to see! | ||
| + | |||
| + | < | ||
| + | HWRevision=' | ||
| + | HWRevision_ATA=' | ||
| + | HWRevision_BitFileCount=' | ||
| + | HWRevision_Reserved1=' | ||
| + | ANNEX=' | ||
| + | OEM=' | ||
| + | OEM_DEFAULT_INDEX='' | ||
| + | OEM_tmp=' | ||
| + | Language=' | ||
| + | Country=' | ||
| + | TZ=' | ||
| + | CONFIG_AB_COUNT=' | ||
| + | CONFIG_ANNEX=' | ||
| + | CONFIG_ASSIST=' | ||
| + | CONFIG_ATA=' | ||
| + | CONFIG_ATA_FULL=' | ||
| + | CONFIG_AUDIO=' | ||
| + | CONFIG_AURA=' | ||
| + | CONFIG_BLUETOOTH=' | ||
| + | CONFIG_BLUETOOTH_CTP=' | ||
| + | CONFIG_BUTTON=' | ||
| + | CONFIG_CAPI=' | ||
| + | CONFIG_CAPI_MIPS=' | ||
| + | CONFIG_CAPI_NT=' | ||
| + | CONFIG_CAPI_POTS=' | ||
| + | CONFIG_CAPI_TE=' | ||
| + | CONFIG_CAPI_UBIK=' | ||
| + | CONFIG_CAPI_XILINX=' | ||
| + | CONFIG_CDROM=' | ||
| + | CONFIG_CDROM_FALLBACK=' | ||
| + | CONFIG_DECT=' | ||
| + | CONFIG_DSL=' | ||
| + | CONFIG_ENVIRONMENT_PATH='/ | ||
| + | CONFIG_ETH_COUNT=' | ||
| + | CONFIG_FIRMWARE_URL=' | ||
| + | CONFIG_FON=' | ||
| + | CONFIG_HOMEI2C=' | ||
| + | CONFIG_HOSTNAME=' | ||
| + | CONFIG_I2C=' | ||
| + | CONFIG_INSTALL_TYPE=' | ||
| + | CONFIG_JFFS2=' | ||
| + | CONFIG_LED_NO_DSL_LED=' | ||
| + | CONFIG_MAILER=' | ||
| + | CONFIG_MEDIACLI=' | ||
| + | CONFIG_MEDIASRV=' | ||
| + | CONFIG_NAND=' | ||
| + | CONFIG_NFS=' | ||
| + | CONFIG_OEM_DEFAULT=' | ||
| + | CONFIG_PRODUKT=' | ||
| + | CONFIG_PRODUKT_NAME=' | ||
| + | CONFIG_RAMSIZE=' | ||
| + | CONFIG_ROMSIZE=' | ||
| + | CONFIG_SERVICEPORTAL_URL=' | ||
| + | CONFIG_STOREUSRCFG=' | ||
| + | CONFIG_SUBVERSION='' | ||
| + | CONFIG_TAM=' | ||
| + | CONFIG_TAM_MODE=' | ||
| + | CONFIG_TR069=' | ||
| + | CONFIG_UBIK2=' | ||
| + | CONFIG_UPNP=' | ||
| + | CONFIG_USB=' | ||
| + | CONFIG_USB_HOST_AVM=' | ||
| + | CONFIG_USB_HOST_TI=' | ||
| + | CONFIG_USB_PRINT_SERV=' | ||
| + | CONFIG_USB_STORAGE=' | ||
| + | CONFIG_USB_WLAN_AUTH=' | ||
| + | CONFIG_VDSL=' | ||
| + | CONFIG_VERSION=' | ||
| + | CONFIG_VERSION_MAJOR=' | ||
| + | CONFIG_VLYNQ=' | ||
| + | CONFIG_VLYNQ0=' | ||
| + | CONFIG_VLYNQ1=' | ||
| + | CONFIG_VPN=' | ||
| + | CONFIG_WLAN=' | ||
| + | CONFIG_WLAN_1130TNET=' | ||
| + | CONFIG_WLAN_1350TNET=' | ||
| + | CONFIG_WLAN_GREEN=' | ||
| + | CONFIG_WLAN_WDS=' | ||
| + | CONFIG_XILINX=' | ||
| + | </ | ||
| + | |||
| + | === running proccesses === | ||
| + | < | ||
| + | ~ # ps ax | ||
| + | PID Uid | ||
| + | 1 root 336 S init | ||
| + | 2 root SWN [ksoftirqd/ | ||
| + | 3 root SW< [events/0] | ||
| + | 4 root SW< [khelper] | ||
| + | 5 root SW< [kthread] | ||
| + | 6 root SW< [kblockd/0] | ||
| + | 24 root SW< [pdflush] | ||
| + | 25 root SW< [pdflush] | ||
| + | 27 root SW< [aio/0] | ||
| + | 26 root SW [kswapd0] | ||
| + | 69 root SW [mtdblockd] | ||
| + | 128 root SW [tffsd_mtd_0] | ||
| + | 352 root SW [capitransp] | ||
| + | 411 root 456 S | ||
| + | 424 root 1656 R N websrv | ||
| + | 428 root 1656 S N websrv | ||
| + | 429 root 1656 S N websrv | ||
| + | 430 root 1656 S N websrv | ||
| + | 435 root 1736 S | ||
| + | 444 root 1920 S dsld -i -n | ||
| + | 458 root 724 S | ||
| + | 463 root 2124 S < voipd | ||
| + | 470 root 160 S / | ||
| + | 475 root 468 S -sh | ||
| + | 561 root 312 R ps ax | ||
| + | </ | ||
| + | |||
| + | === free memory === | ||
| + | < | ||
| + | ~ # free | ||
| + | total | ||
| + | Mem: 30468 24024 | ||
| + | | ||
| + | Total: | ||
| + | </ | ||
| + | |||
| + | === proc directory === | ||
| + | < | ||
| + | ~ # ls proc | ||
| + | 1 | ||
| + | 128 | ||
| + | 2 | ||
| + | 24 435 | ||
| + | 25 444 | ||
| + | 26 458 | ||
| + | 27 463 | ||
| + | 3 | ||
| + | 352 | ||
| + | 4 | ||
| + | 411 | ||
| + | 424 | ||
| + | </ | ||
| + | |||
| + | === CPU Info === | ||
| + | < | ||
| + | ~ # cat / | ||
| + | system type : MIPS OHIO | ||
| + | processor | ||
| + | cpu model : MIPS 4KEc V4.8 | ||
| + | BogoMIPS | ||
| + | wait instruction | ||
| + | microsecond timers | ||
| + | tlb_entries | ||
| + | extra interrupt vector | ||
| + | hardware watchpoint | ||
| + | VCED exceptions | ||
| + | VCEI exceptions | ||
| + | </ | ||
| + | |||
| + | === FLASH Map Info === | ||
| + | < | ||
| + | ~ # cat /proc/mtd | ||
| + | dev: size | ||
| + | mtd0: 00800000 00010000 " | ||
| + | mtd1: 006d3b00 00010000 " | ||
| + | mtd2: 00770000 00010000 " | ||
| + | mtd3: 00010000 00010000 " | ||
| + | mtd4: 00040000 00010000 "tffs (1)" | ||
| + | mtd5: 00040000 00010000 "tffs (2)" | ||
| + | mtd6: 00200000 00010000 " | ||
| + | mtd7: 00570000 00010000 " | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ~ # cat / | ||
| + | major minor # | ||
| + | 31 | ||
| + | 31 | ||
| + | 31 | ||
| + | 31 | ||
| + | 31 | ||
| + | 31 | ||
| + | 31 | ||
| + | 31 | ||
| + | ~ # | ||
| + | </ | ||
| + | |||
| + | === ATM Driver Info (TI Avalanche SAR) === | ||
| + | < | ||
| + | ~ # cat / | ||
| + | ATM Driver version: | ||
| + | DSL HAL version: [5.00.00.02] | ||
| + | DSP Datapump version: [1.35.73.01] | ||
| + | SAR HAL version: [01.07.2b] | ||
| + | PDSP Firmware version: | ||
| + | </ | ||
| + | |||
| + | === OS Info === | ||
| + | < | ||
| + | ~ # cat / | ||
| + | Linux version 2.6.13.1-ohio (jpluschke@EmbeddedVM) (gcc version 3.4.3) #3 Thu Feb 8 14:32:37 CET 2007 | ||
| + | </ | ||
| + | |||
| + | === MEMINFO === | ||
| + | < | ||
| + | ~ # cat / | ||
| + | MemTotal: | ||
| + | MemFree: | ||
| + | Buffers: | ||
| + | Cached: | ||
| + | SwapCached: | ||
| + | Active: | ||
| + | Inactive: | ||
| + | HighTotal: | ||
| + | HighFree: | ||
| + | LowTotal: | ||
| + | LowFree: | ||
| + | SwapTotal: | ||
| + | SwapFree: | ||
| + | Dirty: | ||
| + | Writeback: | ||
| + | Mapped: | ||
| + | Slab: 4868 kB | ||
| + | CommitLimit: | ||
| + | Committed_AS: | ||
| + | PageTables: | ||
| + | VmallocTotal: | ||
| + | VmallocUsed: | ||
| + | VmallocChunk: | ||
| + | </ | ||
| + | |||
| + | === Kernel messages === | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | ~ # cat /proc/kmsg | ||
| + | ify disable 0x940013f8 0x9419be18 | ||
| + | [ohio_set_clock_notify] avm_clock_id_cpu notify enable 0x940013f8 0x9419be18 | ||
| + | CPU frequency 211.97 MHz | ||
| + | Using 105.984 MHz high precision timer. | ||
| + | [setup_irq]: | ||
| + | [register_console] enable commandline console 0 | ||
| + | Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
| + | Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | Memory: 30324k/ | ||
| + | totalram_pages= 7589 | ||
| + | Calibrating delay loop... 211.35 BogoMIPS (lpj=1056768) | ||
| + | loops_per_jiffy=1056768 | ||
| + | Mount-cache hash table entries: 512 | ||
| + | Checking for ' | ||
| + | with idle values available. | ||
| + | Calling initcall 0x941d6414: helper_init+0x0/ | ||
| + | Calling initcall 0x941d6558: ksysfs_init+0x0/ | ||
| + | Calling initcall 0x941d840c: filelock_init+0x0/ | ||
| + | Calling initcall 0x941d8c50: init_script_binfmt+0x0/ | ||
| + | Calling initcall 0x941d8c5c: init_elf_binfmt+0x0/ | ||
| + | Calling initcall 0x941dda7c: netlink_proto_init+0x0/ | ||
| + | NET: Registered protocol family 16 | ||
| + | Calling initcall 0x941d94cc: kobject_uevent_init+0x0/ | ||
| + | Calling initcall 0x941d9754: tty_class_init+0x0/ | ||
| + | Calling initcall 0x941cd57c: frame_info_init+0x0/ | ||
| + | Can't analyze prologue code at 9416fc8c | ||
| + | Calling initcall 0x941d80fc: init_bio+0x0/ | ||
| + | Calling initcall 0x941d9e00: misc_init+0x0/ | ||
| + | Calling initcall 0x941db814: genhd_device_init+0x0/ | ||
| + | Calling initcall 0x941dbf2c: init_mtd+0x0/ | ||
| + | Calling initcall 0x941dccf0: input_init+0x0/ | ||
| + | Calling initcall 0x941dd514: proto_init+0x0/ | ||
| + | Calling initcall 0x941dd6d8: net_dev_init+0x0/ | ||
| + | Calling initcall 0x941d8360: init_pipe_fs+0x0/ | ||
| + | Calling initcall 0x941d95e4: chr_dev_init+0x0/ | ||
| + | Calling initcall 0x941d5a94: create_proc_profile+0x0/ | ||
| + | Calling initcall 0x941d5b74: ioresources_init+0x0/ | ||
| + | Calling initcall 0x941d5d28: uid_cache_init+0x0/ | ||
| + | Calling initcall 0x941d6104: param_sysfs_init+0x0/ | ||
| + | Calling initcall 0x941d630c: init_posix_timers+0x0/ | ||
| + | Calling initcall 0x941d6444: init_posix_cpu_timers+0x0/ | ||
| + | Calling initcall 0x941d6518: kallsyms_init+0x0/ | ||
| + | Calling initcall 0x941d7794: init_per_zone_pages_min+0x0/ | ||
| + | Calling initcall 0x941d7bdc: pdflush_init+0x0/ | ||
| + | Calling initcall 0x941d7c04: cpucache_init+0x0/ | ||
| + | Calling initcall 0x941d7f50: kswapd_init+0x0/ | ||
| + | Calling initcall 0x941d8004: init_tmpfs+0x0/ | ||
| + | Calling initcall 0x941d83cc: fasync_init+0x0/ | ||
| + | Calling initcall 0x941d8ad0: aio_setup+0x0/ | ||
| + | Calling initcall 0x941d8b5c: inotify_setup+0x0/ | ||
| + | Calling initcall 0x941d9194: init_devpts_fs+0x0/ | ||
| + | Calling initcall 0x941d91dc: init_squashfs_fs+0x0/ | ||
| + | Squashfs 2.2-r2b (released 2006/02/23) (C) 2002-2005 Phillip Lougher | ||
| + | Calling initcall 0x941d92c0: init_ramfs_fs+0x0/ | ||
| + | Calling initcall 0x941d92d8: ipc_init+0x0/ | ||
| + | Calling initcall 0x941d9698: rand_initialize+0x0/ | ||
| + | Calling initcall 0x941d9788: tty_init+0x0/ | ||
| + | Calling initcall 0x941d990c: pty_init+0x0/ | ||
| + | Calling initcall 0x941d9ec0: avm_power_init+0x0/ | ||
| + | Calling initcall 0x941d9fdc: avm_sammel_init+0x0/ | ||
| + | [avm] configured: watchdog eventled enable shift register enable direct gpio | ||
| + | gpio usage: reset=12 clock=13 store=10 data=9 | ||
| + | AR7WDT: Watchdog Driver for AR7 Hardware (Version 1.0, build: Feb 8 2007 14:30:44) | ||
| + | Calling initcall 0x941dae60: serial8250_init+0x0/ | ||
| + | Serial: 8250/16550 driver $Revision: 1.90 $ 1 ports, IRQ sharing disabled | ||
| + | [uart_add_one_port] | ||
| + | ttyS0 at MMIO 0x0 (irq = 15) is a OHIO_UART | ||
| + | [uart_add_one_port] dont rigister console port-> | ||
| + | port-> | ||
| + | [uart_add_one_port] sucess | ||
| + | Calling initcall 0x941db858: noop_init+0x0/ | ||
| + | io scheduler noop registered | ||
| + | Calling initcall 0x941db864: cpmac_main_probe+0x0/ | ||
| + | Calling initcall 0x941db93c: cpphy_entry_probe+0x0/ | ||
| + | Calling initcall 0x941dba08: cpphy_entry_probe+0x0/ | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x200) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x200) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x220) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x220) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x240) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x240) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x260) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x260) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x280) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x280) = 0x3100 | ||
| + | cpmac_if_register, | ||
| + | Calling initcall 0x941dbaf0: cpphy_entry_probe+0x0/ | ||
| + | Calling initcall 0x941dbbbc: cpphy_entry_probe+0x0/ | ||
| + | cpmac_if_register, | ||
| + | Calling initcall 0x941dbd34: net_olddevs_init+0x0/ | ||
| + | Calling initcall 0x941dbe9c: tun_init+0x0/ | ||
| + | tun: Universal TUN/TAP device driver, 1.6 | ||
| + | tun: (C) 1999-2004 Max Krasnyansky | ||
| + | Calling initcall 0x941dbf74: cmdline_parser_init+0x0/ | ||
| + | Calling initcall 0x941dbf80: init_mtdchar+0x0/ | ||
| + | Calling initcall 0x941dc040: init_mtdblock+0x0/ | ||
| + | Calling initcall 0x941dc04c: cfi_probe_init+0x0/ | ||
| + | Calling initcall 0x941dc070: cfi_amdstd_init+0x0/ | ||
| + | Calling initcall 0x941dc0a0: cfi_intelext_init+0x0/ | ||
| + | Calling initcall 0x941dc0ec: jedec_probe_init+0x0/ | ||
| + | Calling initcall 0x941dc110: map_ram_init+0x0/ | ||
| + | Calling initcall 0x941dc134: init_physmap+0x0/ | ||
| + | physmap flash device: 400000 at 10000000 | ||
| + | phys_mapped_flash: | ||
| + | | ||
| + | phys_mapped_flash: | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | RedBoot partition parsing not available | ||
| + | Calling initcall 0x941dc2a4: platram_init+0x0/ | ||
| + | Generic platform RAM MTD, (c) 2004 Simtec Electronics | ||
| + | Calling initcall 0x941dc2d4: init_ohio_flash+0x0/ | ||
| + | Ohio flash driver (size-> | ||
| + | flash_size=0x800000 | ||
| + | Ohio flash memory: Found 1 x16 devices at 0x0 in 16-bit bank | ||
| + | | ||
| + | Ohio flash memory: Swapping erase regions for broken CFI table. | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | [mtd]: set to default: jffs2_size = 0x20 * 64KByte (0x200000 Bytes) | ||
| + | [ohio_find_hidden_filesystem]: | ||
| + | [init_ohio_flash] find hidden filesystem size=0x6d3b00 offset=0xac500 | ||
| + | [mtd] configure jffs2 partition | ||
| + | [mtd] fs_size=0x400000 max=0x370000 is=0x200000 max jffs2_size value 55 | ||
| + | Creating 7 MTD partitions on "Ohio flash memory": | ||
| + | 0x000ac500-0x00780000 : " | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | mtd: partition " | ||
| + | 0x00010000-0x00780000 : " | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | 0x00000000-0x00010000 : " | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | 0x00780000-0x007c0000 : "tffs (1)" | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | 0x007c0000-0x00800000 : "tffs (2)" | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | 0x00580000-0x00780000 : " | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | 0x00010000-0x00580000 : " | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | Calling initcall 0x941dced0: kcapi_init+0x0/ | ||
| + | Calling initcall 0x941dd014: capi_init+0x0/ | ||
| + | capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs) | ||
| + | Calling initcall 0x941dd338: capifs_init+0x0/ | ||
| + | capifs: Rev 1.1.2.3 | ||
| + | Calling initcall 0x941de72c: inet_init+0x0/ | ||
| + | NET: Registered protocol family 2 | ||
| + | IP route cache hash table entries: 512 (order: -1, 2048 bytes) | ||
| + | TCP established hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | TCP bind hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | TCP: Hash tables configured (established 2048 bind 2048) | ||
| + | TCP reno registered | ||
| + | Calling initcall 0x941e1168: init+0x0/ | ||
| + | Calling initcall 0x941e1170: bictcp_register+0x0/ | ||
| + | TCP bic registered | ||
| + | Calling initcall 0x941e117c: mcfw_init_module+0x0/ | ||
| + | mcfw_init: ok | ||
| + | Calling initcall 0x941e1204: af_unix_init+0x0/ | ||
| + | NET: Registered protocol family 1 | ||
| + | Calling initcall 0x941e12a4: packet_init+0x0/ | ||
| + | NET: Registered protocol family 17 | ||
| + | Calling initcall 0x941e1324: br_init+0x0/ | ||
| + | Calling initcall 0x941e13e0: atm_init+0x0/ | ||
| + | NET: Registered protocol family 8 | ||
| + | NET: Registered protocol family 20 | ||
| + | Calling initcall 0x941e1584: br2684_init+0x0/ | ||
| + | Calling initcall 0x941cc2a0: ohio_install_dummy_irq_functions+0x0/ | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | Calling initcall 0x9400174c: ohio_late_init+0x0/ | ||
| + | [ohio_late_init] | ||
| + | [ohio_set_clock_notify] avm_clock_id_system notify disable 0x9400169c 0x94279e48 | ||
| + | [ohio_set_clock_notify] avm_clock_id_system notify enable 0x9400169c 0x94279e48 | ||
| + | Calling initcall 0x941cc3f8: ohio_clk_switch_init+0x0/ | ||
| + | Calling initcall 0x941cc6ac: speedup_init+0x0/ | ||
| + | Calling initcall 0x941d96d4: seqgen_init+0x0/ | ||
| + | Calling initcall 0x940c5b18: avm_event_push_button_init+0x0/ | ||
| + | Calling initcall 0x941da610: tffs_init+0x0/ | ||
| + | [tffs] alloc_chrdev_region() param=mtd4 | ||
| + | [tffs] CONFIG_TFFS_MTD_DEVICE_0=4 CONFIG_TFFS_MTD_DEVICE_1=5 | ||
| + | [tffs] Character device init successfull | ||
| + | TFFS: tiny flash file system driver. GPL (c) AVM Berlin (Version 2.0) | ||
| + | mount on mtd4 and mtd5 (double buffering) | ||
| + | Adam2 environment variables API installed. | ||
| + | Calling initcall 0x941db524: early_uart_console_switch+0x0/ | ||
| + | Calling initcall 0x94113e38: net_random_reseed+0x0/ | ||
| + | Calling initcall 0x941dfc50: ip_auto_config+0x0/ | ||
| + | [prepare_namespace] new mount root / | ||
| + | tffsd: wait for events | ||
| + | use lzma compression | ||
| + | VFS: Mounted root (squashfs filesystem) readonly. | ||
| + | Freeing prom memory: 0kb freed | ||
| + | Freeing unused kernel memory: 112k freed (7617 free) | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | AR7WDT: System Init UEberwachung 120 Sekunden | ||
| + | TFFS Name Table 8 | ||
| + | Piglet: module license ' | ||
| + | (C) Copyright 2005 by AVM | ||
| + | ' taints kernel. | ||
| + | registered device TI Avalanche SAR | ||
| + | tiatm driver (patch_annex=0xc00519ec) | ||
| + | [tiatm] Set StrictPriority=0 | ||
| + | DSP binary filesize = 303784 bytes | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | [tiatm]: Powermanagment (States => 1,3,10) supported! | ||
| + | Texas Instruments ATM driver: version: | ||
| + | ubik2 driver (ubik2 - 0x10=0xc00646b4) | ||
| + | atm_dsp_register_ubik2: | ||
| + | atm_dsp_register_ubik2: | ||
| + | ubik2_init_interface: | ||
| + | isdn_fbox: Loading... | ||
| + | isdn_fbox: Driver ' | ||
| + | isdn_fbox: CAPI driver registered. | ||
| + | isdn_fbox: AVM F!Box expected @ port 0x0000, irq 0 | ||
| + | isdn_fbox: Loading... | ||
| + | isdn_fbox: Stack version 3.11-07 | ||
| + | isdn_fbox: D-channel 0: DSS1 | ||
| + | isdn_fbox: D-channel 1: DSS1 | ||
| + | isdn_fbox: D-channel 2: DSS1_N | ||
| + | isdn_fbox: D-channel 3: POTS | ||
| + | isdn_fbox: D-channel 4: SIP | ||
| + | isdn_fbox: Loaded. | ||
| + | kdsldmod: init start | ||
| + | kdsld: cache_create(datapipe) | ||
| + | kdsld: cache_create(datapipe_mod) | ||
| + | kdsld: cache_create(ipaccessset) | ||
| + | kdsld: cache_create(ipaccessrule) | ||
| + | kdsld: cache_create(ipfragid) | ||
| + | kdsld: cache_create(ipmasqentry) | ||
| + | kdsld: cache_create(ipmasqfwinfo) | ||
| + | kdsld: cache_create(ipmasqigdpm) | ||
| + | kdsld: cache_create(ipmasqappldata) | ||
| + | kdsld: cache_create(ipmasqmcgroup) | ||
| + | kdsld: cache_create(dnsmasqentry) | ||
| + | kdsld: cache_create(dnsstaticentry) | ||
| + | kdsld: cache_create(pingerentry) | ||
| + | kdsld: cache_create(pingerwaiter) | ||
| + | kdsld: cache_create(iprouteset) | ||
| + | kdsld: DATAPIPE: with header optimization | ||
| + | kdsldmod: init done | ||
| + | kdsld: PPP led: off (value=0) | ||
| + | [speedup] disable | ||
| + | 429493936: Configuration succeeded !!! | ||
| + | [ohio_vlynq_init] device 0 | ||
| + | [ohio_vlynq_startup_link] | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | 429493943: | ||
| + | 429493966: WDRV_MAINSM: | ||
| + | |||
| + | 429493966: FW Watchdog is Enabled | ||
| + | dda: tiwlan0 in initializing Succeeded wireless extensions: ret = 0 | ||
| + | tiwlan0 device is activated | ||
| + | wdsup0 device is activated | ||
| + | wdsdw0 device is activated | ||
| + | wdsdw1 device is activated | ||
| + | wdsdw2 device is activated | ||
| + | wdsdw3 device is activated | ||
| + | [setup_irq]: | ||
| + | cpmac_main_ioctl, | ||
| + | device eth0 entered promiscuous mode | ||
| + | device cpmac0 entered promiscuous mode | ||
| + | lan: port 1(eth0) entering learning state | ||
| + | tiwlan_ddaDoIoctl : Unknown ioctl 35142 | ||
| + | device tiwlan0 entered promiscuous mode | ||
| + | lan: port 2(tiwlan0) entering learning state | ||
| + | tiwlan_ddaWdsDoIoctl : Unknown ioctl 35142 | ||
| + | device wdsup0 entered promiscuous mode | ||
| + | lan: port 3(wdsup0) entering learning state | ||
| + | tiwlan_ddaWdsDoIoctl : Unknown ioctl 35142 | ||
| + | device wdsdw0 entered promiscuous mode | ||
| + | lan: port 4(wdsdw0) entering learning state | ||
| + | tiwlan_ddaWdsDoIoctl : Unknown ioctl 35142 | ||
| + | device wdsdw1 entered promiscuous mode | ||
| + | lan: port 5(wdsdw1) entering learning state | ||
| + | tiwlan_ddaWdsDoIoctl : Unknown ioctl 35142 | ||
| + | device wdsdw2 entered promiscuous mode | ||
| + | lan: port 6(wdsdw2) entering learning state | ||
| + | tiwlan_ddaWdsDoIoctl : Unknown ioctl 35142 | ||
| + | device wdsdw3 entered promiscuous mode | ||
| + | lan: port 7(wdsdw3) entering learning state | ||
| + | kdsld: sync lost | ||
| + | AR7WDT: System Init UEberwachung abgeschlossen (93030 ms noch verfuegbar) | ||
| + | SysRq : Changing Loglevel | ||
| + | Loglevel set to 4 | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 1(eth0) entering forwarding state | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 2(tiwlan0) entering forwarding state | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 3(wdsup0) entering forwarding state | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 4(wdsdw0) entering forwarding state | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 5(wdsdw1) entering forwarding state | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 6(wdsdw2) entering forwarding state | ||
| + | lan: topology change detected, propagating | ||
| + | lan: port 7(wdsdw3) entering forwarding state | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | [tiatm] DSL in training! | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | [tiatm] DSL in training! | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | mcfw_query_sent: | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | === IOMEM === | ||
| + | < | ||
| + | ~ # cat /proc/iomem | ||
| + | 14000000-1420afff : reserved | ||
| + | 14000000-141715d3 : Kernel code | ||
| + | 141715d4-141c70bf : Kernel data | ||
| + | 1420b000-15ffffff : System RAM | ||
| + | a8610000-a86107ff : cpmac0 | ||
| + | </ | ||
| + | |||
| + | === devices === | ||
| + | < | ||
| + | ~ # cat / | ||
| + | Character devices: | ||
| + | 1 mem | ||
| + | 2 pty | ||
| + | 3 ttyp | ||
| + | 4 ttyS | ||
| + | 5 /dev/tty | ||
| + | 5 / | ||
| + | 5 /dev/ptmx | ||
| + | 10 misc | ||
| + | 13 input | ||
| + | 68 capi20 | ||
| + | 90 mtd | ||
| + | 128 ptm | ||
| + | 136 pts | ||
| + | 191 capi | ||
| + | 230 tiatm | ||
| + | 240 tffs | ||
| + | 241 avm_event | ||
| + | 242 watchdog | ||
| + | 243 kdsld | ||
| + | 244 kdsldptrace | ||
| + | 245 ubik2 | ||
| + | 246 debug | ||
| + | 251 avm_led | ||
| + | 252 avm_power | ||
| + | Block devices: | ||
| + | 31 mtdblock | ||
| + | </ | ||
| + | |||
| + | === loaded kernel modules === | ||
| + | < | ||
| + | ~ # cat / | ||
| + | tiap 880464 0 - Live 0xc02ab000 | ||
| + | kdsldmod 515808 2 - Live 0xc022c000 | ||
| + | isdn_fbox 931040 20 - Live 0xc0147000 | ||
| + | ubik2 69104 1 isdn_fbox, Live 0xc0055000 | ||
| + | tiatm 106560 1 ubik2, Live 0xc0039000 | ||
| + | Piglet 7632 0 - Live 0xc000a000 | ||
| + | </ | ||
| + | |||
| + | === Network Interfaces Configuration === | ||
| + | < | ||
| + | ~ # ifconfig | ||
| + | cpmac0 | ||
| + | UP BROADCAST MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | ||
| + | eth0 Link encap: | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:1026 (1.0 KiB) | ||
| + | lan Link encap: | ||
| + | inet addr: | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:21 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:1062 (1.0 KiB) | ||
| + | lan:0 Link encap: | ||
| + | inet addr: | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | lo Link encap:Local Loopback | ||
| + | inet addr: | ||
| + | UP LOOPBACK RUNNING | ||
| + | RX packets:270 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:270 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:32574 (31.8 KiB) TX bytes:32574 (31.8 KiB) | ||
| + | tiwlan0 | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:950 (950.0 B) | ||
| + | wdsdw0 | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:950 (950.0 B) | ||
| + | wdsdw1 | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:950 (950.0 B) | ||
| + | wdsdw2 | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:950 (950.0 B) | ||
| + | wdsdw3 | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:950 (950.0 B) | ||
| + | wdsup0 | ||
| + | UP BROADCAST RUNNING ALLMULTI MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:950 (950.0 B) | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ~ # cat / | ||
| + | 00d153ab43f587bc891397f763ac18aff92b840cdfd5aeb773c995ae957cd3b992cd48eacc7ac940cb38e0849777010ed41189c986cfbe67b929121934654f3976b2748f8d16059d9a1e518617c4dcfba468ec865c2bae9269b | ||
| + | 010001 | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ~ # cat / | ||
| + | 00e1519e966ee984cdf564825a34cc9beb3c14f720579781e8859eb51f963560979ef16caa6e279376dc9c60a35d67d2b32128ce8f8abb29b2c3aace92bc32607b0b2f09dfcc3c9258d1e6b1daff58fd1f29c410a31ef454e0b | ||
| + | 010001 | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | ~ # cat / | ||
| + | DEF error,0 = 1,128,0,all | ||
| + | DEF error,1 = 3,127,0,all | ||
| + | DOUBLE error,0 TO error,1 | ||
| + | DEF power,0 = 0,7,0,power | ||
| + | DEF power,1 = 0,7,0,power | ||
| + | DEF tr69,0 = 2,6,1,tr69 | ||
| + | DEF cpmac,3 = 99,0,2,lan4 | ||
| + | DEF cpmac,2 = 99,1,3,lan3 | ||
| + | DEF cpmac,1 = 99,2,4,lan2 | ||
| + | DEF cpmac,0 = 99,3,5,lan | ||
| + | DEF wlan,0 = 2,5,6,wlan | ||
| + | DEF ab,1 = 2, | ||
| + | DEF ab,2 = 2, | ||
| + | DEF ab,3 = 2, | ||
| + | DEF voip_con,0 = 2, | ||
| + | DEF pppoe,0 = 2,2,9,dsl | ||
| + | DEF pppoe,1 = 2,2,9,dsl | ||
| + | DEF adsl,0 = 2,1,10,adsl | ||
| + | DEF adsl,1 = 2,1,10,adsl | ||
| + | DEF ata,0 = 2,0,11,ata | ||
| + | DEF usb,0 = 99, | ||
| + | DEF usb,1 = 99, | ||
| + | DEF blockring,0 = 99, | ||
| + | DEF missedcall, | ||
| + | DEF budget,0 = 99, | ||
| + | DEF info,0 = 99, | ||
| + | DEF info,1 = 99, | ||
| + | DEF info,2 = 99, | ||
| + | DEF info,3 = 99, | ||
| + | DEF info,4 = 99, | ||
| + | DEF internet,0 = 99, | ||
| + | DEF internet,1 = 99, | ||
| + | DEF isdn,0 = 99, | ||
| + | DEF isdn,1 = 99, | ||
| + | DEF isdn,2 = 99, | ||
| + | DEF stick_surf, | ||
| + | DEF stick_surf, | ||
| + | DEF stick_surf, | ||
| + | DEF stick_surf, | ||
| + | DEF null,0 = 99, | ||
| + | MAP budget,0 TO info,1 | ||
| + | MAP ab,2 TO null,0 | ||
| + | SET power,0 = 1 | ||
| + | </ | ||
| + | |||
| + | ==== Output from various ADAM2 commands on original firmware ==== | ||
| + | < | ||
| + | (AVM) EVA Revision: 1.203 Version: 1203 | ||
| + | (C) Copyright 2005 AVM Date: Feb 7 2007 Time: 19:03:32 (3) 2 0-11111 | ||
| + | [FLASH:] SPANSION Top-MirrorBit-Flash 8MB 32 Bytes WriteBuffer | ||
| + | [FLASH: | ||
| + | [FLASH: | ||
| + | [SYSTEM:] OHIO on 211MHz/ | ||
| + | Eva_AVM > | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | erase Erase Flash | ||
| + | | ||
| + | restart | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | memtest | ||
| + | Eva_AVM > | ||
| + | HWRevision | ||
| + | ProductID | ||
| + | SerialNumber | ||
| + | annex B | ||
| + | autoload | ||
| + | bootloaderVersion | ||
| + | bootserport | ||
| + | bluetooth | ||
| + | cpufrequency | ||
| + | firstfreeaddress | ||
| + | firmware_version | ||
| + | firmware_info | ||
| + | flashsize | ||
| + | kernel_args | ||
| + | maca 00: | ||
| + | macb 00: | ||
| + | macwlan | ||
| + | macdsl | ||
| + | memsize | ||
| + | modetty0 | ||
| + | modetty1 | ||
| + | mtd0 0x90000000, | ||
| + | mtd1 0x90010000, | ||
| + | mtd2 0x90000000, | ||
| + | mtd3 0x90780000, | ||
| + | mtd4 0x907C0000, | ||
| + | my_ipaddress | ||
| + | prompt | ||
| + | ptest | ||
| + | reserved | ||
| + | req_fullrate_freq | ||
| + | sysfrequency | ||
| + | urlader-version | ||
| + | usb_board_mac | ||
| + | usb_rndis_mac | ||
| + | usb_device_id | ||
| + | usb_revision_id | ||
| + | usb_device_name | ||
| + | usb_manufacturer_name | ||
| + | wlan_key | ||
| + | wlan_cal | ||
| + | </ | ||
| + | |||
| + | ==== Original Flash Map ==== | ||
| + | ^ partition ^ start ^ end ^ size ^ description ^ | ||
| + | | mtd0 | < | ||
| + | | mtd1 | < | ||
| + | | mtd2 | < | ||
| + | | mtd3 | < | ||
| + | | mtd4 | < | ||
| + | Physical order of partitions on flash chip is: | ||
| + | |||
| + | mtd0, | ||
| + | |||
| + | mtd0 is rather odd as it's 0 length! | ||
| + | |||
| + | ===== Installing OpenWrt ===== | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | To install OpenWrt you need an OpenWrt Kamikaze image file, it's best to build your own if you have a Linux system around, the process is quite simple and well documented, there' | ||
| + | |||
| + | ==== Building OpenWrt ==== | ||
| + | |||
| + | Revision r12244 is the latest known versions to work due to this bug: https:// | ||
| + | |||
| + | `svn co https:// | ||
| + | |||
| + | `cd trunk_r12244` | ||
| + | |||
| + | `make defconfig` | ||
| + | |||
| + | `scripts/ | ||
| + | |||
| + | `scripts/ | ||
| + | |||
| + | apply the patch from http:// | ||
| + | |||
| + | `make menuconfig` | ||
| + | |||
| + | In menu config ' | ||
| + | |||
| + | * select Target System (TI AR7 [2.6]) | ||
| + | * select Base system ---> br2684ctl (only needed if you use PPPoE, for PPPoA this is not required) | ||
| + | * select Kernel modules | ||
| + | * in Networking make sure you choose PPPoA or PPPoE as required, it's best to build support in rather than making it as a module/ipkg | ||
| + | |||
| + | `time make world V=99` | ||
| + | |||
| + | (see https:// | ||
| + | |||
| + | ==== Flashing your OpenWrt image ==== | ||
| + | The best way to do this is [[docs: | ||
| + | |||
| + | To flash OpenWrt onto any device there must be an MTD Block that spans the main unused area of the flash rom. The adam2 bootloader always boots from MTD1 (using the " | ||
| + | ^ partition ^ start ^ end ^ size ^ description ^ | ||
| + | | mtd1 | < | ||
| + | |||
| + | |||
| + | The W701V' | ||
| + | |||
| + | The login name and password for the ftp server is adam2 (lower case). | ||
| + | |||
| + | Now you can flash with the firmware of your choice. I (Hydra) downloaded openwrt from the svn repos and built a stock flash image which was created by the build process as ' | ||
| + | |||
| + | I flashed the firmware by issue the following commands: | ||
| + | |||
| + | < | ||
| + | binary | ||
| + | quote MEDIA FLSH | ||
| + | passiv | ||
| + | put openwrt-EVA-2.6-squashfs.bin mtd1 | ||
| + | quote REBOOT | ||
| + | bye | ||
| + | </ | ||
| + | |||
| + | Passiv mode must be used otherwise the device reports "501 Command Not Implemented" | ||
| + | |||
| + | The entire process looked like this: | ||
| + | |||
| + | < | ||
| + | hydra@hydra02: | ||
| + | Connected to 192.168.178.1. | ||
| + | 220 ADAM2 FTP Server ready. | ||
| + | Name (192.168.178.1: | ||
| + | 331 Password required for adam2. | ||
| + | Password: | ||
| + | 230 User adam2 successfully logged in. | ||
| + | Remote system type is UNIX. | ||
| + | ftp> binary | ||
| + | 200 Type set to I. | ||
| + | ftp> quote MEDIA FLSH | ||
| + | 200 Media set to FLSH. | ||
| + | ftp> passiv | ||
| + | Passive mode on. | ||
| + | ftp> put / | ||
| + | local: / | ||
| + | 200 Port command successful. | ||
| + | 150 Opening BINARY mode data connection for file transfer. | ||
| + | 226 Transfer complete. | ||
| + | 1697713 bytes sent in 7.37 secs (225.0 kB/s) | ||
| + | ftp> quote REBOOT | ||
| + | 221 Thank you for using the FTP service on ADAM2. | ||
| + | 221 Goodbye. | ||
| + | ftp> quit | ||
| + | </ | ||
| + | |||
| + | There is a pause before the file is transferred where the router erases the mtd1 block. If you have a serial cable attached you can see the output in the adam2 console. | ||
| + | |||
| + | After the file is transferred there is another pause while the image file is flashed to the chip, don't reboot your router during this time. | ||
| + | |||
| + | Some users have reported errors appearing in the serial console that complain about flashing problems. | ||
| + | |||
| + | The entire log from the serial console was as follows: | ||
| + | |||
| + | < | ||
| + | Eva_AVM > | ||
| + | erase mtd1 ....................................................................................................................... | ||
| + | Eva_AVM > | ||
| + | flash ....................... | ||
| + | </ | ||
| + | |||
| + | Next up, you have to remove the old " | ||
| + | |||
| + | < | ||
| + | Eva_AVM > unsetenv kernel_args | ||
| + | </ | ||
| + | |||
| + | Finally, boot the device! | ||
| + | |||
| + | My boot log looked like this: | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | Eva_AVM >go | ||
| + | AVM decompress Kernel: | ||
| + | ...................done | ||
| + | start kernel | ||
| + | Linux version 2.6.22.4 (jan@jan) (gcc version 4.1.2) #1 Fri Sep 28 11:47:45 CEST 2007 | ||
| + | CPU revision is: 00018448 | ||
| + | Clocks: Async mode | ||
| + | Clocks: Setting DSP clock | ||
| + | Clocks: base = 25000000, frequency = 125000000, prediv = 1, postdiv = 2, postdiv2 = 1, mul = 10 | ||
| + | Clocks: Setting CPU clock | ||
| + | Adjusted requested frequency 211000000 to 211968000 | ||
| + | Clocks: base = 35328000, frequency = 211968000, prediv = 1, postdiv = 1, postdiv2 = -1, mul = 6 | ||
| + | Clocks: Setting USB clock | ||
| + | Adjusted requested frequency 48000000 to 48076920 | ||
| + | Clocks: base = 125000000, frequency = 48000000, prediv = 13, postdiv = 1, postdiv2 = -1, mul = 5 | ||
| + | TI AR7 (TNETD7200), | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | Built 1 zonelists. | ||
| + | Kernel command line: init=/ | ||
| + | Primary instruction cache 16kB, physically tagged, 4-way, linesize 16 bytes. | ||
| + | Primary data cache 8kB, 4-way, linesize 16 bytes. | ||
| + | Synthesized TLB refill handler (20 instructions). | ||
| + | Synthesized TLB load handler fastpath (32 instructions). | ||
| + | Synthesized TLB store handler fastpath (32 instructions). | ||
| + | Synthesized TLB modify handler fastpath (31 instructions). | ||
| + | PID hash table entries: 128 (order: 7, 512 bytes) | ||
| + | Using 105.984 MHz high precision timer. | ||
| + | Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | Memory: 28816k/ | ||
| + | Mount-cache hash table entries: 512 | ||
| + | NET: Registered protocol family 16 | ||
| + | vlynq0: regs 0x08611800, irq 29, mem 0x04000000 | ||
| + | vlynq-pci: attaching device TI TNETW1350 at vlynq0 | ||
| + | registering PCI controller with io_map_base unset | ||
| + | Generic PHY: Registered new driver | ||
| + | Time: MIPS clocksource has been installed. | ||
| + | NET: Registered protocol family 2 | ||
| + | IP route cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | TCP established hash table entries: 1024 (order: 1, 8192 bytes) | ||
| + | TCP bind hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | TCP: Hash tables configured (established 1024 bind 1024) | ||
| + | TCP reno registered | ||
| + | squashfs: version 3.0 (2006/ | ||
| + | Registering mini_fo version $Id$ | ||
| + | JFFS2 version 2.2. (NAND) (SUMMARY) | ||
| + | io scheduler noop registered | ||
| + | io scheduler deadline registered (default) | ||
| + | ar7_wdt: timer margin 59 seconds (prescale 65535, change 57180, freq 62500000) | ||
| + | Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled | ||
| + | serial8250: ttyS0 at MMIO 0x8610e00 (irq = 15) is a TI-AR7 | ||
| + | console handover: boot [early0] -> real [ttyS0] | ||
| + | Fixed PHY: Registered new driver | ||
| + | cpmac-mii: probed | ||
| + | cpmac: device eth0 (regs: 08610000, irq: 27, phy: fixed@100: | ||
| + | physmap platform flash device: 00800000 at 10000000 | ||
| + | physmap-flash.0: | ||
| + | | ||
| + | physmap-flash.0: | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | cmdlinepart partition parsing not available | ||
| + | RedBoot partition parsing not available | ||
| + | 4 ar7part partitions found on MTD device physmap-flash.0 | ||
| + | Creating 4 MTD partitions on " | ||
| + | 0x00000000-0x00010000 : " | ||
| + | 0x007f0000-0x00800000 : " | ||
| + | 0x00010000-0x007f0000 : " | ||
| + | 0x000e0000-0x007f0000 : " | ||
| + | mtd: partition " | ||
| + | mtd: partition " | ||
| + | 0x001e0000-0x007f0000 : " | ||
| + | Registered led device: ar7:status | ||
| + | nf_conntrack version 0.5.0 (256 buckets, 2048 max) | ||
| + | ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | TCP vegas registered | ||
| + | NET: Registered protocol family 1 | ||
| + | NET: Registered protocol family 17 | ||
| + | 802.1Q VLAN Support v1.8 Ben Greear | ||
| + | All bugs added by David S. Miller | ||
| + | VFS: Mounted root (squashfs filesystem) readonly. | ||
| + | Freeing unused kernel memory: 104k freed | ||
| + | Warning: unable to open an initial console. | ||
| + | Algorithmics/ | ||
| + | - preinit - | ||
| + | jffs2 not ready yet; using ramdisk | ||
| + | mini_fo: using base directory: / | ||
| + | mini_fo: using storage directory: /tmp/root | ||
| + | - init - | ||
| + | init started: | ||
| + | Please press Enter to activate this console. NET: Registered protocol family 8 | ||
| + | NET: Registered protocol family 20 | ||
| + | PHY: fixed@100:1 - Link is Up - 10/Half | ||
| + | PPP generic driver version 2.4.2 | ||
| + | registered device TI Avalanche SAR | ||
| + | Ohio250(7200/ | ||
| + | requesting firmware image " | ||
| + | Creating new root folder avalanche in the proc for the driver stats | ||
| + | Texas Instruments ATM driver: version: | ||
| + | jffs2_scan_eraseblock(): | ||
| + | jffs2_build_filesystem(): | ||
| + | jffs2_build_filesystem(): | ||
| + | mini_fo: using base directory: / | ||
| + | mini_fo: using storage directory: /jffs | ||
| + | |||
| + | |||
| + | |||
| + | BusyBox v1.4.2 (2007-09-28 11:39:05 CEST) Built-in shell (ash) | ||
| + | Enter ' | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | |_ ^ |_____|__| ^ ^ | |____| | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | * 10 oz Vodka Shake well with ice and strain | ||
| + | * 10 oz Triple sec mixture into 10 shot glasses. | ||
| + | * 10 oz lime juice Salute! | ||
| + | | ||
| + | root@OpenWrt:/# | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== Specific configuration ===== | ||
| + | ==== Getting the ADSL Working via PPPoA ==== | ||
| + | / | ||
| + | |||
| + | < | ||
| + | # Network configuration file | ||
| + | config interface loopback | ||
| + | option ifname | ||
| + | option proto static | ||
| + | option ipaddr | ||
| + | option netmask | ||
| + | config interface lan | ||
| + | option ifname | ||
| + | option proto static | ||
| + | option ipaddr | ||
| + | option netmask | ||
| + | config interface wan | ||
| + | option ifname | ||
| + | option username " | ||
| + | option password " | ||
| + | option proto pppoa | ||
| + | option mtu 1500 | ||
| + | option mru 1500 | ||
| + | option vpi 0 | ||
| + | option vci 38 | ||
| + | option encaps | ||
| + | </ | ||
| + | |||
| + | ifup wan | ||
| + | |||
| + | ==== Getting the ADSL Working via PPPoE (example for german Arcor) ==== | ||
| + | / | ||
| + | |||
| + | < | ||
| + | # Network configuration file | ||
| + | config interface loopback | ||
| + | option ifname | ||
| + | option proto static | ||
| + | option ipaddr | ||
| + | option netmask | ||
| + | config interface lan | ||
| + | option ifname | ||
| + | option proto static | ||
| + | option ipaddr | ||
| + | option netmask | ||
| + | |||
| + | config atm-bridge | ||
| + | option unit 0 | ||
| + | option encaps | ||
| + | option vpi 1 | ||
| + | option vci 32 | ||
| + | option payload | ||
| + | |||
| + | config interface wan | ||
| + | option ifname | ||
| + | option proto pppoe | ||
| + | option username " | ||
| + | option password " | ||
| + | </ | ||
| + | |||
| + | ( / | ||
| + | |||
| + | ifup wan | ||
| + | |||
| + | If your provider doesn' | ||
| + | |||
| + | |||
| + | ===== Bootlogs ===== | ||
| + | |||
| + | ==== OEM bootlog ==== | ||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | (C) Copyright 2005 AVM Date: Nov 15 2006 Time: 16:53:42 (0) 2 0-11111 | ||
| + | [FLASH:] SPANSION Top-MirrorBit-Flash 8MB 32 Bytes WriteBuffer | ||
| + | [FLASH: | ||
| + | [FLASH: | ||
| + | [SYSTEM:] OHIO on 211MHz/ | ||
| + | Eva_AVM >AVM decompress Kernel: | ||
| + | ............done | ||
| + | start kernel | ||
| + | [ohio_pre_init] System Clk = 62500000 Hz Linux version 2.6.13.1-ohio (jpluschke@EmbeddedVM) (gcc version 3.4.3) #3 Thu Feb 7 | ||
| + | YAMON MEMORY DESCRIPTOR dump: | ||
| + | prom_memsize = 0x02000000 | ||
| + | memsize=32 MByte | ||
| + | prom_flashsize = 0x00800000 | ||
| + | flashsize=8 MByte | ||
| + | & | ||
| + | [0, | ||
| + | [0, | ||
| + | prom_memsize = 0x02000000 | ||
| + | memsize=32 MByte | ||
| + | prom_flashsize = 0x00800000 | ||
| + | flashsize=8 MByte | ||
| + | & | ||
| + | CPU revision is: 00018448 | ||
| + | ohio_setup+0x0/ | ||
| + | [ohio_clk_init]: | ||
| + | [ohio_gpio_init] | ||
| + | Determined physical RAM map: | ||
| + | | ||
| + | | ||
| + | On node 0 totalpages: 8192 | ||
| + | [alloc_node_mem_map] reduce size from 2883616 Bytes to 262176 Bytes | ||
| + | [alloc_node_mem_map]: | ||
| + | [alloc_node_mem_map]: | ||
| + | DMA zone: 8192 pages, LIFO batch:3 | ||
| + | Normal zone: 0 pages, LIFO batch:1 | ||
| + | HighMem zone: 0 pages, LIFO batch:1 | ||
| + | Built 1 zonelists | ||
| + | Kernel command line: idle=4 | ||
| + | [ld_mmu_r4xx0] memcpy((void *)(CAC_BASE | ||
| + | Primary instruction cache 16kB, physically tagged, 4-way, linesize 16 bytes. | ||
| + | Primary data cache 8kB, 4-way, linesize 16 bytes. | ||
| + | Synthesized TLB refill handler (20 instructions). Base=0x941e2734 | ||
| + | TLB synthesizer field overflow (simm) | ||
| + | Synthesized TLB load handler fastpath (34 instructions) Base=0x941e5760. | ||
| + | TLB synthesizer field overflow (simm) | ||
| + | Synthesized TLB store handler fastpath (34 instructions) Base=0x941e5960. | ||
| + | TLB synthesizer field overflow (simm) | ||
| + | Synthesized TLB modify handler fastpath (33 instructions) Base=0x941e5b60. | ||
| + | PID hash table entries: 256 (order: 8, 4096 bytes) | ||
| + | [ohio_set_clock_notify] avm_clock_id_cpu notify disable 0x940013f8 0x9419be18 | ||
| + | [ohio_set_clock_notify] avm_clock_id_cpu notify enable 0x940013f8 0x9419be18 | ||
| + | CPU frequency 211.97 MHz | ||
| + | Using 105.984 MHz high precision timer. | ||
| + | [setup_irq]: | ||
| + | [register_console] enable commandline console 0 | ||
| + | Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
| + | Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | Memory: 30324k/ | ||
| + | totalram_pages= 7589 | ||
| + | Calibrating delay loop... 211.35 BogoMIPS (lpj=1056768) | ||
| + | loops_per_jiffy=1056768 | ||
| + | Mount-cache hash table entries: 512 | ||
| + | Checking for ' | ||
| + | with idle values available. | ||
| + | NET: Registered protocol family 16 | ||
| + | Can't analyze prologue code at 9416fc8c | ||
| + | Squashfs 2.2-r2b (released 2006/02/23) (C) 2002-2005 Phillip Lougher | ||
| + | [avm] configured: watchdog eventled enable shift register enable direct gpio | ||
| + | gpio usage: reset=12 clock=13 store=10 data=9 | ||
| + | AR7WDT: Watchdog Driver for AR7 Hardware (Version 1.0, build: Feb 8 2007 14:30:44) | ||
| + | Serial: 8250/16550 driver $Revision: 1.90 $ 1 ports, IRQ sharing disabled | ||
| + | [uart_add_one_port] | ||
| + | ttyS0 at MMIO 0x0 (irq = 15) is a OHIO_UART | ||
| + | [uart_add_one_port] dont rigister console port-> | ||
| + | port-> | ||
| + | [uart_add_one_port] sucess | ||
| + | io scheduler noop registered | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x200) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x200) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x220) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x220) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x240) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x240) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x260) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x260) = 0x3100 | ||
| + | (vor) REG_ADM_LC_PHY_CONTROL_PORT(0x280) = 0x3100 | ||
| + | (nach) REG_ADM_LC_PHY_CONTROL_PORT(0x280) = 0x3100 | ||
| + | cpmac_if_register, | ||
| + | cpmac_if_register, | ||
| + | tun: Universal TUN/TAP device driver, 1.6 | ||
| + | tun: (C) 1999-2004 Max Krasnyansky | ||
| + | physmap flash device: 400000 at 10000000 | ||
| + | phys_mapped_flash: | ||
| + | | ||
| + | phys_mapped_flash: | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | RedBoot partition parsing not available | ||
| + | Generic platform RAM MTD, (c) 2004 Simtec Electronics | ||
| + | Ohio flash driver (size-> | ||
| + | flash_size=0x800000 | ||
| + | Ohio flash memory: Found 1 x16 devices at 0x0 in 16-bit bank | ||
| + | | ||
| + | Ohio flash memory: Swapping erase regions for broken CFI table. | ||
| + | number of CFI chips: 1 | ||
| + | cfi_cmdset_0002: | ||
| + | [mtd]: set to default: jffs2_size = 0x20 * 64KByte (0x200000 Bytes) | ||
| + | [ohio_find_hidden_filesystem]: | ||
| + | [init_ohio_flash] find hidden filesystem size=0x6d3b00 offset=0xac500 | ||
| + | [mtd] configure jffs2 partition | ||
| + | [mtd] fs_size=0x400000 max=0x370000 is=0x200000 max jffs2_size value 55 | ||
| + | Creating 7 MTD partitions on "Ohio flash memory": | ||
| + | 0x000ac500-0x00780000 : " | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | mtd: partition " | ||
| + | 0x00010000-0x00780000 : " | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | 0x00000000-0x00010000 : " | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | ' | ||
| + | 0x00780000-0x007c0000 : "tffs (1)" | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | ' | ||
| + | 0x007c0000-0x00800000 : "tffs (2)" | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | ' | ||
| + | 0x00580000-0x00780000 : " | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | ' | ||
| + | 0x00010000-0x00580000 : " | ||
| + | ' | ||
| + | 'Bits can be cleared (flash)' | ||
| + | 'Has an erase function' | ||
| + | ' | ||
| + | capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs) | ||
| + | capifs: Rev 1.1.2.3 | ||
| + | NET: Registered protocol family 2 | ||
| + | IP route cache hash table entries: 512 (order: -1, 2048 bytes) | ||
| + | TCP established hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | TCP bind hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | TCP: Hash tables configured (established 2048 bind 2048) | ||
| + | TCP reno registered | ||
| + | TCP bic registered | ||
| + | mcfw_init: ok | ||
| + | NET: Registered protocol family 1 | ||
| + | NET: Registered protocol family 17 | ||
| + | NET: Registered protocol family 8 | ||
| + | NET: Registered protocol family 20 | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | [ohio_late_init] | ||
| + | [ohio_set_clock_notify] avm_clock_id_system notify disable 0x9400169c 0x94279e48 | ||
| + | [ohio_set_clock_notify] avm_clock_id_system notify enable 0x9400169c 0x94279e48 | ||
| + | [tffs] alloc_chrdev_region() param=mtd4 | ||
| + | [tffs] CONFIG_TFFS_MTD_DEVICE_0=4 CONFIG_TFFS_MTD_DEVICE_1=5 | ||
| + | [tffs] Character device init successfull | ||
| + | TFFS: tiny flash file system driver. GPL (c) AVM Berlin (Version 2.0) | ||
| + | mount on mtd4 and mtd5 (double buffering) | ||
| + | Adam2 environment variables API installed. | ||
| + | tffsd: wait for events | ||
| + | [prepare_namespace] new mount root / | ||
| + | use lzma compression | ||
| + | VFS: Mounted root (squashfs filesystem) readonly. | ||
| + | Freeing prom memory: 0kb freed | ||
| + | Freeing unused kernel memory: 112k freed (7617 free) | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | init started: | ||
| + | [setup_irq]: | ||
| + | AR7WDT: System Init UEberwachung 120 Sekunden | ||
| + | TFFS Name Table 8 | ||
| + | HWRevision | ||
| + | ProductID | ||
| + | SerialNumber | ||
| + | annex B | ||
| + | autoload | ||
| + | bootloaderVersion | ||
| + | bootserport | ||
| + | bluetooth | ||
| + | cpufrequency | ||
| + | firstfreeaddress | ||
| + | firmware_version | ||
| + | firmware_info | ||
| + | flashsize | ||
| + | kernel_args | ||
| + | maca 00: | ||
| + | macb 00: | ||
| + | macwlan 00: | ||
| + | macdsl | ||
| + | memsize 0x02000000 | ||
| + | modetty0 | ||
| + | modetty1 | ||
| + | mtd0 0x90000000, | ||
| + | mtd1 0x90010000, | ||
| + | mtd2 0x90000000, | ||
| + | mtd3 0x90780000, | ||
| + | mtd4 0x907C0000, | ||
| + | my_ipaddress | ||
| + | prompt | ||
| + | ptest | ||
| + | reserved | ||
| + | req_fullrate_freq | ||
| + | sysfrequency | ||
| + | urlader-version 1190 | ||
| + | usb_board_mac | ||
| + | usb_rndis_mac | ||
| + | usb_device_id | ||
| + | usb_revision_id 0x0000 | ||
| + | usb_device_name USB DSL Device | ||
| + | usb_manufacturer_name | ||
| + | wlan_key | ||
| + | wlan_cal | ||
| + | HWRevision=' | ||
| + | HWRevision_ATA=' | ||
| + | HWRevision_BitFileCount=' | ||
| + | HWRevision_Reserved1=' | ||
| + | ANNEX=' | ||
| + | OEM=' | ||
| + | OEM_DEFAULT_INDEX='' | ||
| + | OEM_tmp=' | ||
| + | Language=' | ||
| + | Country=' | ||
| + | TZ=' | ||
| + | CONFIG_AB_COUNT=' | ||
| + | CONFIG_ANNEX=' | ||
| + | CONFIG_ASSIST=' | ||
| + | CONFIG_ATA=' | ||
| + | CONFIG_ATA_FULL=' | ||
| + | CONFIG_AUDIO=' | ||
| + | CONFIG_AURA=' | ||
| + | CONFIG_BLUETOOTH=' | ||
| + | CONFIG_BLUETOOTH_CTP=' | ||
| + | CONFIG_BUTTON=' | ||
| + | CONFIG_CAPI=' | ||
| + | CONFIG_CAPI_MIPS=' | ||
| + | CONFIG_CAPI_NT=' | ||
| + | CONFIG_CAPI_POTS=' | ||
| + | CONFIG_CAPI_TE=' | ||
| + | CONFIG_CAPI_UBIK=' | ||
| + | CONFIG_CAPI_XILINX=' | ||
| + | CONFIG_CDROM=' | ||
| + | CONFIG_CDROM_FALLBACK=' | ||
| + | CONFIG_DECT=' | ||
| + | CONFIG_DSL=' | ||
| + | CONFIG_ENVIRONMENT_PATH='/ | ||
| + | CONFIG_ETH_COUNT=' | ||
| + | CONFIG_FIRMWARE_URL=' | ||
| + | CONFIG_FON=' | ||
| + | CONFIG_HOMEI2C=' | ||
| + | CONFIG_HOSTNAME=' | ||
| + | CONFIG_I2C=' | ||
| + | CONFIG_INSTALL_TYPE=' | ||
| + | CONFIG_JFFS2=' | ||
| + | CONFIG_LED_NO_DSL_LED=' | ||
| + | CONFIG_MAILER=' | ||
| + | CONFIG_MEDIACLI=' | ||
| + | CONFIG_MEDIASRV=' | ||
| + | CONFIG_NAND=' | ||
| + | CONFIG_NFS=' | ||
| + | CONFIG_OEM_DEFAULT=' | ||
| + | CONFIG_PRODUKT=' | ||
| + | CONFIG_PRODUKT_NAME=' | ||
| + | CONFIG_RAMSIZE=' | ||
| + | CONFIG_ROMSIZE=' | ||
| + | CONFIG_SERVICEPORTAL_URL=' | ||
| + | CONFIG_STOREUSRCFG=' | ||
| + | CONFIG_SUBVERSION='' | ||
| + | CONFIG_TAM=' | ||
| + | CONFIG_TAM_MODE=' | ||
| + | CONFIG_TR069=' | ||
| + | CONFIG_UBIK2=' | ||
| + | CONFIG_UPNP=' | ||
| + | CONFIG_USB=' | ||
| + | CONFIG_USB_HOST_AVM=' | ||
| + | CONFIG_USB_HOST_TI=' | ||
| + | CONFIG_USB_PRINT_SERV=' | ||
| + | CONFIG_USB_STORAGE=' | ||
| + | CONFIG_USB_WLAN_AUTH=' | ||
| + | CONFIG_VDSL=' | ||
| + | CONFIG_VERSION=' | ||
| + | CONFIG_VERSION_MAJOR=' | ||
| + | CONFIG_VLYNQ=' | ||
| + | CONFIG_VLYNQ0=' | ||
| + | CONFIG_VLYNQ1=' | ||
| + | CONFIG_VPN=' | ||
| + | CONFIG_WLAN=' | ||
| + | CONFIG_WLAN_1130TNET=' | ||
| + | CONFIG_WLAN_1350TNET=' | ||
| + | CONFIG_WLAN_GREEN=' | ||
| + | CONFIG_WLAN_WDS=' | ||
| + | CONFIG_XILINX=' | ||
| + | set ' | ||
| + | mknod: / | ||
| + | cp / | ||
| + | checkempty: warning, / | ||
| + | Piglet: module license ' | ||
| + | (C) Copyright 2005 by AVM | ||
| + | ' taints kernel. | ||
| + | attempting to load DSL Firmware '/ | ||
| + | **** ANNEX: ' | ||
| + | ************************************* | ||
| + | setting DSL Firmware to Annex B | ||
| + | registered device TI Avalanche SAR | ||
| + | tiatm driver (patch_annex=0xc00519ec) | ||
| + | [tiatm] Set StrictPriority=0 | ||
| + | DSP binary filesize = 303784 bytes | ||
| + | [setup_irq]: | ||
| + | [setup_irq]: | ||
| + | [tiatm]: Powermanagment (States => 1,3,10) supported! | ||
| + | Texas Instruments ATM driver: version: | ||
| + | ubik2 driver (ubik2 - 0x10=0xc00646b4) | ||
| + | atm_dsp_register_ubik2: | ||
| + | atm_dsp_register_ubik2: | ||
| + | ubik2_init_interface: | ||
| + | isdn_fbox: Loading... | ||
| + | isdn_fbox: Driver ' | ||
| + | isdn_fbox: CAPI driver registered. | ||
| + | isdn_fbox: AVM F!Box expected @ port 0x0000, irq 0 | ||
| + | isdn_fbox: Loading... | ||
| + | isdn_fbox: Stack version 3.11-07 | ||
| + | isdn_fbox: D-channel 0: DSS1 | ||
| + | isdn_fbox: D-channel 1: DSS1 | ||
| + | isdn_fbox: D-channel 2: DSS1_N | ||
| + | isdn_fbox: D-channel 3: POTS | ||
| + | isdn_fbox: D-channel 4: SIP | ||
| + | isdn_fbox: Loaded. | ||
| + | kdsldmod: init start | ||
| + | kdsld: cache_create(datapipe) | ||
| + | kdsld: cache_create(datapipe_mod) | ||
| + | kdsld: cache_create(ipaccessset) | ||
| + | kdsld: cache_create(ipaccessrule) | ||
| + | kdsld: cache_create(ipfragid) | ||
| + | kdsld: cache_create(ipmasqentry) | ||
| + | kdsld: cache_create(ipmasqfwinfo) | ||
| + | kdsld: cache_create(ipmasqigdpm) | ||
| + | kdsld: cache_create(ipmasqappldata) | ||
| + | kdsld: cache_create(ipmasqmcgroup) | ||
| + | kdsld: cache_create(dnsmasqentry) | ||
| + | kdsld: cache_create(dnsstaticentry) | ||
| + | kdsld: cache_create(pingerentry) | ||
| + | kdsld: cache_create(pingerwaiter) | ||
| + | kdsld: cache_create(iprouteset) | ||
| + | kdsld: DATAPIPE: with header optimization | ||
| + | kdsldmod: init done | ||
| + | kdsld: PPP led: off (value=0) | ||
| + | 2000-01-01 01:00:15 cltmgr: csock: using poll | ||
| + | Jan 1 01:00:15 cltmgr[383]: | ||
| + | 2000-01-01 01:00:16 cltmgr: avmssl_init: | ||
| + | Jan 1 01:00:16 cltmgr[383]: | ||
| + | 2000-01-01 01:00:16 cltmgr: process priority is 19 | ||
| + | Jan 1 01:00:16 cltmgr[383]: | ||
| + | MAC WLAN: | ||
| + | WLAN is not enabled | ||
| + | SIOCGIFFLAGS: | ||
| + | SIOCGIFFLAGS: | ||
| + | SIOCGIFFLAGS: | ||
| + | SIOCGIFFLAGS: | ||
| + | SIOCGIFFLAGS: | ||
| + | SIOCGIFFLAGS: | ||
| + | / | ||
| + | Jan 1 01:00:17 websrv[408]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 websrv[408]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | ailed: File not found | ||
| + | Jan 1 01:00:17 cltmgr[385]: | ||
| + | Jan 1 01:00:18 cltmgr[385]: | ||
| + | Jan 1 01:00:18 cltmgr[385]: | ||
| + | Jan 1 01:00:18 cltmgr[385]: | ||
| + | Jan 1 01:00:18 cltmgr[385]: | ||
| + | 2000-01-01 01:00:18 multid: startup (Aug 31 2006 17:10:44) | ||
| + | Jan 1 01:00:18 multid[414]: | ||
| + | 2000-01-01 01:00:18 multid: csock: using poll | ||
| + | Jan 1 01:00:18 multid[414]: | ||
| + | 2000-01-01 01:00:18 multid: avmssl_init: | ||
| + | Jan 1 01:00:18 multid[414]: | ||
| + | Jan 1 01:00:18 multid[418]: | ||
| + | Jan 1 01: | ||
| + | ultid[418]: enabling non-ATA-Mode | ||
| + | Jan 1 01:00:18 multid[418]: | ||
| + | Jan 1cpmac_main_ioctl, | ||
| + | | ||
| + | 00:device cpmac0 entered promiscuous mode | ||
| + | 18 mulan: port 1(eth0) entering learning state | ||
| + | ltid[418]: if_setup: lan:0: SIOCSIFADDR failed - No such device (19) | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 websrv[408]: | ||
| + | Jan 1 01:00:19 multid[418]: | ||
| + | Jan 1 01:00:19 multid[4kdsld: | ||
| + | 18]: verbose: DISABLED | ||
| + | 2000-01-01 01:00:19 dsld: csock: using poll | ||
| + | Jan 1 01:00:19 dsld[426]: csock: using poll | ||
| + | 2000-01-01 01:00:19 dsld: avmssl_init: | ||
| + | Jan 1 01:00:19 dsld[426]: avmssl_init: | ||
| + | 2000-01-01 01:00:19 dsld: startup (Jul 6 2006 15:37:07) | ||
| + | Jan 1 01:00:19 dsld[426]: startup (Jul 6 2006 15:37:07) | ||
| + | 2000-01-01 01:00:19 dsld: new cpmac driver detected | ||
| + | Jan 1 01:00:19 dsld[426]: new cpmac driver detected | ||
| + | Jan 1 01:00:19 dsld[428]: DSL Mac 00: | ||
| + | Jan 1 01:00:19 dsld[428]: VOIP Mac 00: | ||
| + | Jan 1 01:00:19 dsld[428]: voip: ppptarget voip disabled, ignored | ||
| + | Jan 1 01:00:19 dsld[428]: verbose: DISABLED | ||
| + | / | ||
| + | telefon: use clock_gettime(CLOCK_MONOTONIC)! | ||
| + | telefon: SIGCHLD received! | ||
| + | telefon: SIGCHLD received! | ||
| + | voipd: csock: using poll | ||
| + | voipd: avmssl_init: | ||
| + | Jan 1 01:00:22 voipd[448]: / | ||
| + | Jan 1 01:00:22 voipd[448]: FactoryDefault=/ | ||
| + | Jan 1 01:00:22 voipd[448]: load_config(voip): | ||
| + | Jan 1 01:00:22 voipd[448]: startup (AVM Speedport W 701V 33.04.26 AVM SIP v5.01.48 Jul 12 2006 16:18:47) | ||
| + | Jan 1 01:00:22 voipd[448]: using capi controller 5 | ||
| + | Jan 1 01:00:22 voipd[448]: using b1 protocol 10 | ||
| + | Jan 1 01:00:22 voipd[448]: tel: supported | ||
| + | Jan 1 01:00:22 voipd[448]: ENUM NOT enabled | ||
| + | Jan 1 01:00:22 voipd[448]: enumdomain: e164.arpa | ||
| + | Jan 1 01:00:22 voipd[448]: enumdomain: e164.org | ||
| + | Jan 1 01:00:22 voipd[448]: Couldn' | ||
| + | Jan 1 01:00:22 voipd[448]: VoIP led value = 0 | ||
| + | Jan 1 01:00:22 voipd[448]: no useragent configured | ||
| + | Jan 1 01:00:22 voipd[448]: INFO led: off (value=0) | ||
| + | Jan 1 01:00:22 voipd[448]: priority is -20 | ||
| + | Jan 1 01:00:22 voipd[448]: encaplen 32 | ||
| + | Jan 1 01:00:22 voipd[448]: brutto speed unknown | ||
| + | Jan 1 01:00:22 voipd[448]: PCMA: 98933 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 voipd[448]: PCMU: 98933 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 voipd[448]: G726-32: 70666 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 voipd[448]: G726-40: 70666 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 AR7WDT: System Init UEberwachung abgeschlossen (100540 ms noch verfuegbar) | ||
| + | voipd[448]: G726-24: 56533 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 voipd[448]: iLBC: 42400 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 voipd[448]: PCMA: 106000 bits/second (encaplen=32, | ||
| + | Jan 1 01:00:22 voipd[448]: PCMU: 106000 bits/second (encaplen=32, | ||
| + | Jan 1 01:0SysRq : Changing Loglevel | ||
| + | Loglevel set to 4 | ||
| + | 0:22 voipd[448]: G72 | ||
| + | Please press Enter to activate this console.</ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== OpenWrt 14.07 bootlog ==== | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | (AVM) EVA Revision: 1.203 Version: 1203 | ||
| + | |||
| + | (C) Copyright 2005 AVM Date: Feb 7 2007 Time: 19:03:32 (1) 2 0-11111 | ||
| + | |||
| + | [FLASH:] MACRONIX Top-MirrorBit-Flash 8MB 32 Bytes WriteBuffer | ||
| + | [FLASH: | ||
| + | [FLASH: | ||
| + | [SYSTEM:] OHIO on 211MHz/ | ||
| + | |||
| + | Eva_AVM >AVM decompress Kernel: | ||
| + | ......................done | ||
| + | start kernel | ||
| + | [ 0.000000] Linux version 3.10.49 (bb@builder1) (gcc version 4.8.3 (OpenWrt/ | ||
| + | [ 0.000000] ar7-gpio: registered 32 GPIOs | ||
| + | [ 0.000000] bootconsole [early0] enabled | ||
| + | [ 0.000000] CPU revision is: 00018448 (MIPS 4KEc) | ||
| + | [ 0.000000] TI AR7 (TNETD7200), | ||
| + | [ 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 16 bytes. | ||
| + | [ 0.000000] Primary data cache 8kB, 4-way, VIPT, no aliases, linesize 16 bytes | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128 | ||
| + | [ 0.000000] Kernel command line: console=ttyS0, | ||
| + | [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | [ 0.000000] Memory: 27952k/ | ||
| + | [ 0.000000] NR_IRQS:256 | ||
| + | [ 0.000000] Clocks: Async mode | ||
| + | [ 0.000000] Clocks: Setting DSP clock | ||
| + | [ 0.000000] Clocks: base = 25000000, frequency = 125000000, prediv = 1, postdiv = 2, postdiv2 = 1, mul = 10 | ||
| + | [ 0.000000] Clocks: Setting CPU clock | ||
| + | [ 0.000000] Adjusted requested frequency 211000000 to 211968000 | ||
| + | [ 0.000000] Clocks: base = 35328000, frequency = 211968000, prediv = 1, postdiv = 1, postdiv2 = -1, mul = 6 | ||
| + | [ 0.000000] Clocks: Setting USB clock | ||
| + | [ 0.000000] Adjusted requested frequency 48000000 to 48076920 | ||
| + | [ 0.000000] Clocks: base = 125000000, frequency = 48000000, prediv = 13, postdiv = 1, postdiv2 = -1, mul = 5 | ||
| + | [ 0.000000] Calibrating delay loop... 211.35 BogoMIPS (lpj=1056768) | ||
| + | [ 0.090000] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.100000] Mount-cache hash table entries: 512 | ||
| + | [ 0.120000] NET: Registered protocol family 16 | ||
| + | [ 0.180000] bio: create slab < | ||
| + | [ 0.200000] Switching to clocksource MIPS | ||
| + | [ 0.220000] NET: Registered protocol family 2 | ||
| + | [ 0.240000] TCP established hash table entries: 512 (order: 0, 4096 bytes) | ||
| + | [ 0.260000] TCP bind hash table entries: 512 (order: -1, 2048 bytes) | ||
| + | [ 0.280000] TCP: Hash tables configured (established 512 bind 512) | ||
| + | [ 0.300000] TCP: reno registered | ||
| + | [ 0.310000] UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.330000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.350000] NET: Registered protocol family 1 | ||
| + | [ 0.410000] squashfs: version 4.0 (2009/ | ||
| + | [ 0.430000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.460000] msgmni has been set to 54 | ||
| + | [ 0.470000] io scheduler noop registered | ||
| + | [ 0.490000] io scheduler deadline registered (default) | ||
| + | [ 0.500000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled | ||
| + | [ 0.520000] serial8250: ttyS0 at MMIO 0x8610e00 (irq = 15) is a TI-AR7 | ||
| + | [ 0.540000] console [ttyS0] enabled, bootconsole disabled | ||
| + | [ 0.540000] console [ttyS0] enabled, bootconsole disabled | ||
| + | [ 0.620000] physmap platform flash device: 02000000 at 10000000 | ||
| + | [ 0.640000] physmap-flash.0: | ||
| + | [ 0.670000] Amd/Fujitsu Extended Query Table at 0x0040 | ||
| + | [ 0.680000] | ||
| + | [ 0.700000] physmap-flash.0: | ||
| + | [ 0.720000] number of CFI chips: 1 | ||
| + | [ 0.730000] 4 ar7part partitions found on MTD device physmap-flash.0 | ||
| + | [ 0.750000] Creating 4 MTD partitions on " | ||
| + | [ 0.770000] 0x000000000000-0x000000010000 : " | ||
| + | [ 0.800000] 0x000000780000-0x000000800000 : " | ||
| + | [ 0.820000] 0x000000010000-0x000000780000 : " | ||
| + | [ 0.840000] 0x000000125db3-0x000000780000 : " | ||
| + | [ 0.860000] mtd: partition " | ||
| + | [ 0.910000] mtd: device 3 (rootfs) set to be root filesystem | ||
| + | [ 0.920000] mtd: partition " | ||
| + | [ 0.950000] 0x0000003c0000-0x000000780000 : " | ||
| + | [ 0.990000] libphy: Fixed MDIO Bus: probed | ||
| + | [ 1.330000] libphy: cpmac-mii: probed | ||
| + | [ 1.410000] cpmac: device eth0 (regs: 08610000, irq: 27, phy: fixed-0:00, mac: 00: | ||
| + | [ 1.440000] ar7_wdt: timer margin 59 seconds (prescale 65535, change 57180, freq 62500000) | ||
| + | [ 1.480000] vlynq0: regs 0x08611800, irq 29, mem 0x04000000 | ||
| + | [ 1.720000] vlynq0: local VLYNQ protocol rev. is 0x00010205 | ||
| + | [ 1.730000] vlynq0: remote VLYNQ protocol rev. is 0x00010206 | ||
| + | [ 1.750000] vlynq0: using remote clock divisor 1 | ||
| + | [ 1.840000] Found a VLYNQ device: 00000029 | ||
| + | [ 1.850000] TCP: cubic registered | ||
| + | [ 1.860000] NET: Registered protocol family 17 | ||
| + | [ 1.880000] Bridge firewalling registered | ||
| + | [ 1.890000] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 1.920000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. | ||
| + | [ 1.970000] Freeing prom memory: 1020k freed | ||
| + | [ 1.990000] Freeing unused kernel memory: 184K (94402000 - 94430000) | ||
| + | procd: Console i[ 3.450000] ar7_wdt: timer margin 29 seconds (prescale 65535, change 28590, freq 62500000) | ||
| + | s alive | ||
| + | procd: - watchdog - | ||
| + | procd: - preinit - | ||
| + | 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 | ||
| + | jffs2 is ready | ||
| + | jffs2 is ready | ||
| + | [ 9.040000] jffs2: notice: (194) jffs2_build_xattr_subsystem: | ||
| + | switching to overlay | ||
| + | procd: - early -[ 9.130000] ar7_wdt: timer margin 29 seconds (prescale 65535, change 28590, freq 62500000) | ||
| + | |||
| + | procd: - watchdog - | ||
| + | procd: - ubus - | ||
| + | procd: - init - | ||
| + | Please press Enter to activate this console. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | procd: - init complete - | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | |||
| + | |||
| + | |||
| + | BusyBox v1.22.1 (2014-09-20 21:35:17 CEST) built-in shell (ash) | ||
| + | Enter ' | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | | ||
| + | | ||
| + | * 1/2 oz Galliano | ||
| + | * 4 oz cold Coffee | ||
| + | * 1 1/2 oz Dark Rum with crushed ice. Stir. | ||
| + | * 2 tsp. Creme de Cacao | ||
| + | | ||
| + | root@OpenWrt:/# | ||
| + | br-lan | ||
| + | inet addr: | ||
| + | inet6 addr: fd7d: | ||
| + | inet6 addr: fe80:: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:102 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:107 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:9042 (8.8 KiB) TX bytes:11508 (11.2 KiB) | ||
| + | |||
| + | eth0 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:102 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:107 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:10470 (10.2 KiB) TX bytes:11464 (11.1 KiB) | ||
| + | Interrupt: | ||
| + | |||
| + | lo Link encap:Local Loopback | ||
| + | inet addr: | ||
| + | inet6 addr: ::1/128 Scope:Host | ||
| + | UP LOOPBACK RUNNING | ||
| + | RX packets:194 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:194 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:13824 (13.5 KiB) TX bytes:13824 (13.5 KiB) | ||
| + | |||
| + | root@OpenWrt:/# | ||
| + | network.loopback=interface | ||
| + | network.loopback.ifname=lo | ||
| + | network.loopback.proto=static | ||
| + | network.loopback.ipaddr=127.0.0.1 | ||
| + | network.loopback.netmask=255.0.0.0 | ||
| + | network.lan=interface | ||
| + | network.lan.type=bridge | ||
| + | network.lan.proto=static | ||
| + | network.lan.ipaddr=192.168.1.1 | ||
| + | network.lan.netmask=255.255.255.0 | ||
| + | network.lan.nat=1 | ||
| + | network.lan.ip6assign=60 | ||
| + | network.lan.ifname=eth0 eth1 | ||
| + | network.wan6=interface | ||
| + | network.wan6.ifname=@wan | ||
| + | network.wan6.proto=dhcpv6 | ||
| + | network.globals=globals | ||
| + | network.globals.ula_prefix=fd7d: | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== OpenWrt 12.09 bootlog ==== | ||
| + | |||
| + | <WRAP bootlog> | ||
| + | < | ||
| + | (AVM) EVA Revision: 1.203 Version: 1203 | ||
| + | |||
| + | (C) Copyright 2005 AVM Date: Feb 7 2007 Time: 19:03:32 (1) 2 0-11111 | ||
| + | |||
| + | [FLASH:] MACRONIX Top-MirrorBit-Flash 8MB 32 Bytes WriteBuffer | ||
| + | [FLASH: | ||
| + | [FLASH: | ||
| + | [SYSTEM:] OHIO on 211MHz/ | ||
| + | |||
| + | Eva_AVM >AVM decompress Kernel: | ||
| + | .....................done | ||
| + | start kernel | ||
| + | [ 0.000000] Linux version 3.3.8 (blogic@Debian-60-squeeze-64-minimal) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Sat Mar 23 14:45:52 UTC 2013 | ||
| + | [ 0.000000] gpiochip_add: | ||
| + | [ 0.000000] ar7-gpio: registered 32 GPIOs | ||
| + | [ 0.000000] bootconsole [early0] enabled | ||
| + | [ 0.000000] CPU revision is: 00018448 (MIPS 4KEc) | ||
| + | [ 0.000000] TI AR7 (TNETD7200), | ||
| + | [ 0.000000] Determined physical RAM map: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initrd not found or empty - disabling initrd | ||
| + | [ 0.000000] Zone PFN ranges: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start PFN for each node | ||
| + | [ 0.000000] Early memory PFN ranges | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128 | ||
| + | [ 0.000000] Kernel command line: console=ttyS0, | ||
| + | [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | [ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes. | ||
| + | [ 0.000000] Primary data cache 8kB, 4-way, VIPT, no aliases, linesize 16 bytes | ||
| + | [ 0.000000] Memory: 28196k/ | ||
| + | [ 0.000000] NR_IRQS:256 | ||
| + | [ 0.000000] Clocks: Async mode | ||
| + | [ 0.000000] Clocks: Setting DSP clock | ||
| + | [ 0.000000] Clocks: base = 25000000, frequency = 125000000, prediv = 1, postdiv = 2, postdiv2 = 1, mul = 10 | ||
| + | [ 0.000000] Clocks: Setting CPU clock | ||
| + | [ 0.000000] Adjusted requested frequency 211000000 to 211968000 | ||
| + | [ 0.000000] Clocks: base = 35328000, frequency = 211968000, prediv = 1, postdiv = 1, postdiv2 = -1, mul = 6 | ||
| + | [ 0.000000] Clocks: Setting USB clock | ||
| + | [ 0.000000] Adjusted requested frequency 48000000 to 48076920 | ||
| + | [ 0.000000] Clocks: base = 125000000, frequency = 48000000, prediv = 13, postdiv = 1, postdiv2 = -1, mul = 5 | ||
| + | [ 0.000000] Calibrating delay loop... 211.35 BogoMIPS (lpj=1056768) | ||
| + | [ 0.090000] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.100000] Mount-cache hash table entries: 512 | ||
| + | [ 0.120000] NET: Registered protocol family 16 | ||
| + | [ 0.180000] bio: create slab < | ||
| + | [ 0.200000] Switching to clocksource MIPS | ||
| + | [ 0.220000] NET: Registered protocol family 2 | ||
| + | [ 0.240000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.260000] TCP established hash table entries: 1024 (order: 1, 8192 bytes) | ||
| + | [ 0.280000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.300000] TCP: Hash tables configured (established 1024 bind 1024) | ||
| + | [ 0.320000] TCP reno registered | ||
| + | [ 0.330000] UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.350000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.370000] NET: Registered protocol family 1 | ||
| + | [ 0.420000] squashfs: version 4.0 (2009/ | ||
| + | [ 0.440000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [ 0.470000] msgmni has been set to 55 | ||
| + | [ 0.480000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) | ||
| + | [ 0.510000] io scheduler noop registered | ||
| + | [ 0.520000] io scheduler deadline registered (default) | ||
| + | [ 0.540000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled | ||
| + | [ 0.560000] serial8250: ttyS0 at MMIO 0x8610e00 (irq = 15) is a TI-AR7 | ||
| + | [ 0.580000] console [ttyS0] enabled, bootconsole disabled | ||
| + | [ 0.580000] console [ttyS0] enabled, bootconsole disabled | ||
| + | [ 0.650000] physmap platform flash device: 02000000 at 10000000 | ||
| + | [ 0.670000] physmap-flash.0: | ||
| + | [ 0.700000] Amd/Fujitsu Extended Query Table at 0x0040 | ||
| + | [ 0.710000] | ||
| + | [ 0.730000] physmap-flash.0: | ||
| + | [ 0.750000] number of CFI chips: 1 | ||
| + | [ 0.770000] 4 ar7part partitions found on MTD device physmap-flash.0 | ||
| + | [ 0.790000] Creating 4 MTD partitions on " | ||
| + | [ 0.800000] 0x000000000000-0x000000010000 : " | ||
| + | [ 0.830000] 0x000000780000-0x000000800000 : " | ||
| + | [ 0.850000] 0x000000010000-0x000000780000 : " | ||
| + | [ 0.880000] 0x0000000fe214-0x000000780000 : " | ||
| + | [ 0.890000] mtd: partition " | ||
| + | [ 0.940000] mtd: partition " | ||
| + | [ 0.960000] mtd: partition " | ||
| + | [ 0.980000] 0x000000300000-0x000000780000 : " | ||
| + | [ 1.020000] Fixed MDIO Bus: probed | ||
| + | [ 1.320000] EXTERNAL SWITCH!!! | ||
| + | [ 1.500000] cpmac-mii: probed | ||
| + | [ 1.580000] eth0: ADM6996FC model PHY found. | ||
| + | [ 1.590000] cpmac: device eth0 (regs: 08610000, irq: 27, phy: cpmac-1:00, mac: 00: | ||
| + | [ 1.620000] ar7_wdt: timer margin 59 seconds (prescale 65535, change 57180, freq 62500000) | ||
| + | [ 1.670000] vlynq0: regs 0x08611800, irq 29, mem 0x04000000 | ||
| + | [ 1.900000] vlynq0: local VLYNQ protocol rev. is 0x00010205 | ||
| + | [ 1.910000] vlynq0: remote VLYNQ protocol rev. is 0x00010206 | ||
| + | [ 1.930000] vlynq0: using remote clock divisor 1 | ||
| + | [ 2.020000] Found a VLYNQ device: 00000029 | ||
| + | [ 2.030000] TCP cubic registered | ||
| + | [ 2.040000] NET: Registered protocol family 17 | ||
| + | [ 2.060000] Bridge firewalling registered | ||
| + | [ 2.070000] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [ 2.100000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. | ||
| + | [ 2.140000] Freeing prom memory: 1020k freed | ||
| + | [ 2.160000] Freeing unused kernel memory: 172k freed | ||
| + | - preinit - | ||
| + | Press the [f] key and hit [enter] to enter failsafe mode | ||
| + | - regular preinit - | ||
| + | jffs2 not ready yet; using ramdisk | ||
| + | - init - | ||
| + | |||
| + | Please press Enter to activate this console. [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ 119.340000] JFFS2 notice: (983) jffs2_build_xattr_subsystem: | ||
| + | |||
| + | |||
| + | |||
| + | BusyBox v1.19.4 (2013-03-13 20:53:01 UTC) built-in shell (ash) | ||
| + | Enter ' | ||
| + | |||
| + | _______ | ||
| + | | ||
| + | | ||
| + | | ||
| + | |__| W I R E L E S S F R E E D O M | ||
| + | | ||
| + | | ||
| + | | ||
| + | * 1/4 oz Vodka Pour all ingredients into mixing | ||
| + | * 1/4 oz Gin tin with ice, strain into glass. | ||
| + | * 1/4 oz Amaretto | ||
| + | * 1/4 oz Triple sec | ||
| + | * 1/4 oz Peach schnapps | ||
| + | * 1/4 oz Sour mix | ||
| + | * 1 splash Cranberry juice | ||
| + | | ||
| + | root@OpenWrt:/# | ||
| + | br-lan | ||
| + | inet addr: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:11 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:566 (566.0 B) TX bytes:402 (402.0 B) | ||
| + | |||
| + | eth0 Link encap: | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:13 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:21 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:892 (892.0 B) TX bytes:2322 (2.2 KiB) | ||
| + | Interrupt: | ||
| + | |||
| + | eth0.1 | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:878 (878.0 B) | ||
| + | |||
| + | eth0.2 | ||
| + | UP BROADCAST RUNNING MULTICAST | ||
| + | RX packets:0 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:0 (0.0 B) TX bytes:878 (878.0 B) | ||
| + | |||
| + | lo Link encap:Local Loopback | ||
| + | inet addr: | ||
| + | UP LOOPBACK RUNNING | ||
| + | RX packets:384 errors:0 dropped:0 overruns:0 frame:0 | ||
| + | TX packets:384 errors:0 dropped:0 overruns:0 carrier:0 | ||
| + | collisions: | ||
| + | RX bytes:26112 (25.5 KiB) TX bytes:26112 (25.5 KiB) | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== References ===== | ||
| + | There are loads of forum posts (in german) relating to the W701V here (use Suchen, top right, to search) http:// | ||
| + | |||
| + | ==== Tags ==== | ||
| + | [[meta: | ||
| + | {{tag> | ||