OpenWrt Forum Archive

Topic: davidc502 1900ac 3200acm builds

The content of this topic has been archived between 26 Feb 2018 and 7 May 2018. Unfortunately there are posts – most likely complete pages – missing.

tapper wrote:

Hi could some one pleas post me the contents of /etc/config/wireless on a wrt3200acm pleas as mine is mest up and rm /etc/config/wireless and then wifi config is not working.

root@LEDE:~# cat /etc/config/wireless

config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11a'
        option path 'soc/soc:pcie-controller/pci0000:00/0000:00:01.0/0000:01:00.0'
        option htmode 'VHT80'
        option channel 'auto'
        option country 'US'
        option distance '10'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'Redacted5GHzSSID'
        option encryption 'psk2'
        option key 'RedactedPassword'

config wifi-device 'radio1'
        option type 'mac80211'
        option hwmode '11g'
        option path 'soc/soc:pcie-controller/pci0000:00/0000:00:02.0/0000:02:00.0'
        option channel 'auto'
        option country 'US'
        option htmode 'HT20'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option ssid 'Redacted24GHzSSID'
        option encryption 'psk2'
        option key 'RedactedPassword'

Hope that helps

Hi thanks anthonyclarka2

adri wrote:
davidc502 wrote:

r5917 has just been uploaded to the server.

Includes kernel bump to 4.9.77
Includes wifi driver to 10.3.4.0-20180118

V1 owners, be sure to change option check_signature 0 (This is for software -> Configuration)    Otherwise you will likely get the package mismatch messages.

Would like to get feedback but I noticed "Advanced Reboot" is showing only one partition available, but I've confirmed both partitions are there. I'm guessing there may be an issue with Advanced Reboot.

@davidc502,

The problem does indeed seem to be with Advanced Reboot.
A bugfix has been done to correct a problem with '.' in the partition names.
I downloaded and installed the new version from the LEDE snapshot repository and it's working fine now.
When you make a new build, I assume you'll automatically pick up the latest version, so it should be ok.


Good to know the fix is in already.

There's a new wifi commit I want to try first, and probably next weekend do a new build.

davidc502 wrote:
geetee99 wrote:

Good day - I think I've missed a post or three in my periodic scanning of this forum. I have an WRT1900ACv1 running the 4.4 kernel. I see mention of now being able to use the 4.9 kernel, but the notification on the download page on David's site suggests to keep running the 4.4 kernel. I see if you want to run 4.9 you need to set "option check_signature 0".
My question is is the recommendation for v1 owners to still run 4.4 kernel, or is 4.9 kernel stable now, and if running 4.9 do you set the check_signature option before upgrading to 4.9 or after?

Thank you in advance.

You can try the 4.9 kernel and see if it agrees with your hardware. Set the signature option after the upgrade.

Thank you. I'll wait for the next build, and then give 4.9 a crack.

T-Troll wrote:
geetee99 wrote:

My question is is the recommendation for v1 owners to still run 4.4 kernel, or is 4.9 kernel stable now, and if running 4.9 do you set the check_signature option before upgrading to 4.9 or after?

4.9 have no problems with stability anymore, it's right. I meet some non-fatal issues with RTC with it, but it's not interfere so much.

But keep in mind you will have significant penalty in wireless range and ping times after you install it (F*ck you, FCC!), and no simple way to unlock it back so far. So i decide to roll back to 4.4.

However, transmission and some other packages are still not available in 4.9 repo, so you probably need to add 4.4 repo as well.

You can alter check_signature any time if you plan to keep configuration, or after 4.9 install if don't.

Cheers T-Troll

tapper wrote:

Hi thanks anthonyclarka2

option htmode should be HT40 not HT20 for the 2.4ghz in the config, otherwise you wont get 300mbit for most devices just 150.

Hello David,

I have managed to download your snapshots and learnt how to install the .bin files yet I am confused by "*SECURITY PATCHES* for the wpa2 WIFI vulnerability are included in r5389 and later" yet what in earth is r5398?

I am on the assumption that one we have installed the specific snapshot and then the sysupgrade that should be it; or an I missing something critical here?

I am impressed that this new firmware has so many more options than the default firmware has. I know I still have a lot to learn.

Many thanks for your splendid snapshots and support

Morrile wrote:

Hello David,

I have managed to download your snapshots and learnt how to install the .bin files yet I am confused by "*SECURITY PATCHES* for the wpa2 WIFI vulnerability are included in r5389 and later" yet what in earth is r5398?

I am on the assumption that one we have installed the specific snapshot and then the sysupgrade that should be it; or an I missing something critical here?

I am impressed that this new firmware has so many more options than the default firmware has. I know I still have a lot to learn.

Many thanks for your splendid snapshots and support

If you are on the latest firmware then you have the wpa2 vulnerability patch. Essentially all builds with kernel 4.9 on or after 11/18/2017 will have this patch.

makedir wrote:
tapper wrote:

Hi thanks anthonyclarka2

option htmode should be HT40 not HT20 for the 2.4ghz in the config, otherwise you wont get 300mbit for most devices just 150.

Option htmode HT40 usually doesn't give you 300 mbit when there are neighboring networks.
HT40 needs to use the all available channels on the 2.4 Ghz band and will automatically fall back to HT20 when it detects other AP's.

Hi,

I want migrate from gargoyle TO David buíld,can i use lede sysupgrade diret.?Router is WRT3200

adri wrote:
makedir wrote:
tapper wrote:

Hi thanks anthonyclarka2

option htmode should be HT40 not HT20 for the 2.4ghz in the config, otherwise you wont get 300mbit for most devices just 150.

Option htmode HT40 usually doesn't give you 300 mbit when there are neighboring networks.
HT40 needs to use the all available channels on the 2.4 Ghz band and will automatically fall back to HT20 when it detects other AP's.

"noscan '1'" option are block this fall down, forcing to keep HT40 even if crossed with other stations.

T-Troll wrote:
adri wrote:
makedir wrote:

option htmode should be HT40 not HT20 for the 2.4ghz in the config, otherwise you wont get 300mbit for most devices just 150.

Option htmode HT40 usually doesn't give you 300 mbit when there are neighboring networks.
HT40 needs to use the all available channels on the 2.4 Ghz band and will automatically fall back to HT20 when it detects other AP's.

"noscan '1'" option are block this fall down, forcing to keep HT40 even if crossed with other stations.

But you'll still have the interference of the other stations affecting your transfer rate.
And you'll possibly be causing problems to the other stations, due to the interference you are generating across the whole band and getting complaints from your neighbours.

Hi Guys,

I have been able to successfully flash this release h t t p hmm/downloads.lede-project.org/releases/17.01.4/targets/mvebu/generic/lede-17.01.4-mvebu-linksys-wrt1200ac-squashfs-sysupgrade.bin to my WRT1200AC,  and the system loads. (factory version initially)

After then flashing the following h t t p s hmm/davidc502sis.dynamic-dns.net/releases/lede-mvebu-linksys-wrt1200ac-squashfs-sysupgrade.bin release from yours David (erasing settings), the web interface does not respond the connection is terminated when opening (chrome/firefox). I am able to ssh to the device and poke around but it is unable to download anything or do anything else. If i scp the orig sysupgrade file above and flash it the system then comes good again?

Am I doing something plainly wrong? or wth is going on?
arejaytee

Arejaytee-

When flashing form the Linksys factory firmware just use the lede-mvebu-linksys-wrt1200ac-squashfs-factory.img not the sysupgrade.bin. After the LEDE factory.img has replaced the factory firmware the sysupgrade.bin can upgrade the factory.img.


per davidc502 FAQ:
Example command using SSH: "sysupgrade /tmp/imageName.bin" OR "sysupgrade http://webLocationOfImage.bin"
c. If currently running LEDE, .img can also be used from SSH for a completely fresh start.

As long as you can ssh into the linksys you can copy the factory.img and re-flash the WRT1200AC with the factory.img over the broken install.


Local Time    Tue Feb 6 06:37:18 2018
Uptime    61d 0h 30m 18s

Hi I have just come back from my sisters, where she has a 1900ac v2 I setup for her. It was on build r5201 and had a uptime of 27 days. I just upgraded it to the latest build r5917 so we will see how it gos over the next few days. If the internet goes off she will be straight on the phone to me so i will let you know what if anything goes wrong. thanks for the new build. :-)

Hi everyone! Maybe anyone get problems with wi-fi like me on latest firmware from build date 2018-01-21 00:04 on WRT3200ACM? wi-fi module don't work for some reason, here dmesg from router.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.77 (davidc502@pc2) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5917-36f1978a70) ) #0 SMP Sat Jan 20 22:36:05 2018
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Linksys WRT3200ACM
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c065b240, node_mem_map dfbf9000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] percpu: Embedded 13 pages/cpu @dfbce000 s22796 r8192 d22260 u53248
[    0.000000] pcpu-alloc: s22796 r8192 d22260 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock8 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,128K(u_env),256K(s_env),256K@8064K(devinfo),1920K@8320K(sysdiag),80m@10m(kernel),74m@16m(rootfs),80m@90m(alt_kernel),74m@96m(alt_rootfs),160m@10m(ubifs),-@170m(syscfg)
[    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: 512764K/524288K available (4609K kernel code, 182K rwdata, 1256K rodata, 284K init, 310K bss, 11524K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc04889d8   (4611 kB)
                     .init : 0xc05e7000 - 0xc062e000   ( 284 kB)
                     .data : 0xc062e000 - 0xc065bb40   ( 183 kB)
                      .bss : 0xc065bb40 - 0xc06a9440   ( 311 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Selected CPU frequency (16) unsupported
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000008] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000116] Calibrating local timer... 933.20MHz.
[    0.060031] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[    0.060036] pid_max: default: 32768 minimum: 301
[    0.060075] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060078] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060279] CPU: Testing write buffer coherency: ok
[    0.060369] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060380] Setting up static identity map for 0x8280 - 0x82d8
[    0.060438] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.060497] mvebu-pmsu: Initializing Power Management Service Unit
[    0.060896] Booting CPU 1
[    0.061032] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.061063] Brought up 2 CPUs
[    0.061068] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.061070] CPU: All CPU(s) started in SVC mode.
[    0.062740] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.062792] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.062829] pinctrl core: initialized pinctrl subsystem
[    0.063132] NET: Registered protocol family 16
[    0.063563] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.090052] cpuidle: using governor ladder
[    0.090182] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.090188] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.120428] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe
[    0.120566] SCSI subsystem initialized
[    0.120639] libata version 3.00 loaded.
[    0.120738] usbcore: registered new interface driver usbfs
[    0.120763] usbcore: registered new interface driver hub
[    0.120784] usbcore: registered new device driver usb
[    0.121272] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.121591] NET: Registered protocol family 2
[    0.121807] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.121828] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.121858] TCP: Hash tables configured (established 4096 bind 4096)
[    0.121881] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.121893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.121952] NET: Registered protocol family 1
[    0.121964] PCI: CLS 0 bytes, default 64
[    0.122735] Crashlog allocated RAM at address 0x3f00000
[    0.122809] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.124888] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.124893] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.125636] io scheduler noop registered
[    0.125640] io scheduler deadline registered (default)
[    0.125996] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.126586] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[    0.126594] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.126599] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.126603] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.126616] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400
[    0.126701] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400
[    0.126778] PCI: bus0: Fast back to back transfers disabled
[    0.126784] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126790] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126842] pci 0000:01:00.0: [11ab:2b40] type 00 class 0x020000
[    0.126859] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x401fffff 64bit pref]
[    0.126868] pci 0000:01:00.0: reg 0x18: [mem 0x40200000-0x402fffff 64bit pref]
[    0.126928] pci 0000:01:00.0: supports D1 D2
[    0.126931] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.126994] PCI: bus1: Fast back to back transfers disabled
[    0.126999] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.127050] pci 0000:02:00.0: [11ab:2b40] type 00 class 0x020000
[    0.127069] pci 0000:02:00.0: reg 0x10: [mem 0x42000000-0x421fffff 64bit pref]
[    0.127080] pci 0000:02:00.0: reg 0x18: [mem 0x42200000-0x422fffff 64bit pref]
[    0.127161] pci 0000:02:00.0: supports D1 D2
[    0.127164] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.127226] PCI: bus2: Fast back to back transfers disabled
[    0.127231] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.127300] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe02fffff]
[    0.127306] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0400000-0xe06fffff]
[    0.127312] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.127321] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[    0.127330] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.127335] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe02fffff]
[    0.127341] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0400000-0xe05fffff 64bit pref]
[    0.127351] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0600000-0xe06fffff 64bit pref]
[    0.127360] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.127364] pci 0000:00:02.0:   bridge window [mem 0xe0400000-0xe06fffff]
[    0.127566] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.181685] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.181767] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.241659] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.241794] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.242557] console [ttyS0] disabled
[    0.262621] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A
[    0.983654] console [ttyS0] enabled
[    0.989042] loop: module loaded
[    0.992474] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    1.001569] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    1.010668] scsi host0: ahci-mvebu
[    1.014235] scsi host1: ahci-mvebu
[    1.017733] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41
[    1.025691] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41
[    1.033976] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[    1.041740] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xda
[    1.048119] nand: AMD/Spansion S34ML02G2
[    1.052063] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    1.059752] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[    1.066933] Bad block table found at page 131008, version 0x01
[    1.073127] Bad block table found at page 130944, version 0x01
[    1.079234] 11 ofpart partitions found on MTD device pxa3xx_nand-0
[    1.085444] Creating 11 MTD partitions on "pxa3xx_nand-0":
[    1.090953] 0x000000000000-0x000000200000 : "u-boot"
[    1.096200] 0x000000200000-0x000000220000 : "u_env"
[    1.101338] 0x000000220000-0x000000260000 : "s_env"
[    1.106457] 0x0000007e0000-0x000000820000 : "devinfo"
[    1.111772] 0x000000820000-0x000000a00000 : "sysdiag"
[    1.117080] 0x000000a00000-0x000005a00000 : "kernel1"
[    1.122583] 0x000001000000-0x000005a00000 : "rootfs1"
[    1.128032] 0x000005a00000-0x00000aa00000 : "kernel2"
[    1.133508] 0x000006000000-0x00000aa00000 : "ubi"
[    1.138608] 0x00000aa00000-0x000010000000 : "syscfg"
[    1.144007] 0x000000260000-0x000000820000 : "unused_area"
[    1.149918] libphy: Fixed MDIO Bus: probed
[    1.154273] libphy: orion_mdio_bus: probed
[    1.158504] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
[    1.167178] mvneta f1070000.ethernet eth0: Using hardware mac address 60:38:e0:be:c9:30
[    1.176179] mvneta f1034000.ethernet eth1: Using random mac address 96:1e:0e:30:36:a4
[    1.184100] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.190654] ehci-pci: EHCI PCI platform driver
[    1.195145] ehci-platform: EHCI generic platform driver
[    1.200459] ehci-orion: EHCI orion driver
[    1.204549] orion-ehci f1058000.usb: EHCI Host Controller
[    1.209978] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    1.217624] orion-ehci f1058000.usb: irq 37, io mem 0xf1058000
[    1.251268] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    1.257416] hub 1-0:1.0: USB hub found
[    1.261191] hub 1-0:1.0: 1 port detected
[    1.265482] usbcore: registered new interface driver usb-storage
[    1.271642] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    1.279256] i2c /dev entries driver
[    1.294164] orion_wdt: Initial timeout 171 sec
[    1.298842] sdhci: Secure Digital Host Controller Interface driver
[    1.305053] sdhci: Copyright(c) Pierre Ossman
[    1.362480] ata2: SATA link down (SStatus 0 SControl 300)
[    1.367924] ata1: SATA link down (SStatus 0 SControl 300)
[    1.371290] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[    1.371361] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.377076] marvell-cesa f1090000.crypto: CESA device successfully registered
[    1.377468] NET: Registered protocol family 10
[    1.391530] NET: Registered protocol family 17
[    1.391543] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.391545] 8021q: 802.1Q VLAN Support v1.8
[    1.391600] Registering SWP/SWPB emulation handler
[    1.392774] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.392788] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[    1.392844] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.392864] xhci-hcd f10f8000.usb3: irq 44, io mem 0xf10f8000
[    1.393114] hub 2-0:1.0: USB hub found
[    1.393139] hub 2-0:1.0: 1 port detected
[    1.393220] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.393227] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[    1.393265] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.393444] hub 3-0:1.0: USB hub found
[    1.393467] hub 3-0:1.0: 1 port detected
[    1.393788] UBI: auto-attach mtd8
[    1.393792] ubi0: attaching mtd8
[    1.397847] random: fast init done
[    1.401544] mmc0: new high speed SDIO card at address 0001
[    1.418064] UBI: EOF marker found, PEBs from 72 will be erased
[    1.418246] ubi0: scanning is finished
[    1.434211] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 478 LEBs
[    1.434416] ubi0: attached mtd8 (name "ubi", size 74 MiB)
[    1.434419] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.434421] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.434423] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.434425] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[    1.434426] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.434429] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 948808128
[    1.434431] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 40
[    1.434446] ubi0: background thread "ubi_bgt0d" started, PID 669
[    1.434881] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.434883] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    1.435066] mvsw61xx 10.mvsw61xx: Found MV88E6352 at f1072004.mdio-mii:10
[    1.435069] mvsw61xx 10.mvsw61xx: Using direct addressing
[    1.445968] armada38x-rtc f10a3800.rtc: setting system clock to 2105-07-27 22:42:41 UTC (4278177761)
[    1.617478] Waiting 1 sec before mounting root device...
[    2.642980] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.650269] Freeing unused kernel memory: 284K
[    2.654743] This architecture does not have kernel memory protection.
[    2.817050] init: Console is alive
[    2.820532] init: - watchdog -
[    3.182347] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.208473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.214993] ohci-platform: OHCI generic platform driver
[    3.220659] uhci_hcd: USB Universal Host Controller Interface driver
[    3.227324] ohci-pci: OHCI PCI platform driver
[    3.231914] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.243884] init: - preinit -
[    3.385360] mvneta f1070000.ethernet tmp0: renamed from eth0
[    3.432524] mvneta f1034000.ethernet eth0: renamed from eth1
[    3.482433] mvneta f1070000.ethernet eth1: renamed from tmp0
[    3.861732] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[    3.868995] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.875013] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    3.882917] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.961721] mount_root: loading kmods from internal overlay
[    6.974414] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[    6.983325] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[    7.034668] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.041047] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.047433] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.053899] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.060373] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.066578] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    7.082138] random: crng init done
[    7.428469] UBIFS (ubi0:1): default file-system created
[    7.434115] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 790
[    7.474409] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.482278] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.492237] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.502716] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.509358] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.521108] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    7.528142] block: unable to load configuration (fstab: Entry not found)
[    7.534888] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    7.541382] block: unable to load configuration (fstab: Entry not found)
[    7.548121] block: attempting to load /etc/config/fstab
[    7.553800] block: unable to load configuration (fstab: Entry not found)
[    7.560539] block: no usable configuration
[    7.603020] UBIFS (ubi0:1): un-mount UBI device 0
[    7.607749] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[    7.615603] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 793
[    7.655762] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.663640] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.673600] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.684081] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.690722] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.729417] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.735803] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.742185] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.748645] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.755123] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.761329] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    8.112600] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    8.119618] block: unable to load configuration (fstab: Entry not found)
[    8.126372] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    8.132869] block: unable to load configuration (fstab: Entry not found)
[    8.139608] block: attempting to load /etc/config/fstab
[    8.144876] block: unable to load configuration (fstab: Entry not found)
[    8.151617] block: no usable configuration
[    8.191831] mount_root: overlay filesystem has not been fully initialized yet
[    8.199130] mount_root: switching to ubifs overlay
[    8.231295] ubi1: attaching mtd9
[    8.462099] ubi1: scanning is finished
[    8.470344] ubi1: attached mtd9 (name "syscfg", size 86 MiB)
[    8.476038] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    8.482945] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    8.489760] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[    8.496753] ubi1: good PEBs: 680, bad PEBs: 8, corrupted PEBs: 0
[    8.502787] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[    8.510039] ubi1: max/mean erase counter: 31/21, WL threshold: 4096, image sequence number: 1227861886
[    8.519385] ubi1: available PEBs: 0, total reserved PEBs: 680, PEBs reserved for bad PEB handling: 32
[    8.528651] ubi1: background thread "ubi_bgt1d" started, PID 806
[    8.538154] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 810
[    8.582832] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg"
[    8.590261] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.600225] UBIFS (ubi1:0): FS size: 80375808 bytes (76 MiB, 633 LEBs), journal size 4063232 bytes (3 MiB, 32 LEBs)
[    8.610709] UBIFS (ubi1:0): reserved for root: 3796347 bytes (3707 KiB)
[    8.617354] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID BB16F960-CC29-48CA-BBC5-E8058CFD0D70, small LPT model
[    8.629617] urandom-seed: Seed file not found (/etc/urandom.seed)
[    8.703187] procd: - early -
[    8.706101] procd: - watchdog -
[    9.299196] procd: - watchdog -
[    9.302429] procd: - ubus -
[    9.355472] procd: - init -
[    9.468579] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.479713] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[    9.486398] tun: Universal TUN/TAP device driver, 1.6
[    9.491483] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.498720] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    9.507266] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    9.517086] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.524239] Netfilter messages via NETLINK v0.30.
[    9.529461] ip_set: protocol 6
[    9.537881] cryptodev: driver 1.9 loaded.
[    9.542314] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[    9.550352] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[    9.569549] <<Marvell Mac80211 Wireless PCIE Network Driver version 10.3.4.0-20180118>>
[    9.577635] pci 0000:00:01.0: enabling device (0140 -> 0142)
[    9.583465] ieee80211 phy0: priv->pcmd_buf = ddf84000  priv->pphys_cmd_buf = 1df84000
[    9.641282] ieee80211 phy0: fw download start
[    9.641287] ieee80211 phy0: ddr init: download start
[    9.641666] ieee80211 phy0: ddr init: download complete
[    9.779077] ieee80211 phy0: FwSize = 449468 downloaded Size = 449468 curr_iteration 65522
[   12.381263] ieee80211 phy0: ffffffff;
[   13.661263] ieee80211 phy0: ffffffff;
[   14.941262] ieee80211 phy0: ffffffff;
[   16.221262] ieee80211 phy0: ffffffff;
[   17.501262] ieee80211 phy0: ffffffff;
[   18.781262] ieee80211 phy0: ffffffff;
[   20.061263] ieee80211 phy0: ffffffff;
[   21.341262] ieee80211 phy0: ffffffff;
[   22.621262] ieee80211 phy0: ffffffff;
[   23.901262] ieee80211 phy0: ffffffff;
[   25.181262] ieee80211 phy0: ffffffff;
[   26.461262] ieee80211 phy0: ffffffff;
[   27.741262] ieee80211 phy0: ffffffff;
[   29.021262] ieee80211 phy0: ffffffff;
[   30.301262] ieee80211 phy0: ffffffff;
[   31.581262] ieee80211 phy0: ffffffff;
[   32.861262] ieee80211 phy0: ffffffff;
[   34.141263] ieee80211 phy0: ffffffff;
[   35.421262] ieee80211 phy0: ffffffff;
[   36.701262] ieee80211 phy0: ffffffff;
[   37.981262] ieee80211 phy0: ffffffff;
[   39.261262] ieee80211 phy0: ffffffff;
[   40.541262] ieee80211 phy0: ffffffff;
[   41.821262] ieee80211 phy0: ffffffff;
[   43.101262] ieee80211 phy0: ffffffff;
[   44.381262] ieee80211 phy0: ffffffff;
[   45.661261] ieee80211 phy0: ffffffff;
[   46.941261] ieee80211 phy0: ffffffff;
[   48.221262] ieee80211 phy0: ffffffff;
[   49.501262] ieee80211 phy0: ffffffff;
[   50.781262] ieee80211 phy0: ffffffff;
[   52.061262] ieee80211 phy0: ffffffff;
[   53.341262] ieee80211 phy0: ffffffff;
[   54.621261] ieee80211 phy0: ffffffff;
[   55.901262] ieee80211 phy0: ffffffff;
[   57.181261] ieee80211 phy0: ffffffff;
[   58.461262] ieee80211 phy0: ffffffff;
[   59.741262] ieee80211 phy0: ffffffff;
[   61.021262] ieee80211 phy0: ffffffff;
[   62.301263] ieee80211 phy0: ffffffff;
[   63.581262] ieee80211 phy0: ffffffff;
[   64.861262] ieee80211 phy0: ffffffff;
[   66.141261] ieee80211 phy0: ffffffff;
[   67.421262] ieee80211 phy0: ffffffff;
[   68.701261] ieee80211 phy0: ffffffff;
[   69.981262] ieee80211 phy0: ffffffff;
[   71.261262] ieee80211 phy0: ffffffff;
[   72.541262] ieee80211 phy0: ffffffff;
[   73.821261] ieee80211 phy0: ffffffff;
[   75.101261] ieee80211 phy0: ffffffff;
[   76.381263] ieee80211 phy0: ffffffff;
[   77.661262] ieee80211 phy0: ffffffff;
[   78.941262] ieee80211 phy0: ffffffff;
[   80.221261] ieee80211 phy0: ffffffff;
[   81.501262] ieee80211 phy0: ffffffff;
[   82.781262] ieee80211 phy0: ffffffff;
[   84.061262] ieee80211 phy0: ffffffff;
[   85.341261] ieee80211 phy0: ffffffff;
[   86.621262] ieee80211 phy0: ffffffff;
[   87.901262] ieee80211 phy0: ffffffff;
[   89.181262] ieee80211 phy0: ffffffff;
[   90.461262] ieee80211 phy0: ffffffff;
[   91.741262] ieee80211 phy0: ffffffff;
[   93.021261] ieee80211 phy0: ffffffff;
[   94.301262] ieee80211 phy0: ffffffff;
[   95.581261] ieee80211 phy0: ffffffff;
[   96.861262] ieee80211 phy0: ffffffff;
[   98.141262] ieee80211 phy0: ffffffff;
[   99.421261] ieee80211 phy0: ffffffff;
[  100.701261] ieee80211 phy0: ffffffff;
[  101.981262] ieee80211 phy0: ffffffff;
[  103.261262] ieee80211 phy0: ffffffff;
[  104.541263] ieee80211 phy0: ffffffff;
[  105.821261] ieee80211 phy0: ffffffff;
[  107.101262] ieee80211 phy0: ffffffff;
[  108.381262] ieee80211 phy0: ffffffff;
[  109.661262] ieee80211 phy0: ffffffff;
[  110.941262] ieee80211 phy0: ffffffff;
[  112.221262] ieee80211 phy0: ffffffff;
[  113.501262] ieee80211 phy0: ffffffff;
[  114.781262] ieee80211 phy0: ffffffff;
[  116.061261] ieee80211 phy0: ffffffff;
[  117.341262] ieee80211 phy0: ffffffff;
[  118.621263] ieee80211 phy0: ffffffff;
[  119.901262] ieee80211 phy0: ffffffff;
[  121.181262] ieee80211 phy0: ffffffff;
[  122.461262] ieee80211 phy0: ffffffff;
[  123.741262] ieee80211 phy0: ffffffff;
[  125.021262] ieee80211 phy0: ffffffff;
[  126.301262] ieee80211 phy0: ffffffff;
[  127.581262] ieee80211 phy0: ffffffff;
[  128.861261] ieee80211 phy0: ffffffff;
[  130.141262] ieee80211 phy0: ffffffff;
[  131.421262] ieee80211 phy0: ffffffff;
[  132.701263] ieee80211 phy0: ffffffff;
[  133.981261] ieee80211 phy0: ffffffff;
[  135.261261] ieee80211 phy0: ffffffff;
[  136.541261] ieee80211 phy0: ffffffff;
[  137.821262] ieee80211 phy0: ffffffff;
[  139.101262] ieee80211 phy0: ffffffff;
[  140.381262] ieee80211 phy0: ffffffff;
[  141.661262] ieee80211 phy0: ffffffff;
[  142.941261] ieee80211 phy0: ffffffff;
[  144.221262] ieee80211 phy0: ffffffff;
[  145.501262] ieee80211 phy0: ffffffff;
[  146.781263] ieee80211 phy0: ffffffff;
[  148.061262] ieee80211 phy0: ffffffff;
[  149.341262] ieee80211 phy0: ffffffff;
[  150.621262] ieee80211 phy0: ffffffff;
[  151.901261] ieee80211 phy0: ffffffff;
[  153.181262] ieee80211 phy0: ffffffff;
[  154.461261] ieee80211 phy0: ffffffff;
[  155.741262] ieee80211 phy0: ffffffff;
[  157.021262] ieee80211 phy0: ffffffff;
[  158.301262] ieee80211 phy0: ffffffff;
[  159.581262] ieee80211 phy0: ffffffff;
[  160.861263] ieee80211 phy0: ffffffff;
[  162.141261] ieee80211 phy0: ffffffff;
[  163.421262] ieee80211 phy0: ffffffff;
[  164.701262] ieee80211 phy0: ffffffff;
[  165.981262] ieee80211 phy0: ffffffff;
[  167.261262] ieee80211 phy0: ffffffff;
[  168.541261] ieee80211 phy0: ffffffff;
[  169.821261] ieee80211 phy0: ffffffff;
[  171.101261] ieee80211 phy0: ffffffff;
[  172.381262] ieee80211 phy0: ffffffff;
[  173.661262] ieee80211 phy0: ffffffff;
[  174.941262] ieee80211 phy0: ffffffff;
[  176.221262] ieee80211 phy0: ffffffff;
[  177.501262] ieee80211 phy0: ffffffff;
[  178.781262] ieee80211 phy0: ffffffff;
[  180.061262] ieee80211 phy0: ffffffff;
[  181.341262] ieee80211 phy0: ffffffff;
[  182.621262] ieee80211 phy0: ffffffff;
[  183.901262] ieee80211 phy0: ffffffff;
[  185.181262] ieee80211 phy0: ffffffff;
[  186.461262] ieee80211 phy0: ffffffff;
[  187.741261] ieee80211 phy0: ffffffff;
[  189.021262] ieee80211 phy0: ffffffff;
[  190.301261] ieee80211 phy0: ffffffff;
[  191.581261] ieee80211 phy0: ffffffff;
[  192.861262] ieee80211 phy0: ffffffff;
[  194.141262] ieee80211 phy0: ffffffff;
[  195.421261] ieee80211 phy0: ffffffff;
[  196.701261] ieee80211 phy0: ffffffff;
[  197.981262] ieee80211 phy0: ffffffff;
[  199.261262] ieee80211 phy0: ffffffff;
[  200.541261] ieee80211 phy0: ffffffff;
[  201.821261] ieee80211 phy0: ffffffff;
[  203.101262] ieee80211 phy0: ffffffff;
[  204.381262] ieee80211 phy0: ffffffff;
[  205.661262] ieee80211 phy0: ffffffff;
[  206.941262] ieee80211 phy0: ffffffff;
[  208.221261] ieee80211 phy0: ffffffff;
[  209.501261] ieee80211 phy0: ffffffff;
[  210.781262] ieee80211 phy0: ffffffff;
[  212.061261] ieee80211 phy0: ffffffff;
[  213.341261] ieee80211 phy0: ffffffff;
[  214.621261] ieee80211 phy0: ffffffff;
[  215.901262] ieee80211 phy0: ffffffff;
[  217.181262] ieee80211 phy0: ffffffff;
[  218.461262] ieee80211 phy0: ffffffff;
[  219.741261] ieee80211 phy0: ffffffff;
[  221.021262] ieee80211 phy0: ffffffff;
[  222.301262] ieee80211 phy0: ffffffff;
[  223.581262] ieee80211 phy0: ffffffff;
[  224.861261] ieee80211 phy0: ffffffff;
[  226.141262] ieee80211 phy0: ffffffff;
[  227.421262] ieee80211 phy0: ffffffff;
[  228.701261] ieee80211 phy0: ffffffff;
[  229.981262] ieee80211 phy0: ffffffff;
[  231.261263] ieee80211 phy0: ffffffff;
[  232.541262] ieee80211 phy0: ffffffff;
[  233.821261] ieee80211 phy0: ffffffff;
[  235.101262] ieee80211 phy0: ffffffff;
[  236.381262] ieee80211 phy0: ffffffff;
[  237.661262] ieee80211 phy0: ffffffff;
[  238.941261] ieee80211 phy0: ffffffff;
[  240.221262] ieee80211 phy0: ffffffff;
[  241.501262] ieee80211 phy0: ffffffff;
[  242.781262] ieee80211 phy0: ffffffff;
[  244.061262] ieee80211 phy0: ffffffff;
[  245.341262] ieee80211 phy0: ffffffff;
[  246.621261] ieee80211 phy0: ffffffff;
[  247.901262] ieee80211 phy0: ffffffff;
[  249.181261] ieee80211 phy0: ffffffff;
[  250.461262] ieee80211 phy0: ffffffff;
[  251.741262] ieee80211 phy0: ffffffff;
[  253.021261] ieee80211 phy0: ffffffff;
[  254.301262] ieee80211 phy0: ffffffff;
[  255.581261] ieee80211 phy0: ffffffff;
[  256.861262] ieee80211 phy0: ffffffff;
[  258.141262] ieee80211 phy0: ffffffff;
[  259.421262] ieee80211 phy0: ffffffff;
[  260.701262] ieee80211 phy0: ffffffff;
[  261.981261] ieee80211 phy0: ffffffff;
[  263.261262] ieee80211 phy0: ffffffff;
[  264.541261] ieee80211 phy0: ffffffff;
[  265.821262] ieee80211 phy0: ffffffff;
[  267.101262] ieee80211 phy0: ffffffff;
[  268.381262] ieee80211 phy0: ffffffff;
[  269.661262] ieee80211 phy0: ffffffff;
[  270.941261] ieee80211 phy0: ffffffff;
[  272.221262] ieee80211 phy0: ffffffff;
[  273.501263] ieee80211 phy0: ffffffff;
[  274.781262] ieee80211 phy0: ffffffff;
[  276.061262] ieee80211 phy0: ffffffff;
[  277.341262] ieee80211 phy0: ffffffff;
[  278.621262] ieee80211 phy0: ffffffff;
[  279.901262] ieee80211 phy0: ffffffff;
[  281.181261] ieee80211 phy0: ffffffff;
[  282.461261] ieee80211 phy0: ffffffff;
[  283.741262] ieee80211 phy0: ffffffff;
[  285.021262] ieee80211 phy0: ffffffff;
[  286.301262] ieee80211 phy0: ffffffff;
[  287.581261] ieee80211 phy0: ffffffff;
[  288.861262] ieee80211 phy0: ffffffff;
[  290.141261] ieee80211 phy0: ffffffff;
[  291.421261] ieee80211 phy0: ffffffff;
[  292.701261] ieee80211 phy0: ffffffff;
[  293.981262] ieee80211 phy0: ffffffff;
[  295.261262] ieee80211 phy0: ffffffff;
[  296.541261] ieee80211 phy0: ffffffff;
[  297.821262] ieee80211 phy0: ffffffff;
[  299.101262] ieee80211 phy0: ffffffff;
[  300.381261] ieee80211 phy0: ffffffff;
[  301.661262] ieee80211 phy0: ffffffff;
[  302.941262] ieee80211 phy0: ffffffff;
[  304.221262] ieee80211 phy0: ffffffff;
[  305.501263] ieee80211 phy0: ffffffff;
[  306.781262] ieee80211 phy0: ffffffff;
[  308.061262] ieee80211 phy0: ffffffff;
[  309.341262] ieee80211 phy0: ffffffff;
[  310.621262] ieee80211 phy0: ffffffff;
[  311.901262] ieee80211 phy0: ffffffff;
[  313.181262] ieee80211 phy0: ffffffff;
[  314.461262] ieee80211 phy0: ffffffff;
[  315.741261] ieee80211 phy0: ffffffff;
[  317.021261] ieee80211 phy0: ffffffff;
[  318.301262] ieee80211 phy0: ffffffff;
[  319.581262] ieee80211 phy0: ffffffff;
[  320.861261] ieee80211 phy0: ffffffff;
[  322.141262] ieee80211 phy0: ffffffff;
[  323.421263] ieee80211 phy0: ffffffff;
[  324.701262] ieee80211 phy0: ffffffff;
[  325.981261] ieee80211 phy0: ffffffff;
[  327.261262] ieee80211 phy0: ffffffff;
[  328.541262] ieee80211 phy0: ffffffff;
[  329.821262] ieee80211 phy0: ffffffff;
[  331.101262] ieee80211 phy0: ffffffff;
[  332.381261] ieee80211 phy0: ffffffff;
[  333.661262] ieee80211 phy0: ffffffff;
[  334.941261] ieee80211 phy0: ffffffff;
[  336.221262] ieee80211 phy0: ffffffff;
[  337.501261] ieee80211 phy0: ffffffff;
[  338.781262] ieee80211 phy0: ffffffff;
[  338.784938] ieee80211 phy0: Exhausted curr_iteration for fw signature
[  338.791409] ieee80211 phy0: adapter does not exist
[  338.796218] ieee80211 phy0: cannot download firmware image <mwlwifi/88W8964.bin>
[  338.803685] ieee80211 phy0: firmware init fail
[  338.808145] ieee80211 phy0: fail to initialize firmware
[  338.813394] ieee80211 phy0: adapter does not exist
[  338.818240] mwlwifi: probe of 0000:01:00.0 failed with error -5
[  338.824216] pci 0000:00:02.0: enabling device (0140 -> 0142)
[  338.829910] mwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[  338.836033] ieee80211 phy1: priv->pcmd_buf = de7f8000  priv->pphys_cmd_buf = 1e7f8000
[  338.836606] ieee80211 phy1: adapter does not exist
[  338.847444] ieee80211 phy1: fw download start
[  338.847448] ieee80211 phy1: ddr init: download start
[  365.861990] ieee80211 phy1: Exhausted curr_iteration during download
[  365.868370] ieee80211 phy1: ddr init: code download failed
[  365.873881] ieee80211 phy1: adapter does not exist
[  365.878690] ieee80211 phy1: cannot download firmware image <mwlwifi/88W8964.bin>
[  365.886141] ieee80211 phy1: firmware init fail
[  365.890601] ieee80211 phy1: fail to initialize firmware
[  365.895850] ieee80211 phy1: adapter does not exist
[  365.900693] mwlwifi: probe of 0000:02:00.0 failed with error -5
[  365.909147] hidraw: raw HID events driver (C) Jiri Kosina
[  365.916905] u32 classifier
[  365.919624]     input device check on
[  365.923306]     Actions configured
[  365.927154] Mirror/redirect action on
[  365.932733] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[  365.945091] fuse init (API version 7.26)
[  365.953406] Bluetooth: Core ver 2.22
[  365.957034] NET: Registered protocol family 31
[  365.961506] Bluetooth: HCI device and connection manager initialized
[  365.967889] Bluetooth: HCI socket layer initialized
[  365.972791] Bluetooth: L2CAP socket layer initialized
[  365.977869] Bluetooth: SCO socket layer initialized
[  365.983216] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  365.988551] Bluetooth: BNEP filters: protocol multicast
[  365.993807] Bluetooth: BNEP socket layer initialized
[  365.999976] Bluetooth: vendor=0x2df, device=0x9136, class=255, fn=2
[  366.791634] Bluetooth: FW download over, size 695532 bytes
[  367.401298] sdio platform data not available
[  367.406194] usbcore: registered new interface driver btusb
[  367.412382] Bluetooth: HCI UART driver ver 2.3
[  367.416845] Bluetooth: HCI UART protocol H4 registered
[  367.422011] Bluetooth: HCI UART protocol BCSP registered
[  367.427343] Bluetooth: HCI UART protocol ATH3K registered
[  367.433230] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  367.439179] Bluetooth: HIDP socket layer initialized
[  367.444782] ip_tables: (C) 2000-2006 Netfilter Core Team
[  367.470827] Bluetooth: RFCOMM TTY layer initialized
[  367.475751] Bluetooth: RFCOMM socket layer initialized
[  367.480917] Bluetooth: RFCOMM ver 1.11
[  367.485730] usbcore: registered new interface driver ums-alauda
[  367.491919] usbcore: registered new interface driver ums-cypress
[  367.498195] usbcore: registered new interface driver ums-datafab
[  367.504674] usbcore: registered new interface driver ums-freecom
[  367.510962] usbcore: registered new interface driver ums-isd200
[  367.517178] usbcore: registered new interface driver ums-jumpshot
[  367.523539] usbcore: registered new interface driver ums-karma
[  367.529668] usbcore: registered new interface driver ums-sddr09
[  367.535871] usbcore: registered new interface driver ums-sddr55
[  367.542081] usbcore: registered new interface driver ums-usbat
[  367.555467] xt_time: kernel timezone is -0000
[  367.562994] PPP generic driver version 2.4.2
[  367.567704] NET: Registered protocol family 24
[  367.572904] kmodloader: done loading kernel modules from /etc/modules.d/*
[  370.543160] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.549540] blk_update_request: I/O error, dev mtdblock4, sector 8
[  370.555960] blk_update_request: I/O error, dev mtdblock4, sector 16
[  370.562430] blk_update_request: I/O error, dev mtdblock4, sector 24
[  370.568910] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.575116] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[  370.705687] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[  370.712716] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  370.718604] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  370.726980] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  370.735784] br-lan: port 1(eth0.1) entered blocking state
[  370.741215] br-lan: port 1(eth0.1) entered disabled state
[  370.746781] device eth0.1 entered promiscuous mode
[  370.751596] device eth0 entered promiscuous mode
[  370.758012] br-lan: port 1(eth0.1) entered blocking state
[  370.763455] br-lan: port 1(eth0.1) entered forwarding state
[  370.769116] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[  370.781512] mvneta f1070000.ethernet eth1: configuring for fixed link mode
[  370.788834] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  370.794759] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[  370.802783] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  371.761304] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
beginner67890 wrote:

Arejaytee-

When flashing form the Linksys factory firmware just use the lede-mvebu-linksys-wrt1200ac-squashfs-factory.img not the sysupgrade.bin. After the LEDE factory.img has replaced the factory firmware the sysupgrade.bin can upgrade the factory.img.


per davidc502 FAQ:
Example command using SSH: "sysupgrade /tmp/imageName.bin" OR "sysupgrade h tt p:// webLocationOfImage.bin"
c. If currently running LEDE, .img can also be used from SSH for a completely fresh start.

As long as you can ssh into the linksys you can copy the factory.img and re-flash the WRT1200AC with the factory.img over the broken install.

Thanks! Initial flash from the linksys firmware to LEDE was with the factory image, subsequent upgrades was done with the upgrade.bin. Will give the David factory img a go tonight.

3guboff wrote:

Hi everyone! Maybe anyone get problems with wi-fi like me on latest firmware from build date 2018-01-21 00:04 on WRT3200ACM? wi-fi module don't work for some reason, here dmesg from router.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.77 (davidc502@pc2) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5917-36f1978a70) ) #0 SMP Sat Jan 20 22:36:05 2018
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Linksys WRT3200ACM
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c065b240, node_mem_map dfbf9000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] percpu: Embedded 13 pages/cpu @dfbce000 s22796 r8192 d22260 u53248
[    0.000000] pcpu-alloc: s22796 r8192 d22260 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock8 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,128K(u_env),256K(s_env),256K@8064K(devinfo),1920K@8320K(sysdiag),80m@10m(kernel),74m@16m(rootfs),80m@90m(alt_kernel),74m@96m(alt_rootfs),160m@10m(ubifs),-@170m(syscfg)
[    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: 512764K/524288K available (4609K kernel code, 182K rwdata, 1256K rodata, 284K init, 310K bss, 11524K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc04889d8   (4611 kB)
                     .init : 0xc05e7000 - 0xc062e000   ( 284 kB)
                     .data : 0xc062e000 - 0xc065bb40   ( 183 kB)
                      .bss : 0xc065bb40 - 0xc06a9440   ( 311 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Selected CPU frequency (16) unsupported
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000008] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000116] Calibrating local timer... 933.20MHz.
[    0.060031] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[    0.060036] pid_max: default: 32768 minimum: 301
[    0.060075] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060078] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060279] CPU: Testing write buffer coherency: ok
[    0.060369] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060380] Setting up static identity map for 0x8280 - 0x82d8
[    0.060438] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.060497] mvebu-pmsu: Initializing Power Management Service Unit
[    0.060896] Booting CPU 1
[    0.061032] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.061063] Brought up 2 CPUs
[    0.061068] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.061070] CPU: All CPU(s) started in SVC mode.
[    0.062740] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.062792] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.062829] pinctrl core: initialized pinctrl subsystem
[    0.063132] NET: Registered protocol family 16
[    0.063563] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.090052] cpuidle: using governor ladder
[    0.090182] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.090188] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.120428] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe
[    0.120566] SCSI subsystem initialized
[    0.120639] libata version 3.00 loaded.
[    0.120738] usbcore: registered new interface driver usbfs
[    0.120763] usbcore: registered new interface driver hub
[    0.120784] usbcore: registered new device driver usb
[    0.121272] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.121591] NET: Registered protocol family 2
[    0.121807] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.121828] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.121858] TCP: Hash tables configured (established 4096 bind 4096)
[    0.121881] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.121893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.121952] NET: Registered protocol family 1
[    0.121964] PCI: CLS 0 bytes, default 64
[    0.122735] Crashlog allocated RAM at address 0x3f00000
[    0.122809] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.124888] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.124893] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.125636] io scheduler noop registered
[    0.125640] io scheduler deadline registered (default)
[    0.125996] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.126586] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[    0.126594] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.126599] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.126603] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.126616] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400
[    0.126701] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400
[    0.126778] PCI: bus0: Fast back to back transfers disabled
[    0.126784] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126790] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126842] pci 0000:01:00.0: [11ab:2b40] type 00 class 0x020000
[    0.126859] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x401fffff 64bit pref]
[    0.126868] pci 0000:01:00.0: reg 0x18: [mem 0x40200000-0x402fffff 64bit pref]
[    0.126928] pci 0000:01:00.0: supports D1 D2
[    0.126931] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.126994] PCI: bus1: Fast back to back transfers disabled
[    0.126999] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.127050] pci 0000:02:00.0: [11ab:2b40] type 00 class 0x020000
[    0.127069] pci 0000:02:00.0: reg 0x10: [mem 0x42000000-0x421fffff 64bit pref]
[    0.127080] pci 0000:02:00.0: reg 0x18: [mem 0x42200000-0x422fffff 64bit pref]
[    0.127161] pci 0000:02:00.0: supports D1 D2
[    0.127164] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.127226] PCI: bus2: Fast back to back transfers disabled
[    0.127231] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.127300] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe02fffff]
[    0.127306] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0400000-0xe06fffff]
[    0.127312] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.127321] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[    0.127330] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.127335] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe02fffff]
[    0.127341] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0400000-0xe05fffff 64bit pref]
[    0.127351] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0600000-0xe06fffff 64bit pref]
[    0.127360] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.127364] pci 0000:00:02.0:   bridge window [mem 0xe0400000-0xe06fffff]
[    0.127566] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.181685] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.181767] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.241659] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.241794] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.242557] console [ttyS0] disabled
[    0.262621] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A
[    0.983654] console [ttyS0] enabled
[    0.989042] loop: module loaded
[    0.992474] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    1.001569] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    1.010668] scsi host0: ahci-mvebu
[    1.014235] scsi host1: ahci-mvebu
[    1.017733] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41
[    1.025691] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41
[    1.033976] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[    1.041740] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xda
[    1.048119] nand: AMD/Spansion S34ML02G2
[    1.052063] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    1.059752] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[    1.066933] Bad block table found at page 131008, version 0x01
[    1.073127] Bad block table found at page 130944, version 0x01
[    1.079234] 11 ofpart partitions found on MTD device pxa3xx_nand-0
[    1.085444] Creating 11 MTD partitions on "pxa3xx_nand-0":
[    1.090953] 0x000000000000-0x000000200000 : "u-boot"
[    1.096200] 0x000000200000-0x000000220000 : "u_env"
[    1.101338] 0x000000220000-0x000000260000 : "s_env"
[    1.106457] 0x0000007e0000-0x000000820000 : "devinfo"
[    1.111772] 0x000000820000-0x000000a00000 : "sysdiag"
[    1.117080] 0x000000a00000-0x000005a00000 : "kernel1"
[    1.122583] 0x000001000000-0x000005a00000 : "rootfs1"
[    1.128032] 0x000005a00000-0x00000aa00000 : "kernel2"
[    1.133508] 0x000006000000-0x00000aa00000 : "ubi"
[    1.138608] 0x00000aa00000-0x000010000000 : "syscfg"
[    1.144007] 0x000000260000-0x000000820000 : "unused_area"
[    1.149918] libphy: Fixed MDIO Bus: probed
[    1.154273] libphy: orion_mdio_bus: probed
[    1.158504] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
[    1.167178] mvneta f1070000.ethernet eth0: Using hardware mac address 60:38:e0:be:c9:30
[    1.176179] mvneta f1034000.ethernet eth1: Using random mac address 96:1e:0e:30:36:a4
[    1.184100] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.190654] ehci-pci: EHCI PCI platform driver
[    1.195145] ehci-platform: EHCI generic platform driver
[    1.200459] ehci-orion: EHCI orion driver
[    1.204549] orion-ehci f1058000.usb: EHCI Host Controller
[    1.209978] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    1.217624] orion-ehci f1058000.usb: irq 37, io mem 0xf1058000
[    1.251268] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    1.257416] hub 1-0:1.0: USB hub found
[    1.261191] hub 1-0:1.0: 1 port detected
[    1.265482] usbcore: registered new interface driver usb-storage
[    1.271642] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    1.279256] i2c /dev entries driver
[    1.294164] orion_wdt: Initial timeout 171 sec
[    1.298842] sdhci: Secure Digital Host Controller Interface driver
[    1.305053] sdhci: Copyright(c) Pierre Ossman
[    1.362480] ata2: SATA link down (SStatus 0 SControl 300)
[    1.367924] ata1: SATA link down (SStatus 0 SControl 300)
[    1.371290] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[    1.371361] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.377076] marvell-cesa f1090000.crypto: CESA device successfully registered
[    1.377468] NET: Registered protocol family 10
[    1.391530] NET: Registered protocol family 17
[    1.391543] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.391545] 8021q: 802.1Q VLAN Support v1.8
[    1.391600] Registering SWP/SWPB emulation handler
[    1.392774] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.392788] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[    1.392844] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.392864] xhci-hcd f10f8000.usb3: irq 44, io mem 0xf10f8000
[    1.393114] hub 2-0:1.0: USB hub found
[    1.393139] hub 2-0:1.0: 1 port detected
[    1.393220] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.393227] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[    1.393265] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.393444] hub 3-0:1.0: USB hub found
[    1.393467] hub 3-0:1.0: 1 port detected
[    1.393788] UBI: auto-attach mtd8
[    1.393792] ubi0: attaching mtd8
[    1.397847] random: fast init done
[    1.401544] mmc0: new high speed SDIO card at address 0001
[    1.418064] UBI: EOF marker found, PEBs from 72 will be erased
[    1.418246] ubi0: scanning is finished
[    1.434211] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 478 LEBs
[    1.434416] ubi0: attached mtd8 (name "ubi", size 74 MiB)
[    1.434419] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.434421] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.434423] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.434425] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[    1.434426] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.434429] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 948808128
[    1.434431] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 40
[    1.434446] ubi0: background thread "ubi_bgt0d" started, PID 669
[    1.434881] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.434883] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    1.435066] mvsw61xx 10.mvsw61xx: Found MV88E6352 at f1072004.mdio-mii:10
[    1.435069] mvsw61xx 10.mvsw61xx: Using direct addressing
[    1.445968] armada38x-rtc f10a3800.rtc: setting system clock to 2105-07-27 22:42:41 UTC (4278177761)
[    1.617478] Waiting 1 sec before mounting root device...
[    2.642980] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.650269] Freeing unused kernel memory: 284K
[    2.654743] This architecture does not have kernel memory protection.
[    2.817050] init: Console is alive
[    2.820532] init: - watchdog -
[    3.182347] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.208473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.214993] ohci-platform: OHCI generic platform driver
[    3.220659] uhci_hcd: USB Universal Host Controller Interface driver
[    3.227324] ohci-pci: OHCI PCI platform driver
[    3.231914] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.243884] init: - preinit -
[    3.385360] mvneta f1070000.ethernet tmp0: renamed from eth0
[    3.432524] mvneta f1034000.ethernet eth0: renamed from eth1
[    3.482433] mvneta f1070000.ethernet eth1: renamed from tmp0
[    3.861732] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[    3.868995] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.875013] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    3.882917] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.961721] mount_root: loading kmods from internal overlay
[    6.974414] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[    6.983325] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[    7.034668] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.041047] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.047433] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.053899] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.060373] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.066578] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    7.082138] random: crng init done
[    7.428469] UBIFS (ubi0:1): default file-system created
[    7.434115] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 790
[    7.474409] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.482278] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.492237] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.502716] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.509358] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.521108] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    7.528142] block: unable to load configuration (fstab: Entry not found)
[    7.534888] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    7.541382] block: unable to load configuration (fstab: Entry not found)
[    7.548121] block: attempting to load /etc/config/fstab
[    7.553800] block: unable to load configuration (fstab: Entry not found)
[    7.560539] block: no usable configuration
[    7.603020] UBIFS (ubi0:1): un-mount UBI device 0
[    7.607749] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[    7.615603] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 793
[    7.655762] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.663640] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.673600] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.684081] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.690722] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.729417] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.735803] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.742185] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.748645] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.755123] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.761329] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    8.112600] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    8.119618] block: unable to load configuration (fstab: Entry not found)
[    8.126372] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    8.132869] block: unable to load configuration (fstab: Entry not found)
[    8.139608] block: attempting to load /etc/config/fstab
[    8.144876] block: unable to load configuration (fstab: Entry not found)
[    8.151617] block: no usable configuration
[    8.191831] mount_root: overlay filesystem has not been fully initialized yet
[    8.199130] mount_root: switching to ubifs overlay
[    8.231295] ubi1: attaching mtd9
[    8.462099] ubi1: scanning is finished
[    8.470344] ubi1: attached mtd9 (name "syscfg", size 86 MiB)
[    8.476038] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    8.482945] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    8.489760] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[    8.496753] ubi1: good PEBs: 680, bad PEBs: 8, corrupted PEBs: 0
[    8.502787] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[    8.510039] ubi1: max/mean erase counter: 31/21, WL threshold: 4096, image sequence number: 1227861886
[    8.519385] ubi1: available PEBs: 0, total reserved PEBs: 680, PEBs reserved for bad PEB handling: 32
[    8.528651] ubi1: background thread "ubi_bgt1d" started, PID 806
[    8.538154] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 810
[    8.582832] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg"
[    8.590261] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.600225] UBIFS (ubi1:0): FS size: 80375808 bytes (76 MiB, 633 LEBs), journal size 4063232 bytes (3 MiB, 32 LEBs)
[    8.610709] UBIFS (ubi1:0): reserved for root: 3796347 bytes (3707 KiB)
[    8.617354] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID BB16F960-CC29-48CA-BBC5-E8058CFD0D70, small LPT model
[    8.629617] urandom-seed: Seed file not found (/etc/urandom.seed)
[    8.703187] procd: - early -
[    8.706101] procd: - watchdog -
[    9.299196] procd: - watchdog -
[    9.302429] procd: - ubus -
[    9.355472] procd: - init -
[    9.468579] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.479713] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[    9.486398] tun: Universal TUN/TAP device driver, 1.6
[    9.491483] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.498720] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    9.507266] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    9.517086] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.524239] Netfilter messages via NETLINK v0.30.
[    9.529461] ip_set: protocol 6
[    9.537881] cryptodev: driver 1.9 loaded.
[    9.542314] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[    9.550352] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[    9.569549] <<Marvell Mac80211 Wireless PCIE Network Driver version 10.3.4.0-20180118>>
[    9.577635] pci 0000:00:01.0: enabling device (0140 -> 0142)
[    9.583465] ieee80211 phy0: priv->pcmd_buf = ddf84000  priv->pphys_cmd_buf = 1df84000
[    9.641282] ieee80211 phy0: fw download start
[    9.641287] ieee80211 phy0: ddr init: download start
[    9.641666] ieee80211 phy0: ddr init: download complete
[    9.779077] ieee80211 phy0: FwSize = 449468 downloaded Size = 449468 curr_iteration 65522
[   12.381263] ieee80211 phy0: ffffffff;
[   13.661263] ieee80211 phy0: ffffffff;
[   14.941262] ieee80211 phy0: ffffffff;
[   16.221262] ieee80211 phy0: ffffffff;
[   17.501262] ieee80211 phy0: ffffffff;
[   18.781262] ieee80211 phy0: ffffffff;
[   20.061263] ieee80211 phy0: ffffffff;
[   21.341262] ieee80211 phy0: ffffffff;
[   22.621262] ieee80211 phy0: ffffffff;
[   23.901262] ieee80211 phy0: ffffffff;
[   25.181262] ieee80211 phy0: ffffffff;
[   26.461262] ieee80211 phy0: ffffffff;
[   27.741262] ieee80211 phy0: ffffffff;
[   29.021262] ieee80211 phy0: ffffffff;
[   30.301262] ieee80211 phy0: ffffffff;
[   31.581262] ieee80211 phy0: ffffffff;
[   32.861262] ieee80211 phy0: ffffffff;
[   34.141263] ieee80211 phy0: ffffffff;
[   35.421262] ieee80211 phy0: ffffffff;
[   36.701262] ieee80211 phy0: ffffffff;
[   37.981262] ieee80211 phy0: ffffffff;
[   39.261262] ieee80211 phy0: ffffffff;
[   40.541262] ieee80211 phy0: ffffffff;
[   41.821262] ieee80211 phy0: ffffffff;
[   43.101262] ieee80211 phy0: ffffffff;
[   44.381262] ieee80211 phy0: ffffffff;
[   45.661261] ieee80211 phy0: ffffffff;
[   46.941261] ieee80211 phy0: ffffffff;
[   48.221262] ieee80211 phy0: ffffffff;
[   49.501262] ieee80211 phy0: ffffffff;
[   50.781262] ieee80211 phy0: ffffffff;
[   52.061262] ieee80211 phy0: ffffffff;
[   53.341262] ieee80211 phy0: ffffffff;
[   54.621261] ieee80211 phy0: ffffffff;
[   55.901262] ieee80211 phy0: ffffffff;
[   57.181261] ieee80211 phy0: ffffffff;
[   58.461262] ieee80211 phy0: ffffffff;
[   59.741262] ieee80211 phy0: ffffffff;
[   61.021262] ieee80211 phy0: ffffffff;
[   62.301263] ieee80211 phy0: ffffffff;
[   63.581262] ieee80211 phy0: ffffffff;
[   64.861262] ieee80211 phy0: ffffffff;
[   66.141261] ieee80211 phy0: ffffffff;
[   67.421262] ieee80211 phy0: ffffffff;
[   68.701261] ieee80211 phy0: ffffffff;
[   69.981262] ieee80211 phy0: ffffffff;
[   71.261262] ieee80211 phy0: ffffffff;
[   72.541262] ieee80211 phy0: ffffffff;
[   73.821261] ieee80211 phy0: ffffffff;
[   75.101261] ieee80211 phy0: ffffffff;
[   76.381263] ieee80211 phy0: ffffffff;
[   77.661262] ieee80211 phy0: ffffffff;
[   78.941262] ieee80211 phy0: ffffffff;
[   80.221261] ieee80211 phy0: ffffffff;
[   81.501262] ieee80211 phy0: ffffffff;
[   82.781262] ieee80211 phy0: ffffffff;
[   84.061262] ieee80211 phy0: ffffffff;
[   85.341261] ieee80211 phy0: ffffffff;
[   86.621262] ieee80211 phy0: ffffffff;
[   87.901262] ieee80211 phy0: ffffffff;
[   89.181262] ieee80211 phy0: ffffffff;
[   90.461262] ieee80211 phy0: ffffffff;
[   91.741262] ieee80211 phy0: ffffffff;
[   93.021261] ieee80211 phy0: ffffffff;
[   94.301262] ieee80211 phy0: ffffffff;
[   95.581261] ieee80211 phy0: ffffffff;
[   96.861262] ieee80211 phy0: ffffffff;
[   98.141262] ieee80211 phy0: ffffffff;
[   99.421261] ieee80211 phy0: ffffffff;
[  100.701261] ieee80211 phy0: ffffffff;
[  101.981262] ieee80211 phy0: ffffffff;
[  103.261262] ieee80211 phy0: ffffffff;
[  104.541263] ieee80211 phy0: ffffffff;
[  105.821261] ieee80211 phy0: ffffffff;
[  107.101262] ieee80211 phy0: ffffffff;
[  108.381262] ieee80211 phy0: ffffffff;
[  109.661262] ieee80211 phy0: ffffffff;
[  110.941262] ieee80211 phy0: ffffffff;
[  112.221262] ieee80211 phy0: ffffffff;
[  113.501262] ieee80211 phy0: ffffffff;
[  114.781262] ieee80211 phy0: ffffffff;
[  116.061261] ieee80211 phy0: ffffffff;
[  117.341262] ieee80211 phy0: ffffffff;
[  118.621263] ieee80211 phy0: ffffffff;
[  119.901262] ieee80211 phy0: ffffffff;
[  121.181262] ieee80211 phy0: ffffffff;
[  122.461262] ieee80211 phy0: ffffffff;
[  123.741262] ieee80211 phy0: ffffffff;
[  125.021262] ieee80211 phy0: ffffffff;
[  126.301262] ieee80211 phy0: ffffffff;
[  127.581262] ieee80211 phy0: ffffffff;
[  128.861261] ieee80211 phy0: ffffffff;
[  130.141262] ieee80211 phy0: ffffffff;
[  131.421262] ieee80211 phy0: ffffffff;
[  132.701263] ieee80211 phy0: ffffffff;
[  133.981261] ieee80211 phy0: ffffffff;
[  135.261261] ieee80211 phy0: ffffffff;
[  136.541261] ieee80211 phy0: ffffffff;
[  137.821262] ieee80211 phy0: ffffffff;
[  139.101262] ieee80211 phy0: ffffffff;
[  140.381262] ieee80211 phy0: ffffffff;
[  141.661262] ieee80211 phy0: ffffffff;
[  142.941261] ieee80211 phy0: ffffffff;
[  144.221262] ieee80211 phy0: ffffffff;
[  145.501262] ieee80211 phy0: ffffffff;
[  146.781263] ieee80211 phy0: ffffffff;
[  148.061262] ieee80211 phy0: ffffffff;
[  149.341262] ieee80211 phy0: ffffffff;
[  150.621262] ieee80211 phy0: ffffffff;
[  151.901261] ieee80211 phy0: ffffffff;
[  153.181262] ieee80211 phy0: ffffffff;
[  154.461261] ieee80211 phy0: ffffffff;
[  155.741262] ieee80211 phy0: ffffffff;
[  157.021262] ieee80211 phy0: ffffffff;
[  158.301262] ieee80211 phy0: ffffffff;
[  159.581262] ieee80211 phy0: ffffffff;
[  160.861263] ieee80211 phy0: ffffffff;
[  162.141261] ieee80211 phy0: ffffffff;
[  163.421262] ieee80211 phy0: ffffffff;
[  164.701262] ieee80211 phy0: ffffffff;
[  165.981262] ieee80211 phy0: ffffffff;
[  167.261262] ieee80211 phy0: ffffffff;
[  168.541261] ieee80211 phy0: ffffffff;
[  169.821261] ieee80211 phy0: ffffffff;
[  171.101261] ieee80211 phy0: ffffffff;
[  172.381262] ieee80211 phy0: ffffffff;
[  173.661262] ieee80211 phy0: ffffffff;
[  174.941262] ieee80211 phy0: ffffffff;
[  176.221262] ieee80211 phy0: ffffffff;
[  177.501262] ieee80211 phy0: ffffffff;
[  178.781262] ieee80211 phy0: ffffffff;
[  180.061262] ieee80211 phy0: ffffffff;
[  181.341262] ieee80211 phy0: ffffffff;
[  182.621262] ieee80211 phy0: ffffffff;
[  183.901262] ieee80211 phy0: ffffffff;
[  185.181262] ieee80211 phy0: ffffffff;
[  186.461262] ieee80211 phy0: ffffffff;
[  187.741261] ieee80211 phy0: ffffffff;
[  189.021262] ieee80211 phy0: ffffffff;
[  190.301261] ieee80211 phy0: ffffffff;
[  191.581261] ieee80211 phy0: ffffffff;
[  192.861262] ieee80211 phy0: ffffffff;
[  194.141262] ieee80211 phy0: ffffffff;
[  195.421261] ieee80211 phy0: ffffffff;
[  196.701261] ieee80211 phy0: ffffffff;
[  197.981262] ieee80211 phy0: ffffffff;
[  199.261262] ieee80211 phy0: ffffffff;
[  200.541261] ieee80211 phy0: ffffffff;
[  201.821261] ieee80211 phy0: ffffffff;
[  203.101262] ieee80211 phy0: ffffffff;
[  204.381262] ieee80211 phy0: ffffffff;
[  205.661262] ieee80211 phy0: ffffffff;
[  206.941262] ieee80211 phy0: ffffffff;
[  208.221261] ieee80211 phy0: ffffffff;
[  209.501261] ieee80211 phy0: ffffffff;
[  210.781262] ieee80211 phy0: ffffffff;
[  212.061261] ieee80211 phy0: ffffffff;
[  213.341261] ieee80211 phy0: ffffffff;
[  214.621261] ieee80211 phy0: ffffffff;
[  215.901262] ieee80211 phy0: ffffffff;
[  217.181262] ieee80211 phy0: ffffffff;
[  218.461262] ieee80211 phy0: ffffffff;
[  219.741261] ieee80211 phy0: ffffffff;
[  221.021262] ieee80211 phy0: ffffffff;
[  222.301262] ieee80211 phy0: ffffffff;
[  223.581262] ieee80211 phy0: ffffffff;
[  224.861261] ieee80211 phy0: ffffffff;
[  226.141262] ieee80211 phy0: ffffffff;
[  227.421262] ieee80211 phy0: ffffffff;
[  228.701261] ieee80211 phy0: ffffffff;
[  229.981262] ieee80211 phy0: ffffffff;
[  231.261263] ieee80211 phy0: ffffffff;
[  232.541262] ieee80211 phy0: ffffffff;
[  233.821261] ieee80211 phy0: ffffffff;
[  235.101262] ieee80211 phy0: ffffffff;
[  236.381262] ieee80211 phy0: ffffffff;
[  237.661262] ieee80211 phy0: ffffffff;
[  238.941261] ieee80211 phy0: ffffffff;
[  240.221262] ieee80211 phy0: ffffffff;
[  241.501262] ieee80211 phy0: ffffffff;
[  242.781262] ieee80211 phy0: ffffffff;
[  244.061262] ieee80211 phy0: ffffffff;
[  245.341262] ieee80211 phy0: ffffffff;
[  246.621261] ieee80211 phy0: ffffffff;
[  247.901262] ieee80211 phy0: ffffffff;
[  249.181261] ieee80211 phy0: ffffffff;
[  250.461262] ieee80211 phy0: ffffffff;
[  251.741262] ieee80211 phy0: ffffffff;
[  253.021261] ieee80211 phy0: ffffffff;
[  254.301262] ieee80211 phy0: ffffffff;
[  255.581261] ieee80211 phy0: ffffffff;
[  256.861262] ieee80211 phy0: ffffffff;
[  258.141262] ieee80211 phy0: ffffffff;
[  259.421262] ieee80211 phy0: ffffffff;
[  260.701262] ieee80211 phy0: ffffffff;
[  261.981261] ieee80211 phy0: ffffffff;
[  263.261262] ieee80211 phy0: ffffffff;
[  264.541261] ieee80211 phy0: ffffffff;
[  265.821262] ieee80211 phy0: ffffffff;
[  267.101262] ieee80211 phy0: ffffffff;
[  268.381262] ieee80211 phy0: ffffffff;
[  269.661262] ieee80211 phy0: ffffffff;
[  270.941261] ieee80211 phy0: ffffffff;
[  272.221262] ieee80211 phy0: ffffffff;
[  273.501263] ieee80211 phy0: ffffffff;
[  274.781262] ieee80211 phy0: ffffffff;
[  276.061262] ieee80211 phy0: ffffffff;
[  277.341262] ieee80211 phy0: ffffffff;
[  278.621262] ieee80211 phy0: ffffffff;
[  279.901262] ieee80211 phy0: ffffffff;
[  281.181261] ieee80211 phy0: ffffffff;
[  282.461261] ieee80211 phy0: ffffffff;
[  283.741262] ieee80211 phy0: ffffffff;
[  285.021262] ieee80211 phy0: ffffffff;
[  286.301262] ieee80211 phy0: ffffffff;
[  287.581261] ieee80211 phy0: ffffffff;
[  288.861262] ieee80211 phy0: ffffffff;
[  290.141261] ieee80211 phy0: ffffffff;
[  291.421261] ieee80211 phy0: ffffffff;
[  292.701261] ieee80211 phy0: ffffffff;
[  293.981262] ieee80211 phy0: ffffffff;
[  295.261262] ieee80211 phy0: ffffffff;
[  296.541261] ieee80211 phy0: ffffffff;
[  297.821262] ieee80211 phy0: ffffffff;
[  299.101262] ieee80211 phy0: ffffffff;
[  300.381261] ieee80211 phy0: ffffffff;
[  301.661262] ieee80211 phy0: ffffffff;
[  302.941262] ieee80211 phy0: ffffffff;
[  304.221262] ieee80211 phy0: ffffffff;
[  305.501263] ieee80211 phy0: ffffffff;
[  306.781262] ieee80211 phy0: ffffffff;
[  308.061262] ieee80211 phy0: ffffffff;
[  309.341262] ieee80211 phy0: ffffffff;
[  310.621262] ieee80211 phy0: ffffffff;
[  311.901262] ieee80211 phy0: ffffffff;
[  313.181262] ieee80211 phy0: ffffffff;
[  314.461262] ieee80211 phy0: ffffffff;
[  315.741261] ieee80211 phy0: ffffffff;
[  317.021261] ieee80211 phy0: ffffffff;
[  318.301262] ieee80211 phy0: ffffffff;
[  319.581262] ieee80211 phy0: ffffffff;
[  320.861261] ieee80211 phy0: ffffffff;
[  322.141262] ieee80211 phy0: ffffffff;
[  323.421263] ieee80211 phy0: ffffffff;
[  324.701262] ieee80211 phy0: ffffffff;
[  325.981261] ieee80211 phy0: ffffffff;
[  327.261262] ieee80211 phy0: ffffffff;
[  328.541262] ieee80211 phy0: ffffffff;
[  329.821262] ieee80211 phy0: ffffffff;
[  331.101262] ieee80211 phy0: ffffffff;
[  332.381261] ieee80211 phy0: ffffffff;
[  333.661262] ieee80211 phy0: ffffffff;
[  334.941261] ieee80211 phy0: ffffffff;
[  336.221262] ieee80211 phy0: ffffffff;
[  337.501261] ieee80211 phy0: ffffffff;
[  338.781262] ieee80211 phy0: ffffffff;
[  338.784938] ieee80211 phy0: Exhausted curr_iteration for fw signature
[  338.791409] ieee80211 phy0: adapter does not exist
[  338.796218] ieee80211 phy0: cannot download firmware image <mwlwifi/88W8964.bin>
[  338.803685] ieee80211 phy0: firmware init fail
[  338.808145] ieee80211 phy0: fail to initialize firmware
[  338.813394] ieee80211 phy0: adapter does not exist
[  338.818240] mwlwifi: probe of 0000:01:00.0 failed with error -5
[  338.824216] pci 0000:00:02.0: enabling device (0140 -> 0142)
[  338.829910] mwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[  338.836033] ieee80211 phy1: priv->pcmd_buf = de7f8000  priv->pphys_cmd_buf = 1e7f8000
[  338.836606] ieee80211 phy1: adapter does not exist
[  338.847444] ieee80211 phy1: fw download start
[  338.847448] ieee80211 phy1: ddr init: download start
[  365.861990] ieee80211 phy1: Exhausted curr_iteration during download
[  365.868370] ieee80211 phy1: ddr init: code download failed
[  365.873881] ieee80211 phy1: adapter does not exist
[  365.878690] ieee80211 phy1: cannot download firmware image <mwlwifi/88W8964.bin>
[  365.886141] ieee80211 phy1: firmware init fail
[  365.890601] ieee80211 phy1: fail to initialize firmware
[  365.895850] ieee80211 phy1: adapter does not exist
[  365.900693] mwlwifi: probe of 0000:02:00.0 failed with error -5
[  365.909147] hidraw: raw HID events driver (C) Jiri Kosina
[  365.916905] u32 classifier
[  365.919624]     input device check on
[  365.923306]     Actions configured
[  365.927154] Mirror/redirect action on
[  365.932733] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[  365.945091] fuse init (API version 7.26)
[  365.953406] Bluetooth: Core ver 2.22
[  365.957034] NET: Registered protocol family 31
[  365.961506] Bluetooth: HCI device and connection manager initialized
[  365.967889] Bluetooth: HCI socket layer initialized
[  365.972791] Bluetooth: L2CAP socket layer initialized
[  365.977869] Bluetooth: SCO socket layer initialized
[  365.983216] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  365.988551] Bluetooth: BNEP filters: protocol multicast
[  365.993807] Bluetooth: BNEP socket layer initialized
[  365.999976] Bluetooth: vendor=0x2df, device=0x9136, class=255, fn=2
[  366.791634] Bluetooth: FW download over, size 695532 bytes
[  367.401298] sdio platform data not available
[  367.406194] usbcore: registered new interface driver btusb
[  367.412382] Bluetooth: HCI UART driver ver 2.3
[  367.416845] Bluetooth: HCI UART protocol H4 registered
[  367.422011] Bluetooth: HCI UART protocol BCSP registered
[  367.427343] Bluetooth: HCI UART protocol ATH3K registered
[  367.433230] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  367.439179] Bluetooth: HIDP socket layer initialized
[  367.444782] ip_tables: (C) 2000-2006 Netfilter Core Team
[  367.470827] Bluetooth: RFCOMM TTY layer initialized
[  367.475751] Bluetooth: RFCOMM socket layer initialized
[  367.480917] Bluetooth: RFCOMM ver 1.11
[  367.485730] usbcore: registered new interface driver ums-alauda
[  367.491919] usbcore: registered new interface driver ums-cypress
[  367.498195] usbcore: registered new interface driver ums-datafab
[  367.504674] usbcore: registered new interface driver ums-freecom
[  367.510962] usbcore: registered new interface driver ums-isd200
[  367.517178] usbcore: registered new interface driver ums-jumpshot
[  367.523539] usbcore: registered new interface driver ums-karma
[  367.529668] usbcore: registered new interface driver ums-sddr09
[  367.535871] usbcore: registered new interface driver ums-sddr55
[  367.542081] usbcore: registered new interface driver ums-usbat
[  367.555467] xt_time: kernel timezone is -0000
[  367.562994] PPP generic driver version 2.4.2
[  367.567704] NET: Registered protocol family 24
[  367.572904] kmodloader: done loading kernel modules from /etc/modules.d/*
[  370.543160] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.549540] blk_update_request: I/O error, dev mtdblock4, sector 8
[  370.555960] blk_update_request: I/O error, dev mtdblock4, sector 16
[  370.562430] blk_update_request: I/O error, dev mtdblock4, sector 24
[  370.568910] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.575116] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[  370.705687] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[  370.712716] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  370.718604] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  370.726980] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  370.735784] br-lan: port 1(eth0.1) entered blocking state
[  370.741215] br-lan: port 1(eth0.1) entered disabled state
[  370.746781] device eth0.1 entered promiscuous mode
[  370.751596] device eth0 entered promiscuous mode
[  370.758012] br-lan: port 1(eth0.1) entered blocking state
[  370.763455] br-lan: port 1(eth0.1) entered forwarding state
[  370.769116] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[  370.781512] mvneta f1070000.ethernet eth1: configuring for fixed link mode
[  370.788834] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  370.794759] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[  370.802783] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  371.761304] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

Copy back the results like the following. It acts like it can't find the firmware.

root@lede:/lib/firmware/mwlwifi# ls -l
-rwxr-xr-x    1 root     root        118776 Jan 20 16:36 88W8864.bin
-rwxr-xr-x    1 root     root        489932 Jan 20 16:36 88W8897.bin
-rwxr-xr-x    1 root     root        449468 Jan 20 16:36 88W8964.bin
-rw-r--r--    1 root     root          2140 Jan 20 16:36 Marvell_license.txt

davidc502 wrote:
3guboff wrote:

Hi everyone! Maybe anyone get problems with wi-fi like me on latest firmware from build date 2018-01-21 00:04 on WRT3200ACM? wi-fi module don't work for some reason, here dmesg from router.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.77 (davidc502@pc2) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5917-36f1978a70) ) #0 SMP Sat Jan 20 22:36:05 2018
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Linksys WRT3200ACM
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c065b240, node_mem_map dfbf9000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] percpu: Embedded 13 pages/cpu @dfbce000 s22796 r8192 d22260 u53248
[    0.000000] pcpu-alloc: s22796 r8192 d22260 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock8 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,128K(u_env),256K(s_env),256K@8064K(devinfo),1920K@8320K(sysdiag),80m@10m(kernel),74m@16m(rootfs),80m@90m(alt_kernel),74m@96m(alt_rootfs),160m@10m(ubifs),-@170m(syscfg)
[    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: 512764K/524288K available (4609K kernel code, 182K rwdata, 1256K rodata, 284K init, 310K bss, 11524K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc04889d8   (4611 kB)
                     .init : 0xc05e7000 - 0xc062e000   ( 284 kB)
                     .data : 0xc062e000 - 0xc065bb40   ( 183 kB)
                      .bss : 0xc065bb40 - 0xc06a9440   ( 311 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Selected CPU frequency (16) unsupported
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000008] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000116] Calibrating local timer... 933.20MHz.
[    0.060031] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[    0.060036] pid_max: default: 32768 minimum: 301
[    0.060075] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060078] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060279] CPU: Testing write buffer coherency: ok
[    0.060369] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060380] Setting up static identity map for 0x8280 - 0x82d8
[    0.060438] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.060497] mvebu-pmsu: Initializing Power Management Service Unit
[    0.060896] Booting CPU 1
[    0.061032] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.061063] Brought up 2 CPUs
[    0.061068] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.061070] CPU: All CPU(s) started in SVC mode.
[    0.062740] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.062792] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.062829] pinctrl core: initialized pinctrl subsystem
[    0.063132] NET: Registered protocol family 16
[    0.063563] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.090052] cpuidle: using governor ladder
[    0.090182] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.090188] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.120428] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe
[    0.120566] SCSI subsystem initialized
[    0.120639] libata version 3.00 loaded.
[    0.120738] usbcore: registered new interface driver usbfs
[    0.120763] usbcore: registered new interface driver hub
[    0.120784] usbcore: registered new device driver usb
[    0.121272] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.121591] NET: Registered protocol family 2
[    0.121807] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.121828] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.121858] TCP: Hash tables configured (established 4096 bind 4096)
[    0.121881] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.121893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.121952] NET: Registered protocol family 1
[    0.121964] PCI: CLS 0 bytes, default 64
[    0.122735] Crashlog allocated RAM at address 0x3f00000
[    0.122809] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.124888] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.124893] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.125636] io scheduler noop registered
[    0.125640] io scheduler deadline registered (default)
[    0.125996] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.126586] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[    0.126594] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.126599] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.126603] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.126616] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400
[    0.126701] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400
[    0.126778] PCI: bus0: Fast back to back transfers disabled
[    0.126784] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126790] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126842] pci 0000:01:00.0: [11ab:2b40] type 00 class 0x020000
[    0.126859] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x401fffff 64bit pref]
[    0.126868] pci 0000:01:00.0: reg 0x18: [mem 0x40200000-0x402fffff 64bit pref]
[    0.126928] pci 0000:01:00.0: supports D1 D2
[    0.126931] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.126994] PCI: bus1: Fast back to back transfers disabled
[    0.126999] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.127050] pci 0000:02:00.0: [11ab:2b40] type 00 class 0x020000
[    0.127069] pci 0000:02:00.0: reg 0x10: [mem 0x42000000-0x421fffff 64bit pref]
[    0.127080] pci 0000:02:00.0: reg 0x18: [mem 0x42200000-0x422fffff 64bit pref]
[    0.127161] pci 0000:02:00.0: supports D1 D2
[    0.127164] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.127226] PCI: bus2: Fast back to back transfers disabled
[    0.127231] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.127300] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe02fffff]
[    0.127306] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0400000-0xe06fffff]
[    0.127312] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.127321] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[    0.127330] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.127335] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe02fffff]
[    0.127341] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0400000-0xe05fffff 64bit pref]
[    0.127351] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0600000-0xe06fffff 64bit pref]
[    0.127360] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.127364] pci 0000:00:02.0:   bridge window [mem 0xe0400000-0xe06fffff]
[    0.127566] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.181685] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.181767] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.241659] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.241794] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.242557] console [ttyS0] disabled
[    0.262621] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A
[    0.983654] console [ttyS0] enabled
[    0.989042] loop: module loaded
[    0.992474] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    1.001569] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    1.010668] scsi host0: ahci-mvebu
[    1.014235] scsi host1: ahci-mvebu
[    1.017733] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41
[    1.025691] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41
[    1.033976] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[    1.041740] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xda
[    1.048119] nand: AMD/Spansion S34ML02G2
[    1.052063] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    1.059752] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[    1.066933] Bad block table found at page 131008, version 0x01
[    1.073127] Bad block table found at page 130944, version 0x01
[    1.079234] 11 ofpart partitions found on MTD device pxa3xx_nand-0
[    1.085444] Creating 11 MTD partitions on "pxa3xx_nand-0":
[    1.090953] 0x000000000000-0x000000200000 : "u-boot"
[    1.096200] 0x000000200000-0x000000220000 : "u_env"
[    1.101338] 0x000000220000-0x000000260000 : "s_env"
[    1.106457] 0x0000007e0000-0x000000820000 : "devinfo"
[    1.111772] 0x000000820000-0x000000a00000 : "sysdiag"
[    1.117080] 0x000000a00000-0x000005a00000 : "kernel1"
[    1.122583] 0x000001000000-0x000005a00000 : "rootfs1"
[    1.128032] 0x000005a00000-0x00000aa00000 : "kernel2"
[    1.133508] 0x000006000000-0x00000aa00000 : "ubi"
[    1.138608] 0x00000aa00000-0x000010000000 : "syscfg"
[    1.144007] 0x000000260000-0x000000820000 : "unused_area"
[    1.149918] libphy: Fixed MDIO Bus: probed
[    1.154273] libphy: orion_mdio_bus: probed
[    1.158504] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
[    1.167178] mvneta f1070000.ethernet eth0: Using hardware mac address 60:38:e0:be:c9:30
[    1.176179] mvneta f1034000.ethernet eth1: Using random mac address 96:1e:0e:30:36:a4
[    1.184100] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.190654] ehci-pci: EHCI PCI platform driver
[    1.195145] ehci-platform: EHCI generic platform driver
[    1.200459] ehci-orion: EHCI orion driver
[    1.204549] orion-ehci f1058000.usb: EHCI Host Controller
[    1.209978] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    1.217624] orion-ehci f1058000.usb: irq 37, io mem 0xf1058000
[    1.251268] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    1.257416] hub 1-0:1.0: USB hub found
[    1.261191] hub 1-0:1.0: 1 port detected
[    1.265482] usbcore: registered new interface driver usb-storage
[    1.271642] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    1.279256] i2c /dev entries driver
[    1.294164] orion_wdt: Initial timeout 171 sec
[    1.298842] sdhci: Secure Digital Host Controller Interface driver
[    1.305053] sdhci: Copyright(c) Pierre Ossman
[    1.362480] ata2: SATA link down (SStatus 0 SControl 300)
[    1.367924] ata1: SATA link down (SStatus 0 SControl 300)
[    1.371290] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[    1.371361] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.377076] marvell-cesa f1090000.crypto: CESA device successfully registered
[    1.377468] NET: Registered protocol family 10
[    1.391530] NET: Registered protocol family 17
[    1.391543] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.391545] 8021q: 802.1Q VLAN Support v1.8
[    1.391600] Registering SWP/SWPB emulation handler
[    1.392774] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.392788] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[    1.392844] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.392864] xhci-hcd f10f8000.usb3: irq 44, io mem 0xf10f8000
[    1.393114] hub 2-0:1.0: USB hub found
[    1.393139] hub 2-0:1.0: 1 port detected
[    1.393220] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.393227] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[    1.393265] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.393444] hub 3-0:1.0: USB hub found
[    1.393467] hub 3-0:1.0: 1 port detected
[    1.393788] UBI: auto-attach mtd8
[    1.393792] ubi0: attaching mtd8
[    1.397847] random: fast init done
[    1.401544] mmc0: new high speed SDIO card at address 0001
[    1.418064] UBI: EOF marker found, PEBs from 72 will be erased
[    1.418246] ubi0: scanning is finished
[    1.434211] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 478 LEBs
[    1.434416] ubi0: attached mtd8 (name "ubi", size 74 MiB)
[    1.434419] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.434421] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.434423] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.434425] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[    1.434426] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.434429] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 948808128
[    1.434431] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 40
[    1.434446] ubi0: background thread "ubi_bgt0d" started, PID 669
[    1.434881] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.434883] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    1.435066] mvsw61xx 10.mvsw61xx: Found MV88E6352 at f1072004.mdio-mii:10
[    1.435069] mvsw61xx 10.mvsw61xx: Using direct addressing
[    1.445968] armada38x-rtc f10a3800.rtc: setting system clock to 2105-07-27 22:42:41 UTC (4278177761)
[    1.617478] Waiting 1 sec before mounting root device...
[    2.642980] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.650269] Freeing unused kernel memory: 284K
[    2.654743] This architecture does not have kernel memory protection.
[    2.817050] init: Console is alive
[    2.820532] init: - watchdog -
[    3.182347] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.208473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.214993] ohci-platform: OHCI generic platform driver
[    3.220659] uhci_hcd: USB Universal Host Controller Interface driver
[    3.227324] ohci-pci: OHCI PCI platform driver
[    3.231914] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.243884] init: - preinit -
[    3.385360] mvneta f1070000.ethernet tmp0: renamed from eth0
[    3.432524] mvneta f1034000.ethernet eth0: renamed from eth1
[    3.482433] mvneta f1070000.ethernet eth1: renamed from tmp0
[    3.861732] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[    3.868995] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.875013] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    3.882917] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.961721] mount_root: loading kmods from internal overlay
[    6.974414] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[    6.983325] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[    7.034668] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.041047] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.047433] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.053899] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.060373] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.066578] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    7.082138] random: crng init done
[    7.428469] UBIFS (ubi0:1): default file-system created
[    7.434115] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 790
[    7.474409] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.482278] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.492237] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.502716] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.509358] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.521108] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    7.528142] block: unable to load configuration (fstab: Entry not found)
[    7.534888] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    7.541382] block: unable to load configuration (fstab: Entry not found)
[    7.548121] block: attempting to load /etc/config/fstab
[    7.553800] block: unable to load configuration (fstab: Entry not found)
[    7.560539] block: no usable configuration
[    7.603020] UBIFS (ubi0:1): un-mount UBI device 0
[    7.607749] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[    7.615603] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 793
[    7.655762] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.663640] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.673600] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.684081] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.690722] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.729417] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.735803] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.742185] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.748645] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.755123] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.761329] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    8.112600] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    8.119618] block: unable to load configuration (fstab: Entry not found)
[    8.126372] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    8.132869] block: unable to load configuration (fstab: Entry not found)
[    8.139608] block: attempting to load /etc/config/fstab
[    8.144876] block: unable to load configuration (fstab: Entry not found)
[    8.151617] block: no usable configuration
[    8.191831] mount_root: overlay filesystem has not been fully initialized yet
[    8.199130] mount_root: switching to ubifs overlay
[    8.231295] ubi1: attaching mtd9
[    8.462099] ubi1: scanning is finished
[    8.470344] ubi1: attached mtd9 (name "syscfg", size 86 MiB)
[    8.476038] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    8.482945] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    8.489760] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[    8.496753] ubi1: good PEBs: 680, bad PEBs: 8, corrupted PEBs: 0
[    8.502787] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[    8.510039] ubi1: max/mean erase counter: 31/21, WL threshold: 4096, image sequence number: 1227861886
[    8.519385] ubi1: available PEBs: 0, total reserved PEBs: 680, PEBs reserved for bad PEB handling: 32
[    8.528651] ubi1: background thread "ubi_bgt1d" started, PID 806
[    8.538154] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 810
[    8.582832] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg"
[    8.590261] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.600225] UBIFS (ubi1:0): FS size: 80375808 bytes (76 MiB, 633 LEBs), journal size 4063232 bytes (3 MiB, 32 LEBs)
[    8.610709] UBIFS (ubi1:0): reserved for root: 3796347 bytes (3707 KiB)
[    8.617354] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID BB16F960-CC29-48CA-BBC5-E8058CFD0D70, small LPT model
[    8.629617] urandom-seed: Seed file not found (/etc/urandom.seed)
[    8.703187] procd: - early -
[    8.706101] procd: - watchdog -
[    9.299196] procd: - watchdog -
[    9.302429] procd: - ubus -
[    9.355472] procd: - init -
[    9.468579] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.479713] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[    9.486398] tun: Universal TUN/TAP device driver, 1.6
[    9.491483] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.498720] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    9.507266] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    9.517086] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.524239] Netfilter messages via NETLINK v0.30.
[    9.529461] ip_set: protocol 6
[    9.537881] cryptodev: driver 1.9 loaded.
[    9.542314] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[    9.550352] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[    9.569549] <<Marvell Mac80211 Wireless PCIE Network Driver version 10.3.4.0-20180118>>
[    9.577635] pci 0000:00:01.0: enabling device (0140 -> 0142)
[    9.583465] ieee80211 phy0: priv->pcmd_buf = ddf84000  priv->pphys_cmd_buf = 1df84000
[    9.641282] ieee80211 phy0: fw download start
[    9.641287] ieee80211 phy0: ddr init: download start
[    9.641666] ieee80211 phy0: ddr init: download complete
[    9.779077] ieee80211 phy0: FwSize = 449468 downloaded Size = 449468 curr_iteration 65522
[   12.381263] ieee80211 phy0: ffffffff;
[   13.661263] ieee80211 phy0: ffffffff;
[   14.941262] ieee80211 phy0: ffffffff;
[   16.221262] ieee80211 phy0: ffffffff;
[   17.501262] ieee80211 phy0: ffffffff;
[   18.781262] ieee80211 phy0: ffffffff;
[   20.061263] ieee80211 phy0: ffffffff;
[   21.341262] ieee80211 phy0: ffffffff;
[   22.621262] ieee80211 phy0: ffffffff;
[   23.901262] ieee80211 phy0: ffffffff;
[   25.181262] ieee80211 phy0: ffffffff;
[   26.461262] ieee80211 phy0: ffffffff;
[   27.741262] ieee80211 phy0: ffffffff;
[   29.021262] ieee80211 phy0: ffffffff;
[   30.301262] ieee80211 phy0: ffffffff;
[   31.581262] ieee80211 phy0: ffffffff;
[   32.861262] ieee80211 phy0: ffffffff;
[   34.141263] ieee80211 phy0: ffffffff;
[   35.421262] ieee80211 phy0: ffffffff;
[   36.701262] ieee80211 phy0: ffffffff;
[   37.981262] ieee80211 phy0: ffffffff;
[   39.261262] ieee80211 phy0: ffffffff;
[   40.541262] ieee80211 phy0: ffffffff;
[   41.821262] ieee80211 phy0: ffffffff;
[   43.101262] ieee80211 phy0: ffffffff;
[   44.381262] ieee80211 phy0: ffffffff;
[   45.661261] ieee80211 phy0: ffffffff;
[   46.941261] ieee80211 phy0: ffffffff;
[   48.221262] ieee80211 phy0: ffffffff;
[   49.501262] ieee80211 phy0: ffffffff;
[   50.781262] ieee80211 phy0: ffffffff;
[   52.061262] ieee80211 phy0: ffffffff;
[   53.341262] ieee80211 phy0: ffffffff;
[   54.621261] ieee80211 phy0: ffffffff;
[   55.901262] ieee80211 phy0: ffffffff;
[   57.181261] ieee80211 phy0: ffffffff;
[   58.461262] ieee80211 phy0: ffffffff;
[   59.741262] ieee80211 phy0: ffffffff;
[   61.021262] ieee80211 phy0: ffffffff;
[   62.301263] ieee80211 phy0: ffffffff;
[   63.581262] ieee80211 phy0: ffffffff;
[   64.861262] ieee80211 phy0: ffffffff;
[   66.141261] ieee80211 phy0: ffffffff;
[   67.421262] ieee80211 phy0: ffffffff;
[   68.701261] ieee80211 phy0: ffffffff;
[   69.981262] ieee80211 phy0: ffffffff;
[   71.261262] ieee80211 phy0: ffffffff;
[   72.541262] ieee80211 phy0: ffffffff;
[   73.821261] ieee80211 phy0: ffffffff;
[   75.101261] ieee80211 phy0: ffffffff;
[   76.381263] ieee80211 phy0: ffffffff;
[   77.661262] ieee80211 phy0: ffffffff;
[   78.941262] ieee80211 phy0: ffffffff;
[   80.221261] ieee80211 phy0: ffffffff;
[   81.501262] ieee80211 phy0: ffffffff;
[   82.781262] ieee80211 phy0: ffffffff;
[   84.061262] ieee80211 phy0: ffffffff;
[   85.341261] ieee80211 phy0: ffffffff;
[   86.621262] ieee80211 phy0: ffffffff;
[   87.901262] ieee80211 phy0: ffffffff;
[   89.181262] ieee80211 phy0: ffffffff;
[   90.461262] ieee80211 phy0: ffffffff;
[   91.741262] ieee80211 phy0: ffffffff;
[   93.021261] ieee80211 phy0: ffffffff;
[   94.301262] ieee80211 phy0: ffffffff;
[   95.581261] ieee80211 phy0: ffffffff;
[   96.861262] ieee80211 phy0: ffffffff;
[   98.141262] ieee80211 phy0: ffffffff;
[   99.421261] ieee80211 phy0: ffffffff;
[  100.701261] ieee80211 phy0: ffffffff;
[  101.981262] ieee80211 phy0: ffffffff;
[  103.261262] ieee80211 phy0: ffffffff;
[  104.541263] ieee80211 phy0: ffffffff;
[  105.821261] ieee80211 phy0: ffffffff;
[  107.101262] ieee80211 phy0: ffffffff;
[  108.381262] ieee80211 phy0: ffffffff;
[  109.661262] ieee80211 phy0: ffffffff;
[  110.941262] ieee80211 phy0: ffffffff;
[  112.221262] ieee80211 phy0: ffffffff;
[  113.501262] ieee80211 phy0: ffffffff;
[  114.781262] ieee80211 phy0: ffffffff;
[  116.061261] ieee80211 phy0: ffffffff;
[  117.341262] ieee80211 phy0: ffffffff;
[  118.621263] ieee80211 phy0: ffffffff;
[  119.901262] ieee80211 phy0: ffffffff;
[  121.181262] ieee80211 phy0: ffffffff;
[  122.461262] ieee80211 phy0: ffffffff;
[  123.741262] ieee80211 phy0: ffffffff;
[  125.021262] ieee80211 phy0: ffffffff;
[  126.301262] ieee80211 phy0: ffffffff;
[  127.581262] ieee80211 phy0: ffffffff;
[  128.861261] ieee80211 phy0: ffffffff;
[  130.141262] ieee80211 phy0: ffffffff;
[  131.421262] ieee80211 phy0: ffffffff;
[  132.701263] ieee80211 phy0: ffffffff;
[  133.981261] ieee80211 phy0: ffffffff;
[  135.261261] ieee80211 phy0: ffffffff;
[  136.541261] ieee80211 phy0: ffffffff;
[  137.821262] ieee80211 phy0: ffffffff;
[  139.101262] ieee80211 phy0: ffffffff;
[  140.381262] ieee80211 phy0: ffffffff;
[  141.661262] ieee80211 phy0: ffffffff;
[  142.941261] ieee80211 phy0: ffffffff;
[  144.221262] ieee80211 phy0: ffffffff;
[  145.501262] ieee80211 phy0: ffffffff;
[  146.781263] ieee80211 phy0: ffffffff;
[  148.061262] ieee80211 phy0: ffffffff;
[  149.341262] ieee80211 phy0: ffffffff;
[  150.621262] ieee80211 phy0: ffffffff;
[  151.901261] ieee80211 phy0: ffffffff;
[  153.181262] ieee80211 phy0: ffffffff;
[  154.461261] ieee80211 phy0: ffffffff;
[  155.741262] ieee80211 phy0: ffffffff;
[  157.021262] ieee80211 phy0: ffffffff;
[  158.301262] ieee80211 phy0: ffffffff;
[  159.581262] ieee80211 phy0: ffffffff;
[  160.861263] ieee80211 phy0: ffffffff;
[  162.141261] ieee80211 phy0: ffffffff;
[  163.421262] ieee80211 phy0: ffffffff;
[  164.701262] ieee80211 phy0: ffffffff;
[  165.981262] ieee80211 phy0: ffffffff;
[  167.261262] ieee80211 phy0: ffffffff;
[  168.541261] ieee80211 phy0: ffffffff;
[  169.821261] ieee80211 phy0: ffffffff;
[  171.101261] ieee80211 phy0: ffffffff;
[  172.381262] ieee80211 phy0: ffffffff;
[  173.661262] ieee80211 phy0: ffffffff;
[  174.941262] ieee80211 phy0: ffffffff;
[  176.221262] ieee80211 phy0: ffffffff;
[  177.501262] ieee80211 phy0: ffffffff;
[  178.781262] ieee80211 phy0: ffffffff;
[  180.061262] ieee80211 phy0: ffffffff;
[  181.341262] ieee80211 phy0: ffffffff;
[  182.621262] ieee80211 phy0: ffffffff;
[  183.901262] ieee80211 phy0: ffffffff;
[  185.181262] ieee80211 phy0: ffffffff;
[  186.461262] ieee80211 phy0: ffffffff;
[  187.741261] ieee80211 phy0: ffffffff;
[  189.021262] ieee80211 phy0: ffffffff;
[  190.301261] ieee80211 phy0: ffffffff;
[  191.581261] ieee80211 phy0: ffffffff;
[  192.861262] ieee80211 phy0: ffffffff;
[  194.141262] ieee80211 phy0: ffffffff;
[  195.421261] ieee80211 phy0: ffffffff;
[  196.701261] ieee80211 phy0: ffffffff;
[  197.981262] ieee80211 phy0: ffffffff;
[  199.261262] ieee80211 phy0: ffffffff;
[  200.541261] ieee80211 phy0: ffffffff;
[  201.821261] ieee80211 phy0: ffffffff;
[  203.101262] ieee80211 phy0: ffffffff;
[  204.381262] ieee80211 phy0: ffffffff;
[  205.661262] ieee80211 phy0: ffffffff;
[  206.941262] ieee80211 phy0: ffffffff;
[  208.221261] ieee80211 phy0: ffffffff;
[  209.501261] ieee80211 phy0: ffffffff;
[  210.781262] ieee80211 phy0: ffffffff;
[  212.061261] ieee80211 phy0: ffffffff;
[  213.341261] ieee80211 phy0: ffffffff;
[  214.621261] ieee80211 phy0: ffffffff;
[  215.901262] ieee80211 phy0: ffffffff;
[  217.181262] ieee80211 phy0: ffffffff;
[  218.461262] ieee80211 phy0: ffffffff;
[  219.741261] ieee80211 phy0: ffffffff;
[  221.021262] ieee80211 phy0: ffffffff;
[  222.301262] ieee80211 phy0: ffffffff;
[  223.581262] ieee80211 phy0: ffffffff;
[  224.861261] ieee80211 phy0: ffffffff;
[  226.141262] ieee80211 phy0: ffffffff;
[  227.421262] ieee80211 phy0: ffffffff;
[  228.701261] ieee80211 phy0: ffffffff;
[  229.981262] ieee80211 phy0: ffffffff;
[  231.261263] ieee80211 phy0: ffffffff;
[  232.541262] ieee80211 phy0: ffffffff;
[  233.821261] ieee80211 phy0: ffffffff;
[  235.101262] ieee80211 phy0: ffffffff;
[  236.381262] ieee80211 phy0: ffffffff;
[  237.661262] ieee80211 phy0: ffffffff;
[  238.941261] ieee80211 phy0: ffffffff;
[  240.221262] ieee80211 phy0: ffffffff;
[  241.501262] ieee80211 phy0: ffffffff;
[  242.781262] ieee80211 phy0: ffffffff;
[  244.061262] ieee80211 phy0: ffffffff;
[  245.341262] ieee80211 phy0: ffffffff;
[  246.621261] ieee80211 phy0: ffffffff;
[  247.901262] ieee80211 phy0: ffffffff;
[  249.181261] ieee80211 phy0: ffffffff;
[  250.461262] ieee80211 phy0: ffffffff;
[  251.741262] ieee80211 phy0: ffffffff;
[  253.021261] ieee80211 phy0: ffffffff;
[  254.301262] ieee80211 phy0: ffffffff;
[  255.581261] ieee80211 phy0: ffffffff;
[  256.861262] ieee80211 phy0: ffffffff;
[  258.141262] ieee80211 phy0: ffffffff;
[  259.421262] ieee80211 phy0: ffffffff;
[  260.701262] ieee80211 phy0: ffffffff;
[  261.981261] ieee80211 phy0: ffffffff;
[  263.261262] ieee80211 phy0: ffffffff;
[  264.541261] ieee80211 phy0: ffffffff;
[  265.821262] ieee80211 phy0: ffffffff;
[  267.101262] ieee80211 phy0: ffffffff;
[  268.381262] ieee80211 phy0: ffffffff;
[  269.661262] ieee80211 phy0: ffffffff;
[  270.941261] ieee80211 phy0: ffffffff;
[  272.221262] ieee80211 phy0: ffffffff;
[  273.501263] ieee80211 phy0: ffffffff;
[  274.781262] ieee80211 phy0: ffffffff;
[  276.061262] ieee80211 phy0: ffffffff;
[  277.341262] ieee80211 phy0: ffffffff;
[  278.621262] ieee80211 phy0: ffffffff;
[  279.901262] ieee80211 phy0: ffffffff;
[  281.181261] ieee80211 phy0: ffffffff;
[  282.461261] ieee80211 phy0: ffffffff;
[  283.741262] ieee80211 phy0: ffffffff;
[  285.021262] ieee80211 phy0: ffffffff;
[  286.301262] ieee80211 phy0: ffffffff;
[  287.581261] ieee80211 phy0: ffffffff;
[  288.861262] ieee80211 phy0: ffffffff;
[  290.141261] ieee80211 phy0: ffffffff;
[  291.421261] ieee80211 phy0: ffffffff;
[  292.701261] ieee80211 phy0: ffffffff;
[  293.981262] ieee80211 phy0: ffffffff;
[  295.261262] ieee80211 phy0: ffffffff;
[  296.541261] ieee80211 phy0: ffffffff;
[  297.821262] ieee80211 phy0: ffffffff;
[  299.101262] ieee80211 phy0: ffffffff;
[  300.381261] ieee80211 phy0: ffffffff;
[  301.661262] ieee80211 phy0: ffffffff;
[  302.941262] ieee80211 phy0: ffffffff;
[  304.221262] ieee80211 phy0: ffffffff;
[  305.501263] ieee80211 phy0: ffffffff;
[  306.781262] ieee80211 phy0: ffffffff;
[  308.061262] ieee80211 phy0: ffffffff;
[  309.341262] ieee80211 phy0: ffffffff;
[  310.621262] ieee80211 phy0: ffffffff;
[  311.901262] ieee80211 phy0: ffffffff;
[  313.181262] ieee80211 phy0: ffffffff;
[  314.461262] ieee80211 phy0: ffffffff;
[  315.741261] ieee80211 phy0: ffffffff;
[  317.021261] ieee80211 phy0: ffffffff;
[  318.301262] ieee80211 phy0: ffffffff;
[  319.581262] ieee80211 phy0: ffffffff;
[  320.861261] ieee80211 phy0: ffffffff;
[  322.141262] ieee80211 phy0: ffffffff;
[  323.421263] ieee80211 phy0: ffffffff;
[  324.701262] ieee80211 phy0: ffffffff;
[  325.981261] ieee80211 phy0: ffffffff;
[  327.261262] ieee80211 phy0: ffffffff;
[  328.541262] ieee80211 phy0: ffffffff;
[  329.821262] ieee80211 phy0: ffffffff;
[  331.101262] ieee80211 phy0: ffffffff;
[  332.381261] ieee80211 phy0: ffffffff;
[  333.661262] ieee80211 phy0: ffffffff;
[  334.941261] ieee80211 phy0: ffffffff;
[  336.221262] ieee80211 phy0: ffffffff;
[  337.501261] ieee80211 phy0: ffffffff;
[  338.781262] ieee80211 phy0: ffffffff;
[  338.784938] ieee80211 phy0: Exhausted curr_iteration for fw signature
[  338.791409] ieee80211 phy0: adapter does not exist
[  338.796218] ieee80211 phy0: cannot download firmware image <mwlwifi/88W8964.bin>
[  338.803685] ieee80211 phy0: firmware init fail
[  338.808145] ieee80211 phy0: fail to initialize firmware
[  338.813394] ieee80211 phy0: adapter does not exist
[  338.818240] mwlwifi: probe of 0000:01:00.0 failed with error -5
[  338.824216] pci 0000:00:02.0: enabling device (0140 -> 0142)
[  338.829910] mwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[  338.836033] ieee80211 phy1: priv->pcmd_buf = de7f8000  priv->pphys_cmd_buf = 1e7f8000
[  338.836606] ieee80211 phy1: adapter does not exist
[  338.847444] ieee80211 phy1: fw download start
[  338.847448] ieee80211 phy1: ddr init: download start
[  365.861990] ieee80211 phy1: Exhausted curr_iteration during download
[  365.868370] ieee80211 phy1: ddr init: code download failed
[  365.873881] ieee80211 phy1: adapter does not exist
[  365.878690] ieee80211 phy1: cannot download firmware image <mwlwifi/88W8964.bin>
[  365.886141] ieee80211 phy1: firmware init fail
[  365.890601] ieee80211 phy1: fail to initialize firmware
[  365.895850] ieee80211 phy1: adapter does not exist
[  365.900693] mwlwifi: probe of 0000:02:00.0 failed with error -5
[  365.909147] hidraw: raw HID events driver (C) Jiri Kosina
[  365.916905] u32 classifier
[  365.919624]     input device check on
[  365.923306]     Actions configured
[  365.927154] Mirror/redirect action on
[  365.932733] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[  365.945091] fuse init (API version 7.26)
[  365.953406] Bluetooth: Core ver 2.22
[  365.957034] NET: Registered protocol family 31
[  365.961506] Bluetooth: HCI device and connection manager initialized
[  365.967889] Bluetooth: HCI socket layer initialized
[  365.972791] Bluetooth: L2CAP socket layer initialized
[  365.977869] Bluetooth: SCO socket layer initialized
[  365.983216] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  365.988551] Bluetooth: BNEP filters: protocol multicast
[  365.993807] Bluetooth: BNEP socket layer initialized
[  365.999976] Bluetooth: vendor=0x2df, device=0x9136, class=255, fn=2
[  366.791634] Bluetooth: FW download over, size 695532 bytes
[  367.401298] sdio platform data not available
[  367.406194] usbcore: registered new interface driver btusb
[  367.412382] Bluetooth: HCI UART driver ver 2.3
[  367.416845] Bluetooth: HCI UART protocol H4 registered
[  367.422011] Bluetooth: HCI UART protocol BCSP registered
[  367.427343] Bluetooth: HCI UART protocol ATH3K registered
[  367.433230] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  367.439179] Bluetooth: HIDP socket layer initialized
[  367.444782] ip_tables: (C) 2000-2006 Netfilter Core Team
[  367.470827] Bluetooth: RFCOMM TTY layer initialized
[  367.475751] Bluetooth: RFCOMM socket layer initialized
[  367.480917] Bluetooth: RFCOMM ver 1.11
[  367.485730] usbcore: registered new interface driver ums-alauda
[  367.491919] usbcore: registered new interface driver ums-cypress
[  367.498195] usbcore: registered new interface driver ums-datafab
[  367.504674] usbcore: registered new interface driver ums-freecom
[  367.510962] usbcore: registered new interface driver ums-isd200
[  367.517178] usbcore: registered new interface driver ums-jumpshot
[  367.523539] usbcore: registered new interface driver ums-karma
[  367.529668] usbcore: registered new interface driver ums-sddr09
[  367.535871] usbcore: registered new interface driver ums-sddr55
[  367.542081] usbcore: registered new interface driver ums-usbat
[  367.555467] xt_time: kernel timezone is -0000
[  367.562994] PPP generic driver version 2.4.2
[  367.567704] NET: Registered protocol family 24
[  367.572904] kmodloader: done loading kernel modules from /etc/modules.d/*
[  370.543160] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.549540] blk_update_request: I/O error, dev mtdblock4, sector 8
[  370.555960] blk_update_request: I/O error, dev mtdblock4, sector 16
[  370.562430] blk_update_request: I/O error, dev mtdblock4, sector 24
[  370.568910] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.575116] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[  370.705687] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[  370.712716] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  370.718604] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  370.726980] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  370.735784] br-lan: port 1(eth0.1) entered blocking state
[  370.741215] br-lan: port 1(eth0.1) entered disabled state
[  370.746781] device eth0.1 entered promiscuous mode
[  370.751596] device eth0 entered promiscuous mode
[  370.758012] br-lan: port 1(eth0.1) entered blocking state
[  370.763455] br-lan: port 1(eth0.1) entered forwarding state
[  370.769116] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[  370.781512] mvneta f1070000.ethernet eth1: configuring for fixed link mode
[  370.788834] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  370.794759] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[  370.802783] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  371.761304] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

Copy back the results like the following. It acts like it can't find the firmware.

root@lede:/lib/firmware/mwlwifi# ls -l
-rwxr-xr-x    1 root     root        118776 Jan 20 16:36 88W8864.bin
-rwxr-xr-x    1 root     root        489932 Jan 20 16:36 88W8897.bin
-rwxr-xr-x    1 root     root        449468 Jan 20 16:36 88W8964.bin
-rw-r--r--    1 root     root          2140 Jan 20 16:36 Marvell_license.txt

It's from Lede SNAPSHOT, r5621-1064e76e4e, also file /etc/config/wireless doesn't exist

root@OpenWrt:/lib/firmware/mwlwifi# ls -la
drwxr-xr-x    2 root     root            99 Dec 25 18:06 .
drwxr-xr-x    4 root     root            63 Dec 25 18:06 ..
-rwxr-xr-x    1 root     root        118776 Dec 25 18:06 88W8864.bin
-rwxr-xr-x    1 root     root        489932 Dec 25 18:06 88W8897.bin
-rwxr-xr-x    1 root     root        449420 Dec 25 18:06 88W8964.bin
-rw-r--r--    1 root     root          2140 Dec 25 18:06 Marvell_license.txt
Arejaytee wrote:
beginner67890 wrote:

Arejaytee-
As long as you can ssh into the linksys you can copy the factory.img and re-flash the WRT1200AC with the factory.img over the broken install.

Thanks! Initial flash from the linksys firmware to LEDE was with the factory image, subsequent upgrades was done with the upgrade.bin. Will give the David factory img a go tonight.

Same effect when flashing the factory.img (using the -F command), web interface is not available I get a DLG_FLAGS_SEC_CERT_CN_INVALID error.

SSH remains available, what logs can I give to help further?

Arejaytee wrote:

Same effect when flashing the factory.img (using the -F command), web interface is not available I get a DLG_FLAGS_SEC_CERT_CN_INVALID error.

SSH remains available, what logs can I give to help further?

I haven't flashed a new image for a while and still remember difficulty getting started because of the security certificate using a modern linux box. I needed to login from an old low-security wired Windows 7 machine connected with ethernet and then unchecked the setting to "Redirect all http to https" in the Services/uHTTPd tab. Then the security wasn't a problem and I could access the router web interface by wireless with linux. This solution wouldn't work if you don't have an old Windows machine connected by ethernet.

This should do the same thing using SSH. Edit the file /etc/config/uhttpd containing this setting to disable https:

option redirect_https '0'

Edit: Probably /etc/init.d/uhttpd restart or a reboot would be needed.

I am not certain this fix will solve your problem. Maybe somebody with more recent experience installing davidc502 builds could give better instructions. What do you see when trying to get into the router web page, just an error message?

Edit2: The initial security certificate can be defective when created with a bad timestamp. They can be rebuilt with this:

rm /etc/uhttpd.crt
rm /etc/uhttpd.key
/etc/init.d/uhttpd restart

(Last edited by beginner67890 on 7 Feb 2018, 15:26)

Hi guys

I have been posting to the general forum, not even the 1900ACM forum. So apologies.

Is this the correct forum thread for all things WRT3200ACM? I ask because I have d/l and flashed LEDE latest version (Rango) and my router is working fine yet I see quie a few posts on this thread?

What am I missing/not getitng my head around?

Hello -

I'm running the latest release, which is solid as a rock I might add on my 3200ACM.

Is there any plans to update the release of MySQL in the repos?

I'm having a hell of a time with getting stuff to work because the only release of PHP that's there is PHP7, and this release of MySQL is incompatible with phpmyadmin, and wordpress, and a host of other things.   

Currently the release of MySQL is mysql-server - 5.1.73-2 - MySQL Server...  looks like everything demands 5.5



Thanks in advance, and keep up the good work!

(Last edited by victrola_magix on 7 Feb 2018, 20:00)

3guboff wrote:
davidc502 wrote:
3guboff wrote:

Hi everyone! Maybe anyone get problems with wi-fi like me on latest firmware from build date 2018-01-21 00:04 on WRT3200ACM? wi-fi module don't work for some reason, here dmesg from router.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.77 (davidc502@pc2) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5917-36f1978a70) ) #0 SMP Sat Jan 20 22:36:05 2018
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Linksys WRT3200ACM
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c065b240, node_mem_map dfbf9000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] percpu: Embedded 13 pages/cpu @dfbce000 s22796 r8192 d22260 u53248
[    0.000000] pcpu-alloc: s22796 r8192 d22260 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock8 ro rootdelay=1 rootfstype=jffs2 earlyprintk mtdparts=armada-nand:2048K(uboot)ro,128K(u_env),256K(s_env),256K@8064K(devinfo),1920K@8320K(sysdiag),80m@10m(kernel),74m@16m(rootfs),80m@90m(alt_kernel),74m@96m(alt_rootfs),160m@10m(ubifs),-@170m(syscfg)
[    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: 512764K/524288K available (4609K kernel code, 182K rwdata, 1256K rodata, 284K init, 310K bss, 11524K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc04889d8   (4611 kB)
                     .init : 0xc05e7000 - 0xc062e000   ( 284 kB)
                     .data : 0xc062e000 - 0xc065bb40   ( 183 kB)
                      .bss : 0xc065bb40 - 0xc06a9440   ( 311 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Selected CPU frequency (16) unsupported
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000008] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000116] Calibrating local timer... 933.20MHz.
[    0.060031] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[    0.060036] pid_max: default: 32768 minimum: 301
[    0.060075] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060078] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.060279] CPU: Testing write buffer coherency: ok
[    0.060369] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060380] Setting up static identity map for 0x8280 - 0x82d8
[    0.060438] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
[    0.060497] mvebu-pmsu: Initializing Power Management Service Unit
[    0.060896] Booting CPU 1
[    0.061032] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.061063] Brought up 2 CPUs
[    0.061068] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.061070] CPU: All CPU(s) started in SVC mode.
[    0.062740] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.062786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.062792] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.062829] pinctrl core: initialized pinctrl subsystem
[    0.063132] NET: Registered protocol family 16
[    0.063563] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.090052] cpuidle: using governor ladder
[    0.090182] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.090188] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.120428] reg-fixed-voltage xhci0-vbus: could not find pctldev for node /soc/internal-regs/pinctrl@18000/xhci0-vbus-pins, deferring probe
[    0.120566] SCSI subsystem initialized
[    0.120639] libata version 3.00 loaded.
[    0.120738] usbcore: registered new interface driver usbfs
[    0.120763] usbcore: registered new interface driver hub
[    0.120784] usbcore: registered new device driver usb
[    0.121272] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.121591] NET: Registered protocol family 2
[    0.121807] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.121828] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.121858] TCP: Hash tables configured (established 4096 bind 4096)
[    0.121881] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.121893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.121952] NET: Registered protocol family 1
[    0.121964] PCI: CLS 0 bytes, default 64
[    0.122735] Crashlog allocated RAM at address 0x3f00000
[    0.122809] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.124888] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.124893] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.125636] io scheduler noop registered
[    0.125640] io scheduler deadline registered (default)
[    0.125996] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.126586] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[    0.126594] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.126599] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.126603] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.126616] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400
[    0.126701] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400
[    0.126778] PCI: bus0: Fast back to back transfers disabled
[    0.126784] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126790] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.126842] pci 0000:01:00.0: [11ab:2b40] type 00 class 0x020000
[    0.126859] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x401fffff 64bit pref]
[    0.126868] pci 0000:01:00.0: reg 0x18: [mem 0x40200000-0x402fffff 64bit pref]
[    0.126928] pci 0000:01:00.0: supports D1 D2
[    0.126931] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.126994] PCI: bus1: Fast back to back transfers disabled
[    0.126999] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.127050] pci 0000:02:00.0: [11ab:2b40] type 00 class 0x020000
[    0.127069] pci 0000:02:00.0: reg 0x10: [mem 0x42000000-0x421fffff 64bit pref]
[    0.127080] pci 0000:02:00.0: reg 0x18: [mem 0x42200000-0x422fffff 64bit pref]
[    0.127161] pci 0000:02:00.0: supports D1 D2
[    0.127164] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.127226] PCI: bus2: Fast back to back transfers disabled
[    0.127231] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    0.127300] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe02fffff]
[    0.127306] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0400000-0xe06fffff]
[    0.127312] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.127321] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0200000-0xe02fffff 64bit pref]
[    0.127330] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.127335] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe02fffff]
[    0.127341] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0400000-0xe05fffff 64bit pref]
[    0.127351] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0600000-0xe06fffff 64bit pref]
[    0.127360] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.127364] pci 0000:00:02.0:   bridge window [mem 0xe0400000-0xe06fffff]
[    0.127566] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.181685] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.181767] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.241659] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.241794] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.242557] console [ttyS0] disabled
[    0.262621] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 21, base_baud = 12500000) is a 16550A
[    0.983654] console [ttyS0] enabled
[    0.989042] loop: module loaded
[    0.992474] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    1.001569] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    1.010668] scsi host0: ahci-mvebu
[    1.014235] scsi host1: ahci-mvebu
[    1.017733] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 41
[    1.025691] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 41
[    1.033976] pxa3xx-nand f10d0000.flash: This platform can't do DMA on this device
[    1.041740] nand: device found, Manufacturer ID: 0x01, Chip ID: 0xda
[    1.048119] nand: AMD/Spansion S34ML02G2
[    1.052063] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[    1.059752] pxa3xx-nand f10d0000.flash: ECC strength 16, ECC step size 2048
[    1.066933] Bad block table found at page 131008, version 0x01
[    1.073127] Bad block table found at page 130944, version 0x01
[    1.079234] 11 ofpart partitions found on MTD device pxa3xx_nand-0
[    1.085444] Creating 11 MTD partitions on "pxa3xx_nand-0":
[    1.090953] 0x000000000000-0x000000200000 : "u-boot"
[    1.096200] 0x000000200000-0x000000220000 : "u_env"
[    1.101338] 0x000000220000-0x000000260000 : "s_env"
[    1.106457] 0x0000007e0000-0x000000820000 : "devinfo"
[    1.111772] 0x000000820000-0x000000a00000 : "sysdiag"
[    1.117080] 0x000000a00000-0x000005a00000 : "kernel1"
[    1.122583] 0x000001000000-0x000005a00000 : "rootfs1"
[    1.128032] 0x000005a00000-0x00000aa00000 : "kernel2"
[    1.133508] 0x000006000000-0x00000aa00000 : "ubi"
[    1.138608] 0x00000aa00000-0x000010000000 : "syscfg"
[    1.144007] 0x000000260000-0x000000820000 : "unused_area"
[    1.149918] libphy: Fixed MDIO Bus: probed
[    1.154273] libphy: orion_mdio_bus: probed
[    1.158504] mvneta_bm f10c8000.bm: Buffer Manager for network controller enabled
[    1.167178] mvneta f1070000.ethernet eth0: Using hardware mac address 60:38:e0:be:c9:30
[    1.176179] mvneta f1034000.ethernet eth1: Using random mac address 96:1e:0e:30:36:a4
[    1.184100] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.190654] ehci-pci: EHCI PCI platform driver
[    1.195145] ehci-platform: EHCI generic platform driver
[    1.200459] ehci-orion: EHCI orion driver
[    1.204549] orion-ehci f1058000.usb: EHCI Host Controller
[    1.209978] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    1.217624] orion-ehci f1058000.usb: irq 37, io mem 0xf1058000
[    1.251268] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    1.257416] hub 1-0:1.0: USB hub found
[    1.261191] hub 1-0:1.0: 1 port detected
[    1.265482] usbcore: registered new interface driver usb-storage
[    1.271642] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    1.279256] i2c /dev entries driver
[    1.294164] orion_wdt: Initial timeout 171 sec
[    1.298842] sdhci: Secure Digital Host Controller Interface driver
[    1.305053] sdhci: Copyright(c) Pierre Ossman
[    1.362480] ata2: SATA link down (SStatus 0 SControl 300)
[    1.367924] ata1: SATA link down (SStatus 0 SControl 300)
[    1.371290] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
[    1.371361] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.377076] marvell-cesa f1090000.crypto: CESA device successfully registered
[    1.377468] NET: Registered protocol family 10
[    1.391530] NET: Registered protocol family 17
[    1.391543] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.391545] 8021q: 802.1Q VLAN Support v1.8
[    1.391600] Registering SWP/SWPB emulation handler
[    1.392774] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.392788] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 2
[    1.392844] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.392864] xhci-hcd f10f8000.usb3: irq 44, io mem 0xf10f8000
[    1.393114] hub 2-0:1.0: USB hub found
[    1.393139] hub 2-0:1.0: 1 port detected
[    1.393220] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.393227] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 3
[    1.393265] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.393444] hub 3-0:1.0: USB hub found
[    1.393467] hub 3-0:1.0: 1 port detected
[    1.393788] UBI: auto-attach mtd8
[    1.393792] ubi0: attaching mtd8
[    1.397847] random: fast init done
[    1.401544] mmc0: new high speed SDIO card at address 0001
[    1.418064] UBI: EOF marker found, PEBs from 72 will be erased
[    1.418246] ubi0: scanning is finished
[    1.434211] ubi0: volume 1 ("rootfs_data") re-sized from 9 to 478 LEBs
[    1.434416] ubi0: attached mtd8 (name "ubi", size 74 MiB)
[    1.434419] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.434421] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.434423] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.434425] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[    1.434426] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.434429] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 948808128
[    1.434431] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 40
[    1.434446] ubi0: background thread "ubi_bgt0d" started, PID 669
[    1.434881] block ubiblock0_0: created from ubi0:0(rootfs)
[    1.434883] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    1.435066] mvsw61xx 10.mvsw61xx: Found MV88E6352 at f1072004.mdio-mii:10
[    1.435069] mvsw61xx 10.mvsw61xx: Using direct addressing
[    1.445968] armada38x-rtc f10a3800.rtc: setting system clock to 2105-07-27 22:42:41 UTC (4278177761)
[    1.617478] Waiting 1 sec before mounting root device...
[    2.642980] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    2.650269] Freeing unused kernel memory: 284K
[    2.654743] This architecture does not have kernel memory protection.
[    2.817050] init: Console is alive
[    2.820532] init: - watchdog -
[    3.182347] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.208473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.214993] ohci-platform: OHCI generic platform driver
[    3.220659] uhci_hcd: USB Universal Host Controller Interface driver
[    3.227324] ohci-pci: OHCI PCI platform driver
[    3.231914] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.243884] init: - preinit -
[    3.385360] mvneta f1070000.ethernet tmp0: renamed from eth0
[    3.432524] mvneta f1034000.ethernet eth0: renamed from eth1
[    3.482433] mvneta f1070000.ethernet eth1: renamed from tmp0
[    3.861732] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[    3.868995] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.875013] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[    3.882917] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.961721] mount_root: loading kmods from internal overlay
[    6.974414] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[    6.983325] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[    7.034668] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.041047] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.047433] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.053899] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.060373] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.066578] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    7.082138] random: crng init done
[    7.428469] UBIFS (ubi0:1): default file-system created
[    7.434115] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 790
[    7.474409] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.482278] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.492237] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.502716] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.509358] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.521108] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    7.528142] block: unable to load configuration (fstab: Entry not found)
[    7.534888] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    7.541382] block: unable to load configuration (fstab: Entry not found)
[    7.548121] block: attempting to load /etc/config/fstab
[    7.553800] block: unable to load configuration (fstab: Entry not found)
[    7.560539] block: no usable configuration
[    7.603020] UBIFS (ubi0:1): un-mount UBI device 0
[    7.607749] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops
[    7.615603] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 793
[    7.655762] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[    7.663640] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    7.673600] UBIFS (ubi0:1): FS size: 59424768 bytes (56 MiB, 468 LEBs), journal size 2920448 bytes (2 MiB, 23 LEBs)
[    7.684081] UBIFS (ubi0:1): reserved for root: 2806778 bytes (2740 KiB)
[    7.690722] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID 41313B35-CD02-40A8-AD19-C6BAF0BB1717, small LPT model
[    7.729417] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.735803] blk_update_request: I/O error, dev mtdblock4, sector 8
[    7.742185] blk_update_request: I/O error, dev mtdblock4, sector 16
[    7.748645] blk_update_request: I/O error, dev mtdblock4, sector 24
[    7.755123] blk_update_request: I/O error, dev mtdblock4, sector 0
[    7.761329] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[    8.112600] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab
[    8.119618] block: unable to load configuration (fstab: Entry not found)
[    8.126372] block: attempting to load /tmp/ubifs_cfg/etc/config/fstab
[    8.132869] block: unable to load configuration (fstab: Entry not found)
[    8.139608] block: attempting to load /etc/config/fstab
[    8.144876] block: unable to load configuration (fstab: Entry not found)
[    8.151617] block: no usable configuration
[    8.191831] mount_root: overlay filesystem has not been fully initialized yet
[    8.199130] mount_root: switching to ubifs overlay
[    8.231295] ubi1: attaching mtd9
[    8.462099] ubi1: scanning is finished
[    8.470344] ubi1: attached mtd9 (name "syscfg", size 86 MiB)
[    8.476038] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    8.482945] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    8.489760] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[    8.496753] ubi1: good PEBs: 680, bad PEBs: 8, corrupted PEBs: 0
[    8.502787] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[    8.510039] ubi1: max/mean erase counter: 31/21, WL threshold: 4096, image sequence number: 1227861886
[    8.519385] ubi1: available PEBs: 0, total reserved PEBs: 680, PEBs reserved for bad PEB handling: 32
[    8.528651] ubi1: background thread "ubi_bgt1d" started, PID 806
[    8.538154] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 810
[    8.582832] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg"
[    8.590261] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    8.600225] UBIFS (ubi1:0): FS size: 80375808 bytes (76 MiB, 633 LEBs), journal size 4063232 bytes (3 MiB, 32 LEBs)
[    8.610709] UBIFS (ubi1:0): reserved for root: 3796347 bytes (3707 KiB)
[    8.617354] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID BB16F960-CC29-48CA-BBC5-E8058CFD0D70, small LPT model
[    8.629617] urandom-seed: Seed file not found (/etc/urandom.seed)
[    8.703187] procd: - early -
[    8.706101] procd: - watchdog -
[    9.299196] procd: - watchdog -
[    9.302429] procd: - ubus -
[    9.355472] procd: - init -
[    9.468579] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.479713] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[    9.486398] tun: Universal TUN/TAP device driver, 1.6
[    9.491483] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.498720] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    9.507266] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    9.517086] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.524239] Netfilter messages via NETLINK v0.30.
[    9.529461] ip_set: protocol 6
[    9.537881] cryptodev: driver 1.9 loaded.
[    9.542314] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180
[    9.550352] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d
[    9.569549] <<Marvell Mac80211 Wireless PCIE Network Driver version 10.3.4.0-20180118>>
[    9.577635] pci 0000:00:01.0: enabling device (0140 -> 0142)
[    9.583465] ieee80211 phy0: priv->pcmd_buf = ddf84000  priv->pphys_cmd_buf = 1df84000
[    9.641282] ieee80211 phy0: fw download start
[    9.641287] ieee80211 phy0: ddr init: download start
[    9.641666] ieee80211 phy0: ddr init: download complete
[    9.779077] ieee80211 phy0: FwSize = 449468 downloaded Size = 449468 curr_iteration 65522
[   12.381263] ieee80211 phy0: ffffffff;
[   13.661263] ieee80211 phy0: ffffffff;
[   14.941262] ieee80211 phy0: ffffffff;
[   16.221262] ieee80211 phy0: ffffffff;
[   17.501262] ieee80211 phy0: ffffffff;
[   18.781262] ieee80211 phy0: ffffffff;
[   20.061263] ieee80211 phy0: ffffffff;
[   21.341262] ieee80211 phy0: ffffffff;
[   22.621262] ieee80211 phy0: ffffffff;
[   23.901262] ieee80211 phy0: ffffffff;
[   25.181262] ieee80211 phy0: ffffffff;
[   26.461262] ieee80211 phy0: ffffffff;
[   27.741262] ieee80211 phy0: ffffffff;
[   29.021262] ieee80211 phy0: ffffffff;
[   30.301262] ieee80211 phy0: ffffffff;
[   31.581262] ieee80211 phy0: ffffffff;
[   32.861262] ieee80211 phy0: ffffffff;
[   34.141263] ieee80211 phy0: ffffffff;
[   35.421262] ieee80211 phy0: ffffffff;
[   36.701262] ieee80211 phy0: ffffffff;
[   37.981262] ieee80211 phy0: ffffffff;
[   39.261262] ieee80211 phy0: ffffffff;
[   40.541262] ieee80211 phy0: ffffffff;
[   41.821262] ieee80211 phy0: ffffffff;
[   43.101262] ieee80211 phy0: ffffffff;
[   44.381262] ieee80211 phy0: ffffffff;
[   45.661261] ieee80211 phy0: ffffffff;
[   46.941261] ieee80211 phy0: ffffffff;
[   48.221262] ieee80211 phy0: ffffffff;
[   49.501262] ieee80211 phy0: ffffffff;
[   50.781262] ieee80211 phy0: ffffffff;
[   52.061262] ieee80211 phy0: ffffffff;
[   53.341262] ieee80211 phy0: ffffffff;
[   54.621261] ieee80211 phy0: ffffffff;
[   55.901262] ieee80211 phy0: ffffffff;
[   57.181261] ieee80211 phy0: ffffffff;
[   58.461262] ieee80211 phy0: ffffffff;
[   59.741262] ieee80211 phy0: ffffffff;
[   61.021262] ieee80211 phy0: ffffffff;
[   62.301263] ieee80211 phy0: ffffffff;
[   63.581262] ieee80211 phy0: ffffffff;
[   64.861262] ieee80211 phy0: ffffffff;
[   66.141261] ieee80211 phy0: ffffffff;
[   67.421262] ieee80211 phy0: ffffffff;
[   68.701261] ieee80211 phy0: ffffffff;
[   69.981262] ieee80211 phy0: ffffffff;
[   71.261262] ieee80211 phy0: ffffffff;
[   72.541262] ieee80211 phy0: ffffffff;
[   73.821261] ieee80211 phy0: ffffffff;
[   75.101261] ieee80211 phy0: ffffffff;
[   76.381263] ieee80211 phy0: ffffffff;
[   77.661262] ieee80211 phy0: ffffffff;
[   78.941262] ieee80211 phy0: ffffffff;
[   80.221261] ieee80211 phy0: ffffffff;
[   81.501262] ieee80211 phy0: ffffffff;
[   82.781262] ieee80211 phy0: ffffffff;
[   84.061262] ieee80211 phy0: ffffffff;
[   85.341261] ieee80211 phy0: ffffffff;
[   86.621262] ieee80211 phy0: ffffffff;
[   87.901262] ieee80211 phy0: ffffffff;
[   89.181262] ieee80211 phy0: ffffffff;
[   90.461262] ieee80211 phy0: ffffffff;
[   91.741262] ieee80211 phy0: ffffffff;
[   93.021261] ieee80211 phy0: ffffffff;
[   94.301262] ieee80211 phy0: ffffffff;
[   95.581261] ieee80211 phy0: ffffffff;
[   96.861262] ieee80211 phy0: ffffffff;
[   98.141262] ieee80211 phy0: ffffffff;
[   99.421261] ieee80211 phy0: ffffffff;
[  100.701261] ieee80211 phy0: ffffffff;
[  101.981262] ieee80211 phy0: ffffffff;
[  103.261262] ieee80211 phy0: ffffffff;
[  104.541263] ieee80211 phy0: ffffffff;
[  105.821261] ieee80211 phy0: ffffffff;
[  107.101262] ieee80211 phy0: ffffffff;
[  108.381262] ieee80211 phy0: ffffffff;
[  109.661262] ieee80211 phy0: ffffffff;
[  110.941262] ieee80211 phy0: ffffffff;
[  112.221262] ieee80211 phy0: ffffffff;
[  113.501262] ieee80211 phy0: ffffffff;
[  114.781262] ieee80211 phy0: ffffffff;
[  116.061261] ieee80211 phy0: ffffffff;
[  117.341262] ieee80211 phy0: ffffffff;
[  118.621263] ieee80211 phy0: ffffffff;
[  119.901262] ieee80211 phy0: ffffffff;
[  121.181262] ieee80211 phy0: ffffffff;
[  122.461262] ieee80211 phy0: ffffffff;
[  123.741262] ieee80211 phy0: ffffffff;
[  125.021262] ieee80211 phy0: ffffffff;
[  126.301262] ieee80211 phy0: ffffffff;
[  127.581262] ieee80211 phy0: ffffffff;
[  128.861261] ieee80211 phy0: ffffffff;
[  130.141262] ieee80211 phy0: ffffffff;
[  131.421262] ieee80211 phy0: ffffffff;
[  132.701263] ieee80211 phy0: ffffffff;
[  133.981261] ieee80211 phy0: ffffffff;
[  135.261261] ieee80211 phy0: ffffffff;
[  136.541261] ieee80211 phy0: ffffffff;
[  137.821262] ieee80211 phy0: ffffffff;
[  139.101262] ieee80211 phy0: ffffffff;
[  140.381262] ieee80211 phy0: ffffffff;
[  141.661262] ieee80211 phy0: ffffffff;
[  142.941261] ieee80211 phy0: ffffffff;
[  144.221262] ieee80211 phy0: ffffffff;
[  145.501262] ieee80211 phy0: ffffffff;
[  146.781263] ieee80211 phy0: ffffffff;
[  148.061262] ieee80211 phy0: ffffffff;
[  149.341262] ieee80211 phy0: ffffffff;
[  150.621262] ieee80211 phy0: ffffffff;
[  151.901261] ieee80211 phy0: ffffffff;
[  153.181262] ieee80211 phy0: ffffffff;
[  154.461261] ieee80211 phy0: ffffffff;
[  155.741262] ieee80211 phy0: ffffffff;
[  157.021262] ieee80211 phy0: ffffffff;
[  158.301262] ieee80211 phy0: ffffffff;
[  159.581262] ieee80211 phy0: ffffffff;
[  160.861263] ieee80211 phy0: ffffffff;
[  162.141261] ieee80211 phy0: ffffffff;
[  163.421262] ieee80211 phy0: ffffffff;
[  164.701262] ieee80211 phy0: ffffffff;
[  165.981262] ieee80211 phy0: ffffffff;
[  167.261262] ieee80211 phy0: ffffffff;
[  168.541261] ieee80211 phy0: ffffffff;
[  169.821261] ieee80211 phy0: ffffffff;
[  171.101261] ieee80211 phy0: ffffffff;
[  172.381262] ieee80211 phy0: ffffffff;
[  173.661262] ieee80211 phy0: ffffffff;
[  174.941262] ieee80211 phy0: ffffffff;
[  176.221262] ieee80211 phy0: ffffffff;
[  177.501262] ieee80211 phy0: ffffffff;
[  178.781262] ieee80211 phy0: ffffffff;
[  180.061262] ieee80211 phy0: ffffffff;
[  181.341262] ieee80211 phy0: ffffffff;
[  182.621262] ieee80211 phy0: ffffffff;
[  183.901262] ieee80211 phy0: ffffffff;
[  185.181262] ieee80211 phy0: ffffffff;
[  186.461262] ieee80211 phy0: ffffffff;
[  187.741261] ieee80211 phy0: ffffffff;
[  189.021262] ieee80211 phy0: ffffffff;
[  190.301261] ieee80211 phy0: ffffffff;
[  191.581261] ieee80211 phy0: ffffffff;
[  192.861262] ieee80211 phy0: ffffffff;
[  194.141262] ieee80211 phy0: ffffffff;
[  195.421261] ieee80211 phy0: ffffffff;
[  196.701261] ieee80211 phy0: ffffffff;
[  197.981262] ieee80211 phy0: ffffffff;
[  199.261262] ieee80211 phy0: ffffffff;
[  200.541261] ieee80211 phy0: ffffffff;
[  201.821261] ieee80211 phy0: ffffffff;
[  203.101262] ieee80211 phy0: ffffffff;
[  204.381262] ieee80211 phy0: ffffffff;
[  205.661262] ieee80211 phy0: ffffffff;
[  206.941262] ieee80211 phy0: ffffffff;
[  208.221261] ieee80211 phy0: ffffffff;
[  209.501261] ieee80211 phy0: ffffffff;
[  210.781262] ieee80211 phy0: ffffffff;
[  212.061261] ieee80211 phy0: ffffffff;
[  213.341261] ieee80211 phy0: ffffffff;
[  214.621261] ieee80211 phy0: ffffffff;
[  215.901262] ieee80211 phy0: ffffffff;
[  217.181262] ieee80211 phy0: ffffffff;
[  218.461262] ieee80211 phy0: ffffffff;
[  219.741261] ieee80211 phy0: ffffffff;
[  221.021262] ieee80211 phy0: ffffffff;
[  222.301262] ieee80211 phy0: ffffffff;
[  223.581262] ieee80211 phy0: ffffffff;
[  224.861261] ieee80211 phy0: ffffffff;
[  226.141262] ieee80211 phy0: ffffffff;
[  227.421262] ieee80211 phy0: ffffffff;
[  228.701261] ieee80211 phy0: ffffffff;
[  229.981262] ieee80211 phy0: ffffffff;
[  231.261263] ieee80211 phy0: ffffffff;
[  232.541262] ieee80211 phy0: ffffffff;
[  233.821261] ieee80211 phy0: ffffffff;
[  235.101262] ieee80211 phy0: ffffffff;
[  236.381262] ieee80211 phy0: ffffffff;
[  237.661262] ieee80211 phy0: ffffffff;
[  238.941261] ieee80211 phy0: ffffffff;
[  240.221262] ieee80211 phy0: ffffffff;
[  241.501262] ieee80211 phy0: ffffffff;
[  242.781262] ieee80211 phy0: ffffffff;
[  244.061262] ieee80211 phy0: ffffffff;
[  245.341262] ieee80211 phy0: ffffffff;
[  246.621261] ieee80211 phy0: ffffffff;
[  247.901262] ieee80211 phy0: ffffffff;
[  249.181261] ieee80211 phy0: ffffffff;
[  250.461262] ieee80211 phy0: ffffffff;
[  251.741262] ieee80211 phy0: ffffffff;
[  253.021261] ieee80211 phy0: ffffffff;
[  254.301262] ieee80211 phy0: ffffffff;
[  255.581261] ieee80211 phy0: ffffffff;
[  256.861262] ieee80211 phy0: ffffffff;
[  258.141262] ieee80211 phy0: ffffffff;
[  259.421262] ieee80211 phy0: ffffffff;
[  260.701262] ieee80211 phy0: ffffffff;
[  261.981261] ieee80211 phy0: ffffffff;
[  263.261262] ieee80211 phy0: ffffffff;
[  264.541261] ieee80211 phy0: ffffffff;
[  265.821262] ieee80211 phy0: ffffffff;
[  267.101262] ieee80211 phy0: ffffffff;
[  268.381262] ieee80211 phy0: ffffffff;
[  269.661262] ieee80211 phy0: ffffffff;
[  270.941261] ieee80211 phy0: ffffffff;
[  272.221262] ieee80211 phy0: ffffffff;
[  273.501263] ieee80211 phy0: ffffffff;
[  274.781262] ieee80211 phy0: ffffffff;
[  276.061262] ieee80211 phy0: ffffffff;
[  277.341262] ieee80211 phy0: ffffffff;
[  278.621262] ieee80211 phy0: ffffffff;
[  279.901262] ieee80211 phy0: ffffffff;
[  281.181261] ieee80211 phy0: ffffffff;
[  282.461261] ieee80211 phy0: ffffffff;
[  283.741262] ieee80211 phy0: ffffffff;
[  285.021262] ieee80211 phy0: ffffffff;
[  286.301262] ieee80211 phy0: ffffffff;
[  287.581261] ieee80211 phy0: ffffffff;
[  288.861262] ieee80211 phy0: ffffffff;
[  290.141261] ieee80211 phy0: ffffffff;
[  291.421261] ieee80211 phy0: ffffffff;
[  292.701261] ieee80211 phy0: ffffffff;
[  293.981262] ieee80211 phy0: ffffffff;
[  295.261262] ieee80211 phy0: ffffffff;
[  296.541261] ieee80211 phy0: ffffffff;
[  297.821262] ieee80211 phy0: ffffffff;
[  299.101262] ieee80211 phy0: ffffffff;
[  300.381261] ieee80211 phy0: ffffffff;
[  301.661262] ieee80211 phy0: ffffffff;
[  302.941262] ieee80211 phy0: ffffffff;
[  304.221262] ieee80211 phy0: ffffffff;
[  305.501263] ieee80211 phy0: ffffffff;
[  306.781262] ieee80211 phy0: ffffffff;
[  308.061262] ieee80211 phy0: ffffffff;
[  309.341262] ieee80211 phy0: ffffffff;
[  310.621262] ieee80211 phy0: ffffffff;
[  311.901262] ieee80211 phy0: ffffffff;
[  313.181262] ieee80211 phy0: ffffffff;
[  314.461262] ieee80211 phy0: ffffffff;
[  315.741261] ieee80211 phy0: ffffffff;
[  317.021261] ieee80211 phy0: ffffffff;
[  318.301262] ieee80211 phy0: ffffffff;
[  319.581262] ieee80211 phy0: ffffffff;
[  320.861261] ieee80211 phy0: ffffffff;
[  322.141262] ieee80211 phy0: ffffffff;
[  323.421263] ieee80211 phy0: ffffffff;
[  324.701262] ieee80211 phy0: ffffffff;
[  325.981261] ieee80211 phy0: ffffffff;
[  327.261262] ieee80211 phy0: ffffffff;
[  328.541262] ieee80211 phy0: ffffffff;
[  329.821262] ieee80211 phy0: ffffffff;
[  331.101262] ieee80211 phy0: ffffffff;
[  332.381261] ieee80211 phy0: ffffffff;
[  333.661262] ieee80211 phy0: ffffffff;
[  334.941261] ieee80211 phy0: ffffffff;
[  336.221262] ieee80211 phy0: ffffffff;
[  337.501261] ieee80211 phy0: ffffffff;
[  338.781262] ieee80211 phy0: ffffffff;
[  338.784938] ieee80211 phy0: Exhausted curr_iteration for fw signature
[  338.791409] ieee80211 phy0: adapter does not exist
[  338.796218] ieee80211 phy0: cannot download firmware image <mwlwifi/88W8964.bin>
[  338.803685] ieee80211 phy0: firmware init fail
[  338.808145] ieee80211 phy0: fail to initialize firmware
[  338.813394] ieee80211 phy0: adapter does not exist
[  338.818240] mwlwifi: probe of 0000:01:00.0 failed with error -5
[  338.824216] pci 0000:00:02.0: enabling device (0140 -> 0142)
[  338.829910] mwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[  338.836033] ieee80211 phy1: priv->pcmd_buf = de7f8000  priv->pphys_cmd_buf = 1e7f8000
[  338.836606] ieee80211 phy1: adapter does not exist
[  338.847444] ieee80211 phy1: fw download start
[  338.847448] ieee80211 phy1: ddr init: download start
[  365.861990] ieee80211 phy1: Exhausted curr_iteration during download
[  365.868370] ieee80211 phy1: ddr init: code download failed
[  365.873881] ieee80211 phy1: adapter does not exist
[  365.878690] ieee80211 phy1: cannot download firmware image <mwlwifi/88W8964.bin>
[  365.886141] ieee80211 phy1: firmware init fail
[  365.890601] ieee80211 phy1: fail to initialize firmware
[  365.895850] ieee80211 phy1: adapter does not exist
[  365.900693] mwlwifi: probe of 0000:02:00.0 failed with error -5
[  365.909147] hidraw: raw HID events driver (C) Jiri Kosina
[  365.916905] u32 classifier
[  365.919624]     input device check on
[  365.923306]     Actions configured
[  365.927154] Mirror/redirect action on
[  365.932733] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[  365.945091] fuse init (API version 7.26)
[  365.953406] Bluetooth: Core ver 2.22
[  365.957034] NET: Registered protocol family 31
[  365.961506] Bluetooth: HCI device and connection manager initialized
[  365.967889] Bluetooth: HCI socket layer initialized
[  365.972791] Bluetooth: L2CAP socket layer initialized
[  365.977869] Bluetooth: SCO socket layer initialized
[  365.983216] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  365.988551] Bluetooth: BNEP filters: protocol multicast
[  365.993807] Bluetooth: BNEP socket layer initialized
[  365.999976] Bluetooth: vendor=0x2df, device=0x9136, class=255, fn=2
[  366.791634] Bluetooth: FW download over, size 695532 bytes
[  367.401298] sdio platform data not available
[  367.406194] usbcore: registered new interface driver btusb
[  367.412382] Bluetooth: HCI UART driver ver 2.3
[  367.416845] Bluetooth: HCI UART protocol H4 registered
[  367.422011] Bluetooth: HCI UART protocol BCSP registered
[  367.427343] Bluetooth: HCI UART protocol ATH3K registered
[  367.433230] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  367.439179] Bluetooth: HIDP socket layer initialized
[  367.444782] ip_tables: (C) 2000-2006 Netfilter Core Team
[  367.470827] Bluetooth: RFCOMM TTY layer initialized
[  367.475751] Bluetooth: RFCOMM socket layer initialized
[  367.480917] Bluetooth: RFCOMM ver 1.11
[  367.485730] usbcore: registered new interface driver ums-alauda
[  367.491919] usbcore: registered new interface driver ums-cypress
[  367.498195] usbcore: registered new interface driver ums-datafab
[  367.504674] usbcore: registered new interface driver ums-freecom
[  367.510962] usbcore: registered new interface driver ums-isd200
[  367.517178] usbcore: registered new interface driver ums-jumpshot
[  367.523539] usbcore: registered new interface driver ums-karma
[  367.529668] usbcore: registered new interface driver ums-sddr09
[  367.535871] usbcore: registered new interface driver ums-sddr55
[  367.542081] usbcore: registered new interface driver ums-usbat
[  367.555467] xt_time: kernel timezone is -0000
[  367.562994] PPP generic driver version 2.4.2
[  367.567704] NET: Registered protocol family 24
[  367.572904] kmodloader: done loading kernel modules from /etc/modules.d/*
[  370.543160] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.549540] blk_update_request: I/O error, dev mtdblock4, sector 8
[  370.555960] blk_update_request: I/O error, dev mtdblock4, sector 16
[  370.562430] blk_update_request: I/O error, dev mtdblock4, sector 24
[  370.568910] blk_update_request: I/O error, dev mtdblock4, sector 0
[  370.575116] Buffer I/O error on dev mtdblock4, logical block 0, async page read
[  370.705687] mvneta f1034000.ethernet eth0: configuring for fixed link mode
[  370.712716] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  370.718604] mvneta f1034000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  370.726980] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  370.735784] br-lan: port 1(eth0.1) entered blocking state
[  370.741215] br-lan: port 1(eth0.1) entered disabled state
[  370.746781] device eth0.1 entered promiscuous mode
[  370.751596] device eth0 entered promiscuous mode
[  370.758012] br-lan: port 1(eth0.1) entered blocking state
[  370.763455] br-lan: port 1(eth0.1) entered forwarding state
[  370.769116] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[  370.781512] mvneta f1070000.ethernet eth1: configuring for fixed link mode
[  370.788834] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[  370.794759] mvneta f1070000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[  370.802783] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  371.761304] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

Copy back the results like the following. It acts like it can't find the firmware.

root@lede:/lib/firmware/mwlwifi# ls -l
-rwxr-xr-x    1 root     root        118776 Jan 20 16:36 88W8864.bin
-rwxr-xr-x    1 root     root        489932 Jan 20 16:36 88W8897.bin
-rwxr-xr-x    1 root     root        449468 Jan 20 16:36 88W8964.bin
-rw-r--r--    1 root     root          2140 Jan 20 16:36 Marvell_license.txt

It's from Lede SNAPSHOT, r5621-1064e76e4e, also file /etc/config/wireless doesn't exist

root@OpenWrt:/lib/firmware/mwlwifi# ls -la
drwxr-xr-x    2 root     root            99 Dec 25 18:06 .
drwxr-xr-x    4 root     root            63 Dec 25 18:06 ..
-rwxr-xr-x    1 root     root        118776 Dec 25 18:06 88W8864.bin
-rwxr-xr-x    1 root     root        489932 Dec 25 18:06 88W8897.bin
-rwxr-xr-x    1 root     root        449420 Dec 25 18:06 88W8964.bin
-rw-r--r--    1 root     root          2140 Dec 25 18:06 Marvell_license.txt

Have you tried to re-create the Wifi SSID's?

At any rate I'd probably recommend you go to r5917 anyway.

beginner67890 wrote:

This should do the same thing using SSH. Edit the file /etc/config/uh t t p d containing this setting to disable h t t p s:

option redirect_ h t t p s '0'

Edit: Probably /etc/init.d/uh t t p d restart or a reboot would be needed.

Edit2: The initial security certificate can be defective when created with a bad timestamp. They can be rebuilt with this:

rm /etc/uh t t p d.crt
rm /etc/uh t t p d.key
/etc/init.d/uh t t p d restart

You sir/madam are a legend, disabling h t t p s allowed web access and regenerating the cert allowed it to be renabled and the web interface was available still.

Greatly appreciated!

Sorry, posts 4626 to 4625 are missing from our archive.