Rtl8188eus chipset with D-Link DIR-885L. Not working

Greetings,

I have a router D-Link DIR-885L and a USB Wireless Card TL-WN722N. I want to connect the USB Wireless Card to the router, but OpenWrt doesn't recognize the USB.

I installed the proper utilities:

opkg update
opkg install usbutils
opkg install ca-bundle ca-certificates libustream-openssl

I downloaded the rtl8188eu-firmware_2017-09-06-a61ac5cf-1_arm_cortex-a9.ipk and installed:
wget https://downloads.openwrt.org/releases/18.06.1/packages/arm_cortex-a9/base/rtl8188eu-firmware_2017-09-06-a61ac5cf-1_arm_cortex-a9.ipk

Then I installed the driver with
opkg install rtl8188eu-firmware_2017-09-06-a61ac5cf-1_arm_cortex-a9.ipk

And later on, I checked if OpenWrt recognizes the USB and it doesn't
image

Environment:
OS: OpenWrt 18.06.1, r7258-5eb055306f
Router: D-Link DIR-885L, arm_cortex-a9
USB Wireless Card: TP-LINK TL-WN722N V3

  • Can you provide the boot log to ensure that OpenWrt didn't recognize the device?
  • Why didn't you do an opkg update and opkg install rtl8188eu-firmware???

Did your also install the required kernel modules, which might be kmod-rtl8xxxu for your device.

1 Like

Yes sure. This is the output from the command logread

root@OpenWrt:~# **logread | grep usb**
Thu Aug 16 08:04:32 2018 kern.info kernel: [    3.318522] usbcore: registered new interface driver usbfs
Thu Aug 16 08:04:32 2018 kern.info kernel: [    3.324114] usbcore: registered new interface driver hub
Thu Aug 16 08:04:32 2018 kern.info kernel: [    3.329523] usbcore: registered new device driver usb
Thu Aug 16 08:04:32 2018 kern.info kernel: [    3.612445] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Thu Aug 16 08:04:32 2018 kern.info kernel: [    3.862470] usb 1-1: new high-speed USB device number 2 using ehci-platform
Thu Aug 16 08:04:32 2018 kern.info kernel: [    9.597348] usbcore: registered new interface driver brcmfmac




root@OpenWrt:~# **logread | grep pci**
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.492383] pcie_iproc_bcma bcma0:7: link: UP
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.496832] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.503140] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.510031] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.517995] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.518012] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.527699] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.537420] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.537428] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4c may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.547305] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.557079] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.566762] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0xc may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.582022] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.590054] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.599820] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xc8 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.609585] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    1.619353] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.629209] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.629252] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.629267] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.629280] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.629362] pci 0000:01:00.0: supports D1 D2
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.635056] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.635066] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.635090] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.641898] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.649671] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.657013] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.664782] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.672116] pci 0000:00:00.0: PCI bridge to [bus 01]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.677093] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x08bfffff]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.683896] pci 0000:00:00.0:   bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.812382] pcie_iproc_bcma bcma0:8: link: UP
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.816824] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.823122] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.830015] pci_bus 0001:00: No busn resource found for root bus, will use [bus 00-ff]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.837969] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.838018] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.843730] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.851839] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.851881] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.851894] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.851907] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.851991] pci 0001:01:00.0: supports D1 D2
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.857692] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
Thu Aug 16 08:04:32 2018 kern.debug kernel: [    1.857703] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 01
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.857725] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.864535] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.872304] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.879644] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.887415] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.894750] pci 0001:00:00.0: PCI bridge to [bus 01]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.899727] pci 0001:00:00.0:   bridge window [mem 0x20000000-0x20bfffff]
Thu Aug 16 08:04:32 2018 kern.info kernel: [    1.906538] pci 0001:00:00.0:   bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
Thu Aug 16 08:04:32 2018 kern.err kernel: [    2.032379] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
Thu Aug 16 08:04:32 2018 kern.err kernel: [    2.038580] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
Thu Aug 16 08:04:32 2018 kern.err kernel: [    2.044516] pcie_iproc_bcma bcma0:9: PCIe controller setup failed
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.603288] pci_generic_config_write32: 48 callbacks suppressed
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.603298] pci_bus 0000:01: 1-byte config write to 0000:01:00.0 offset 0x3c may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.info kernel: [    9.619013] pci 0000:00:00.0: enabling device (0140 -> 0142)
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.624690] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.634375] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.650159] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.659848] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.info kernel: [    9.832408] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4366c-pcie for chip BCM4366/4
Thu Aug 16 08:04:32 2018 kern.warn kernel: [    9.984758] brcmfmac 0000:01:00.0: Direct firmware load for brcm/brcmfmac4366c-pcie.txt failed with error -2
Thu Aug 16 08:04:32 2018 kern.info kernel: [   10.305057] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4366c-pcie for chip BCM4366/4
Thu Aug 16 08:04:32 2018 kern.warn kernel: [   10.313810] brcmfmac 0000:01:00.0: Direct firmware load for brcm/brcmfmac4366c-pcie.clm_blob failed with error -2
Thu Aug 16 08:04:32 2018 kern.warn kernel: [   10.358035] pci_bus 0001:01: 1-byte config write to 0001:01:00.0 offset 0x3c may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.info kernel: [   10.367898] pci 0001:00:00.0: enabling device (0140 -> 0142)
Thu Aug 16 08:04:32 2018 kern.warn kernel: [   10.373627] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [   10.383338] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [   10.399223] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.warn kernel: [   10.408945] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 08:04:32 2018 kern.err kernel: [   10.477349] brcmfmac: brcmf_pcie_probe: failed 14e4:4365

I did it, but apparently is the same package as the one I installed before.

root@OpenWrt:~# opkg install rtl8188eu-firmware
Package rtl8188eu-firmware (2017-09-06-a61ac5cf-1) installed in root is up to date.

I ran the command

root@OpenWrt:~# opkg install rtl8188eu-firmware

but still I the OS doesn't recognize the USB.

root@OpenWrt:~# lsusb

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2357:010c
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Please edit your log post to enclose the information using the pre formatted text icon </>.

Sorry my bad. I edited the text.

Thanks...but I was looking for a full boot log ...or the section where kernel modules are loaded.

Also...I'm not sure why you did a grep PCI when this device is USB...

Here you can find the full boot log. I do it in two comments because this forum only lets me post a certain quantity of characters.


root@OpenWrt:~# logread
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Booting Linux on physical CPU 0x0
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 SMP Thu Aug 16 07:51:15 2018
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] OF: fdt: Machine model: D-Link DIR-885L
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] earlycon: ns16550 at MMIO 0x18000300 (options '115200n8')
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] bootconsole [ns16550] enabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Memory policy: Data cache writealloc
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    0.000000] Hit pending asynchronous external abort (FSR=0x00001c06) during first unmask, this is most likely caused by a firmware/bootloader bug.
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000] On node 0 totalpages: 65536
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000] free_area_init_node: node 0, pgdat c071d780, node_mem_map c6df8000
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000]   Normal zone: 256 pages used for memmap
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000]   Normal zone: 32768 pages, LIFO batch:7
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000]   HighMem zone: 32768 pages, LIFO batch:7
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000] random: get_random_bytes called from 0xc06009bc with crng_init=0
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] percpu: Embedded 14 pages/cpu @c6dd2000 s26444 r8192 d22708 u57344
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000] pcpu-alloc: s26444 r8192 d22708 u57344 alloc=14*4096
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65280
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000] Kernel command line: console=ttyS0,115200 earlycon
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Memory: 253212K/262144K available (4089K kernel code, 120K rwdata, 564K rodata, 1024K init, 301K bss, 8932K reserved, 0K cma-reserved, 131072K highmem)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000] Virtual kernel memory layout:
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]     vmalloc : 0xc8800000 - 0xff800000   ( 880 MB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]       .text : 0xc0008000 - 0xc04fe5f0   (5082 kB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]       .init : 0xc0600000 - 0xc0700000   (1024 kB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]       .data : 0xc0700000 - 0xc071e080   ( 121 kB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.000000]        .bss : 0xc071e080 - 0xc07695e4   ( 302 kB)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] Hierarchical RCU implementation.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    0.000000] L2C: DT/platform modifies aux control register: 0x0a130000 -> 0x0a530000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] L2C-310 enabling early BRESP for Cortex-A9
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x7e530001
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.000010] sched_clock: 64 bits at 700MHz, resolution 1ns, wraps every 4398046511103ns
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.008098] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xa17102bcf3, max_idle_ns: 440795224838 ns
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.019264] Switching to timer-based delay loop, resolution 1ns
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.025398] Calibrating delay loop (skipped), value calculated using timer frequency.. 1400.00 BogoMIPS (lpj=7000000)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.036153] pid_max: default: 32768 minimum: 301
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.040883] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.047575] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.055017] CPU: Testing write buffer coherency: ok
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.060171] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.066153] Setting up static identity map for 0x100000 - 0x10003c
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.072470] Hierarchical SRCU implementation.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.077210] smp: Bringing up secondary CPUs ...
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.082329] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.082402] smp: Brought up 1 node, 2 CPUs
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.092280] SMP: Total of 2 processors activated (2800.00 BogoMIPS).
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    0.098691] CPU: WARNING: CPU(s) started in wrong/inconsistent modes (primary CPU mode 0x13)
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    0.107219] CPU: This may indicate a broken bootloader or firmware.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.114968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.124959] futex hash table entries: 512 (order: 3, 32768 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.131231] pinctrl core: initialized pinctrl subsystem
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.136893] NET: Registered protocol family 16
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.141882] DMA: preallocated 256 KiB pool for atomic coherent allocations
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.156727] clocksource: Switched to clocksource arm_global_timer
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.163724] NET: Registered protocol family 2
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.168566] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.175660] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.182095] TCP: Hash tables configured (established 1024 bind 1024)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.188610] UDP hash table entries: 256 (order: 1, 8192 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.194524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.201007] NET: Registered protocol family 1
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    0.205447] PCI: CLS 0 bytes, default 64
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    0.206030] Crashlog allocated RAM at address 0x3f00000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.211733] workingset: timestamp_bits=30 max_order=16 bucket_order=0
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.220161] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.226114] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.238175] bounce: pool size: 64 pages
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.242064] io scheduler noop registered
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.246057] io scheduler deadline registered (default)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.251777] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.259760] console [ttyS0] disabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.263462] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 18, base_baud = 7812500) is a 16550
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.272399] console [ttyS0] enabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.279398] bootconsole [ns16550] disabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.288815] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xf1
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.295216] nand: AMD/Spansion S34ML01G2
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.299148] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.306839] iproc_nand 18028000.nand: detected 128MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, BCH-1
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    0.316790] nand: WARNING: brcmnand.0: the ECC used on your system is too weak compared to the one required by the NAND chip
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.328038] Scanning device for bad blocks
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.350685] random: fast init done
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.939754] 1 fixed-partitions partitions found on MTD device brcmnand.0
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.946482] Creating 1 MTD partitions on "brcmnand.0":
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.951630] 0x000000000000-0x000008000000 : "firmware"
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.958332] 2 seama-fw partitions found on MTD device firmware
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.964209] 0x000000000040-0x000000400000 : "kernel"
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    0.969627] 0x000000400000-0x000008000000 : "ubi"
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.975548] bcm_iproc 18029200.spi: using bspi-mspi mode
Thu Aug 16 16:36:50 2018 kern.info kernel: [    0.981575] m25p80 spi0.0: mx25l3205d (4096 Kbytes)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    1.024440] 2 bcm47xxpart partitions found on MTD device spi0.0
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    1.030371] Creating 2 MTD partitions on "spi0.0":
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    1.035182] 0x000000000000-0x0000003f0000 : "boot"
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    1.040485] 0x0000003f0000-0x000000400000 : "nvram"
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.046340] libphy: iProc MDIO bus: probed
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.050458] iproc-mdio 18003000.mdio: Broadcom iProc MDIO bus at 0xc88b5000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.057699] libphy: mdio_mux: probed
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.061888] libphy: Fixed MDIO Bus: probed
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.066067] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.072038] bcma: bus0: Found chip with id 53030, rev 0x00 and package 0x00
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.079073] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.087714] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.087720] bcma: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x05, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.096528] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.096533] bcma: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x04, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.104586] bcma: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.113061] bcma: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.121543] bcma: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.130033] bcma: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.138469] bcma: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.147097] bcma: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.155739] bcma: bus0: Core 9 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.164375] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.164381] bcma: bus0: Core 10 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.174494] bcma: bus0: Core 11 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.182963] bcma: bus0: Core 12 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x07, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.191421] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.191426] bcma: bus0: Core 13 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.199711] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.199717] bcma: bus0: Core 14 found: I2S (manuf 0x4BF, id 0x834, rev 0x03, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.207822] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.207827] bcma: bus0: Core 15 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.217242] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.217247] bcma: bus0: Core 16 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.228047] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.228052] bcma: bus0: Core 17 found: ROM (manuf 0x4BF, id 0x508, rev 0x08, class 0x0)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.236179] bcma: bus0: Core 18 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.245859] bcma: bus0: bcma_of_get_irq() failed with rc=-22
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.245864] bcma: bus0: Core 19 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
Thu Aug 16 16:36:50 2018 kern.err kernel: [    1.255377] bcma: bus0: Flash type not supported
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.286136] bcma: bus0: Using SPROM revision 8 provided by platform.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.286367] bgmac_bcma bcma0:3: Found PHY addr: 30 (NOREGS)
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.291963] bgmac_bcma bcma0:3: Support for Roboswitch not implemented
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.302208] b53_common: found switch: BCM53012, rev 0
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.307895] bgmac_bcma bcma0:4: Found PHY addr: 0
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.312643] bgmac_bcma bcma0:4: Support for Roboswitch not implemented
Thu Aug 16 16:36:50 2018 kern.err kernel: [    1.319190] bgmac_bcma bcma0:4: Invalid MAC addr: 00:00:00:00:00:00
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.325486] bgmac_bcma bcma0:4: Using random MAC: 8e:84:b7:02:18:5b
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.332923] bgmac_bcma bcma0:5: Found PHY addr: 0
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.337652] bgmac_bcma bcma0:5: Support for Roboswitch not implemented
Thu Aug 16 16:36:50 2018 kern.err kernel: [    1.344211] bgmac_bcma bcma0:5: Invalid MAC addr: 00:00:00:00:00:00
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.350492] bgmac_bcma bcma0:5: Using random MAC: 36:7a:08:7d:0b:ba
Thu Aug 16 16:36:50 2018 kern.err kernel: [    1.357877] bgmac_bcma bcma0:6: Unsupported core_unit 3
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.363189] bgmac_bcma: probe of bcma0:6 failed with error -524
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.492335] pcie_iproc_bcma bcma0:7: link: UP
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.496782] pcie_iproc_bcma bcma0:7: PCI host bridge to bus 0000:00
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.503091] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.509981] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.517954] pci 0000:00:00.0: [14e4:d612] type 01 class 0x060400
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.517972] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.527659] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.537378] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.537387] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4c may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.547260] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.557038] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.566720] pci_bus 0000:00: 1-byte config write to 0000:00:00.0 offset 0xc may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.576394] PCI: bus0: Fast back to back transfers disabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.581981] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.590012] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.599778] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xc8 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.609543] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    1.619312] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.629166] pci 0000:01:00.0: [14e4:4365] type 00 class 0x028000
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.629207] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.629222] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.629235] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.629320] pci 0000:01:00.0: supports D1 D2
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.629408] PCI: bus1: Fast back to back transfers disabled
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.635013] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.635023] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.635047] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x08bfffff]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.641847] pci 0000:00:00.0: BAR 9: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.649622] pci 0000:01:00.0: BAR 2: assigned [mem 0x08000000-0x087fffff 64bit]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.656963] pci 0000:01:00.0: BAR 4: assigned [mem 0x08c00000-0x08cfffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.664732] pci 0000:01:00.0: BAR 0: assigned [mem 0x08800000-0x08807fff 64bit]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.672065] pci 0000:00:00.0: PCI bridge to [bus 01]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.677043] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x08bfffff]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.683847] pci 0000:00:00.0:   bridge window [mem 0x08c00000-0x08cfffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.812333] pcie_iproc_bcma bcma0:8: link: UP
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.816772] pcie_iproc_bcma bcma0:8: PCI host bridge to bus 0001:00
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.823073] pci_bus 0001:00: root bus resource [mem 0x20000000-0x27ffffff]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.829966] pci_bus 0001:00: No busn resource found for root bus, will use [bus 00-ff]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.837927] pci 0001:00:00.0: [14e4:d612] type 01 class 0x060400
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.837976] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.838083] PCI: bus0: Fast back to back transfers disabled
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.843689] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.851798] pci 0001:01:00.0: [14e4:4365] type 00 class 0x028000
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.851839] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.851852] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.851865] pci 0001:01:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.851948] pci 0001:01:00.0: supports D1 D2
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.852045] PCI: bus1: Fast back to back transfers disabled
Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.857649] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01

Here you can find the second part.

Thu Aug 16 16:36:50 2018 kern.debug kernel: [    1.857661] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 01
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.857684] pci 0001:00:00.0: BAR 8: assigned [mem 0x20000000-0x20bfffff]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.864494] pci 0001:00:00.0: BAR 9: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.872263] pci 0001:01:00.0: BAR 2: assigned [mem 0x20000000-0x207fffff 64bit]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.879603] pci 0001:01:00.0: BAR 4: assigned [mem 0x20c00000-0x20cfffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.887373] pci 0001:01:00.0: BAR 0: assigned [mem 0x20800000-0x20807fff 64bit]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.894709] pci 0001:00:00.0: PCI bridge to [bus 01]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.899685] pci 0001:00:00.0:   bridge window [mem 0x20000000-0x20bfffff]
Thu Aug 16 16:36:50 2018 kern.info kernel: [    1.906496] pci 0001:00:00.0:   bridge window [mem 0x20c00000-0x20cfffff 64bit pref]
Thu Aug 16 16:36:50 2018 kern.err kernel: [    2.032333] pcie_iproc_bcma bcma0:9: PHY or data link is INACTIVE!
Thu Aug 16 16:36:50 2018 kern.err kernel: [    2.038531] pcie_iproc_bcma bcma0:9: no PCIe EP device detected
Thu Aug 16 16:36:50 2018 kern.err kernel: [    2.044464] pcie_iproc_bcma bcma0:9: PCIe controller setup failed
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.051330] bcm47xx-wdt bcm47xx-wdt.0: BCM47xx Watchdog Timer enabled (30 seconds, Software Timer)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.060361] bcma: bus0: Bus registered
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.064824] NET: Registered protocol family 10
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.070237] Segment Routing with IPv6
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.074012] NET: Registered protocol family 17
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.078504] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.091496] 8021q: 802.1Q VLAN Support v1.8
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.095734] Registering SWP/SWPB emulation handler
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.102143] UBI: auto-attach mtd2
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.105517] ubi0: attaching mtd2
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.489653] random: crng init done
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.752704] ubi0: scanning is finished
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.765053] ubi0: attached mtd2 (name "ubi", size 124 MiB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.770555] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.777458] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.784266] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.791243] ubi0: good PEBs: 992, bad PEBs: 0, corrupted PEBs: 0
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.797261] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.804502] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1207309617
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.813659] ubi0: available PEBs: 0, total reserved PEBs: 992, PEBs reserved for bad PEB handling: 20
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.822912] ubi0: background thread "ubi_bgt0d" started, PID 408
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.829725] block ubiblock0_0: created from ubi0:0(rootfs)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    2.835261] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.845971] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    2.853928] Freeing unused kernel memory: 1024K
Thu Aug 16 16:36:50 2018 user.info kernel: [    3.067431] init: Console is alive
Thu Aug 16 16:36:50 2018 user.info kernel: [    3.070980] init: - watchdog -
Thu Aug 16 16:36:50 2018 user.info kernel: [    3.277251] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.325073] usbcore: registered new interface driver usbfs
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.330673] usbcore: registered new interface driver hub
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.336102] usbcore: registered new device driver usb
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.343432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.350577] ehci-platform: EHCI generic platform driver
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.357051] ehci-platform 18021000.ehci: EHCI Host Controller
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.362844] ehci-platform 18021000.ehci: new USB bus registered, assigned bus number 1
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.364074] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.364603] ohci-platform: OHCI generic platform driver
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.364749] ohci-platform 18022000.ohci: Generic Platform OHCI controller
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.364767] ohci-platform 18022000.ohci: new USB bus registered, assigned bus number 2
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.364868] ohci-platform 18022000.ohci: irq 37, io mem 0x18022000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.403321] ehci-platform 18021000.ehci: irq 37, io mem 0x18021000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.435311] ehci-platform 18021000.ehci: USB 2.0 started, EHCI 1.00
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.436812] hub 2-0:1.0: USB hub found
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.436878] hub 2-0:1.0: 2 ports detected
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.449812] hub 1-0:1.0: USB hub found
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.453609] hub 1-0:1.0: 2 ports detected
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.542339] xhci-hcd 18023000.xhci: xHCI Host Controller
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.547684] xhci-hcd 18023000.xhci: new USB bus registered, assigned bus number 3
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.555440] xhci-hcd 18023000.xhci: hcc params 0x02501164 hci version 0x100 quirks 0x20010010
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.564032] xhci-hcd 18023000.xhci: irq 38, io mem 0x18023000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.570264] hub 3-0:1.0: USB hub found
Thu Aug 16 16:36:50 2018 kern.err kernel: [    3.574126] hub 3-0:1.0: config failed, hub doesn't have any ports! (err -19)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.581425] xhci-hcd 18023000.xhci: xHCI Host Controller
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.586782] xhci-hcd 18023000.xhci: new USB bus registered, assigned bus number 4
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.594297] xhci-hcd 18023000.xhci: Host supports USB 3.0  SuperSpeed
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.602397] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.610881] hub 4-0:1.0: USB hub found
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.614688] hub 4-0:1.0: 1 port detected
Thu Aug 16 16:36:50 2018 user.info kernel: [    3.620332] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Thu Aug 16 16:36:50 2018 user.info kernel: [    3.645539] init: - preinit -
Thu Aug 16 16:36:50 2018 kern.info kernel: [    3.825385] usb 1-1: new high-speed USB device number 2 using ehci-platform
Thu Aug 16 16:36:50 2018 kern.info kernel: [    4.293520] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Thu Aug 16 16:36:50 2018 kern.info kernel: [    4.299441] IPv6: ADDRCONF(NETDEV_UP): eth0.1: link is not ready
Thu Aug 16 16:36:50 2018 kern.info kernel: [    5.392376] bgmac_bcma bcma0:3 eth0: Link is Up - 1Gbps/Full - flow control off
Thu Aug 16 16:36:50 2018 kern.info kernel: [    5.399729] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Thu Aug 16 16:36:50 2018 kern.info kernel: [    5.406260] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.409578] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 568
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.457596] UBIFS (ubi0:1): recovery needed
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.539453] UBIFS (ubi0:1): recovery completed
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.543981] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.551827] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.561783] UBIFS (ubi0:1): FS size: 118341632 bytes (112 MiB, 932 LEBs), journal size 5967872 bytes (5 MiB, 47 LEBs)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.572415] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB)
Thu Aug 16 16:36:50 2018 kern.notice kernel: [    7.579045] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID 7E3F5EDE-310D-4761-ADEA-B0EC79BFB16F, small LPT model
Thu Aug 16 16:36:50 2018 user.info kernel: [    7.595041] mount_root: switching to ubifs overlay
Thu Aug 16 16:36:50 2018 user.warn kernel: [    7.614402] urandom-seed: Seeding with /etc/urandom.seed
Thu Aug 16 16:36:50 2018 user.info kernel: [    7.710798] procd: - early -
Thu Aug 16 16:36:50 2018 user.info kernel: [    7.713787] procd: - watchdog -
Thu Aug 16 16:36:50 2018 user.info kernel: [    8.332418] procd: - watchdog -
Thu Aug 16 16:36:50 2018 user.info kernel: [    8.335737] procd: - ubus -
Thu Aug 16 16:36:50 2018 user.info kernel: [    8.393898] procd: - init -
Thu Aug 16 16:36:50 2018 user.info kernel: [    8.791244] kmodloader: loading kernel modules from /etc/modules.d/*
Thu Aug 16 16:36:50 2018 kern.info kernel: [    8.799808] ip6_tables: (C) 2000-2006 Netfilter Core Team
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.130055] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.138116] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.145940] ip_tables: (C) 2000-2006 Netfilter Core Team
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.447497] nf_conntrack version 0.5.0 (4096 buckets, 16384 max)
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.624083] xt_time: kernel timezone is -0000
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.865659] PPP generic driver version 2.4.2
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.870765] NET: Registered protocol family 24
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.889235] usbcore: registered new interface driver rtl8xxxu
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.898503] usbcore: registered new interface driver brcmfmac
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    9.904410] pci_generic_config_write32: 48 callbacks suppressed
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    9.904421] pci_bus 0000:01: 1-byte config write to 0000:01:00.0 offset 0x3c may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.920168] pci 0000:00:00.0: enabling device (0140 -> 0142)
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    9.925870] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    9.935561] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.info kernel: [    9.945238] brcmfmac 0000:01:00.0: enabling device (0140 -> 0142)
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    9.951353] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [    9.961045] pci_bus 0000:01: 2-byte config write to 0000:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.info kernel: [   10.135332] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4366c-pcie for chip BCM4366/4
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.288078] brcmfmac 0000:01:00.0: Direct firmware load for brcm/brcmfmac4366c-pcie.txt failed with error -2
Thu Aug 16 16:36:50 2018 kern.info kernel: [   10.607962] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4366c-pcie for chip BCM4366/4
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.616723] brcmfmac 0000:01:00.0: Direct firmware load for brcm/brcmfmac4366c-pcie.clm_blob failed with error -2
Thu Aug 16 16:36:50 2018 kern.info kernel: [   10.627037] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Thu Aug 16 16:36:50 2018 kern.info kernel: [   10.638352] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4366/4 wl0: Sep 12 2016 13:26:44 version 10.10.69.6908 (r658761) FWID 01-fed440e1
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.661161] pci_bus 0001:01: 1-byte config write to 0001:01:00.0 offset 0x3c may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.info kernel: [   10.670996] pci 0001:00:00.0: enabling device (0140 -> 0142)
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.676737] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.686456] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.info kernel: [   10.696187] brcmfmac 0001:01:00.0: enabling device (0140 -> 0142)
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.702317] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.warn kernel: [   10.712045] pci_bus 0001:01: 2-byte config write to 0001:01:00.0 offset 0x4 may corrupt adjacent RW1C bits
Thu Aug 16 16:36:50 2018 kern.err kernel: [   10.773902] brcmfmac: brcmf_chip_recognition: SB chip is not supported
Thu Aug 16 16:36:50 2018 kern.err kernel: [   10.780511] brcmfmac: brcmf_pcie_probe: failed 14e4:4365
Thu Aug 16 16:36:50 2018 user.info kernel: [   10.787969] kmodloader: done loading kernel modules from /etc/modules.d/*
Thu Aug 16 16:36:50 2018 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Thu Aug 16 16:36:50 2018 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: started, version 2.80test3 cachesize 150
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: DNS service limited to local subnets
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify dumpfile
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain test
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain onion
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain localhost
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain local
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain invalid
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain bind
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: using local addresses only for domain lan
Thu Aug 16 16:36:50 2018 daemon.warn dnsmasq[949]: no servers found in /tmp/resolv.conf.auto, will retry
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: read /etc/hosts - 4 addresses
Thu Aug 16 16:36:50 2018 daemon.info dnsmasq[949]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: tunnel
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: Network device
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: bridge
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: veth
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: macvlan
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: 8021ad
Thu Aug 16 16:36:51 2018 user.notice : Added device handler type: 8021q
Thu Aug 16 16:36:52 2018 authpriv.info dropbear[1095]: Not backgrounding
Thu Aug 16 16:36:52 2018 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records in
Thu Aug 16 16:36:52 2018 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records out
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/radvd
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.327798] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.335953] bgmac_bcma bcma0:3 eth0: Link is Up - 1Gbps/Full - flow control off
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.343468] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.350120] br-lan: port 1(eth0.1) entered blocking state
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.355604] br-lan: port 1(eth0.1) entered disabled state
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.361247] device eth0.1 entered promiscuous mode
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.366066] device eth0 entered promiscuous mode
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.373312] br-lan: port 1(eth0.1) entered blocking state
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.378771] br-lan: port 1(eth0.1) entered forwarding state
Thu Aug 16 16:36:52 2018 kern.info kernel: [   13.384559] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'lan' is enabled
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'lan' is setting up now
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'lan' is now up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'loopback' is enabled
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'loopback' is setting up now
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'loopback' is now up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'wan' is enabled
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'wan6' is enabled
Thu Aug 16 16:36:52 2018 daemon.notice netifd: bridge 'br-lan' link is up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'lan' has link connectivity
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Network device 'eth0' link is up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: VLAN 'eth0.1' link is up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Network device 'lo' link is up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'loopback' has link connectivity
Thu Aug 16 16:36:52 2018 daemon.notice netifd: VLAN 'eth0.2' link is up
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'wan' has link connectivity
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'wan' is setting up now
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'wan6' has link connectivity
Thu Aug 16 16:36:52 2018 daemon.notice netifd: Interface 'wan6' is setting up now
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Thu Aug 16 16:36:52 2018 daemon.notice netifd: wan (1270): udhcpc: started, v1.28.3
Thu Aug 16 16:36:52 2018 daemon.err odhcp6c[1261]: Failed to send RS (Address not available)
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Thu Aug 16 16:36:52 2018 daemon.notice netifd: wan (1270): udhcpc: sending discover
Thu Aug 16 16:36:52 2018 daemon.notice netifd: radio0 (1220): command failed: No error information (-524)
Thu Aug 16 16:36:52 2018 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Thu Aug 16 16:36:52 2018 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Thu Aug 16 16:36:52 2018 daemon.notice netifd: radio0 (1220): command failed: Not supported (-95)
Thu Aug 16 16:36:52 2018 daemon.notice netifd: radio0 (1220): command failed: I/O error (-5)
Thu Aug 16 16:36:53 2018 daemon.notice netifd: radio0 (1220): command failed: Too many open files in system (-23)
Thu Aug 16 16:36:53 2018 daemon.err odhcp6c[1261]: Failed to send DHCPV6 message to ff02::1:2 (Address not available)
Thu Aug 16 16:36:53 2018 daemon.info procd: - init complete -
Thu Aug 16 16:36:53 2018 kern.info kernel: [   14.402358] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Thu Aug 16 16:36:54 2018 daemon.notice netifd: radio0 (1220): command failed: Too many open files in system (-23)
Thu Aug 16 16:36:54 2018 daemon.err hostapd: Configuration file: /var/run/hostapd-phy0.conf
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.007953] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.015473] br-lan: port 2(wlan0) entered blocking state
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.020805] br-lan: port 2(wlan0) entered disabled state
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.026361] device wlan0 entered promiscuous mode
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.031152] br-lan: port 2(wlan0) entered blocking state
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.036500] br-lan: port 2(wlan0) entered forwarding state
Thu Aug 16 16:36:54 2018 daemon.warn hostapd: wlan0: Could not connect to kernel driver
Thu Aug 16 16:36:54 2018 daemon.err hostapd: Using interface wlan0 with hwaddr 00:90:4c:1d:b0:0e and ssid "OpenWrt"
Thu Aug 16 16:36:54 2018 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->ENABLED
Thu Aug 16 16:36:54 2018 daemon.notice hostapd: wlan0: AP-ENABLED
Thu Aug 16 16:36:54 2018 kern.info kernel: [   15.246771] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Thu Aug 16 16:36:54 2018 daemon.notice netifd: Network device 'wlan0' link is up
Thu Aug 16 16:36:54 2018 daemon.notice netifd: wan (1270): udhcpc: sending select for 192.168.1.8
Thu Aug 16 16:36:55 2018 daemon.notice netifd: wan (1270): udhcpc: lease of 192.168.1.8 obtained, lease time 86400
Thu Aug 16 16:36:55 2018 daemon.notice netifd: Interface 'wan' is now up
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: reading /tmp/resolv.conf.auto
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain test
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain onion
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain localhost
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain local
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain invalid
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain bind
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using local addresses only for domain lan
Thu Aug 16 16:36:55 2018 daemon.info dnsmasq[949]: using nameserver 192.168.1.1#53
Thu Aug 16 16:36:55 2018 user.notice firewall: Reloading firewall due to ifup of wan (eth0.2)
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[949]: exiting on receipt of SIGTERM
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: started, version 2.80test3 cachesize 150
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: DNS service limited to local subnets
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify dumpfile
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq-dhcp[1777]: DHCP, IP range 192.168.2.100 -- 192.168.2.249, lease time 12h
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain test
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain onion
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain localhost
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain local
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain invalid
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain bind
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain lan
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: reading /tmp/resolv.conf.auto
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain test
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain onion
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain localhost
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain local
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain invalid
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain bind
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using local addresses only for domain lan
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: using nameserver 192.168.1.1#53
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: read /etc/hosts - 4 addresses
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq[1777]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Thu Aug 16 16:36:57 2018 daemon.info dnsmasq-dhcp[1777]: read /etc/ethers - 0 addresses
Thu Nov  8 19:12:55 2018 daemon.info hostapd: wlan0: STA 5c:51:4f:5b:38:58 IEEE 802.11: associated
Thu Nov  8 19:12:55 2018 daemon.notice hostapd: wlan0: AP-STA-CONNECTED 5c:51:4f:5b:38:58
Thu Nov  8 19:12:55 2018 daemon.info dnsmasq-dhcp[1777]: DHCPREQUEST(br-lan) 192.168.2.191 5c:51:4f:5b:38:58
Thu Nov  8 19:12:55 2018 daemon.info dnsmasq-dhcp[1777]: DHCPACK(br-lan) 192.168.2.191 5c:51:4f:5b:38:58 AB-FRANCISCO
Thu Nov  8 19:12:55 2018 daemon.warn odhcpd[1043]: DHCPV6 SOLICIT IA_NA from 000100011fcb8d87201a06095025 on br-lan: ok fda1:bcc4:aeb0::3be/128
Thu Nov  8 19:12:55 2018 daemon.info dnsmasq[1777]: read /etc/hosts - 4 addresses
Thu Nov  8 19:12:55 2018 daemon.info dnsmasq[1777]: read /tmp/hosts/odhcpd - 0 addresses
Thu Nov  8 19:12:55 2018 daemon.info dnsmasq[1777]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Thu Nov  8 19:12:55 2018 daemon.info dnsmasq-dhcp[1777]: read /etc/ethers - 0 addresses
Thu Nov  8 19:12:56 2018 daemon.warn odhcpd[1043]: DHCPV6 SOLICIT IA_NA from 000100011fcb8d87201a06095025 on br-lan: ok fda1:bcc4:aeb0::3be/128
Thu Nov  8 19:12:57 2018 daemon.warn odhcpd[1043]: DHCPV6 REQUEST IA_NA from 000100011fcb8d87201a06095025 on br-lan: ok fda1:bcc4:aeb0::3be/128
Thu Nov  8 19:12:57 2018 daemon.info dnsmasq[1777]: read /etc/hosts - 4 addresses
Thu Nov  8 19:12:57 2018 daemon.info dnsmasq[1777]: read /tmp/hosts/odhcpd - 1 addresses
Thu Nov  8 19:12:57 2018 daemon.info dnsmasq[1777]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Thu Nov  8 19:12:57 2018 daemon.info dnsmasq-dhcp[1777]: read /etc/ethers - 0 addresses
Thu Nov  8 19:13:27 2018 authpriv.info dropbear[1865]: Child connection from 192.168.2.191:58473
Thu Nov  8 19:13:29 2018 authpriv.warn dropbear[1865]: Login attempt for nonexistent user from 192.168.2.191:58473
Thu Nov  8 19:13:30 2018 authpriv.warn dropbear[1865]: Login attempt for nonexistent user from 192.168.2.191:58473
Thu Nov  8 19:13:32 2018 authpriv.info dropbear[1865]: Exit before auth: Disconnect received
Thu Nov  8 19:13:36 2018 authpriv.info dropbear[1870]: Child connection from 192.168.2.191:58476
Thu Nov  8 19:13:38 2018 authpriv.notice dropbear[1870]: Auth succeeded with blank password for 'root' from 192.168.2.191:58476

I thought it might be useful for you.

Did you ever solved this?

I'm trying to have it run on the latest version (OpenWrt 19.07.3, kernel 4.14.180).

So far not working after installing kmod-rtl8xxxu (and i can see it got loaded on start) and rtl8188eu-firmware (kmod-rtl8xxxu_4.14.180%2b4.19.120-1-1_aarch64_cortex-a53).

lsusb -t just gives:

Bus 001 Device 005: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
...

          |__ Port 2: Dev 5, If 0, Class=Vendor Specific Class, Driver=, 480M

Can anyone help, please?

I was also considering using a USB WiFi adapter as an alternative WAN for my router - connecting it manually to my Android Phone (configured as AccessPoint) for the times my main WAN is offline.

I own a spare TP-LINK TL-WN723v3 that is fitted with (lsusb output):
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter

Managed to make this adapter working on a full fledged Linux system only with this driver:


Together with the firmware file (available in the link above): rtl8188eufw.bin
  • the last version I'm using (working) is 5.2.2.4
  • got it with: git clone -b v5.2.2.4 https://github.com/lwfinger/rtl8188eu.git
  • had to patch the makefile to address a build failure with the latest toolchain, adding:
    EXTRA_CFLAGS += -Wno-address-of-packed-member
    EXTRA_CFLAGS += -Wno-implicit-function-declaration
  • finally, had to blacklist the mainstream kernel r8188eu driver and add the following option to the compiled one 8188eu (contents of my /etc/modprobe.d/8188eu.conf):
    blacklist r8188eu
    options 8188eu rtw_power_mgnt=0 rtw_enusbss=0

Have no clue what OpenWRT is using as driver, pretty sure it won't work, all seems obscure to me: