What would it take to get the Synology RT2600AC working with LEDE?

This router is a lot like the Netgear R7800. It has the same processor and wireless chipset, though it has two distinct flash memories: one 4GB eMMC, and one 8MB SPI flash. It also has an SD card slot, which is pretty unique.

Here's the WikiDevi page

This guy likes it a lot, though most of his review is related to the OEM firmware feature set.

One of the few mentions of this router along with LEDE is in a comment comparing the RT2600ac favorably to the R7800 (I can't link it because I'm a new user - search for a post by avx in the thread Best Wireless AC router for LEDE?), though the user doesn't mention how to get LEDE working on it.

I'm currently leaning toward the R7800 because it seems well-supported, but I figured I'd see if we need to get the ball rolling on figuring out how to get LEDE to support this router.

Taking the flash architecture into account, the RT2600ac would be more similar to the ZyXEL NBG6817 (4 MB spi-nor flash containing u-boot, ubootenv, calibration data, etc. + 4 GB eMMC containing two sets of kernel+rootfs) than the r7800, but all three are based on the ipq8065 SOC and are pretty similar to each other.

However if this device could actually be ported to LEDE is a totally different question. Yes the basic hardware should be fine, but until anyone actually tries (hands-on, with the opened device on the desk and a serial console attached) and looks into the details, there may be hidden gems like signed bootloaders/ firmware etc. making a port difficult or even impossible, even though all hardware should be supportable.

Unless you feel competent enough to do this porting yourself and accept failure and/ or hardware damage as potential results, go with something that's already supported. Except for the external sdhc slot, the ZyXEL nbg6817 appears to provide the same features and specifications, with the Netgear r7800 being very similar (offering eSATA, but smaller internal flash instead) as well - both are also in the same price range and will just work.

If you consider yourself to be mostly a user, it doesn't make sense to just buy an unsupported device and hope that someone else will find the same device interesting enough to spend considerable money and time on it to get it supported for you, even less so considering that there are virtually identical devices for the same price that are already working fine.

1 Like

I'm a software developer by trade, and I've gone so far as to build LEDE with some partition table tweaks for an R7800 I use for work. I'm comfortable experimenting, but unfortunately I can't commit the time necessary to make it worth buying an RC2600AC for such experiments. Mostly I just wanted to express my interest and see if anyone else was interested, in case that kind of thing works as a "vote" for support efforts. Personally I'll stick with a couple R7800's for now, and hope that future efforts are fruitful!

You could check if an OpenWrt developer would be interested in developing support if he had the device to itself, and buy one and ship it to the developer, although this one might be a bit pricey for that, for a single person.

Sooooo......

Booting with nbg initramfs =;

IPQ) # setenv bootmmc 'mmc recan; usb start; ext2load usb 0:1 $kload ramfs; bootm 0x44000000'
(IPQ) # run bootmmc
mmc - MMC sub system

(Re)start USB...
USB0:   Register 2000240 NbrPorts 2
Starting the controller
USB XHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
USB1:   Register 2000240 NbrPorts 2
Starting the controller
USB XHCI 1.00
scanning bus 1 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
Loading file "ramfs" from usb device 0:1 (usbda1)
8388608 bytes read
   Image Name:   ARM OpenWrt Linux-4.14.75
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6092296 Bytes = 5.8 MiB
   Load Address: 42208000
   Entry Point:  42208000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
mtdids not defined, no default present
info: "mtdparts" not set
Using machid 0x136c from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.75 (vert@nuc) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r8313-71865200c9)) #0 SMP Fri Oct 12 07:36:05 2018
[    0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: ZyXEL NBG6817
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] random: get_random_bytes called from start_kernel+0x8c/0x41c with crng_init=0
[    0.000000] percpu: Embedded 16 pages/cpu @ddc00000 s34828 r8192 d22516 u65536
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 121920
[    0.000000] Kernel command line: rootfstype=squashfs,ext4 rootwait noinitrd
[    0.000000] Bootloader command line (ignored): console=ttyHSL1,115200n8 
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 466900K/491520K available (5618K kernel code, 369K rwdata, 1524K rodata, 11264K init, 260K bss, 24620K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xde800000 - 0xff800000   ( 528 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xde000000   ( 480 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0208000 - 0xc087c8b0   (6611 kB)
[    0.000000]       .init : 0xc0b00000 - 0xc1600000   (11264 kB)
[    0.000000]       .data : 0xc1600000 - 0xc165c644   ( 370 kB)
[    0.000000]        .bss : 0xc165e000 - 0xc169f070   ( 261 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns
[    0.000006] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns
[    0.000020] Switching to timer-based delay loop, resolution 160ns
[    0.000258] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500)
[    0.000284] pid_max: default: 32768 minimum: 301
[    0.000426] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000444] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001127] CPU: Testing write buffer coherency: ok
[    0.001954] Setting up static identity map for 0x42300000 - 0x42300060
[    0.002119] Hierarchical SRCU implementation.
[    0.002912] smp: Bringing up secondary CPUs ...
[    0.004816] smp: Brought up 1 node, 2 CPUs
[    0.004833] SMP: Total of 2 processors activated (25.00 BogoMIPS).
[    0.004844] CPU: All CPU(s) started in SVC mode.
[    0.007432] devtmpfs: initialized
[    0.018312] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
[    0.018478] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.018503] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.018663] pinctrl core: initialized pinctrl subsystem
[    0.019692] NET: Registered protocol family 16
[    0.019990] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.021470] cpuidle: using governor ladder
[    0.021537] cpuidle: using governor menu
[    0.021802] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.021817] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.044829] msm_bus_fabric_init_driver
[    0.046278] usbcore: registered new interface driver usbfs
[    0.046359] usbcore: registered new interface driver hub
[    0.046444] usbcore: registered new device driver usb
[    0.046509] pps_core: LinuxPPS API ver. 1 registered
[    0.046520] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.046552] PTP clock support registered
[    0.048325] clocksource: Switched to clocksource dg_timer
[    0.134978] NET: Registered protocol family 2
[    0.135508] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.135548] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.135602] TCP: Hash tables configured (established 4096 bind 4096)
[    0.135701] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.135727] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.135928] NET: Registered protocol family 1
[    0.136432] RPC: Registered named UNIX socket transport module.
[    0.136444] RPC: Registered udp transport module.
[    0.136453] RPC: Registered tcp transport module.
[    0.136463] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.306012] hw perfevents: enabled with armv7_krait PMU driver, 5 counters available
[    0.307475] No memory allocated for crashlog
[    0.307755] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.312636] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.313549] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.322073] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.322091] io scheduler noop registered
[    0.322104] io scheduler deadline registered (default)
[    0.323458] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda not found, using dummy regulator
[    0.323567] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_phy not found, using dummy regulator
[    0.323661] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_refclk not found, using dummy regulator
[    0.324445] OF: PCI: host bridge /soc/pci@1b500000 ranges:
[    0.324488] OF: PCI:    IO 0x0fe00000..0x0fefffff -> 0x0fe00000
[    0.324512] OF: PCI:   MEM 0x08000000..0x0fdfffff -> 0x08000000
[    0.331501] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
[    0.331525] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.331545] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfe00000-0xfefffff])
[    0.331559] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
[    0.332099] PCI: bus0: Fast back to back transfers disabled
[    0.334328] PCI: bus1: Fast back to back transfers disabled
[    0.334424] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
[    0.334450] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
[    0.334577] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    0.334598] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x081fffff]
[    0.335149] pcieport 0000:00:00.0: AER enabled with IRQ 35
[    0.335717] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda not found, using dummy regulator
[    0.335815] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_phy not found, using dummy regulator
[    0.335918] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_refclk not found, using dummy regulator
[    0.336687] OF: PCI: host bridge /soc/pci@1b700000 ranges:
[    0.336726] OF: PCI:    IO 0x31e00000..0x31efffff -> 0x31e00000
[    0.336751] OF: PCI:   MEM 0x2e000000..0x31dfffff -> 0x2e000000
[    0.343791] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
[    0.343813] pci_bus 0001:00: root bus resource [bus 00-ff]
[    0.343827] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
[    0.344307] PCI: bus0: Fast back to back transfers disabled
[    0.346653] PCI: bus1: Fast back to back transfers disabled
[    0.346737] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
[    0.346759] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
[    0.346889] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    0.346908] pci 0001:00:00.0:   bridge window [mem 0x2e000000-0x2e1fffff]
[    0.347416] pcieport 0001:00:00.0: AER enabled with IRQ 68
[    0.350015] L2 @ QSB rate. Forcing new rate.
[    0.350239] L2 @ 384000 KHz
[    0.350415] CPU0 @ 800000 KHz
[    0.350428] CPU1 @ QSB rate. Forcing new rate.
[    0.350549] CPU1 @ 384000 KHz
[    0.354546] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0
[    0.355927] gsbi 1a200000.gsbi: GSBI port protocol: 3 crci: 0
[    0.357526] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.358593] msm_serial 16340000.serial: msm_serial: detected port #0
[    0.358795] msm_serial 16340000.serial: uartclk = 7372800
[    0.358878] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 101, base_baud = 460800) is a MSM
[    0.358917] msm_serial: console setup on port #0
[    1.133928] console [ttyMSM0] enabled
[    1.138922] msm_serial: driver initialized
[    1.148762] loop: module loaded
[    1.150176] spi_qup 1a280000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[    1.152039] m25p80 spi0.0: mx25u6435f (8192 Kbytes)
[    1.158072] 13 qcom-smem partitions found on MTD device spi0.0
[    1.162810] Creating 13 MTD partitions on "spi0.0":
[    1.168726] 0x000000000000-0x000000020000 : "0:SBL1"
[    1.175082] 0x000000020000-0x000000040000 : "0:MIBIB"
[    1.180307] 0x000000040000-0x000000080000 : "0:SBL2"
[    1.185119] 0x000000080000-0x000000100000 : "0:SBL3"
[    1.190250] 0x000000100000-0x000000110000 : "0:DDRCONFIG"
[    1.195125] 0x000000110000-0x000000120000 : "0:SSD"
[    1.200526] 0x000000120000-0x0000001a0000 : "0:TZ"
[    1.205083] 0x0000001a0000-0x000000220000 : "0:RPM"
[    1.210024] 0x000000220000-0x0000002a0000 : "0:APPSBL"
[    1.214767] 0x0000002a0000-0x0000002e0000 : "0:APPSBLENV"
[    1.220032] 0x0000002e0000-0x000000320000 : "0:ART"
[    1.225388] 0x000000320000-0x0000003f0000 : "0:VENDORPART"
[    1.230233] 0x0000003f0000-0x000000400000 : "0:FIS"
[    1.236732] libphy: GPIO Bitbanged MDIO: probed
[    1.285270] switch0: Atheros AR8337 rev. 2 switch registered on gpio-0
[    2.177497] libphy: Fixed MDIO Bus: probed
[    2.195963] ipq806x-gmac-dwmac 37200000.ethernet: PTP uses main clock
[    2.196324] stmmac - user ID: 0x10, Synopsys ID: 0x37
[    2.201481] ipq806x-gmac-dwmac 37200000.ethernet: Ring mode enabled
[    2.206426] ipq806x-gmac-dwmac 37200000.ethernet: DMA HW capability register supported
[    2.212588] ipq806x-gmac-dwmac 37200000.ethernet: Enhanced/Alternate descriptors
[    2.220549] ipq806x-gmac-dwmac 37200000.ethernet: Enabled extended descriptors
[    2.228041] ipq806x-gmac-dwmac 37200000.ethernet: RX Checksum Offload Engine supported
[    2.235139] ipq806x-gmac-dwmac 37200000.ethernet: COE Type 2
[    2.243043] ipq806x-gmac-dwmac 37200000.ethernet: TX Checksum insertion supported
[    2.248855] ipq806x-gmac-dwmac 37200000.ethernet: Wake-Up On Lan supported
[    2.256169] ipq806x-gmac-dwmac 37200000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.289276] ipq806x-gmac-dwmac 37400000.ethernet: PTP uses main clock
[    2.289531] stmmac - user ID: 0x10, Synopsys ID: 0x37
[    2.294701] ipq806x-gmac-dwmac 37400000.ethernet: Ring mode enabled
[    2.299818] ipq806x-gmac-dwmac 37400000.ethernet: DMA HW capability register supported
[    2.305817] ipq806x-gmac-dwmac 37400000.ethernet: Enhanced/Alternate descriptors
[    2.313864] ipq806x-gmac-dwmac 37400000.ethernet: Enabled extended descriptors
[    2.321423] ipq806x-gmac-dwmac 37400000.ethernet: RX Checksum Offload Engine supported
[    2.328385] ipq806x-gmac-dwmac 37400000.ethernet: COE Type 2
[    2.336358] ipq806x-gmac-dwmac 37400000.ethernet: TX Checksum insertion supported
[    2.342166] ipq806x-gmac-dwmac 37400000.ethernet: Wake-Up On Lan supported
[    2.349542] ipq806x-gmac-dwmac 37400000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.356964] i2c /dev entries driver
[    2.365781] Calibration not found.
[    2.368051] qcom-tsens 900000.thermal-sensor: tsens calibration failed
[    2.372980] Speed bin: 0
[    2.378029] PVS bin: 5
[    2.382147] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
[    2.382963] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
[    2.391241] mmci-pl18x 12400000.sdcc: mmc0: PL180 manf 51 rev0 at 0x12400000 irq 34,0 (pio)
[    2.397573] mmci-pl18x 12400000.sdcc: DMA channels RX dma0chan1, TX dma0chan2
[    2.468812] sdhci: Secure Digital Host Controller Interface driver
[    2.468841] sdhci: Copyright(c) Pierre Ossman
[    2.473882] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.480110] NET: Registered protocol family 10
[    2.485581] Segment Routing with IPv6
[    2.488361] NET: Registered protocol family 17
[    2.492804] 8021q: 802.1Q VLAN Support v1.8
[    2.496454] Registering SWP/SWPB emulation handler
[    2.517431] qcom_rpm 108000.rpm: RPM firmware 3.0.16777372
[    2.535373] s1a: supplied by regulator-dummy
[    2.535465] s1a: Bringing 0uV into 1050000-1050000uV
[    2.539081] s1b: supplied by regulator-dummy
[    2.543711] s1b: Bringing 0uV into 1050000-1050000uV
[    2.548156] s2a: supplied by regulator-dummy
[    2.553023] s2a: Bringing 0uV into 775000-775000uV
[    2.557351] s2b: supplied by regulator-dummy
[    2.561848] s2b: Bringing 0uV into 775000-775[    2.576512] Freeing unused kernel memory: 11264K
[    2.593051] mmc0: new high speed MMC card at address 0001
[    2.593789] mmcblk0: mmc0:0001 M62704 3.53 GiB 
[    2.597749] mmcblk0boot0: mmc0:0001 M62704 partition 1 2.00 MiB
[    2.602180] mmcblk0boot1: mmc0:0001 M62704 partition 2 2.00 MiB
[    2.607954] mmcblk0rpmb: mmc0:0001 M62704 partition 3 512 KiB
[    2.620375]  mmcblk0: p1 p3 p4 < p5 p6 p7 >
[    2.634726] init: Console is alive
[    2.635022] init: - watchdog -
[    2.651637] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    2.675233] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.678822] SCSI subsystem initialized
[    2.689345] ehci-platform: EHCI generic platform driver
[    2.691118] ehci-pci: EHCI PCI platform driver
[    2.696011] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.698488] ohci-platform: OHCI generic platform driver
[    2.705233] uhci_hcd: USB Universal Host Controller Interface driver
[    2.851377] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.851456] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    2.856033] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x02010010
[    2.863536] xhci-hcd xhci-hcd.0.auto: irq 106, io mem 0x11000000
[    2.873018] hub 1-0:1.0: USB hub found
[    2.878267] hub 1-0:1.0: 1 port detected
[    2.882095] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.885884] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    2.891248] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0  SuperSpeed
[    2.898882] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.905944] hub 2-0:1.0: USB hub found
[    2.913771] hub 2-0:1.0: 1 port detected
[    2.917443] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.921359] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[    2.926741] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x02010010
[    2.934248] xhci-hcd xhci-hcd.1.auto: irq 107, io mem 0x10000000
[    2.943529] hub 3-0:1.0: USB hub found
[    2.949148] hub 3-0:1.0: 1 port detected
[    2.952808] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.956717] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[    2.962101] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0  SuperSpeed
[    2.969692] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.976763] hub 4-0:1.0: USB hub found
[    2.984590] hub 4-0:1.0: 1 port detected
[    2.990290] usbcore: registered new interface driver usb-storage
[    2.992207] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.003164] init: - preinit -
[    3.087759] random: jshn: uninitialized urandom read (4 bytes read)
[    3.114155] random: jshn: uninitialized urandom read (4 bytes read)
[    3.149438] random: fast init done
[    3.320662] usb 3-1: new high-speed USB device number 2 using xhci-hcd
[    3.506517] random: procd: uninitialized urandom read (4 bytes read)
[    3.506572] usb-storage 3-1:1.0: USB Mass Storage device detected
[    3.513956] scsi host0: usb-storage 3-1:1.0
[    4.580012] scsi 0:0:0:0: Direct-Access     TOSHIBA  TOSHIBA USB DRV  PMAP PQ: 0 ANSI: 6
[    4.582539] sd 0:0:0:0: [sda] 15654912 512-byte logical blocks: (8.02 GB/7.46 GiB)
[    4.588010] sd 0:0:0:0: [sda] Write Protect is off
[    4.595451] sd 0:0:0:0: [sda] No Caching mode page found
[    4.599384] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    4.609187]  sda: sda1 sda2 sda3
[    4.613591] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    4.687341] ipq806x-gmac-dwmac 37400000.ethernet eth1: device MAC address 56:13:9c:21:fc:fe
[    4.687553] Generic PHY fixed-0:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=fixed-0:01, irq=POLL)
[    4.695245] dwmac1000: Master AXI performs any burst length
[    4.704628] ipq806x-gmac-dwmac 37400000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
[    4.710238] ipq806x-gmac-dwmac 37400000.ethernet eth1: registered PTP clock
[    4.719418] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
sendto(): Network unreachable
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
[    5.769069] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[    5.769138] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[    7.925772] procd: - early -
[    7.925917] procd: - watchdog -
[    8.554938] procd: - watchdog -
[    8.555313] procd: - ubus -
[    8.561670] urandom_read: 3 callbacks suppressed
[    8.561678] random: ubusd: uninitialized urandom read (4 bytes read)
[    8.608170] random: ubusd: uninitialized urandom read (4 bytes read)
[    8.608794] random: ubusd: uninitialized urandom read (4 bytes read)
[    8.615158] procd: - init -
Please press Enter to activate this console.
[    8.720055] kmodloader: loading kernel modules from /etc/modules.d/*
[    8.726841] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    8.732337] Loading modules backported from Linux version v4.19-rc5-0-g6bf4ca7fbc85
[    8.732360] Backport generated by backports.git v4.19-rc5-1-0-g05571dcd
[    8.739881] ip_tables: (C) 2000-2006 Netfilter Core Team
[    8.748064] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[    8.765419] usbcore: registered new interface driver ums-alauda
[    8.765838] usbcore: registered new interface driver ums-cypress
[    8.770819] usbcore: registered new interface driver ums-datafab
[    8.776788] usbcore: registered new interface driver ums-freecom
[    8.782859] usbcore: registered new interface driver ums-isd200
[    8.788935] usbcore: registered new interface driver ums-jumpshot
[    8.795015] usbcore: registered new interface driver ums-karma
[    8.801453] usbcore: registered new interface driver ums-sddr09
[    8.806918] usbcore: registered new interface driver ums-sddr55
[    8.812558] usbcore: registered new interface driver ums-usbat
[    8.822484] xt_time: kernel timezone is -0000
[    8.853462] PPP generic driver version 2.4.2
[    8.853971] NET: Registered protocol family 24
[    8.862292] ath10k 4.16 driver, optimized for CT firmware, probing pci device: 0x46.
[    8.862684] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
[    8.869699] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    9.041152] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/fwcfg-pci-0000:01:00.0.txt failed with error -2
[    9.041196] ath10k_pci 0000:01:00.0: Falling back to user helper
[    9.071182] firmware ath10k!fwcfg-pci-0000:01:00.0.txt: firmware_loading_store: map pages failed
[    9.071358] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:01:00.0.bin failed with error -2
[    9.079110] ath10k_pci 0000:01:00.0: Falling back to user helper
[    9.915616] random: crng init done
[    9.915652] random: 1 urandom warning(s) missed due to ratelimiting
[   15.630614] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/ct-firmware-5.bin failed with error -2
[   15.630662] ath10k_pci 0000:01:00.0: Falling back to user helper
[   15.680758] firmware ath10k!QCA9984!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed
[   15.681059] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/ct-firmware-2.bin failed with error -2
[   15.689106] ath10k_pci 0000:01:00.0: Falling back to user helper
[   15.740143] firmware ath10k!QCA9984!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed
[   15.740444] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/firmware-6.bin failed with error -2
[   15.748355] ath10k_pci 0000:01:00.0: Falling back to user helper
[   15.790300] firmware ath10k!QCA9984!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed
[   15.791556] ath10k_pci 0000:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
[   15.798162] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   15.810469] ath10k_pci 0000:01:00.0: firmware ver 10.4-ct-9984-fW-011-cf79c7f api 5 features peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingp6
[   18.125972] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 0:1 crc32 dd6d039c
[   23.934110] ath10k_pci 0000:01:00.0: 10.4 wmi init: vdevs: 16  peers: 48  tid: 96
[   23.934141] ath10k_pci 0000:01:00.0: msdu-desc: 2500  skid: 32
[   24.015037] ath10k_pci 0000:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186  msdu-desc: 2500  sw-crypt: 0'
[   24.015697] ath10k_pci 0000:01:00.0: wmi print 'free: 89928 iram: 15428 sram: 23408'
[   24.221501] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[   24.327683] ath10k 4.16 driver, optimized for CT firmware, probing pci device: 0x46.
[   24.329022] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142)
[   24.335274] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   24.511186] ath10k_pci 0001:01:00.0: Direct firmware load for ath10k/fwcfg-pci-0001:01:00.0.txt failed with error -2
[   24.511222] ath10k_pci 0001:01:00.0: Falling back to user helper
[   25.104307] firmware ath10k!fwcfg-pci-0001:01:00.0.txt: firmware_loading_store: map pages failed
[   25.104596] ath10k_pci 0001:01:00.0: Direct firmware load for ath10k/pre-cal-pci-0001:01:00.0.bin failed with error -2
[   25.112280] ath10k_pci 0001:01:00.0: Falling back to user helper
[   29.367640] ath10k_pci 0001:01:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/ct-firmware-5.bin failed with error -2
[   29.367673] ath10k_pci 0001:01:00.0: Falling back to user helper
[   29.419070] firmware ath10k!QCA9984!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed
[   29.419343] ath10k_pci 0001:01:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/ct-firmware-2.bin failed with error -2
[   29.427272] ath10k_pci 0001:01:00.0: Falling back to user helper
[   29.479611] firmware ath10k!QCA9984!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed
[   29.479937] ath10k_pci 0001:01:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/firmware-6.bin failed with error -2
[   29.487825] ath10k_pci 0001:01:00.0: Falling back to user helper
[   29.527921] firmware ath10k!QCA9984!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed
[   29.528143] ath10k_pci 0001:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
[   29.535879] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   29.548334] ath10k_pci 0001:01:00.0: firmware ver 10.4-ct-9984-fW-011-cf79c7f api 5 features peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingp6
[   31.863027] ath10k_pci 0001:01:00.0: board_file api 2 bmi_id 0:2 crc32 dd6d039c
[   37.676720] ath10k_pci 0001:01:00.0: 10.4 wmi init: vdevs: 16  peers: 48  tid: 96
[   37.676751] ath10k_pci 0001:01:00.0: msdu-desc: 2500  skid: 32
[   37.759821] ath10k_pci 0001:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186  msdu-desc: 2500  sw-crypt: 0'
[   37.760510] ath10k_pci 0001:01:00.0: wmi print 'free: 89928 iram: 15428 sram: 23408'
[   37.972630] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
[   38.081325] kmodloader: done loading kernel modules from /etc/modules.d/*
[   41.779292] Generic PHY fixed-0:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=fixed-0:01, irq=POLL)
[   41.779930] dwmac1000: Master AXI performs any burst length
[   41.788184] ipq806x-gmac-dwmac 37400000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
[   41.798058] ipq806x-gmac-dwmac 37400000.ethernet eth1: registered PTP clock
[   41.802771] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   41.813269] br-lan: port 1(eth1.1) entered blocking state
[   41.815367] br-lan: port 1(eth1.1) entered disabled state
[   41.821078] device eth1.1 entered promiscuous mode
[   41.826200] device eth1 entered promiscuous mode
[   41.836685] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   41.844813] ipq806x-gmac-dwmac 37200000.ethernet eth0: device MAC address 2e:67:67:46:7a:94
[   41.844934] Generic PHY fixed-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=fixed-0:00, irq=POLL)
[   41.852666] dwmac1000: Master AXI performs any burst length
[   41.862109] ipq806x-gmac-dwmac 37200000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[   41.875083] ipq806x-gmac-dwmac 37200000.ethernet eth0: registered PTP clock
[   41.876867] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   41.889835] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready
[   42.889430] ipq806x-gmac-dwmac 37200000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   42.889498] ipq806x-gmac-dwmac 37400000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[   42.898388] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   42.906531] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   42.931586] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready
[   42.931891] br-lan: port 1(eth1.1) entered blocking state
[   42.937010] br-lan: port 1(eth1.1) entered forwarding state
[   42.968828] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready



BusyBox v1.29.3 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r8313-71865200c9
 -----------------------------------------------------
=== 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@OpenWrt:/# 

peace.