TP-Link Archer D2 AC750 (WiP)

Dual band AC750 VDSL2 Modem Router , Lantiq-target

This router bears similarities with vr200v.

The router is based on the reputed Lantiq SoC(AR10) platform but not much development because of the lack of exposure. Some recent activity in bringing up OpenWRT in AR10 is in progress by Enrico with inputs from Hauke and others from Lantiq can be found in the below thread which is very interesting in itself.

https://patchwork.ozlabs.org/patch/1156426/

The current TP-Link firmware seems to be based on Openwrt 10 but the bootloader is very capable U-boot and that makes this a very capable platform for Openwrt development.

Testing u-boot serial console to upload image through tftp works.

OEM source code available at: https://static.tp-link.com/resources/gpl/ArcherD2_GPL.tar.gz

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

Once a serial console has been established (see below for further details):

  1. Download the ...sysupgrade.bin image as shown above
  2. Switch on the device and press t on the serial console until you get a prompt
  3. Optionally set the device's IP (defaults to 192.168.1.1):
    setenv ipaddr 192.168.1.1
  4. Optionally set the address of your TFTP server (defaults to 192.168.1.100):
    setenv serverip 192.168.1.2
  5. Download the image into RAM (not flash):
    tftpboot 0x80800000 openwrt-18.06.5-lantiq-xrx200-tplink_vr200v-squashfs-sysupgrade.bin
  6. Erase the rootfs flash area:
    sf erase 0x20000 0xf00000
  7. Write image to flash:
    sf write 0x80800000 0x20000 0xf00000


    Note: depending on your terminal emulation settings you may not see when the flash is finished, you could try to “blindly” type the next command (should be rather safe)

  8. Reboot:
    reset

Once a serial console has been established (see below for further details):

  1. Obtain your firmware image. You need to strip the header off first:
    dd if=orig.bin of=tplink.bin skip=257 bs=512
  2. Switch on the device and press t on the serial console until you get a prompt, then run commands similar to these:
    1. Optionally set the device's IP (defaults to 192.168.1.1):
      setenv ipaddr 192.168.1.1
    2. Optionally set the address of your TFTP server (defaults to 192.168.1.100):
      setenv serverip 192.168.1.2
    3. Download the image into RAM (not flash):
      tftpboot 0x80800000 tplink.bin
    4. Erase the rootfs flash area:
      sf erase 0x20000 0xf00000
    5. Write image to flash:
      sf write 0x80800000 0x20000 0xf00000
    6. Reboot:
      reset

(for OEM firmware version Archer_D2v1_1.4.0_0.8.0_up_boot(160216)_2016-02-16_15.44.20.bin)

partition address space name filesystem function
mtd0 0x000000000000-0x000000020000 boot n/a U-Boot v2.2.67
mtd1 0x000000020000-0x000000160000 kernel RAM executable kernel 2.6.32.42
mtd2 0x000000160000-0x000000fb0000 rootfs squashfs root
mtd3 0x000000fb0000-0x000000fc0000 radioDECT n/a ???
mtd4 0x000000fc0000-0x000000fd0000 config XML string user configuration
mtd5 0x000000fd0000-0x000000fe0000 romfile n/a ???
mtd6 0x000000fe0000-0x000000ff0000 rom n/a ???
mtd7 0x000000ff0000-0x000001000000 radio n/a radio settings
Instruction set MIPS
Vendor Lantiq
bootloader U-Boot 2010.06-svn14778-LANTIQ-v-2.2.67
(press t to enter U-Boot console on OEM firmware)
System-On-Chip Lantiq XWAY ARX368
CPU/Speed MIPS34Kc @ 500 MHz
Flash-Chip Winbond W25Q128 16MB SPI 16-pin SOIC
Flash size 16 MiB
RAM Zentel A3R12E40CBF-8E 64MB DDR2 16-bit
Wireless No1 Lantiq XWAY WAVE300 2.4GHz 802.11bgn 3×3:(SoC)
Wireless No2 MT7610EN 5GHz 802.11ac 1×1:1
Ethernet 4x 10/100/1000 BASE-TX Ethernet Interface
(3x SoC & 1x XWAY PEF7071V via RGMII)
Switch Internal configurable (Infineon)
xDSL Lantiq XWAY ARX368(SoC) (PSB 50368)
USB Yes 1x 2.0
GPIO LEDs ???
GPIO Buttons WPS button, WiFi button, Reset button
Power External 12V 1.5A
Serial Yes

Note: This will void your warranty!

To remove the cover:

  • There are two screws at the bottom of the device, under the Label.
  • The rest of the case is kept together by latches at the every side of the device.
  • Start prying near the grill with a flat screwdriver from the back side of the router.
  • Please note that the Silver coloured block of plastic in the front of the device seems to be glued so you may have to open the cover like a book without fully detaching.

Once the lid is off, find the silkscreened holes UARTP (3.3V), GND, RX, TX close to 3 push buttons. solder a 4-pin/3-pin header and connect a 3.3v uart to usb adapter like pl2303 or similar to get serial port access.

Press t on the console to interrupt U-Boot autobooting.

Logon through serial by pressing Enter and using: user: admin/passw:one-two-three-four in numerals.

Archer D2 login: admin Password: Jan 1 10:05:23 login[2194]: root login on 'console' ~ # ls web usr sys proc linuxrc firmware dev var tmp sbin mnt lib etc bin ~ # ls firmware/ xdslrc.sh gphy_image dsl_cpe_pipe.sh xcpe_hw.bin eth_wan_setting.sh adsl.scr vdsl.scr dsl_wan_setting.sh AR10_661B11.bin ~ # mount rootfs on / type rootfs (rw) /dev/root on / type squashfs (ro,relatime) proc on /proc type proc (rw,relatime) ramfs on /var type ramfs (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,mode=600) ramfs on /tmp type ramfs (rw,relatime) none on /sys type sysfs (rw,relatime) usbfs on /proc/bus/usb type usbfs (rw,relatime) ~ # uname -a Linux Archer D2 2.6.32.42 #4 Mon Jan 18 10:32:23 HKT 2016 mips GNU/Linux ~ # mount rootfs on / type rootfs (rw) /dev/root on / type squashfs (ro,relatime) proc on /proc type proc (rw,relatime) ramfs on /var type ramfs (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,mode=600) ramfs on /tmp type ramfs (rw,relatime) none on /sys type sysfs (rw,relatime) usbfs on /proc/bus/usb type usbfs (rw,relatime) ~ # cat /etc/inittab ::sysinit:/etc/init.d/rcS ::askfirst:/sbin/getty -L ttyS0 115200 vt100 ls /sbin vconfig rmmod lsmod ifconfig halt usbp reboot insmod hotplug_firm getty route poweroff init hotplug blkid ~ # ls /usr/sbin/ zebra ripd dsl_cpe_control br2684ctld xl2tpd radvd dhcp6s br2684ctl telnetd pppd dhcp6c atmarpd switch_utility ppacmd brctl atmarp ~ # ls /usr/bin/ xtables-multi snmpd iptables dropbear xdslSwitchNotify smbpasswd ipsecVpn dnsProxy wscd smbd ipcs diagTool wpatalk smbcontrol ipcrm dhcpd wpa_supplicant setkey ip6tables dhcpc wlanconfig scp ip cwmp wlNetlinkTool rt2860apd igmpd cos wanDetect racoon httpd cmmsyslogd vsftpd ntpc hostapd_wlan0 cmmsyslogc ushare ntfs-3g free cli upnpd noipdns env basename tmpd nmbd ebtables autopvc tftp logger dyndns ated test killall dump arping tdpd iwpriv drvhlpr [[ tc iwlist dropbearmulti [ taskset iwconfig dropbearkey ~ # ls /bin uname sleep rm ping mount login gzip date cat umount sh ps pidof mkdir ln echo cp busybox tar sed ping6 netstat ls kill df chmod ash ~ # ps PID USER VSZ STAT COMMAND 1 admin 1040 S init 2 admin 0 SW [kthreadd] 3 admin 0 SW [ksoftirqd/0] 4 admin 0 SW [events/0] 5 admin 0 SW [khelper] 8 admin 0 SW [async/mgr] 43 admin 0 SW [sync_supers] 45 admin 0 SW [bdi-default] 47 admin 0 SW [kblockd/0] 75 admin 0 SW [kswapd0] 76 admin 0 DW [dropcache] 77 admin 0 SW [aio/0] 81 admin 0 SW [crypto/0] 135 admin 0 SW [button_work] 156 admin 0 SW [mtdblockd] 157 admin 0 SW [ifx_ssc] 241 admin 0 SW [khubd] 274 admin 1036 S telnetd 275 admin 2352 S cmmsyslogd 277 admin 2352 S cmmsyslogd 278 admin 2352 S cmmsyslogd 279 admin 3216 S cos 280 admin 1052 S -sh 284 admin 2312 S igmpd 382 admin 3216 S cos 383 admin 3216 S cos 618 admin 4288 S cwmp 619 admin 4288 S cwmp 620 admin 4288 S cwmp 622 admin 2280 S ntpc 626 admin 2288 S dyndns /var/tmp/dconf/dyndns.conf 632 admin 2288 S noipdns /var/tmp/dconf/noipdns.conf 859 admin 0 DW [mtlk] 871 admin 0 DW [mtlk] 1216 admin 3344 S hostapd_wlan0 /var/Wireless/wlan0.ap_bss 1220 admin 1580 S drvhlpr -p /var/Wireless/drvhlpr.conf 1221 admin 1580 S drvhlpr -p /var/Wireless/drvhlpr.conf 1222 admin 1580 S drvhlpr -p /var/Wireless/drvhlpr.conf 1223 admin 1580 S drvhlpr -p /var/Wireless/drvhlpr.conf 1224 admin 1580 S drvhlpr -p /var/Wireless/drvhlpr.conf 1494 admin 0 SW [RtmpCmdQTask] 1495 admin 0 SW [RtmpWscTask] 1510 admin 1340 S wlNetlinkTool 1513 admin 1340 S wlNetlinkTool 1514 admin 1340 S wlNetlinkTool 1516 admin 2960 S httpd 1518 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1522 admin 2276 S dnsProxy 1527 admin 2832 S ipsecVpn 1532 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1533 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1534 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1535 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1536 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1537 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1538 admin 1760 S upnpd -L br0 -W ppp1 -en 1 -nat 1 -port 80 -url http 1541 admin 840 S radvd -C /var/tmp/dconf/radvd_br0.conf -p /var/run/r 1543 admin 1172 S dhcpd /var/tmp/dconf/udhcpd.conf 1549 admin 2868 S snmpd -f /var/tmp/dconf/snmpd.conf 1858 admin 3556 S tmpd 1863 admin 3136 S tdpd 1867 admin 1080 S dhcpc 1877 admin 1120 S zebra -d -f /var/tmp/dconf/zebra.conf 2133 admin 2280 S diagTool 2179 admin 2972 S nmbd -D 2184 admin 2576 S ushare 2192 admin 2576 S ushare 2193 admin 2576 S ushare 2194 admin 2576 S ushare 2195 admin 2576 S ushare 2197 admin 2576 S ushare 2198 admin 2576 S ushare 2200 admin 2576 S ushare 2214 admin 1352 S vsftpd 2217 admin 3796 S smbd -D 2220 admin 3796 S smbd -D 2225 admin 0 SW [ telnetDBGD ] 2226 admin 0 SW [ acktelnetDBGD ] 2229 admin 0 SW [NU UDP] 2231 admin 0 SW [NU TCP] 2245 admin 1188 S dropbear -p 22 -r /var/tmp/dropbear/dropbear_rsa_hos 2456 admin 1040 R ps ~ # cat /proc/ 1/ 156/ 274/ 871/ mips/ 1216/ 157/ 275/ NetUSB/ mirror 1220/ 1858/ 277/ buddyinfo misc 1221/ 1863/ 278/ bus/ modules 1222/ 1867/ 279/ cmdline mounts 1223/ 1877/ 280/ cpuinfo mtd 1224/ 2/ 284/ crypto net/ 135/ 2133/ 3/ devices pagetypeinfo 1494/ 2179/ 382/ diskstats partitions 1495/ 2184/ 383/ driver/ ppa/ 1510/ 2192/ 4/ eth/ scsi/ 1513/ 2193/ 43/ execdomains self/ 1514/ 2194/ 45/ filesystems slabinfo 1516/ 2195/ 47/ fs/ softirqs 1518/ 2197/ 5/ ifx_wdt stat 1522/ 2198/ 618/ ifxmips_mei/ sys/ 1527/ 2200/ 619/ ifxusb_hcd/ sysrq-trigger 1532/ 2214/ 620/ interrupts sysvipc/ 1533/ 2217/ 622/ iomem timer_list 1534/ 2220/ 626/ ioports tplink/ 1535/ 2225/ 632/ irq/ tty/ 1536/ 2226/ 75/ kallsyms uptime 1537/ 2229/ 76/ kcore url_list 1538/ 2231/ 77/ kmsg version 1541/ 2245/ 8/ loadavg vmallocinfo 1543/ 2247/ 81/ locks vmstat 1549/ 241/ 859/ meminfo zoneinfo ~ # cat /proc/version Linux version 2.6.32.42 (root@localhost.localdomain) (gcc version 4.3.3 (GCC) )6 ~ # cat /proc/meminfo MemTotal: 58844 kB MemFree: 9516 kB Buffers: 4656 kB Cached: 17388 kB SwapCached: 0 kB Active: 8904 kB Inactive: 18084 kB Active(anon): 4944 kB Inactive(anon): 0 kB Active(file): 3960 kB Inactive(file): 18084 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 0 kB SwapFree: 0 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 4960 kB Mapped: 4596 kB Shmem: 0 kB Slab: 15240 kB SReclaimable: 780 kB SUnreclaim: 14460 kB KernelStack: 664 kB PageTables: 544 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 55900 kB Committed_AS: 11388 kB VmallocTotal: 1048372 kB VmallocUsed: 1756 kB VmallocChunk: 1029544 kB


ROM VER: 1.1.0 CFG 05 ROM VER: 1.1.0 CFG 05 DDR autotuning Rev 1.0 DDR size from 0xa0000000 - 0xa3ffffff DDR check ok... start booting... U-Boot 2010.06-svn14778-LANTIQ-v-2.2.67 (Jan 15 2016 - 15:05:13) CLOCK CPU 500M RAM 250M 16 Bit RAM DRAM: 64 MiB Using default environment In: serial Out: serial Err: serial Net: internal phy using 25Mhz clock Internal phy firmware version: 0x8435 ar10 Switch0 KiB W25Q128 at 0:0 is now current device MAC: ec-08-6b-a7-80-92 Type "run flash_nfs" to mount root filesystem over NFS Hit any key to stop autoboot: 0 AR10 # �� Unknown command '�' - try 'help' AR10 # AR10 # AR10 # AR10 # AR10 # help ? - alias for 'help' base - print or set address offset bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol cmp - memory compare cp - memory copy crc32 - checksum calculation echo - echo args to console go - start application at address 'addr' help - print command description/usage loop - infinite loop on address range md - memory display mm - memory modify (auto-incrementing address) mtest - simple RAM read/write test mw - memory write (fill) nm - memory modify (constant address) printenv- print environment variables rarpboot- boot image via network using RARP/TFTP protocol reset - Perform RESET of the CPU run - run commands in an environment variable setenv - set environment variables sf - SPI flash sub-system tftpboot- boot image via network using TFTP protocol version - print monitor version AR10 # printenv bootcmd=run flash_flash bootdelay=1 baudrate=115200 preboot=echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo bootfile="uImage" mem=63M phym=64M wlanm=62M ipaddr=192.168.1.1 serverip=192.168.1.100 ethaddr=00:E0:92:00:01:40 netdev=eth0 console=ttyS0 tftppath= loadaddr=0x80800000 rootpath=/mnt/full_fs rootfsmtd=/dev/mtdblock6 nfsargs= setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) ramargs=setenv bootargs root=/dev/ram rw addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netman addmisc=setenv bootargs $(bootargs) console=$(console),$(baudrate) ethaddr=$(et flash_nfs=run nfsargs addip addmisc;bootm $(kernel_addr) net_nfs=tftp $(loadaddr) $(tftppath)$(bootfile);run nfsargs addip addmisc;bootm net_flash=tftp $(loadaddr) $(tftppath)$(bootfile); run flashargs addip addmisc;m net_ram=tftp $(loadaddr) $(tftppath)$(bootfile); run ramargs addip addmisc; boom u-boot=u-boot.ltq rootfs=rootfs.img firmware=firmware.img fullimage=fullimage.img totalimage=totalimage.img load=tftp $(loadaddr) $(u-boot) update=protect off 1:0-2;era 1:0-2;cp.b $(loadaddr) B0000000 $(filesize) flashargs=setenv bootargs ubi.mtd=system_sw rootfsname=$(rootfsname) ro rootfsts flash_flash=bootm $(loadaddr);reset update_uboot=tftp $(loadaddr) $(tftppath)$(u-boot); nand write.partial $(loadadt update_kernel=run ubi_init;tftpboot $(loadaddr) $(tftppath)$(bootfile);run swit) update_bootloader=update_uboot update_rootfs=run ubi_init;tftpboot $(loadaddr) $(tftppath)$(rootfs);run switch) update_firmware=run ubi_init;tftpboot $(loadaddr) $(tftppath)$(firmware);run sw) update_fullimage=run ubi_init;tftpboot $(loadaddr) $(tftppath)$(fullimage);run ) update_totalimage=run ubi_init;tftpboot $(loadaddr) $(tftppath)$(totalimage);up) stdin=serial stdout=serial stderr=serial ver=U-Boot-2010.06-svn14778-LANTIQ-v-2.2.67 ethact=ar10 Switch


Please note that this only works with old vendor firmware versions. Current versions have fixed that security hole.

When logged in to the web interface, go to Advanced/Wireless/Wireless Settings. Choose 2.4 GHz or 5GHz (better use the one, you don't need). Enter the following string as your Wireless Network Name (SSID):

$(killall telnetd)

then klick “Save” and wait until it finishes. Repeat the procedure to start telnet with a shell.

$(/usr/sbin/telnetd -l /bin/sh)

then klick “Save”

Then telnet to 192.168.1.1 or whatever IP you have assigned to the router. The amount of available commands is very limited: no grep, no find, no mtd, ...

ROM VER: 1.1.0 CFG 05 ROM VER: 1.1.0 CFG 05 DDR autotuning Rev 1.0 DDR size from 0xa0000000 - 0xa3ffffff DDR check ok... start booting... U-Boot 2010.06-svn14778-LANTIQ-v-2.2.67 (Jan 15 2016 - 15:05:13) CLOCK CPU 500M RAM 250M 16 Bit RAM DRAM: 64 MiB Using default environment In: serial Out: serial Err: serial Net: internal phy using 25Mhz clock Internal phy firmware version: 0x8435 ar10 Switch0 KiB W25Q128 at 0:0 is now current device MAC: ec-08-6b-a7-80-92 Type "run flash_nfs" to mount root filesystem over NFS Hit any key to stop autoboot: 0 0 KiB W25Q128 at 0:0 is now current device Uncompressing ... Starting kernel ... Lantiq xDSL CPE AR10 mips_hpt_frequency = 250000000, counter_resolution = 2 Linux version 2.6.32.42 (root@localhost.localdomain) (gcc version 4.3.3 (GCC) ) #4 Mon Jan 18 10:32:23 HKT 2016 phym = 04000000, mem = 03f00000, max_pfn = 00003f00 Reserving memory for CP1 @0xa3f00000, size 0x00100000 CPU revision is: 00019556 (MIPS 34Kc) Determined physical RAM map: AR10 mem final size = 65011712 User-defined physical RAM map: memory: 03e00000 @ 00000000 (usable) Initrd not found or empty - disabling initrd Zone PFN ranges: Normal 0x00000000 -> 0x00003e00 Movable zone start PFN for each node early_node_map[1] active PFN ranges 0: 0x00000000 -> 0x00003e00 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 15748 Kernel command line: root=/dev/mtdblock2 rw rootfstype=squashfs ip=192.168.1.1:192.168.1.100::::eth0:on console=ttyS0,115200 ethaddr=AC:9A:96:F0:28:39 phy= PID hash table entries: 256 (order: -2, 1024 bytes) Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes Writing ErrCtl register=00010030 Readback ErrCtl register=00010030 Memory: 58584k/63488k available (2841k kernel code, 4828k reserved, 692k data, 184k init, 0k highmem) Hierarchical RCU implementation. NR_IRQS:185 Lantiq ICU driver, version 3.0.1, (c) 2001-2011 Lantiq Deutschland GmbH console [ttyS0] enabled Calibrating delay loop... 332.59 BogoMIPS (lpj=1662976) Mount-cache hash table entries: 512 NET: Registered protocol family 16 !!!!!!! WAVE400 system registeration on AHB MTLK_MEM_BAR0_START is 3e00000 MTLK_MEM_BAR0_END is 3efffff MTLK_MEM_BAR1_START is 1a000000 MTLK_MEM_BAR1_END is 1a7fffff MTLK_WIRELESS_IRQ_IN_INDEX is 18 Lantiq PCIe Root Complex driver, version 1.9.1, (c) 2001-2011 Lantiq Deutschland GmbH bio: create slab <bio-0> at 0 ifx_pcie_rc_class_early_fixup port 0: fixed pcie host bridge to pci-pci bridge pci 0000:00:00.0: PME# supported from D0 D3hot pci 0000:00:00.0: PME# disabled pci 0000:01:00.0: PME# supported from D0 D3hot D3cold pci 0000:01:00.0: PME# disabled pci 0000:01:00.1: PME# supported from D0 D1 D3hot D3cold pci 0000:01:00.1: PME# disabled pci 0000:00:00.0: PCI bridge, secondary bus 0000:01 pci 0000:00:00.0: IO window: disabled pci 0000:00:00.0: MEM window: 0x1c000000-0x1c1fffff pci 0000:00:00.0: PREFETCH window: disabled NET: Registered protocol family 8 NET: Registered protocol family 20 Switching to clocksource MIPS NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 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 NET: Registered protocol family 1 gptu: totally 6 16-bit timers/counters gptu: misc_register on minor 63 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 IFX DMA driver, version ifxmips_dma_core.c:v1.1.5 ,(c)2009 Infineon Technologies AG Lantiq CGU driver, version 1.1.38, (c) 2001-2011 Lantiq Deutschland GmbH vpe1_mem = 0 Wired TLB entries for Linux read_c0_wired() = 0 squashfs: version 4.0 (2009/01/31) Phillip Lougher Registering mini_fo version $Id$ fuse init (API version 7.13) msgmni has been set to 114 DMA Referenced PAGE_SIZE = 4096 Infineon Technologies DEU driver version 2.0.0 Lantiq Technologies DEU Driver version 2.0.0 IFX DEU DES initialized (multiblock) (DMA). Lantiq Technologies DEU Driver version 2.0.0 IFX DEU AES initialized (multiblock) (DMA). Infineon Technologies DEU driver version 2.0.0 IFX DEU ARC4 initialized (multiblock) (DMA). Infineon Technologies DEU driver version 2.0.0 IFX DEU SHA1 initialized (DMA). Infineon Technologies DEU driver version 2.0.0 IFX DEU MD5 initialized (DMA). Infineon Technologies DEU driver version 2.0.0 IFX DEU SHA1_HMAC initialized (DMA). Infineon Technologies DEU driver version 2.0.0 IFX DEU MD5_HMAC initialized (DMA). DEU driver initialization complete! io scheduler noop registered (default) ifx_pmu_init: Major 252 Lantiq PMU driver, version 1.2.6, (c) 2001-2011 Lantiq Deutschland GmbH Lantiq GPIO driver, version 1.3.2, (c) 2001-2011 Lantiq Deutschland GmbH Infineon Technologies RCU driver version 1.1.1 Lantiq LED Controller driver, version 1.1.3, (c) 2001-2011 Lantiq Deutschland GmbH Lantiq MEI driver version: 5.07.02 ttyS0 at MMIO 0xbe100c00 (irq = 105) is a IFX_ASC Register ASC (UART) to PMCU. Lantiq ASC (UART) driver, version 1.0.14, (c) 2001-2011 Lantiq Deutschland GmbH brd: module loaded loop: module loaded Lantiq SSC driver, version 2.4.2, (c) 2001-2011 Lantiq Deutschland GmbH Register flash device:flash0 SPI Device: W25Q128 0xEF (Winbond) 0x40 0x18 Parameters: num sectors = 256, sector size = 65536, write size = 256 8 cmdlinepart partitions found on MTD device ifx_sflash Creating 8 MTD partitions on "ifx_sflash": 0x000000000000-0x000000020000 : "boot" 0x000000020000-0x000000160000 : "kernel" 0x000000160000-0x000000fb0000 : "rootfs" mtd: partition "rootfs" set to be root filesystem 0x000000fb0000-0x000000fc0000 : "radioDECT" 0x000000fc0000-0x000000fd0000 : "config" 0x000000fd0000-0x000000fe0000 : "romfile" 0x000000fe0000-0x000000ff0000 : "rom" 0x000000ff0000-0x000001000000 : "radio" Lantiq SPI flash driver, version 1.2.4, (c) 2001-2011 Lantiq Deutschland GmbH ifxmips_gpio: Pin ID 15 (port 0, pin 15) has been reserved by module SFLASH from kernel module! ifx_dataflash_init status error 0 PPP generic driver version 2.4.2 NET: Registered protocol family 24 IFX SWITCH API, Version 1.2.5 SWAPI: Registered character device [switch_api] with major no [81] Switch API: PCE MicroCode loaded !! Init IFX_ETHSW_Switch_API_procModule successfully. GPHY FW load for ARX300 !! Registered led device: USB_VBUS1 Registered led device: COSIC_reset Registered led device: broadband_led Registered led device: internet_led Registered led device: ledc_8 Registered led device: ledc_9 Registered led device: ledc_10 Registered led device: rst_to_default Registered led device: wps_button Registered led device: wlan0:green Registered led device: pcie1_led Registered led device: pcie2_led Registered led device: fxs2_led Registered led device: voip_led Registered led device: ledc_19 Registered led device: dect_led Registered led device: wps:green Registered led device: error_led Lantiq LED driver, version 1.1.4, (c) 2001-2011 Lantiq Deutschland GmbH Mirror/redirect action on u32 classifier Actions configured Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (916 buckets, 10000 max) CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or sysctl net.netfilter.nf_conntrack_acct=1 to enable it. ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 NET: Registered protocol family 15 Ebtables v2.0 registered NET: Registered protocol family 8 atmpvc_init() failed with -17 KOAM is loaded successfully. 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> All bugs added by David S. Miller <davem@redhat.com> VFS: Mounted root (squashfs filesystem) readonly on device 31:2. Freeing unused kernel memory: 184k freed starting pid 210, tty '': '/etc/init.d/rcS' SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. IFXUSB: ifxusb_hcd: version 3.2 B130116 IFXUSB: USB core #0 soft-reset IFXUSB: USB core #0 soft-reset ifxusb_hcd ifxusb_hcd: IFX USB Controller ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1 ifxusb_hcd ifxusb_hcd: irq 54, io mem 0xbe101000 IFXUSB: Init: Power Port (0) usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected IFXUSB: USB core #1 soft-reset IFXUSB: USB core #1 soft-reset ifxusb_hcd ifxusb_hcd: IFX USB Controller ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 2 ifxusb_hcd ifxusb_hcd: irq 83, io mem 0xbe106000 IFXUSB: Init: Power Port (0) usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected dns_init domain_name:tplinkmodem.net PPPoL2TP kernel driver, V1.0 GPHY FIRMWARE LOAD SUCCESSFULLY AT ADDR (GE MODE) : 803d4000 IFX GPHY driver GE Mode, version ifxmips_xrx_gphy: V1.1.1 - Firmware: 8435 Please press Enter to activate this console. [ dm_readFile ] 2042: can not open xml file /var/tmp/pc/reduced_data_model.xml!, about to open file /etc/reducel Loading D5 (MII0/1) driver ...... MAC-0: ec-08-6b-a7-80-92 MAC-1: ec-08-6b-a7-80-93 CHIPID: 2, chipid address: 0xbf107344 Succeeded! PPE datapath driver info: Version ID: 128.3.3.1.0.0.3 Family : AR10 DR Type : Normal Data Path | Indirect-Fast Path Interface : MII0 | MII1 Mode : Routing Release : 0.0.3 PPE firmware info: Version ID: 8.5.2.11.1 Family : AR10 FW Package: D5 Release : 2.11.1 PPE firmware feature: Packet Acceleration Support IPv4 Support IPv6 Support 6RD Support DS-Lite Support IFXOS, Version 1.5.17 (c) Copyright 2009, Lantiq Deutschland GmbH Lantiq CPE API Driver version: DSL CPE API V4.14.16 Predefined debug level: 3 PPA API --- init successfully ifx_ppa_init - init succeeded wlan0 no private ioctls. wlan0.0 no private ioctls. wlan0.0 no private ioctls. ra0 no private ioctls. ra1 no private ioctls. sendto: No such file or directory pid 279 send 2001 error wlan0 no private ioctls. wlan0.0 no private ioctls. ra0 no private ioctls. ra1 no private ioctls. ioctl: No such device device eth0.3 entered promiscuous mode device eth0 entered promiscuous mode device eth0.4 entered promiscuous mode device eth0.5 entered promiscuous mode [4294683336] mtlk0(mtlk_cdev_init:355): Max nodex set to 1048575 [4294685086] mtlk0(__mtlk_print_endianess:4915): The system is Big endian (0xbeadfeed, 0xedfeadbe) [4294685096] mtlk<3>(_ahb_irq_get:429): Found device IRQ: 18 [4294685096] mtlk0(_mtlk_df_user_alloc_devname:8560): NDEV Name pattern: wlan%d Register WLAN SWITCH function Register wlan 2.4G WPS function [4294685116] mtlk0(mtlk_core_pdb_fast_handles_open:42): Open Hot-path parameters [4294685116] mtlk<4>(_mtlk_mmb_cleanup_reset_mac:3245): FW CPU reset is done [MTLKD] BBCPU Reg: offs=0x01c0 (ba2f01c0) val=0xfff003e0 (offset_mb=62) [MTLKD] Enabling interrupt (bf880208) [MTLKD] Interrupt enabled [MTLKD] ChipID: 0x07C0 [MTLKD] e-fuse: num 1, address 0xbf107368, word: 0x00000000, value: 0x000 [MTLKD] e-fuse: num 2, address 0xbf107368, word: 0x00000000, value: 0x000 [MTLKD] e-fuse: num 3, address 0xbf107368, word: 0x00000000, value: 0x000 [MTLKD] e-fuse: num 4, address 0xbf10736c, word: 0x00000000, value: 0x000 [MTLKD] e-fuse: num 5, address 0xbf10736c, word: 0x00000000, value: 0x000 mtlk mtlk.0: firmware: requesting cal_wlan0.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=207 FIRMWARE=cal_wlan0.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () [4294685496] mtlk0(mtlk_mmb_drv_get_cpu_freq:604): FPI bus frequency: 250 MHz mtlk mtlk.0: firmware: requesting ap_upper_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=208 FIRMWARE=cal_wlan0.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=209 FIRMWARE=ap_upper_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () invoke /etc/hotplug/firmware.agent () [4294686076] mtlk0(get_firmware_version:1161): CID-0000: ap_upper_ar10.bin: @@@ VERSION INFO @@@ version number: 3.4.2.40.05_NoPsTxCancel_2_r4562 MIPS: Sing@ [4294686146] mtlk<4>(_mtlk_mmb_send_hw_dep_cfg:2443): AFE value: 0x35678C0E arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=210 FIRMWARE=ap_upper_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60[4294686176] mtlk0(mtlk_eeprom_check_ee_data:1353): Options mask is 0x00 [4294686176] mtlk0(load_default_hw_table:2119): HW configuration is 3X3 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () [4294686206] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=3) [4294686256] mtlk0(_mtlk_core_mbss_add_vap:7719): CID-0000: Got PRM_ID_VAP_ADD [4294686266] mtlk0(_mtlk_df_user_alloc_devname:8560): NDEV Name pattern: wlan0.0 Register WLAN SWITCH function Register wlan 2.4G WPS function [4294686276] mtlk0(mtlk_core_pdb_fast_handles_open:42): Open Hot-path parameters [4294686296] mtlk0(_mtlk_core_mbss_add_vap:7737): CID-0000: VAP#1 added [4294686876] mtlk<4>(_mtlk_core_async_clb:479): Requested ability 0x1000085 is disabled or never was registered Interface doesn't accept private ioctl... sEthVlan (8BE0): Device or resource busy [4294686896] mtlk0(_mtlk_core_mbss_is_rescan_exempted:2755): Re-Scan cannot be exempted (AOCS type = 2) [4294686906] mtlk0(mtlk_mbss_init:3439): CID-0000: _mtlk_core_mbss_check_activation_params returned successfully [4294686916] mtlk0(_mtlk_mbss_preactivate:2917): CID-0000: Pre-activation configured parameters: [4294686926] mtlk0(mtlk_core_configuration_dump:4947): CID-0000: Country : AU [4294686936] mtlk0(mtlk_core_configuration_dump:4948): CID-0000: Domain : 68 [4294686946] mtlk0(mtlk_core_configuration_dump:4949): CID-0000: Network mode : 802.11bgn [4294686946] mtlk0(mtlk_core_configuration_dump:4950): CID-0000: Band : 2.4 [4294686956] mtlk0(mtlk_core_configuration_dump:4951): CID-0000: Prog Model Spectrum : 40 MHz [4294686966] mtlk0(mtlk_core_configuration_dump:4952): CID-0000: Selected Spectrum : 40 MHz [4294686976] mtlk0(mtlk_core_configuration_dump:4953): CID-0000: User Sel. Spectrum : 40 MHz [4294686986] mtlk0(mtlk_core_configuration_dump:4954): CID-0000: Bonding : upper [4294686996] mtlk0(mtlk_core_configuration_dump:4955): CID-0000: HT mode : enabled [4294686996] mtlk0(mtlk_core_configuration_dump:4957): CID-0000: SM enabled : enabled [4294687006] mtlk0(mtlk_aocs_set_config_frequency_band:3161): Overriding AOCS type for 2.4 GHz (NONE) [4294687016] mtlk0(_mtlk_mbss_preactivate:2932): CID-0000: Start AOCS [4294687026] mtlk0(_mtlk_mbss_preactivate:2945): CID-0000: ap_scan_band_cfg = 1 [4294687026] mtlk0(_mtlk_core_perform_initial_scan:2701): CID-0000: Scan started 40MHz [4294687036] mtlk0(do_scan:596): Starting normal scan... mtlk mtlk.0: firmware: requesting ProgModel_BG_CB_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=215 FIRMWARE=ProgModel_BG_CB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () mtlk mtlk.0: firmware: requesting ProgModel_BG_CB_40_RevH_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=216 FIRMWARE=ProgModel_BG_CB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=217 FIRMWARE=ProgModel_BG_CB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () invoke /etc/hotplug/firmware.agent () [4294687486] mtlk0(prepare_progmodel_string:2061): CID-0000: ProgModel: ProgModel_BG_CB_40_RevH_ar10.bin version 2025 arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=218 FIRMWARE=ProgModel_BG_CB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () open DNS error: No such file or directory [ oal_sys_getOldTZInfo ] 509: Open TZ file error! [4294689806] mtlk0(_mtlk_core_perform_initial_scan:2701): CID-0000: Scan started 20MHz [4294689806] mtlk0(do_scan:596): Starting normal scan... mtlk mtlk.0: firmware: requesting ProgModel_BG_nCB_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=219 FIRMWARE=ProgModel_BG_nCB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () mtlk mtlk.0: firmware: requesting ProgModel_BG_nCB_40_RevH_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=221 FIRMWARE=ProgModel_BG_nCB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=220 FIRMWARE=ProgModel_BG_nCB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () invoke /etc/hotplug/firmware.agent () [4294690256] mtlk0(prepare_progmodel_string:2061): CID-0000: ProgModel: ProgModel_BG_nCB_40_RevH_ar10.bin version 2025 arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=222 FIRMWARE=ProgModel_BG_nCB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () [4294693696] mtlk<3>(_aocs_is_non_wifi_noise:3593): Force to 20 MHz mode due to interferer detection: ch:6 load:25 thrsh:15 [4294693706] mtlk<4>(aocs_detect_non_wifi_noise:3637): Coexistance switching to 20MHz Mode [4294693706] mtlk0(_mtlk_core_aocs_on_spectrum_change:2885): CID-0000: Spectrum changed to 20MHz [4294693716] mtlk0(_mtlk_mbss_preactivate:3040): CID-0000: Pre-activation selected parameters: [4294693726] mtlk0(mtlk_core_configuration_dump:4947): CID-0000: Country : AU [4294693736] mtlk0(mtlk_core_configuration_dump:4948): CID-0000: Domain : 68 [4294693746] mtlk0(mtlk_core_configuration_dump:4949): CID-0000: Network mode : 802.11bgn [4294693746] mtlk0(mtlk_core_configuration_dump:4950): CID-0000: Band : 2.4 [4294693756] mtlk0(mtlk_core_configuration_dump:4951): CID-0000: Prog Model Spectrum : 20 MHz [4294693766] mtlk0(mtlk_core_configuration_dump:4952): CID-0000: Selected Spectrum : 20 MHz [4294693776] mtlk0(mtlk_core_configuration_dump:4953): CID-0000: User Sel. Spectrum : 40 MHz [4294693786] mtlk0(mtlk_core_configuration_dump:4954): CID-0000: Bonding : upper [4294693786] mtlk0(mtlk_core_configuration_dump:4955): CID-0000: HT mode : enabled [4294693796] mtlk0(mtlk_core_configuration_dump:4957): CID-0000: SM enabled : enabled [4294693806] mtlk0(_mtlk_channels_frequency_element_dump:3086): CID-0000: Channel : 2 [4294693816] mtlk0(_mtlk_channels_frequency_element_dump:3087): CID-0000: ChannelACT : 0 [4294693826] mtlk0(_mtlk_channels_frequency_element_dump:3088): CID-0000: ScanType : 0 [4294693836] mtlk0(_mtlk_channels_frequency_element_dump:3089): CID-0000: ChannelSwCnt : 0 [4294693836] mtlk0(_mtlk_channels_frequency_element_dump:3090): CID-0000: SwitchMode : 0 [4294693846] mtlk0(_mtlk_channels_frequency_element_dump:3091): CID-0000: SmRequired : 0 [4294693856] mtlk0(_mtlk_channels_frequency_element_dump:3092): CID-0000: CbTxPowerLim : 202 [4294693866] mtlk0(_mtlk_channels_frequency_element_dump:3093): CID-0000: nCbTxPowerLim : 202 [4294693876] mtlk0(_mtlk_channels_frequency_element_dump:3094): CID-0000: AntennaGain : 0 [4294693886] mtlk0(_mtlk_channels_frequency_element_dump:3095): CID-0000: ChannelLoad : 0 [4294693886] mtlk0(_mtlk_channels_frequency_element_dump:3097): CID-0000: MaxTxPwr[0] : 0 [4294693896] mtlk0(_mtlk_channels_frequency_element_dump:3098): CID-0000: MaxTxPwrIdx[0] : 0 [4294693906] mtlk0(_mtlk_channels_frequency_element_dump:3097): CID-0000: MaxTxPwr[1] : 0 [4294693916] mtlk0(_mtlk_channels_frequency_element_dump:3098): CID-0000: MaxTxPwrIdx[1] : 0 [4294693926] mtlk0(_mtlk_channels_frequency_element_dump:3097): CID-0000: MaxTxPwr[2] : 0 [4294693926] mtlk0(_mtlk_channels_frequency_element_dump:3098): CID-0000: MaxTxPwrIdx[2] : 0 [4294693936] mtlk0(_mtlk_channels_frequency_element_dump:3100): CID-0000: SwitchType : 0 [4294693946] mtlk0(_mtlk_mbss_send_preactivate_req:2829): CID-0000: Sending UMI FW Preactivation [4294694026] mtlk<3>(mtlk_core_set_force_ncb:6621): CID-0000: Error returned for UMI_FORCE_NCB request to MAC (err=2) [4294694036] mtlk0(_mtlk_mbss_preactivate:3070): CID-0000: _mtlk_mbss_preactivate returned successfully [4294694046] mtlk0(mtlk_mbss_init:3446): CID-0000: _mtlk_mbss_preactivate_if_needed returned successfully [4294694056] mtlk0(mtlk_mbss_send_vap_activate:3134): CID-0000: Entering mtlk_mbss_send_vap_activate [4294694066] mtlk0(mtlk_mbss_send_vap_activate:3141): CID-0000: Start activation [4294694076] mtlk0(__mtlk_dump:66): dump of UMI_ACTIVATE_VAP: cp= 0x832f8b88 l=152 0000: ec 08 6b a7 80 92 00 00 02 00 00 05 00 0f 00 00 0010: aa 0f 00 00 55 00 00 00 ff ff ff ff 0c 00 00 00 0020: 4a 68 6f 6d 65 2d 54 50 4c 2d 30 32 00 00 00 00 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090: 00 00 00 00 09 00 00 00 [4294694126] mtlk0(mtlk_mbss_send_vap_activate:3203): CID-0000: UMI_ACTIVATE_VAP [4294694136] mtlk0(mtlk_mbss_send_vap_activate:3204): CID-0000: sBSSID = EC:08:6B:A7:80:92 [4294694146] mtlk0(mtlk_mbss_send_vap_activate:3205): CID-0000: sSSID = Jhome-TPL-02 [4294694156] mtlk0(mtlk_mbss_send_vap_activate:3206): CID-0000: Hidden = 0 [4294694156] mtlk0(__mtlk_dump:66): sRSNie = cp= 0x832f8bcc l=80 0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [4294694186] mtlk0(mtlk_mbss_send_vap_activate:3210): CID-0000: mtlk_txmm_msg_send, MsgId = 0x453, ESSID = Jhome-TPL-02 [4294694206] mtlk0(mtlk_mbss_init:3453): CID-0000: mtlk_mbss_send_vap_activate returned successfully [4294694206] mtlk<3>(_mtlk_pcoc_pmcu_request_state:365): PMCU mode request failed. New state is 1, error code is 1. killall: drvhlpr: no process killed killall: drvhlpr: no process killed Configuration file: /var/Wireless/wlan0.ap_bss Using interface wlan0 with hwaddr ec:08:6b:a7:80:92 and ssid "Jhome-TPL-02" WPS: Converting display to virtual_display for WPS 2.0 com[4294697496] mtlk0(_mtlk_core_mbss_is_rescan_exempted:2758): Re-Scan cannot be exempted (20/40 is a) [4294697506] mtlk0(mtlk_mbss_init:3439): CID-0000: _mtlk_core_mbss_check_activation_params returned successfully [4294697516] mtlk0(_mtlk_mbss_preactivate:2917): CID-0000: Pre-activation configured parameters: [4294697526] mtlk0(mtlk_core_configuration_dump:4947): CID-0000: Country : AU [4294697536] mtlk0(mtlk_core_configuration_dump:4948): CID-0000: Domain : 68 [4294697536] mtlk0(mtlk_core_configuration_dump:4949): CID-0000: Network mode : 802.11bgn [4294697546] mtlk0(mtlk_core_configuration_dump:4950): CID-0000: Band : 2.4 [4294697556] mtlk0(mtlk_core_configuration_dump:4951): CID-0000: Prog Model Spectrum : 20 MHz [4294697566] mtlk0(mtlk_core_configuration_dump:4952): CID-0000: Selected Spectrum : 40 MHz [4294697576] mtlk0(mtlk_core_configuration_dump:4953): CID-0000: User Sel. Spectrum : 40 MHz [4294697576] mtlk0(mtlk_core_configuration_dump:4954): CID-0000: Bonding : upper [4294697586] mtlk0(mtlk_core_configuration_dump:4955): CID-0000: HT mode : enabled [4294697596] mtlk0(mtlk_core_configuration_dump:4957): CID-0000: SM enabled : enabled [4294697606] mtlk0(mtlk_aocs_set_config_frequency_band:3161): Overriding AOCS type for 2.4 GHz (NONE) [4294697616] mtlk0(_mtlk_mbss_preactivate:2932): CID-0000: Start AOCS [4294697616] mtlk0(_mtlk_mbss_preactivate:2945): CID-0000: ap_scan_band_cfg = 1 [4294697626] mtlk0(_mtlk_core_perform_initial_scan:2701): CID-0000: Scan started 40MHz [4294697636] mtlk0(do_scan:596): Starting normal scan... mtlk mtlk.0: firmware: requesting ProgModel_BG_CB_ar10.bin pliance WPS: Converting push_button to virtual_push_button for WPS 2.0 compliance arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=223 FIRMWARE=ProgModel_BG_CB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () mtlk mtlk.0: firmware: requesting ProgModel_BG_CB_40_RevH_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=225 FIRMWARE=ProgModel_BG_CB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=224 FIRMWARE=ProgModel_BG_CB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () invoke /etc/hotplug/firmware.agent () [4294698036] mtlk0(prepare_progmodel_string:2061): CID-0000: ProgModel: ProgModel_BG_CB_40_RevH_ar10.bin version 2025 arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=226 FIRMWARE=ProgModel_BG_CB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () [4294699246] mtlk0(_mtlk_core_perform_initial_scan:2701): CID-0000: Scan started 20MHz [4294699256] mtlk0(do_scan:596): Starting normal scan... mtlk mtlk.0: firmware: requesting ProgModel_BG_nCB_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=227 FIRMWARE=ProgModel_BG_nCB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () mtlk mtlk.0: firmware: requesting ProgModel_BG_nCB_40_RevH_ar10.bin arguments (firmware) env (DEBUG=yes ACTION=add OLDPWD=/ HOME=/ SEQNUM=229 FIRMWARE=ProgModel_BG_nCB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=228 FIRMWARE=ProgModel_BG_nCB_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () invoke /etc/hotplug/firmware.agent () [4294699656] mtlk0(prepare_progmodel_string:2061): CID-0000: ProgModel: ProgModel_BG_nCB_40_RevH_ar10.bin version 2025 arguments (firmware) env (DEBUG=yes ACTION=remove OLDPWD=/ HOME=/ SEQNUM=230 FIRMWARE=ProgModel_BG_nCB_40_RevH_ar10.bin DEVPATH=/devices/platform/mtlk.0/firmware/mtlk.0 SUBSYSTEM=firmware PATH=/bin:/sbin:/usr/sbin:/usr/bin TIMEOUT=60 PWD=/etc/hotplug) invoke /etc/hotplug/firmware.agent () [4294701526] mtlk<3>(_aocs_is_non_wifi_noise:3611): Force to 20 MHz mode due to interferer detection: RSSI:-53 thrsh:-60 [4294701536] mtlk<4>(aocs_detect_non_wifi_noise:3637): Coexistance switching to 20MHz Mode [4294701546] mtlk0(_mtlk_core_aocs_on_spectrum_change:2885): CID-0000: Spectrum changed to 20MHz [4294701556] mtlk0(_mtlk_mbss_preactivate:3040): CID-0000: Pre-activation selected parameters: [4294701556] mtlk0(mtlk_core_configuration_dump:4947): CID-0000: Country : AU [4294701566] mtlk0(mtlk_core_configuration_dump:4948): CID-0000: Domain : 68 [4294701576] mtlk0(mtlk_core_configuration_dump:4949): CID-0000: Network mode : 802.11bgn [4294701586] mtlk0(mtlk_core_configuration_dump:4950): CID-0000: Band : 2.4 [4294701596] mtlk0(mtlk_core_configuration_dump:4951): CID-0000: Prog Model Spectrum : 20 MHz [4294701596] mtlk0(mtlk_core_configuration_dump:4952): CID-0000: Selected Spectrum : 20 MHz [4294701606] mtlk0(mtlk_core_configuration_dump:4953): CID-0000: User Sel. Spectrum : 40 MHz [4294701616] mtlk0(mtlk_core_configuration_dump:4954): CID-0000: Bonding : upper [4294701626] mtlk0(mtlk_core_configuration_dump:4955): CID-0000: HT mode : enabled [4294701636] mtlk0(mtlk_core_configuration_dump:4957): CID-0000: SM enabled : enabled [4294701646] mtlk0(_mtlk_channels_frequency_element_dump:3086): CID-0000: Channel : 2 [4294701646] mtlk0(_mtlk_channels_frequency_element_dump:3087): CID-0000: ChannelACT : 0 [4294701656] mtlk0(_mtlk_channels_frequency_element_dump:3088): CID-0000: ScanType : 0 [4294701666] mtlk0(_mtlk_channels_frequency_element_dump:3089): CID-0000: ChannelSwCnt : 0 [4294701676] mtlk0(_mtlk_channels_frequency_element_dump:3090): CID-0000: SwitchMode : 0 [4294701686] mtlk0(_mtlk_channels_frequency_element_dump:3091): CID-0000: SmRequired : 0 [4294701686] mtlk0(_mtlk_channels_frequency_element_dump:3092): CID-0000: CbTxPowerLim : 202 [4294701696] mtlk0(_mtlk_channels_frequency_element_dump:3093): CID-0000: nCbTxPowerLim : 202 [4294701706] mtlk0(_mtlk_channels_frequency_element_dump:3094): CID-0000: AntennaGain : 0 [4294701716] mtlk0(_mtlk_channels_frequency_element_dump:3095): CID-0000: ChannelLoad : 0 [4294701726] mtlk0(_mtlk_channels_frequency_element_dump:3097): CID-0000: MaxTxPwr[0] : 0 [4294701736] mtlk0(_mtlk_channels_frequency_element_dump:3098): CID-0000: MaxTxPwrIdx[0] : 0 [4294701736] mtlk0(_mtlk_channels_frequency_element_dump:3097): CID-0000: MaxTxPwr[1] : 0 [4294701746] mtlk0(_mtlk_channels_frequency_element_dump:3098): CID-0000: MaxTxPwrIdx[1] : 0 [4294701756] mtlk0(_mtlk_channels_frequency_element_dump:3097): CID-0000: MaxTxPwr[2] : 0 [4294701766] mtlk0(_mtlk_channels_frequency_element_dump:3098): CID-0000: MaxTxPwrIdx[2] : 0 [4294701776] mtlk0(_mtlk_channels_frequency_element_dump:3100): CID-0000: SwitchType : 0 [4294701776] mtlk0(_mtlk_mbss_send_preactivate_req:2829): CID-0000: Sending UMI FW Preactivation [4294701866] mtlk<3>(mtlk_core_set_force_ncb:6621): CID-0000: Error returned for UMI_FORCE_NCB request to MAC (err=2) [4294701876] mtlk0(_mtlk_mbss_preactivate:3070): CID-0000: _mtlk_mbss_preactivate returned successfully [4294701886] mtlk0(mtlk_mbss_init:3446): CID-0000: _mtlk_mbss_preactivate_if_needed returned successfully [4294701896] mtlk0(mtlk_mbss_send_vap_activate:3134): CID-0000: Entering mtlk_mbss_send_vap_activate [4294701896] mtlk0(mtlk_mbss_send_vap_activate:3141): CID-0000: Start activation [4294701906] mtlk0(__mtlk_dump:66): dump of UMI_ACTIVATE_VAP: cp= 0x832f8b88 l=152 0000: ec 08 6b a7 80 92 00 00 02 00 00 05 00 0f 00 00 0010: aa 0f 00 00 55 00 00 00 ff ff ff ff 0c 00 00 00 0020: 4a 68 6f 6d 65 2d 54 50 4c 2d 30 32 00 00 00 00 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040: 00 00 00 00 30 14 01 00 00 0f ac 04 01 00 00 0f 0050: ac 04 01 00 00 0f ac 02 00 00 00 00 00 00 00 00 0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090: 00 00 00 00 09 00 00 00 [4294701966] mtlk0(mtlk_mbss_send_vap_activate:3203): CID-0000: UMI_ACTIVATE_VAP [4294701966] mtlk0(mtlk_mbss_send_vap_activate:3204): CID-0000: sBSSID = EC:08:6B:A7:80:92 [4294701976] mtlk0(mtlk_mbss_send_vap_activate:3205): CID-0000: sSSID = Jhome-TPL-02 [4294701986] mtlk0(mtlk_mbss_send_vap_activate:3206): CID-0000: Hidden = 0 [4294701996] mtlk0(__mtlk_dump:66): sRSNie = cp= 0x832f8bcc l=80 0000: 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 0010: 00 0f ac 02 00 00 00 00 00 00 00 00 00 00 00 00 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [4294702026] mtlk0(mtlk_mbss_send_vap_activate:3210): CID-0000: mtlk_txmm_msg_send, MsgId = 0x453, ESSID = Jhome-TPL-02 [4294702036] mtlk0(mtlk_mbss_init:3453): CID-0000: mtlk_mbss_send_vap_activate returned successfully [4294702046] mtlk<3>(_mtlk_pcoc_pmcu_request_state:365): PMCU mode request failed. New state is 1, error code is 1. device wlan0 entered promiscuous mode brctl: iface lq0: No such device device wlan0.0 entered promiscuous mode PCI: Enabling device 0000:01:00.0 (0000 -> 0002) === pAd = c0dec000, size = 1337296 === <-- RTMPAllocTxRxRingMemory, Status=0 <-- RTMPAllocAdapterBlock, Status=0 device_id =0x7650 MACVersion = 0x76502000 load fw spent 10ms RX DESC a2582000 size = 4096 RX1 DESC a2583000 size = 4096 cfg_mode=14 cfg_mode=14 1. Phy Mode = 49 2. Phy Mode = 49 ext_pa_current_setting = 1 3. Phy Mode = 49 bAutoTxAgcG = 0 MCS Set = ff 00 00 00 01 ==== 2C70 [0] ,RXBackup [0] RX Cal =0 , use RXBackup [0] to restore!! result [0]!! @@@ ed_monitor_init : ===> @@@ ed_monitor_init : <=== Main bssid = ec:08:6b:a7:80:94 <==== rt28xx_init, Status=0 ==== 2C70 [0] ,RXBackup [0] RX Cal =0 , use RXBackup [0] to restore!! result [0]!! ==== 2C70 [4] ,RXBackup [0] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [6] ,RXBackup [4] 2C70 [6] not 0 , backup [6] ==== 2C70 [6] ,RXBackup [6] 2C70 [6] not 0 , backup [6] ==== 2C70 [0] ,RXBackup [6] RX Cal =0 , use RXBackup [6] to restore!! result [6]!! ==== 2C70 [6] ,RXBackup [6] 2C70 [6] not 0 , backup [6] ==== 2C70 [4] ,RXBackup [6] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [0] ,RXBackup [4] RX Cal =0 , use RXBackup [4] to restore!! result [4]!! ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [0] ,RXBackup [4] RX Cal =0 , use RXBackup [4] to restore!! result [4]!! ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [0] ,RXBackup [4] RX Cal =0 , use RXBackup [4] to restore!! result [4]!! ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [0] ,RXBackup [4] RX Cal =0 , use RXBackup [4] to restore!! result [4]!! ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [0] ,RXBackup [4] RX Cal =0 , use RXBackup [4] to restore!! result [4]!! ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] @@@ ed_monitor_exit : ===> @@@ ed_monitor_exit : <=== ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] ==== 2C70 [4] ,RXBackup [4] 2C70 [4] not 0 , backup [4] @@@ ed_monitor_init : ===> @@@ ed_monitor_init : <=== Register wlan 5G WPS function device ra0 entered promiscuous mode device apcli0 entered promiscuous mode device ra1 entered promiscuous mode WLAN-Start wlNetlinkTool Waiting for Wireless Events from interfaces... sendto: No such file or directory pid 279 send 2030 error sendto: No such file or directory pid 279 send 2004 error iptables: Bad rule (does a matching rule exist in that chain?). radvd starting brctl: bridge br0: Invalid argument pppoe_init() success PPPoE DevName Hook, the name is eth1 PPPoE DevName Hook, the name is eth1 [ getPidFromPidFile ] 112: Cann't open file: /var/run/zebra.pid. [ getPidFromPidFile ] 112: Cann't open file: /var/run/ripd.pid. [4294711746] mtlk0(_mtlk_df_user_ppa_unregister:565): PPA device function is unregistered (id=3) ifx_ppa_init - init succeeded [4294712146] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=3) [4294712176] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=4) [4294712496] mtlk0(_mtlk_df_user_ppa_unregister:565): PPA device function is unregistered (id=4) iptables: Bad rule (does a matching rule exist in that chain?). [4294712976] mtlk0(_mtlk_df_user_ppa_unregister:565): PPA device function is unregistered (id=3) ifx_ppa_init - init succeeded [4294713376] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=3) [4294713396] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=4) [4294713726] mtlk0(_mtlk_df_user_ppa_unregister:565): PPA device function is unregistered (id=4) iptables: Bad rule (does a matching rule exist in that chain?). [4294714166] mtlk0(_mtlk_df_user_ppa_unregister:565): PPA device function is unregistered (id=3) ifx_ppa_init - init succeeded [4294714566] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=3) [4294714586] mtlk0(_mtlk_df_user_ppa_register:540): PPA device function is registered (id=4) [4294714916] mtlk0(_mtlk_df_user_ppa_unregister:565): PPA device function is unregistered (id=4) iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?). [ rsl_setStorageServiceObj ] 1394: mountFlag is 3,We start usb server killall: ushare: no process killed uShare (version 1.1a), a lightweight UPnP A/V and DLNA Media Server. Benjamin Zores (C) 2005-2007, for GeeXboX Team. See http://ushare.geexbox.org/ for updates. iptables: Bad rule (does a matching rule exist in that chain?). iptables: Bad rule (does a matching rule exist in that chain?). ip6tables: Bad rule (does a matching rule exist in that chain?). kcg 333 :GPL NetUSB up! NetUSB: module license 'Proprietary' taints kernel. Disabling lock debugging due to kernel taint kc 90 : run_telnetDBGDServer start kc 227 : init_DebugD end INFO187A: NetUSB 1.02.64, 00020620 : Apr 17 2015 18:12:14 INFO187C: 7437: Archer_D2 v1 :Archer_D2 v1 INFO187D: AUTH ISOC INFO187E: filterAudio usbcore: registered new interface driver KC NetUSB General Driver INFO18D6: Reset device when disconnect INFO0145: init proc : PAGE_SIZE 4096 INFO174F: infomap 80c0b134 INFO1752: sleep to wait br0 to wake up INFO02CE: use dev Name br0 INFO175B: sleep to wait br0 end. INFO1774: UDP_BROAD 7437 tcpPort:625868800 INFO02CE: use dev Name br0 INFO1623: tcpConnector() started... Enable forwarding Will output 1024 bit rsa secret key to '/var/tmp/dropbear/dropbear_rsa_host_key' Generating key, this may take a while... INFO14FC: Bind to br0 open DNS error: No such file or directory Public key portion is: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwDSQR7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxuauIYDwnqUdkPK7ugAOezKq4+k5O+H2u0Gb1S7tgC9a24S2tbqQ6P1LMgACLNcmKJO34M/xz/2 Fingerprint: md5 xx:3d:0a:db:e7:89:46:88:6c:d0:8e:b7:c2:70:f1:ce Will output 1024 bit dss secret key to '/var/tmp/dropbear/dropbear_dss_host_key' Generating key, this may take a while... Public key portion is: ssh-dss AAAAB3NzaC1kc3MAAACBxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxuQCyKBQcPW3fTbdx+78j72F23kfd2n3+Y9r/i8AXzMjQgbzw4hY6DFuNgZzSmuB2N+L1cy3DAbfa82 Fingerprint: md5 xx:a8:9e:64:f3:xx:0e:9e:7c:xx:b1:63:cf:f7:48:fc starting pid 280, tty '': '/sbin/getty -L ttyS0 115200 vt100' Archer D2 login: Archer D2 login: admin Password: Jan 1 10:01:34 login[280]: root login on 'console' ~ # uname -a Linux Archer D2 2.6.32.42 #4 Mon Jan 18 10:32:23 HKT 2016 mips GNU/Linux ~ # ls /etc vsftpd_passwd passwd.bak fstab vsftpd.conf passwd default_config.xml ushare.conf iptables-stop TZ services inittab SingleSKU_5G_FCC.dat samba init.d SingleSKU_5G_CE.dat resolv.conf hotplug.d MT7610E-V10-FEM-1ANT.bin reduced_data_model.xml hotplug ppp group ~ # cat /proc/cpuinfo system type : AR10 processor : 0 cpu model : MIPS 34Kc V5.6 BogoMIPS : 332.59 wait instruction : yes microsecond timers : yes tlb_entries : 16 extra interrupt vector : yes hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ff8] ASEs implemented : mips16 dsp mt shadow register sets : 1 core : 0 VCED exceptions : not available VCEI exceptions : not available ~ # cat /proc/interrupts CPU0 18: 5250 IFX_ICU mtlk 24: 0 IFX_ICU d5_mailbox_isr 34: 0 IFX_EIC wlan_gpio 53: 0 IFX_ICU DYING_GASP 54: 0 IFX_ICU ifxusb_hcd_1:usb1 55: 0 IFX_ICU DFEIR 56: 17559 IFX_ICU ifxusb2_oc 60: 2 IFX_ICU ifxusb1_oc 62: 0 IFX_ICU dma-core 64: 0 IFX_ICU dma-core 65: 0 IFX_ICU dma-core 66: 0 IFX_ICU dma-core 67: 0 IFX_ICU dma-core 68: 0 IFX_ICU dma-core 69: 0 IFX_ICU dma-core 70: 0 IFX_ICU dma-core 71: 0 IFX_ICU dma-core 72: 0 IFX_ICU dma-core 73: 0 IFX_ICU dma-core 74: 0 IFX_ICU dma-core 75: 0 IFX_ICU dma-core 80: 0 IFX_ICU dma-core 83: 0 IFX_ICU ifxusb_hcd_2:usb2 85: 0 IFX_ICU dma-core 87: 1 IFX_ICU d5_mailbox0_isr 89: 0 IFX_ICU dma-core 90: 0 IFX_ICU dma-core 91: 0 IFX_ICU dma-core 92: 0 IFX_ICU dma-core 93: 0 IFX_ICU dma-core 103: 10158 IFX_ICU asc1_tx 105: 83 IFX_ICU asc1_rx 106: 0 IFX_ICU asc1_err 118: 0 IFX_ICU gptu 119: 0 IFX_ICU gptu 120: 0 IFX_ICU gptu 121: 0 IFX_ICU gptu 122: 0 IFX_ICU gptu 123: 0 IFX_ICU gptu 128: 0 IFX_ICU dma-core 129: 0 IFX_ICU dma-core 130: 0 IFX_ICU dma-core 131: 0 IFX_ICU dma-core 136: 5916 IFX_ICU ra0 158: 0 IFX_EIC wps_gpio 159: 0 IFX_ICU perf_ctr 176: 20354 TIMER timer ERR: 0 ~ # cat /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 /dev/tty 5 /dev/console 5 /dev/ptmx 10 misc 81 switch_api 90 mtd 105 ifx_mei 107 drv_dsl_cpe_api 108 ppp 128 ptm 136 pts 180 usb 181 ifx_ppa 189 usb_device 200 flash0 240 ifx_gpio 241 ifx_rcu 242 ifx_ledc 244 ifx_exin 246 ifx_cgu 247 mtlk_irb 248 mtlk_log 249 ifx_led 250 ifx_dma_core 251 ifx_wdt 252 ifx_pmu 253 ifx_pmcu 254 vpe Block devices: 1 ramdisk 259 blkext 7 loop 8 sd 31 mtdblock 65 sd 66 sd 67 sd 68 sd 69 sd 70 sd 71 sd 128 sd 129 sd 130 sd 131 sd 132 sd 133 sd 134 sd 135 sd ~ # cat /proc/mtd dev: size erasesize name mtd0: 00020000 00010000 "boot" mtd1: 00140000 00010000 "kernel" mtd2: 00e50000 00010000 "rootfs" mtd3: 00010000 00010000 "radioDECT" mtd4: 00010000 00010000 "config" mtd5: 00010000 00010000 "romfile" mtd6: 00010000 00010000 "rom" mtd7: 00010000 00010000 "radio" ~ # cat /var/ 3G/ l2tp/ run/ vsftp/ Wireless/ lock/ samba/ xdsl_changeover/ dev/ log/ tmp/ ipsec/ passwd usbdisk/ ~ # ~ # ~ # ls web usr sys proc linuxrc firmware dev var tmp sbin mnt lib etc bin ~ # ~ # ~ # ls firmware/ xdslrc.sh gphy_image dsl_cpe_pipe.sh xcpe_hw.bin eth_wan_setting.sh adsl.scr vdsl.scr dsl_wan_setting.sh AR10_661B11.bin ~ # ~ # ~ # ls /etc/ vsftpd_passwd passwd.bak fstab vsftpd.conf passwd default_config.xml ushare.conf iptables-stop TZ services inittab SingleSKU_5G_FCC.dat samba init.d SingleSKU_5G_CE.dat resolv.conf hotplug.d MT7610E-V10-FEM-1ANT.bin reduced_data_model.xml hotplug ppp group



This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1