D-Link DWR-512

This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram.
DO NOT BUY DEVICES WITH 4MB FLASH / 32MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 4/32 warning for details.

1) This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation.
This means that even setting a password or changing simple network settings might not be possible any more, rendering the device effectively useless. See OpenWrt on 4/32 devices what you can do now.

2) OpenWrt support for this device has ended in 2022.
19.07.10 was the last official build for 4/32 devices.

The initial support for the DWR-512 has required the bootloader replacement with the u-boot. Now OpenWrt support the stock bootloader (jboot) and the bootloader replacement is no more required. This means that is always possible and easy restore the original stock configuration.

The old u-boot firmware is not compatible with the new one and will be no more supported by OpenWrt (the last version for the u-boot is the 17.01.04).

The DWR-512 is shipped with the JBOOT bootloader. Two option are theoretically possible to install the OpenWrt/LEDE firmware:

  1. Use the stock fw upgrade feature with the openwrt factory image.
  2. Use the JBOOT recovery service with the openwrt factory image.

The JBOOT recovery service is also useful to revert to OEM firmware.

  1. Push the reset button and turn on the power. Wait until LED start blinking (~10sec.)
  2. Upload original factory image via JBOOT http (IP: 192.168.123.254)
  3. If http doesn't work, it can be done with curl command:
    curl -F FN=@XXXXX.bin http://192.168.123.254/upg where XXXXX.bin is name of firmware file.
Rev A1 Rev B
Architecture MIPS
Vendor Ralink
Bootloader JBOOT
System-On-Chip RT5350 - MIPS 24K V4.12
CPU/Speed 360 MHz
Flash-Chip EN25Q32B MX25L6405D
Flash size 4 MiB 8 MiB
RAM-Chip EM63A165TS
RAM size 32 MiB
Modem Yes GSM/UMTS 2100/900MHz
Wireless RT5350 2.4GHz 802.11bgn
Ethernet 10/100 Mbit/s w/ vlan support
Phone Si32178 1x FXS Silicon Laboratories Si3210
USB No
Serial Yes
JTAG Yes

The OEM Flash layout is:

D-Link DWR-512 Rev.B OEM Flash Layout
Layer0 MX25L6405D (mtd0) 8192KiB
Layer1 mtd1
Bootloader
64KiB
mtd2
Kernel
1280KiB
mtd3
RootFS
5888KiB
mtd4
UI
895KiB
mtd5
Config
64KiB

The “UI” partition starts at offset 0x00710010

The LEDE Flash layout are:

D-Link DWR-512 LEDE Flash Layout (from 18.06)
Layer0 MX25L6405D (mtd0) 8192KiB
Layer1 mtdblock0
Bootloader
64KiB
mtdblock1
Firmware
8064KiB
mtdblock5
Config
64KiB
Layer2 mtdblock2
Kernel
mtdblock3
RootFS
Layer3 squash_fs mtdblock4
RootFS_data
D-Link DWR-512 LEDE Flash Layout (up to 17.01)
Layer0 MX25L6405D (mtd0) 8192KiB
Layer1 mtdblock0
U-boot
192KiB
mtdblock1
U-boot-env
128KiB
mtdblock2
Firmware
7808KiB
mtdblock6
Config
64KiB
Layer2 mtdblock3
Kernel
mtdblock4
RootFS
Layer3 squash_fs mtdblock5
RootFS_data

Front and Back view:

Inside view:

3G Modem Module:

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

Serial connector (J2):

Serial connection parameters
for D-Link DWR-512 B
57600, 8N1

JTAG connector:

The 14-pin header is fully MIPS EJTAG 2.6 compatible and described in the EJTAG 2.6 standard. It has the following arrangement of JTAG signals and pins:

nTRST 1 2
TDI 3 4
TDO 5 6
TMS 7 8
TCK 9 10
nSRST 11 12
n/a 13 14

The DWR-512 has an embedded 3G modem. The following instruction describe how to enable the wan wireless network connectivity.

To enable the wireless network connectivity the following UCI command shall be executed:

uci set network.wwan=interface
uci set network.wwan.proto='wwan'
uci set network.wwan.apn='<your provider apn>'
uci set network.wwan.pincode='<your sim pin code>'
uci set network.wwan.auto='0'
uci commit network
uci set firewall.@zone[1].network='wan wwan wan6'
uci commit firewall

and at the next reboot you can enable the connection using the following commands:

ifup wan3g

The DWR-512 integrates the subscriber line interfaces circuit (SLIC) si3210. The IC interface the external RJ-11 connector to plug an external telephone device. The IC control port is connected to the main processor using the second SPI channel. The current LEDE snapshot provides access to this line through the /dev/spidev1.0 device. The IC audio data port is directly connected (hardwired) to the 3G modem. Therefore is only possible using the 3G network to call the telephone network.

Using the programm available in this repository dwr512_phonemanager, it is possible to execute call. Currently the programm is in a early stage, therefore there is no package available and the program need to be compiled/build. As soon as a stable version will be achieved (contributions are welcome), a dedicated package will be added.

To enable the telephone at startup, copy the executable dwr512_phmanager in /usr/bin with executable right and add the following line to the /etc/rc.local:

. /lib/functions.sh
config_load network
config_get pincode wan3g pincode
config_get device wan3g device
logger -t rc.local "setting 3G modem pin"
PINCODE="$pincode" gcom -d "$device" -s /etc/gcom/setpin.gcom
dwr512_phmanager &

Jboot B394 JRecovery Version R1.2 2011/05/26 09:53 === 0xB0100004 = 00000000 SPI FLASH: MX25l6405d 8M CSID 6E20->6E24 ................ Starting kernel @80000000... LINUX started... THIS IS ASIC Linux version 2.6.21 (ahong@dot7) (gcc version 3.4.2) #1 Mon Oct 20 10:35:16 CST 2014 The CPU feqenuce set to 360 MHz CPU revision is: 0001964c Determined physical RAM map: memory: 02000000 @ 00000000 (usable) Built 1 zonelists. Total pages: 8128 Kernel command line: console=ttyS1,57600n8 root=/dev/mtdblock3 Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes. Primary data cache 16kB, 4-way, linesize 32 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). Cache parity protection disabled cause = d080800c, status = 11000000 PID hash table entries: 128 (order: 7, 512 bytes) calculating r4koff... 0015f900(1440000) CPU frequency 360.00 MHz Using 180.000 MHz high precision timer. Console: colour dummy device 80x25 Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) Memory: 29228k/32768k available (2439k kernel code, 3540k reserved, 568k data, 124k init, 0k highmem) Mount-cache hash table entries: 512 NET: Registered protocol family 16 usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb NET: Registered protocol family 2 Time: MIPS clocksource has been installed. 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 RT3xxx EHCI/OHCI init. squashfs: version 3.2-r2 (2007/01/15) Phillip Lougher squashfs: LZMA suppport for slax.org by jro fuse init (API version 7.8) io scheduler noop registered (default) arch_mem_init check 0xb000001c: 00000000 ------------------GPIO-------------------------- GPIOMODE:2df SLIC INTR ==> gpio 1 Ralink gpio driver initialized Enable Ralink GDMA Controller Module GDMA IP Version=2 HDLC line discipline: version $Revision: 1.1.1.1 $, maxframe=4096 N_HDLC line discipline registered. Serial: 8250/16550 driver $Revision: 1.7 $ 4 ports, IRQ sharing disabled serial8250: ttyS0 at I/O 0xb0000500 (irq = 37) is a 16550A serial8250: ttyS1 at I/O 0xb0000c00 (irq = 12) is a 16550A loop: loaded (max 8 devices) rdm_major = 254 net_speed proc file Create MAC_ADRH -- : 0x00000000 MAC_ADRL -- : 0x00000000 eth2 mii.o query= phy_id:0, address:1 retval:7849 Ralink APSoC Ethernet Driver Initilization. v2.0 256 rx/tx descriptors allocated, mtu = 1500! MAC_ADRH -- : 0x0000000c MAC_ADRL -- : 0x432880ce PROC INIT OK! === 0xB0100004 = 00000000 Insmod eth_ping skb_diy module. PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered MPPE/MPPC encryption/compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.1 block2mtd: version $Revision: 1.1.1.1 $ deice id : c2 20 17 c2 20 (2017c220) MX25L6405D(c2 2017c220) (8192 Kbytes) mtd .name = raspi, .size = 0x00800000 (8M) .erasesize = 0x00001000 (4K) .numeraseregions = 0 Creating 6 MTD partitions on "raspi": 0x00000000-0x00800000 : "Whole" 0x00000000-0x00010000 : "Bootloader" 0x00010000-0x00150000 : "Kernel" 0x00150000-0x00710000 : "RootFS" 0x00710010-0x007f0000 : "UI" mtd: partition "UI" doesn't start on an erase block boundary -- force read-only 0x007f0000-0x00800000 : "Config" u32 classifier Netfilter messages via NETLINK v0.30. nf_conntrack version 0.5.0 (256 buckets, 2048 max) Register conntrack protocol helper for ESP... IPv4 over IPv4 tunneling driver GRE over IPv4 tunneling driver ipgre init: can't add protocol ip_conntrack version 2.4 (256 buckets, 2048 max) - 184 bytes per conntrack nf_sock overlap: 0-0/80-81 v 0-0/80-81 Unable to register netfilter socket option Init IP_nat_proto_esp register. ip_tables: (C) 2000-2006 Netfilter Core Team, Type=Restricted Cone arp_tables: (C) 2002 David S. Miller TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 10 NET: Registered protocol family 17 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. Freeing unused kernel memory: 124k freed Algorithmics/MIPS FPU Emulator v1.5 Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed eth2: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 tunl0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 switch reg write offset=168, value=17 phy_tx_ring = 0x01c67000, tx_ring = 0xa1c67000 phy_rx_ring0 = 0x01c68000, rx_ring0 = 0xa1c68000 Set gpio_range = gpio2300, dir = 3e0300 flash_open: flash_fd=3 Mount D Section. mount: /dev/mtdblock4 is write-protected, mounting read-only flash_open: flash_fd=10 phy 4, reg 0, val 0x3900 Set: phy[4].reg[0] = 3900 phy 0, reg 0, val 0x3900 Set: phy[0].reg[0] = 3900 phy 1, reg 0, val 0x3900 Set: phy[1].reg[0] = 3900 phy 2, reg 0, val 0x3900 Set: phy[2].reg[0] = 3900 phy 3, reg 0, val 0x3900 Set: phy[3].reg[0] = 3900 switch reg write offset=14, value=405555 switch reg write offset=50, value=2001 switch reg write offset=98, value=7f3f switch reg write offset=e4, value=3f switch reg write offset=40, value=1001 switch reg write offset=44, value=1001 switch reg write offset=48, value=1002 switch reg write offset=70, value=ffff506f phy 4, reg 0, val 0x3300 Set: phy[4].reg[0] = 3300 phy 4, reg 0, val 0x3100 Set: phy[4].reg[0] = 3100 phy 0, reg 0, val 0x3100 Set: phy[0].reg[0] = 3100 phy 1, reg 0, val 0x3100 Set: phy[1].reg[0] = 3100 phy 2, reg 0, val 0x3100 Set: phy[2].reg[0] = 3100 phy 3, reg 0, val 0x3100 Set: phy[3].reg[0] = 3100 eth2.1: Setting MAC address to 78 54 2e a0 78 6e. device eth2 entered promiscuous mode VLAN (eth2.1): Setting underlying device (eth2) to promiscious mode. eth2 mii.o query= phy_id:1, address:4 retval:5e1 eth2 mii.o query= phy_id:1, address:0 retval:3100 eth2 mii.o query= phy_id:1, address:5 retval:0 eth2.1: dev_set_promiscuity(master, 1) device eth2.1 entered promiscuous mode eth2.2: Setting MAC address to 78 54 2e a0 78 6d. Init handler: lan br0: port 1(eth2.1) entering learning state Init handler: dhcpsrv br0: topology change detected, propagating br0: port 1(eth2.1) entering forwarding state Failure parsing line 12 of /etc/udhcpd.conf server_config.pool_check = 1 server_config.pool_check = 1 start = 192.168.0.50, end = 192.168.0.199, lan_ip = 192.168.0.1, interface=br0, ifindex=0 start = 192.168.0.50, end = 192.168.0.199, lan_ip = 192.168.0.1, interface=br0, ifindex=0


Using a dedicated patch on the lede master to generate the firmware, this is the results:

[ 0.000000] Linux version 4.4.61 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3102-0224e32) ) #0 Sat Apr 15 16:13:45 2017 [ 0.000000] SoC Type: Ralink RT5350 id:1 rev:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001964c (MIPS 24KEc) [ 0.000000] MIPS: machine is D-Link DWR-512 B [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000001ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000001ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000001ffffff] [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 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] Writing ErrCtl register=00000d5b [ 0.000000] Readback ErrCtl register=00000d5b [ 0.000000] Memory: 28608K/32768K available (2888K kernel code, 136K rwdata, 356K rodata, 196K init, 196K bss, 4160K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:256 [ 0.000000] CPU Clock: 360MHz [ 0.000000] clocksource: systick: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 583261500 ns [ 0.000000] systick: running - mult: 214748, shift: 32 [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 10618113593 ns [ 0.000015] sched_clock: 32 bits at 180MHz, resolution 5ns, wraps every 11930464253ns [ 0.015683] Calibrating delay loop... 239.61 BogoMIPS (lpj=1198080) [ 0.090884] pid_max: default: 32768 minimum: 301 [ 0.100299] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.113376] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.136999] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.156574] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.168776] pinctrl core: initialized pinctrl subsystem [ 0.181631] NET: Registered protocol family 16 [ 0.200553] Can't analyze schedule() prologue at 8000ac9c [ 0.242543] rt2880_gpio 10000600.gpio: registering 22 gpios [ 0.253671] rt2880_gpio 10000600.gpio: registering 22 irq handlers [ 0.268582] clocksource: Switched to clocksource MIPS [ 0.280794] NET: Registered protocol family 2 [ 0.291454] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.305345] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.317926] TCP: Hash tables configured (established 1024 bind 1024) [ 0.330783] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.342403] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.355369] NET: Registered protocol family 1 [ 0.374262] rt-timer 10000100.timer: maximum frequency is 3662Hz [ 0.387794] Crashlog allocated RAM at address 0x1f00000 [ 0.434226] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.445819] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.471534] io scheduler noop registered [ 0.479310] io scheduler deadline registered (default) [ 0.489869] ralink-usb-phy usbphy: invalid resource [ 0.500659] gpio-export gpio-export: 1 gpio(s) exported [ 0.511449] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.531239] console [ttyS0] disabled [ 0.538287] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a Palmchip BK-3103 [ 0.558112] console [ttyS0] enabled [ 0.558112] console [ttyS0] enabled [ 0.571881] bootconsole [early0] disabled [ 0.571881] bootconsole [early0] disabled [ 0.603245] spi spi0.0: force spi mode3 [ 0.611932] m25p80 spi0.0: mx25l6405d (8192 Kbytes) [ 0.621853] 4 ofpart partitions found on MTD device spi0.0 [ 0.632838] Creating 4 MTD partitions on "spi0.0": [ 0.642448] 0x000000000000-0x000000030000 : "u-boot" [ 0.656084] 0x000000030000-0x000000050000 : "u-boot-env" [ 0.670845] 0x000000050000-0x0000007f0000 : "firmware" [ 0.945124] 2 uimage-fw partitions found on MTD device firmware [ 0.957064] 0x000000050000-0x00000016afba : "kernel" [ 0.970344] 0x00000016afba-0x0000007f0000 : "rootfs" [ 0.984295] mtd: device 4 (rootfs) set to be root filesystem [ 0.995855] 1 squashfs-split partitions found on MTD device rootfs [ 1.008276] 0x000000390000-0x0000007f0000 : "rootfs_data" [ 1.022889] 0x0000007f0000-0x000000800000 : "config" [ 1.039272] spi spi1.0: force spi mode3 [ 1.053513] rt3050-esw 10110000.esw: link changed 0x00 [ 1.066694] mtk_soc_eth 10100000.ethernet eth0: mediatek frame engine at 0xb0100000, irq 5 [ 1.084375] rt2880_wdt 10000120.watchdog: Initialized [ 1.097073] NET: Registered protocol family 10 [ 1.114556] NET: Registered protocol family 17 [ 1.123767] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.149017] 8021q: 802.1Q VLAN Support v1.8 [ 1.171103] VFS: Mounted root (squashfs filesystem) readonly on device 31:4. [ 1.187398] Freeing unused kernel memory: 196K (8034f000 - 80380000) [ 2.837863] init: Console is alive [ 2.845356] init: - watchdog - [ 4.271260] usbcore: registered new interface driver usbfs [ 4.282621] usbcore: registered new interface driver hub [ 4.293633] usbcore: registered new device driver usb [ 4.314917] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.330762] ehci-platform: EHCI generic platform driver [ 4.351943] phy phy-usbphy.0: remote usb device wakeup disabled [ 4.363829] phy phy-usbphy.0: UTMI 16bit 30MHz [ 4.372816] ehci-platform 101c0000.ehci: EHCI Host Controller [ 4.384426] ehci-platform 101c0000.ehci: new USB bus registered, assigned bus number 1 [ 4.400597] ehci-platform 101c0000.ehci: irq 26, io mem 0x101c0000 [ 4.428716] ehci-platform 101c0000.ehci: USB 2.0 started, EHCI 1.00 [ 4.443619] hub 1-0:1.0: USB hub found [ 4.452323] hub 1-0:1.0: 1 port detected [ 4.472917] init: - preinit - [ 5.662930] rt3050-esw 10110000.esw: link changed 0x00 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[ 5.988498] random: procd: uninitialized urandom read (4 bytes read, 9 bits of entropy available) level [ 7.631083] rt3050-esw 10110000.esw: link changed 0x08 [ 8.208646] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 9.200943] mount_root: jffs2 not ready yet, using temporary tmpfs overlay [ 9.223424] urandom-seed: Seed file not found (/etc/urandom.seed) [ 9.431651] procd: - early - [ 9.437690] procd: - watchdog - [ 10.182974] procd: - ubus - [ 10.231961] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available) [ 10.519476] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available) [ 10.551214] random: ubusd: uninitialized urandom read (4 bytes read, 17 bits of entropy available) [ 10.779287] random: ubusd: uninitialized urandom read (4 bytes read, 18 bits of entropy available) [ 10.819643] random: ubusd: uninitialized urandom read (4 bytes read, 18 bits of entropy available) [ 10.858855] random: ubusd: uninitialized urandom read (4 bytes read, 18 bits of entropy available) [ 10.889858] random: ubusd: uninitialized urandom read (4 bytes read, 18 bits of entropy available) [ 10.921080] random: ubusd: uninitialized urandom read (4 bytes read, 18 bits of entropy available) [ 10.939861] random: ubusd: uninitialized urandom read (4 bytes read, 18 bits of entropy available) [ 10.959811] procd: - init - Please press Enter to activate this console. [ 11.981021] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 12.047815] i2c /dev entries driver [ 12.080467] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f [ 12.096605] Backport generated by backports.git backports-20160324-13-g24da7d3c [ 12.163578] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.211521] nf_conntrack version 0.5.0 (450 buckets, 1800 max) [ 12.311442] usbcore: registered new interface driver usbserial [ 12.323593] usbcore: registered new interface driver usbserial_generic [ 12.337023] usbserial: USB Serial support registered for generic [ 12.450478] xt_time: kernel timezone is -0000 [ 12.631856] PPP generic driver version 2.4.2 [ 12.645934] NET: Registered protocol family 24 [ 12.683027] usbcore: registered new interface driver option [ 12.694621] usbserial: USB Serial support registered for GSM modem (1-port) [ 12.710682] option 1-1:1.2: GSM modem (1-port) converter detected [ 12.723770] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 12.738775] option 1-1:1.3: GSM modem (1-port) converter detected [ 12.751791] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 12.766726] option 1-1:1.4: GSM modem (1-port) converter detected [ 12.779790] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 12.794727] option 1-1:1.5: GSM modem (1-port) converter detected [ 12.807823] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 13.027392] rt2800_wmac 10180000.wmac: loaded eeprom from mtd device "config" [ 13.041811] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5350, rev 0500 detected [ 13.057497] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5350 detected [ 21.192035] rt3050-esw 10110000.esw: link changed 0x00 [ 23.273386] rt3050-esw 10110000.esw: link changed 0x08 [ 25.742141] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 25.789235] jffs2_build_filesystem(): unlocking the mtd device... done. [ 25.802556] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 33.954714] device eth0.1 entered promiscuous mode [ 33.964769] device eth0 entered promiscuous mode [ 34.067452] br-lan: port 1(eth0.1) entered forwarding state [ 34.078799] br-lan: port 1(eth0.1) entered forwarding state [ 36.078706] br-lan: port 1(eth0.1) entered forwarding state BusyBox v1.25.1 () built-in shell (ash) _________ / /\ _ ___ ___ ___ / LE / \ | | | __| \| __| / DE / \ | |__| _|| |) | _| /________/ LE \ |____|___|___/|___| lede-project.org \ \ DE / \ LE \ / ----------------------------------------------------------- \ DE \ / Reboot (17.01.1, r3316-7eb58cf109) \________\/ ----------------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@LEDE:/#


Telnet server active on port 2300 (tested on fw V2.01 - date 2015/07/10)

Login: root
Password: amittima

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