Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:linksys:ea4500 [2019/04/02 17:33] – Caution also apply to EA4500v1 djipitoh:linksys:ea4500 [2023/03/21 11:26] – [Installation] insaneknight
Line 3: Line 3:
  
 The Linksys EA4500 and E4200 v2 share identical hardware. The Linksys EA4500 and E4200 v2 share identical hardware.
-OEM source code available at: [[http://support.linksys.com/en-us/gplcodecenter]]+OEM source code available at: [[https://www.linksys.com/us/support-product?pid=01t80000003K7iqAAC]]
  
 ===== Supported Versions ===== ===== Supported Versions =====
Line 16: Line 16:
  
 ^ Model   ^ Launch Date    S/N   ^ OpenWrt Supported   ^ Model Specific Notes   ^ ^ Model   ^ Launch Date    S/N   ^ OpenWrt Supported   ^ Model Specific Notes   ^
-| EA4500          |  April 2012    |  12A106  | Trunk (as of [[https://dev.openwrt.org/changeset/47458|r47458]]) | runs a bit warm        |+| EA4500          |  April 2012    |  12A106  | Trunk (as of [[https://dev.openwrt.org/changeset/47458|r47458]]) | runs a bit warm   (#1)     |
 | E4200 v2        |  October 2011  |  01C106  | Trunk (as of [[https://dev.openwrt.org/changeset/47458|r47458]]) | -                      | | E4200 v2        |  October 2011  |  01C106  | Trunk (as of [[https://dev.openwrt.org/changeset/47458|r47458]]) | -                      |
  
 +:!: **Caution:** **WPA3 WILL NOT WORK ON THESE DEVICES in 21.02.0** if you select WPA3, wireless will error out and not work. 
 +See: https://forum.openwrt.org/t/kirkwood-linksys-ea4500-openwrt-21-02-0-rc1-wifi-problems/95739/11 for more details.
  
 :!: **Caution:** The wireless seems to have problems with WiFi-stability on connections to certain client chipsets, e.g. Apple-devices. :!: **Caution:** The wireless seems to have problems with WiFi-stability on connections to certain client chipsets, e.g. Apple-devices.
 See [[https://dev.openwrt.org/ticket/21284|this]] thread on OpenWrt developers forum. See [[https://dev.openwrt.org/ticket/21284|this]] thread on OpenWrt developers forum.
 +:-\(#1)  If it fails to boot showing solid logo only, it's likely too hot. Try placing in a freezer for 3-5 minutes. It works.
  
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
Line 48: Line 51:
 ---- ----
  
 +For the installation guide for EA4500 v3, please go to [[toh:linksys:ea4500_v3|its own page]].
  
 The EA4500 has a dual firmware layout:  working and backup partitions.  It boots from the working partition in normal operation.  Firmware flashes occur on the backup partition and the EA4500 shall reboot from the backup partition following from a firmware flash.  The backup partition becomes the new working partition when the reboot was successful.  The former working partition becomes the new backup partition. The EA4500 has a dual firmware layout:  working and backup partitions.  It boots from the working partition in normal operation.  Firmware flashes occur on the backup partition and the EA4500 shall reboot from the backup partition following from a firmware flash.  The backup partition becomes the new working partition when the reboot was successful.  The former working partition becomes the new backup partition.
Line 57: Line 61:
 {{page>meta:infobox:attention_trunk&noheader&nofooter&noeditbtn}} {{page>meta:infobox:attention_trunk&noheader&nofooter&noeditbtn}}
  
-As of [[https://dev.openwrt.org/changeset/47458|r47458]] both EA4500 and E4200 v2 are fully supported. These boards are identified by the codename "**Viper**."  The ''**factory.bin**'' image can be flashed directly from the Linksys web interface. Upgrading between OpenWrt images is accomplished with the ''**sysupgrade.tar**'' image.+As of [[https://dev.openwrt.org/changeset/47458|r47458]] both EA4500 and E4200 v2 are supported EXCEPT FOR WPA3, **WPA3 WILL NOT WORK ON THESE DEVICES**. These boards are identified by the codename "**Viper**."  The ''**factory.bin**'' image can be flashed directly from the Linksys web interface. Upgrading between OpenWrt images is accomplished with the ''**sysupgrade.tar**'' image.
  
 Prebuilt trunk snapshots offer the **most straightforward** installation and they are available now: [[https://downloads.openwrt.org/snapshots/trunk/kirkwood/generic/]] Prebuilt trunk snapshots offer the **most straightforward** installation and they are available now: [[https://downloads.openwrt.org/snapshots/trunk/kirkwood/generic/]]
Line 109: Line 113:
  
 Now in booted OpenWrt, we need to flash OpenWrt into NAND. You need to get the network working first. Then you do: Now in booted OpenWrt, we need to flash OpenWrt into NAND. You need to get the network working first. Then you do:
-''+<code>
 # cd /tmp # cd /tmp
 # wget http://yourserver/openwrt-kirkwood-ea4500-rootfs.ubi # wget http://yourserver/openwrt-kirkwood-ea4500-rootfs.ubi
Line 117: Line 121:
 # mtd erase kernel # mtd erase kernel
 # mtd write openwrt-kirkwood-ea4500-uImage kernel # mtd write openwrt-kirkwood-ea4500-uImage kernel
-''+</code>
  
 After this you reboot the device, break u-boot again and set u-boot to boot OpenWrt from NAND: After this you reboot the device, break u-boot again and set u-boot to boot OpenWrt from NAND:
-''+<code>
 Viper>> setenv owrt_bootargs_root ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw Viper>> setenv owrt_bootargs_root ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw
 Viper>> setenv owrt_boot nand read.e \${loadaddr} 0x200000 0x200000 \; setenv bootargs \$(console) \$(owrt_bootargs_root) \; bootm \${loadaddr} Viper>> setenv owrt_boot nand read.e \${loadaddr} 0x200000 0x200000 \; setenv bootargs \$(console) \$(owrt_bootargs_root) \; bootm \${loadaddr}
Line 126: Line 130:
 Viper>> setenv auto_recovery no Viper>> setenv auto_recovery no
 Viper>> saveenv Viper>> saveenv
-''+</code>
  
-=== Installation without Serial ===+=== Older builds (deprecated):  Installation without Serial ===
  
 There is another way to Flash your device, without using a serial connection. There is another way to Flash your device, without using a serial connection.
Line 202: Line 206:
  
 ===== Back to the original stock firmware ===== ===== Back to the original stock firmware =====
-:!: **Caution:** There seems to be no way to go back to original stock firmware for the E4200v2 and EA4500v1.  Therefore, you should always flash from the working Linksys partition onlyif you want to be able to keep it on.  [[https://forum.openwrt.org/t/back-to-stock-factory-firmware-linksys-e4200-v2-openwrt-fw-to-linksys-fw/31570|See Forum]]+:!: **Caution:** Going back to the original stock firmware is impossible directly via OpenWrt (versions >=18.06).  Therefore, you should always **flash from the working Linksys partition only** if you want to be able to skip the following steps.  [[https://forum.openwrt.org/t/back-to-stock-factory-firmware-linksys-e4200-v2-openwrt-fw-to-linksys-fw/31570|See Forum]]
  
-**Method 1**:  You could try to flash a Linksys firmware image directly from the LuCI web interface.+==== SSH method (OpenWrt >=18.06 and LEDE 17.01) ====  
 +Probably the most generic way to go back to the stock firmware. You can skip the downgrade to LEDE 17.01 if you already are running it.
  
-  * Linksys EA4500v1 cloud: http://downloads.linksys.com/downloads/firmware/1224692441473/FW_EA4500_2.1.41.164606.img.zip +  * On your workstation computer: 
-  Linksys EA4500v1 classic: http://downloads.linksys.com/downloads/firmware/FW_EA4500_2.0.37.131047.zip +    * Download [[http://archive.openwrt.org/releases/17.01.4/targets/kirkwood/generic/lede-17.01.4-kirkwood-linksys-viper-squashfs-sysupgrade.tar|LEDE 17.01.4 firmware image]] 
-  (Not working) <del>Linksys E4200v2 cloud: http://downloads.linksys.com/downloads/firmware/1224693028983/FW_E4200v2_2.1.41.164606.img.zip</del> +    For the **E4200v2** 
-  * (Not working) <del>Linksys E4200v2 classic: http://downloads.linksys.com/downloads/firmware/1224693043651/FW_E4200_2.0.37.131047.zip</del>+      * Download [[http://downloads.linksys.com/downloads/firmware/1224693028983/FW_E4200v2_2.1.41.164606.img.zip|E4200v2 Linksys stock firmware 2.1.41.164606]] 
 +      Extract the file ''FW_E4200v2_2.1.41.164606.img'' from this archive on your workstation 
 +    * For the **EA4500** 
 +      * Download [[http://downloads.linksys.com/downloads/firmware/1224692441473/FW_EA4500_2.1.41.164606.img.zip|EA4500v1 Linksys stock firmware 2.1.41.164606]] 
 +      * Extract the file ''FW_EA4500_2.1.41.164606.img'' from this archive on your workstation 
 +    * Connect the workstation using a cabled connection to the router and ensure that your workstation is configured as DHCP client 
 +  * Downgrade to LEDE: 
 +    * On your workstation using SCP, copy ''lede-17.01.4-kirkwood-linksys-viper-squashfs-sysupgrade.tar'' to /tmp on your router 
 +    * On your router using SSH, issue the command ''sysupgrade -F -n /tmp/lede-17.01.4-kirkwood-linksys-viper-squashfs-sysupgrade.tar'' 
 +    * After a while, your router should reboot on LEDE 17.01.4 
 +  * Revert to factory: 
 +    * For the **E4200v2** 
 +      * On your workstation using SCP, copy ''FW_E4200v2_2.1.41.164606.img'' to /tmp on your router 
 +      * On your router using SSH, issue the command ''sysupgrade -F -n /tmp/FW_E4200v2_2.1.41.164606.img'' - :!: Do not use the zip archive directly, you have to extract the firmware image from it first 
 +    * For the **EA4500** 
 +      * On your workstation using SCP, copy ''FW_EA4500_2.1.41.164606.img'' to /tmp on your router 
 +      * On your router using SSH, issue the command ''sysupgrade -F -n /tmp/FW_EA4500_2.1.41.164606.img'' - :!: Do not use the zip archive directly, you have to extract the firmware image from it first 
 +    * After a while, your router should reboot on the stock Linksys firmware
  
 +==== GUI method (LEDE 17.01 only!) ====
 +You could try to flash a Linksys firmware image (extracted from zip) directly from the LuCI web interface.
  
-**Method 2**(To be confirmed then strike-through can undone) <del>If Method 1 doesn't work, you could do the following instead, to bypass the OpenWrt-specific metadata check, which fails for the Linksys OEM firmwares.+:!: Do not use the zip archive directly, you have to extract the firmware image from it first
  
-*Download the .IMG file (from the appropriate link above) to your router'/tmp+  Linksys EA4500v1 cloud: http://downloads.linksys.com/downloads/firmware/1224692441473/FW_EA4500_2.1.41.164606.img.zip 
-*Flash it from there with "sysupgrade -F" using SSH consoleFor Windows, you could use PuTTy or Bitvise SSH for that.+  Linksys EA4500v1 classic: http://downloads.linksys.com/downloads/firmware/FW_EA4500_2.0.37.131047.zip 
 +  * Linksys E4200v2 cloud: http://downloads.linksys.com/downloads/firmware/1224693028983/FW_E4200v2_2.1.41.164606.img.zip 
 +  * Linksys E4200v2 classic: http://downloads.linksys.com/downloads/firmware/1224693043651/FW_E4200_2.0.37.131047.zip
  
-For instance, for EA4200, you would type the following +==== Cut the power method ====
-<code> +
-cd /tmp +
-wget link-to-stock-firmware_FW_E4200v2_2.1.41.164606.img +
-sysupgrade -F -n /tmp/FW_E4200v2_2.1.41.164606.img +
-</code></del>+
  
- +This works too if you had flashed a firmware image from the stock Linksys web interface **and** you've not done another subsequent upgrade from OpenWrt.
-**Method 3**:  This works too if you had flashed a firmware image from the stock Linksys web interface **and** you've not done another subsequent upgrade from OpenWrt.+
  
 Cut the power to the router while the router is booting up.  The router white LED shall blink rapidly and that's when you cut the power--inducing a failed boot.  After 3 failed boots, the EA4500 then boots from the backup partition and reverts back to its Linksys firmware.  [[https://forum.openwrt.org/viewtopic.php?pid=317288#p317288|See Forum]] Cut the power to the router while the router is booting up.  The router white LED shall blink rapidly and that's when you cut the power--inducing a failed boot.  After 3 failed boots, the EA4500 then boots from the backup partition and reverts back to its Linksys firmware.  [[https://forum.openwrt.org/viewtopic.php?pid=317288#p317288|See Forum]]
-==== Alternative method ==== +==== Alternative method (serial console required)==== 
-''+<code>
 $ binwalk FW_EA4500_2.1.41.164606.img $ binwalk FW_EA4500_2.1.41.164606.img
 DECIMAL       HEXADECIMAL     DESCRIPTION DECIMAL       HEXADECIMAL     DESCRIPTION
Line 237: Line 257:
 2752512       0x2A0000        JFFS2 filesystem, little endian 2752512       0x2A0000        JFFS2 filesystem, little endian
 21603204      0x149A384       Zlib compressed data, compressed, uncompressed size >= 606 21603204      0x149A384       Zlib compressed data, compressed, uncompressed size >= 606
-''+</code>
  
 Break u-boot and do: Break u-boot and do:
-''+<code>
 Viper>> tftpboot 0x2000000 FW_EA4500_2.1.41.164606.img Viper>> tftpboot 0x2000000 FW_EA4500_2.1.41.164606.img
 Viper>> nand erase 0x200000 0x1500000 Viper>> nand erase 0x200000 0x1500000
Line 246: Line 266:
 Viper>> resetenv Viper>> resetenv
 Viper>> reset Viper>> reset
-''+</code>
  
 Note that for different versions size may differ. Note that for different versions size may differ.
Line 275: Line 295:
 | wlan1            | WiFi (5GHz)          | Disabled                | | wlan1            | WiFi (5GHz)          | Disabled                |
  
-Note:  Due to the unfortunate lack of DFS support in the current mwl8k driver, there are only four available channels in the 5GHz radio: +Note:  Due to the unfortunate lack of DFS support in the current mwl8k driver, only four were made available at first and up to nine should now be available for the 5GHz radio: 
- +^ WiFi Channel          ^ Frequency ^ Transmit power ^ 
-  5180 MHz [36] (20.0 dBm) +| 36                    | 5180 MHz  20.0 dBm | 
-  5200 MHz [40] (20.0 dBm) +| 40                    | 5200 MHz  20.0 dBm | 
-  5220 MHz [44] (20.0 dBm) +| 44                    | 5220 MHz  20.0 dBm | 
-  5240 MHz [48] (20.0 dBm)+| 48                    | 5240 MHz  20.0 dBm 
 +| 149<sup>1,2</sup>     | 5745 MHz  | 20.0 dBm | 
 +| 153<sup>1,2</sup>     | 5765 MHz  | 20.0 dBm | 
 +| 157<sup>1,2</sup>     | 5785 MHz  | 20.0 dBm | 
 +| 161<sup>1,2</sup>     | 5805 MHz  | 20.0 dBm | 
 +| 165<sup>1,2</sup>     | 5825 MHz  | 20.0 dBm | 
 +<sup>1</sup> [[commit>?p=openwrt/openwrt.git;a=commit;h=672c430d6e2a1dbc5f99fd5d8d9d47e6af02ad5e|Since OpenWrt 18.06.2]]
  
 +<sup>2</sup> Unavailable on some hardware depending on regulatory region.  Make sure to select your country first, then start the WiFi interfaces; sometime these channels are only visible after the first startup.
 ==== Failsafe mode ==== ==== Failsafe mode ====
 -> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]] -> [[docs:guide-user:troubleshooting:failsafe_and_factory_reset]]
Line 462: Line 489:
  
 The Marvell bootloader has some differences with respect to computing checksums of the u-boot environment flash partition, making modification of the environment via the standard OpenWrt tools a problem.  It appears that the [[https://code.google.com/p/sheeva-uboot-tools/ | Sheeva U-Boot Tools]] should work, if you find it necessary to work with the environment from the OS (e.g., fw_printenv and fw_setenv.) The Marvell bootloader has some differences with respect to computing checksums of the u-boot environment flash partition, making modification of the environment via the standard OpenWrt tools a problem.  It appears that the [[https://code.google.com/p/sheeva-uboot-tools/ | Sheeva U-Boot Tools]] should work, if you find it necessary to work with the environment from the OS (e.g., fw_printenv and fw_setenv.)
 +
 +==== Bootloader default envs ====
 +This is the default parameters of the device's u-boot
 +<WRAP bootlog>
 +<nowiki>
 +Viper>> printenv
 +bootdelay=0
 +baudrate=115200
 +loads_echo=0
 +ipaddr=192.168.1.10
 +serverip=192.168.1.254
 +rootpath=/mnt/ARM_FS
 +netmask=255.255.255.0
 +run_diag=yes
 +auto_recovery=yes
 +console=console=ttyS0,115200
 +badcount=0
 +bootbadcount=0
 +uenvbadcount=0
 +senvbadcount=0
 +buffbadcount=0
 +fs_bootargs=unused
 +mtdparts=mtdparts=nand_mtd:512k(uboot)ro,128k@512k(u_env),128k@640k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,74m@54m(syscfg)
 +ethprime=egiga0
 +bootargs_root=root=/dev/nfs rw
 +fs_bootargs_root=root=/dev/mtdblock4 ro rootfstype=jffs2
 +alt_fs_bootargs_root=root=/dev/mtdblock6 ro rootfstype=jffs2
 +mfg_fs_bootargs_root=root=/dev/mtdblock6 ro rootfstype=jffs2
 +usb_fs_bootargs_root=root=/dev/sda1 rw rootfstype=ext2
 +bootargs_end=:::DB88FXX81:eth0:none
 +image_name=uImage
 +nfsboot=tftp 0x2000000 uImage; setenv bootargs $(console) $(mtdparts) $(bootargs_root) nfsroot=$(serverip):$(rootpath) ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000;
 +nandboot=nand read.e 0x2000000 0x200000 0x300000; setenv bootargs $(console) $(mtdparts) $(fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x2000000;
 +altnandboot=nand read.e 0x2000000 0x1c00000 0x300000; setenv bootargs $(console) $(mtdparts) $(alt_fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x2000000;
 +mfgboot=nand read.e 0x2000000 0x1c00000 0x300000; setenv bootargs $(console) $(mtdparts) $(mfg_fs_bootargs_root) serial_number=$(sn) uuid=$(uuid) hw_version=$(hw) device_mac=$(mac) factory_date=$(date) wps_pin=$(wps); bootm 0x2000000;
 +usbboot=usb start;ext2load usb 0:1 2000000 /uImage; setenv bootargs $(console) $(mtdparts) $(usb_fs_bootargs_root) rootdelay=10; bootm 0x2000000;
 +standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
 +lcd0_enable=0
 +lcd0_params=640x480-16@60
 +ethmtu=1500
 +eth1mtu=1500
 +mvPhoneConfig=mv_phone_config=dev[0]:fxs,dev[1]:fxo
 +mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
 +usb0Mode=host
 +yuk_ethaddr=00:00:00:EE:51:81
 +nandEcc=1bit
 +netretry=no
 +rcvrip=169.254.100.100
 +loadaddr=0x02000000
 +autoload=no
 +image_multi=yes
 +mtdparts_version=4
 +envsaved=yes
 +ethact=egiga0
 +boot_part_ready=3
 +boot_part=1
 +bootcmd="run nandboot"
 +stdin=serial
 +stdout=serial
 +stderr=serial
 +mainlineLinux=no
 +enaMonExt=no
 +enaCpuStream=no
 +enaWrAllo=no
 +pexMode=RC
 +disL2Cache=no
 +setL2CacheWT=yes
 +disL2Prefetch=yes
 +enaICPref=yes
 +enaDCPref=yes
 +sata_dma_mode=yes
 +netbsd_en=no
 +vxworks_en=no
 +disaMvPnp=no
 +enaAutoRecovery=yes
 +pcieTune=no
 +pcieTune1=no
 +layout=ver.0.0.7
 +model=EA4500
 +hw=RGWM-C4_0GA
 +edal_key=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 +mac=C8:D7:19:2C:71:57
 +ethaddr=C8:D7:19:2C:71:57
 +eth1addr=C8:D7:19:2C:71:58
 +date=2013/01/03
 +sn=12A10601303247
 +uuid=07979CD77271C65F0537501305A29D7B
 +wps=53912060
 +
 +Environment size: 2929/131068 bytes
 +
 +
 +</nowiki>
 +</WRAP>\\
  
 ===== Bootlogs ===== ===== Bootlogs =====
Line 494: Line 615:
 Mem malloc Initialization (8M - 7M): Done Mem malloc Initialization (8M - 7M): Done
 NAND:128 MB NAND:128 MB
 +
 +Updating boot_count ... done
 +
 Flash:  0 kB Flash:  0 kB
  
Line 513: Line 637:
 Hit any key to stop autoboot:  Hit any key to stop autoboot: 
  
-NAND read: device 0 offset 0x200000, size 0x200000+NAND read: device 0 offset 0x200000, size 0x300000
  
-Reading data from 0x3ff800 -- 100% complete. +Reading data from 0x4ff800 -- 100% complete. 
- 2097152 bytes read: OK+ 3145728 bytes read: OK
 ## Booting image at 02000000 ... ## Booting image at 02000000 ...
-   Image Name:   ARM OpenWrt Linux-3.14.26 +   Image Name:   ARM OpenWrt Linux-4.14.158 
-   Created:      2014-12-30  15:59:55 UTC+   Created:      2019-12-17  18:20:02 UTC
    Image Type:   ARM Linux Kernel Image (uncompressed)    Image Type:   ARM Linux Kernel Image (uncompressed)
-   Data Size:    1633276 Bytes =  1.MB+   Data Size:    2291534 Bytes =  2.MB
    Load Address: 00008000    Load Address: 00008000
    Entry Point:  00008000    Entry Point:  00008000
Line 529: Line 653:
 Starting kernel ... Starting kernel ...
  
-Uncompressing Linux... done, booting the kernel. 
 [    0.000000] Booting Linux on physical CPU 0x0 [    0.000000] Booting Linux on physical CPU 0x0
-[    0.000000] Linux version 3.14.26 (jirka@nanopsycho) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r43795) ) #Tue Dec 30 16:59:33 CET 2014 +[    0.000000] Linux version 4.14.158 (builder@buildhost) (gcc version 8.3.0 (OpenWrt GCC 8.3.0 r11689-1115c9aad3)) #Tue Dec 17 18:20:02 2019 
-[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977+[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
 [    0.000000] CPU: VIVT data cache, VIVT instruction cache [    0.000000] CPU: VIVT data cache, VIVT instruction cache
-[    0.000000] Machine model: Linksys EA4500+[    0.000000] OF: fdt: Machine model: Linksys Viper (E4200v2 / EA4500)
 [    0.000000] Memory policy: Data cache writeback [    0.000000] Memory policy: Data cache writeback
-[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512 +[    0.000000] random: get_random_bytes called from start_kernel+0x74/0x450 with crng_init=0 
-[    0.000000] Kernel command line: console=ttyS0,115200 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw+[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480 
 +[    0.000000] Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:512k(uboot)ro,128k@512k(u_env),128k@640k(s_env),26m@2m(kernel),26m@2m(rootfs)fs,26m@28m(alt_kernel),26m@28m(alt_rootfs)fs,74m@54m(syscfg) root=/dev/mtdblock4 ro rootfstype=jffs2 serial_number=12A10601303247 uuid=07979CD77271C65F0537501305A29D7B hw_version=RGWM-C4_0GA device_mac=C8:D7:19:2C:71:57 factory_date=2013/01/03 wps_pin=53912060
 [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
 [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
 [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
-[    0.000000] Memory: 125192K/131072K available (3238K kernel code, 172K rwdata, 916K rodata, 133K init, 181K bss, 5880K reserved)+[    0.000000] Memory: 121084K/131072K available (4974K kernel code, 176K rwdata, 1264K rodata, 1024K init, 213K bss, 9988K reserved, 0K cma-reserved)
 [    0.000000] Virtual kernel memory layout: [    0.000000] Virtual kernel memory layout:
 [    0.000000]     vector  : 0xffff0000 - 0xffff1000     4 kB) [    0.000000]     vector  : 0xffff0000 - 0xffff1000     4 kB)
-[    0.000000]     fixmap 0xfff00000 0xfffe0000   ( 896 kB) +[    0.000000]     fixmap 0xffc00000 0xfff00000   (3072 kB) 
-[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)+[    0.000000]     vmalloc : 0xc8800000 - 0xff800000   ( 880 MB)
 [    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB) [    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
 [    0.000000]     modules : 0xbf000000 - 0xc0000000    16 MB) [    0.000000]     modules : 0xbf000000 - 0xc0000000    16 MB)
-[    0.000000]       .text : 0xc0008000 - 0xc0416d5c   (4156 kB) +[    0.000000]       .text : 0xc0008000 - 0xc05db8b0   (5967 kB) 
-[    0.000000]       .init : 0xc0417000 0xc04384d4   ( 134 kB) +[    0.000000]       .init : 0xc0800000 0xc0900000   (1024 kB) 
-[    0.000000]       .data : 0xc043a000 0xc0465034   ( 173 kB) +[    0.000000]       .data : 0xc0900000 0xc092c040   ( 177 kB) 
-[    0.000000]        .bss : 0xc0465034 0xc0492488   ( 182 kB) +[    0.000000]        .bss : 0xc092c040 0xc096161c   ( 214 kB) 
-[    0.000000] NR_IRQS:114 +[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 
-[    0.000014] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns +[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 
-[    0.000133] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256+[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns 
-[    0.090085] pid_max: default: 32768 minimum: 301 +[    0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns 
-[    0.090191] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) +[    0.000036] Switching to timer-based delay loop, resolution 5ns 
-[    0.090209] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) +[    0.000115] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000
-[    0.092219] CPU: Testing write buffer coherency: ok +[    0.000136] pid_max: default: 32768 minimum: 301 
-[    0.092513] Setting up static identity map for 0x11168 0x111a4 +[    0.000351] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) 
-[    0.094169pinctrl coreinitialized pinctrl subsystem +[    0.000372] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) 
-[    0.095067regulator-dummyno parameters +[    0.001144] CPU: Testing write buffer coherency: ok 
-[    0.095531] NET: Registered protocol family 16 +[    0.001936] Setting up static identity map for 0x100000 0x10003c 
-[    0.095861] DMA: preallocated 256 KiB pool for atomic coherent allocations +[    0.002195mvebu-soc-idMVEBU SoC ID=0x6282, Rev=0x1 
-[    0.098245] cpuidle: using governor ladder +[    0.006490clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns 
-[    0.098303] Kirkwood: MV88F6282-Rev-A1. +[    0.006514] futex hash table entries: 256 (order: -1, 3072 bytes) 
-[    0.098442] Feroceon L2: Enabling L2 +[    0.006646] pinctrl coreinitialized pinctrl subsystem 
-[    0.098480] Feroceon L2: Cache support initialised. +[    0.007713] NET: Registered protocol family 16 
-[    0.098912] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set +[    0.008188] DMA: preallocated 256 KiB pool for atomic coherent allocations 
-[    0.098956] [Firmware Info]: /ocp@f1000000/ethernet-controller@76000/ethernet1-port@0: local-mac-address is not set +[    0.009130] cpuidle: using governor ladder 
-[    0.111652bio: create slab <bio-0> at 0 +[    0.009599] Feroceon L2: Enabling L2 
-[    0.112817] SCSI subsystem initialized +[    0.009641] Feroceon L2: Cache support initialised. 
-[    0.113577] usbcore: registered new interface driver usbfs +[    0.009901] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set 
-[    0.113728] usbcore: registered new interface driver hub +[    0.010001] [Firmware Info]: /ocp@f1000000/ethernet-controller@76000/ethernet1-port@0: local-mac-address is not set 
-[    0.113900] usbcore: registered new device driver usb +[    0.014383No ATAGs? 
-[    0.115310] Switched to clocksource orion_clocksource +[    0.031140] SCSI subsystem initialized 
-[    0.117107] NET: Registered protocol family 2 +[    0.031843] usbcore: registered new interface driver usbfs 
-[    0.117810] TCP established hash table entries: 1024 (order: 0, 4096 bytes) +[    0.031900] usbcore: registered new interface driver hub 
-[    0.117833] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) +[    0.031954] usbcore: registered new device driver usb 
-[    0.117852] TCP: Hash tables configured (established 1024 bind 1024) +[    0.034069clocksource: Switched to clocksource orion_clocksource 
-[    0.117901] TCP: reno registered +[    0.034896] NET: Registered protocol family 2 
-[    0.117914] UDP hash table entries: 256 (order: 0, 4096 bytes) +[    0.035487] TCP established hash table entries: 1024 (order: 0, 4096 bytes) 
-[    0.117935] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) +[    0.035512] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) 
-[    0.118092] NET: Registered protocol family 1 +[    0.035532] TCP: Hash tables configured (established 1024 bind 1024) 
-[    0.119375futex hash table entries256 (order: -1, 3072 bytes) +[    0.035608] UDP hash table entries: 256 (order: 0, 4096 bytes) 
-[    0.119844] squashfs: version 4.0 (2009/01/31) Phillip Lougher +[    0.035631] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) 
-[    0.119855] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. +[    0.035784] NET: Registered protocol family 1 
-[    0.120097] msgmni has been set to 244 +[    0.036608Crashlog allocated RAM at address 0x3f00000 
-[    0.120741] io scheduler noop registered +[    0.038386] workingsettimestamp_bits=14 max_order=15 bucket_order=
-[    0.120752] io scheduler deadline registered (default) +[    0.043515] squashfs: version 4.0 (2009/01/31) Phillip Lougher 
-[    0.122145] kirkwood-pinctrl f1010000.pinctrl: registered pinctrl driver +[    0.043527] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. 
-[    0.122798] mvebu-pcie pcie-controller.1: PCI host bridge to bus 0000:00 +[    0.053162] io scheduler noop registered 
-[    0.122816] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff] +[    0.053176] io scheduler deadline registered (default) 
-[    0.122828] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf0000000+[    0.054399] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver 
-[    0.122840] pci_bus 0000:00: root bus resource [bus 00-ff] +[    0.055914] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 
-[    0.123382] PCI: bus0: Fast back to back transfers disabled +[    0.055932] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff] 
-[    0.123397] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring +[    0.055943] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff
-[    0.123410] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring +[    0.055955] pci_bus 0000:00: root bus resource [bus 00-ff] 
-[    0.124029] PCI: bus1: Fast back to back transfers disabled +[    0.056356] PCI: bus0: Fast back to back transfers disabled 
-[    0.124659] PCI: bus2: Fast back to back transfers disabled +[    0.056372] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
-[    0.124769] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe00fffff] +[    0.056385] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring 
-[    0.124785] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0100000-0xe01fffff] +[    0.056791] PCI: bus1: Fast back to back transfers disabled 
-[    0.124801] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit] +[    0.057202] PCI: bus2: Fast back to back transfers disabled 
-[    0.124827] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe001ffff 64bit] +[    0.057256] pci 0000:00:01.0: BAR 8: assigned [mem 0xe0000000-0xe00fffff] 
-[    0.124851] pci 0000:00:01.0: PCI bridge to [bus 01] +[    0.057270] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0100000-0xe01fffff] 
-[    0.124864] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff] +[    0.057287] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit] 
-[    0.124881] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0100000-0xe010ffff 64bit] +[    0.057310] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe001ffff 64bit] 
-[    0.124907] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0110000-0xe011ffff 64bit] +[    0.057330] pci 0000:00:01.0: PCI bridge to [bus 01] 
-[    0.124930] pci 0000:00:02.0: PCI bridge to [bus 02] +[    0.057344] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff] 
-[    0.124942] pci 0000:00:02.0:   bridge window [mem 0xe0100000-0xe01fffff] +[    0.057361] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0100000-0xe010ffff 64bit] 
-[    0.197741] Serial: 8250/16550 driver, ports, IRQ sharing disabled +[    0.057383] pci 0000:02:00.0: BAR 2: assigned [mem 0xe0110000-0xe011ffff 64bit] 
-[    0.199094] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A +[    0.057402] pci 0000:00:02.0: PCI bridge to [bus 02] 
-[    0.700336] console [ttyS0] enabled +[    0.057414] pci 0000:00:02.0:   bridge window [mem 0xe0100000-0xe01fffff] 
-[    0.705802] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 +[    0.057873] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled 
-[    0.712181] nand: Hynix H27U1G8F2BTR-BC +[    0.059656] console [ttyS0] disabled 
-[    0.716047] nand: 128MiB, SLC, page size: 2048, OOB size: 64 +[    0.059729] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A 
-[    0.721736] Scanning device for bad blocks +[    0.649232] console [ttyS0] enabled 
-[    0.7904344 ofpart partitions found on MTD device orion_nand +[    0.654012] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 
-[    0.796305] Creating MTD partitions on "orion_nand": +[    0.660428] nand: Hynix H27U1G8F2BTR-BC 
-[    0.801474] 0x000000000000-0x000000080000 : "u-boot" +[    0.664299] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 
-[    0.807444] 0x000000080000-0x0000000a0000 : "u-boot environment+[    0.671916] Scanning device for bad blocks 
-[    0.814356] 0x000000200000-0x000000400000 : "kernel+[    0.690876Bad eraseblock 231 at 0x000001ce0000 
-[    0.8202530x000000400000-0x000002000000 : "root+[    0.700486] Bad eraseblock 309 at 0x0000026a0000 
-[    0.826636] libphy: orion_mdio_bus: probed +[    0.750911] mtd: bad character after partition (f) 
-[    0.830964] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 +[    0.755766] 9 fixed-partitions partitions found on MTD device orion_nand 
-[    0.839200] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address c8:d7:19:1c:da:7d +[    0.762495] Creating MTD partitions on "orion_nand": 
-[    0.848667] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address c8:d7:19:1c:da:7e +[    0.767672] 0x000000000000-0x000000080000 : "u-boot" 
-[    0.857555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver +[    0.773200] 0x000000080000-0x0000000a0000 : "u_env" 
-[    0.864109] ehci-pci: EHCI PCI platform driver +[    0.778614] 0x0000000a0000-0x0000000c0000 : "s_env
-[    0.868735] ehci-platform: EHCI generic platform driver +[    0.783987] 0x000000200000-0x0000004a0000 : "kernel1
-[    0.874168] ehci-orion: EHCI orion driver +[    0.7895790x0000004a0000-0x000001c00000 : "ubi
-[    0.878319] orion-ehci f1050000.ehci: EHCI Host Controller +[    0.794890] 0x000001c00000-0x000001ea0000 : "kernel2" 
-[    0.883846] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 +[    0.800452] 0x000001ea0000-0x000003600000 : "rootfs2" 
-[    0.891646] orion-ehci f1050000.ehci: irq 24, io mem 0xf1050000 +[    0.806138] 0x000003600000-0x000008000000 : "syscfg" 
-[    0.915326] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 +[    0.811902] 0x0000000c0000-0x000000200000 : "unused" 
-[    0.922100] hub 1-0:1.0: USB hub found +[    0.817844] libphy: Fixed MDIO Bus: probed 
-[    0.925915] hub 1-0:1.0: 1 port detected +[    0.822201] libphy: orion_mdio_bus: probed 
-[    0.930416] usbcore: registered new interface driver usb-storage +[    0.826500] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 
-[    0.938279TCPcubic registered +[    0.834586] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address c8:d7:19:2c:71:57 
-[    0.941614] NET: Registered protocol family 17 +[    0.843766] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address c8:d7:19:2c:71:58 
-[    0.946349] 8021q: 802.1Q VLAN Support v1.8 +[    0.852602] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 
-[    0.951633regulator-dummy: disabling +[    0.859176] ehci-pci: EHCI PCI platform driver 
-[    0.955835UBI: attaching mtd3 to ubi0 +[    0.863698] ehci-orion: EHCI orion driver 
-[    0.987855UBI: scanning is finished +[    0.867905] orion-ehci f1050000.ehci: EHCI Host Controller 
-[    0.997894UBI: attached mtd3 (name "root", size 28 MiB) to ubi0 +[    0.873437] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 
-[    1.004015UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes +[    0.881269] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000 
-[    1.010858UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512 +[    0.914092] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 
-[    1.017515UBI: VID header offset: 512 (aligned 512), data offset: 2048 +[    0.920738] hub 1-0:1.0: USB hub found 
-[    1.024243UBI: good PEBs: 224, bad PEBs: 0, corrupted PEBs: 0 +[    0.924751] hub 1-0:1.0: 1 port detected 
-[    1.030197UBI: user volume: 1, internal volumes: 1, max. volumes count: 128 +[    0.929139] usbcore: registered new interface driver usb-storage 
-[    1.037372UBI: max/mean erase counter: 5/4, WL threshold: 4096, image sequence number: 1236864779 +[    0.935395i2c /dev entries driver 
-[    1.046465UBI: available PEBs: 0, total reserved PEBs: 224, PEBs reserved for bad PEB handling: 20 +[    0.939677] orion_wdtInitial timeout 21 sec 
-[    1.055807UBI: background thread "ubi_bgt0d" started, PID 763 +[    0.949117] marvell-cesa f1030000.crypto: CESA device successfully registered 
-[    1.062015mvsw6171 10.mvsw6171: Found MV88E617x at f1072004.mdio-bu:10 +[    0.957110] NET: Registered protocol family 10 
-[    1.068763mvsw6171 10.mvsw6171: Using indirect addressing +[    0.963363] Segment Routing with IPv6 
-[    1.074540drivers/rtc/hctosys.c: unable to open rtc device (rtc0) +[    0.967151] NET: Registered protocol family 17 
-[    1.096462UBIFSbackground thread "ubifs_bgt0_0" started, PID 766 +[    0.971644] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. 
-[    1.117066UBIFSrecovery needed +[    0.984677] 8021q: 802.1Q VLAN Support v1.8 
-[    1.211296UBIFSrecovery completed +[    0.991490UBI: auto-attach mtd4 
-[    1.215055UBIFSmounted UBI device 0, volume 0, name "rootfs" +[    0.994867ubi0: attaching mtd4 
-[    1.221117UBIFSLEB size129024 bytes (126 KiB), min./maxI/O unit sizes2048 bytes/2048 bytes +[    1.018637ubi0: scanning is finished 
-[    1.230303UBIFSFS size24385536 bytes (23 MiB, 189 LEBs), journal size 9033728 bytes (8 MiB, 71 LEBs+[    1.028983ubi0: attached mtd4 (name "ubi", size 23 MiB) 
-[    1.240004UBIFSreserved for root0 bytes (0 KiB+[    1.034442ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes 
-[    1.245082UBIFSmedia formatw4/r0 (latest is w4/r0), UUID DC074FD1-9FF7-403E-82C6-3AA8230030F9, small LPT model +[    1.041345ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512 
-[    1.256070VFSMounted root (ubifs filesystemon device 0:10+[    1.048094ubi0: VID header offset: 512 (aligned 512), data offset: 2048 
-[    1.262488Freeing unused kernel memory132K (c0417000 - c0438000+[    1.054927ubi0: good PEBs: 187, bad PEBs: 0, corrupted PEBs: 0 
-procdConsole is alive +[    1.060957ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128 
-procd- preinit - +[    1.068226ubi0: max/mean erase counter: 3/1, WL threshold: 4096, image sequence number: 514697380 
-[    2.436465randommktemp urandom read with bits of entropy available+[    1.077320ubi0: available PEBs: 0, total reserved PEBs: 187, PEBs reserved for bad PEB handling: 20 
 +[    1.087202block ubiblock0_1: created from ubi0:1(rootfs) 
 +[    1.092715] ubiblock: device ubiblock0_1 (rootfs) set to be root filesystem 
 +[    1.100100] ubi0: background thread "ubi_bgt0d" started, PID 467 
 +[    1.106743mvsw61xx 10.mvsw61xx: Found MV88E6171 at f1072004.mdio-bus-mii:10 
 +[    1.113914mvsw61xx 10.mvsw61xx: Using indirect addressing 
 +[    1.132285random: fast init done 
 +[    1.153884] hctosys: unable to open rtc device (rtc0) 
 +[    1.164230VFSMounted root (squashfs filesystem) readonly on device 254:0. 
 +[    1.174283Freeing unused kernel memory1024K 
 +[    1.451460initConsole is alive 
 +[    1.455092init- watchdog - 
 +[    2.459214kmodloaderloading kernel modules from /etc/modules-boot.d/
 +[    2.724108] raid6int32x1  gen()    98 MB/s 
 +[    2.894093] raid6: int32x1  xor()    73 MB/
 +[    3.064153] raid6: int32x2  gen()   143 MB/
 +[    3.234284] raid6int32x2  xor()    99 MB/s 
 +[    3.404105raid6int32x4  gen()   176 MB/s 
 +[    3.574201] raid6int32x4  xor()   124 MB/s 
 +[    3.744166] raid6: int32x8  gen()   195 MB/s 
 +[    3.914310raid6int32x8  xor()   117 MB/s 
 +[    3.918595] raid6using algorithm int32x8 gen() 195 MB/s 
 +[    3.924017raid6.... xor() 117 MB/s, rmw enabled 
 +[    3.928925] raid6using intx1 recovery algorithm 
 +[    3.934709] xor: measuring software checksum speed 
 +[    4.034075]    arm4regs  :   746.000 MB/sec 
 +[    4.134073]    8regs     :   731.200 MB/sec 
 +[    4.234073]    32regs    :   866.000 MB/sec 
 +[    4.238271] xor: using function: 32regs (866.000 MB/sec) 
 +[    4.388327] Btrfs loadedcrc32c=crc32c-generic 
 +[    4.465897] SGI XFS with security attributes, no debug enabled 
 +[    4.478020] usbcore: registered new interface driver uas 
 +[    4.484160] kmodloader: done loading kernel modules from /etc/modules-boot.d/* 
 +[    4.493817] init: preinit 
 +[    5.125145randomjshn: uninitialized urandom read (4 bytes read) 
 +[    5.160183] random: jshn: uninitialized urandom read (4 bytes read) 
 +[    5.287188randomjshn: uninitialized urandom read (4 bytes read
 +[    5.700040] mv643xx_eth_port mv643xx_eth_port.0 eth0link up, 1000 Mb/s, full duplex, flow control disabled 
 +[    5.711063] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 
 +[    5.717036] IPv6ADDRCONF(NETDEV_UP): eth0.1: link is not ready 
 +[    5.723239IPv6ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
 Press the [f] key and hit [enter] to enter failsafe mode Press the [f] key and hit [enter] to enter failsafe mode
 Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
-mounting /dev/root +[    6.724099] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
-procd: - early - +[    8.899869] mount_root: loading kmods from internal overlay 
-procd: - ubus - +[    8.925626] kmodloader: loading kernel modules from //etc/modules-boot.d/
-procd: - init -+[    8.935628] kmodloader: done loading kernel modules from //etc/modules-boot.d/
 +[    8.985743] __nand_correct_data: uncorrectable ECC error 
 +[    8.991080] __nand_correct_data: uncorrectable ECC error 
 +[    8.996449] print_req_error: I/O error, dev mtdblock0, sector 0 
 +[    9.002471] __nand_correct_data: uncorrectable ECC error 
 +[    9.007822] __nand_correct_data: uncorrectable ECC error 
 +[    9.013163] print_req_error: I/O error, dev mtdblock0, sector 8 
 +[    9.019198] __nand_correct_data: uncorrectable ECC error 
 +[    9.024543] __nand_correct_data: uncorrectable ECC error 
 +[    9.029879] print_req_error: I/O error, dev mtdblock0, sector 16 
 +[    9.036000] __nand_correct_data: uncorrectable ECC error 
 +[    9.041332] __nand_correct_data: uncorrectable ECC error 
 +[    9.046679] print_req_error: I/O error, dev mtdblock0, sector 24 
 +[    9.052860] __nand_correct_data: uncorrectable ECC error 
 +[    9.058226] __nand_correct_data: uncorrectable ECC error 
 +[    9.063565] print_req_error: I/O error, dev mtdblock0, sector 0 
 +[    9.069511] Buffer I/O error on dev mtdblock0, logical block 0, async page read 
 +[    9.137583] __nand_correct_data: uncorrectable ECC error 
 +[    9.142922] __nand_correct_data: uncorrectable ECC error 
 +[    9.148304] print_req_error: I/O error, dev mtdblock0, sector 32 
 +[    9.154434] __nand_correct_data: uncorrectable ECC error 
 +[    9.159768] __nand_correct_data: uncorrectable ECC error 
 +[    9.165115] print_req_error: I/O error, dev mtdblock0, sector 40 
 +[    9.171226] __nand_correct_data: uncorrectable ECC error 
 +[    9.176576] __nand_correct_data: uncorrectable ECC error 
 +[    9.181912] print_req_error: I/O error, dev mtdblock0, sector 48 
 +[    9.188034] __nand_correct_data: uncorrectable ECC error 
 +[    9.193367] __nand_correct_data: uncorrectable ECC error 
 +[    9.198711] print_req_error: I/O error, dev mtdblock0, sector 56 
 +[    9.204827] __nand_correct_data: uncorrectable ECC error 
 +[    9.210161] __nand_correct_data: uncorrectable ECC error 
 +[    9.215506] print_req_error: I/O error, dev mtdblock0, sector 64 
 +[    9.221609] __nand_correct_data: uncorrectable ECC error 
 +[    9.226952] __nand_correct_data: uncorrectable ECC error 
 +[    9.232364] __nand_correct_data: uncorrectable ECC error 
 +[    9.237713] __nand_correct_data: uncorrectable ECC error 
 +[    9.243124] __nand_correct_data: uncorrectable ECC error 
 +[    9.248473] __nand_correct_data: uncorrectable ECC error 
 +[    9.253899] __nand_correct_data: uncorrectable ECC error 
 +[    9.259243] __nand_correct_data: uncorrectable ECC error 
 +[    9.264595] Buffer I/O error on dev mtdblock0, logical block 1, async page read 
 +[    9.610030] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 587 
 +[    9.631520] UBIFS (ubi0:2): recovery needed 
 +[    9.781090] UBIFS (ubi0:2): recovery completed 
 +[    9.785671] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" 
 +[    9.793542] UBIFS (ubi0:2): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
 +[    9.803520] UBIFS (ubi0:2): FS size: 2451456 bytes (2 MiB, 19 LEBs), journal size 1032193 bytes (0 MiB, 6 LEBs) 
 +[    9.813662] UBIFS (ubi0:2): reserved for root: 115787 bytes (113 KiB) 
 +[    9.820144] UBIFS (ubi0:2): media format: w4/r0 (latest is w5/r0), UUID 7C373B76-6513-4034-AD9B-F59D33F958B3, small LPT model 
 +[    9.833306] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab 
 +[    9.841603] block: extroot: not configured 
 +[    9.851805] UBIFS (ubi0:2): un-mount UBI device 0 
 +[    9.856571] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" stops 
 +[    9.880581] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 589 
 +[    9.931931] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data" 
 +[    9.939830] UBIFS (ubi0:2): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes 
 +[    9.949801] UBIFS (ubi0:2): FS size: 2451456 bytes (2 MiB, 19 LEBs), journal size 1032193 bytes (0 MiB, 6 LEBs) 
 +[    9.959947] UBIFS (ubi0:2): reserved for root: 115787 bytes (113 KiB) 
 +[    9.966431] UBIFS (ubi0:2): media format: w4/r0 (latest is w5/r0), UUID 7C373B76-6513-4034-AD9B-F59D33F958B3, small LPT model 
 +[    9.983687] __nand_correct_data: uncorrectable ECC error 
 +[    9.989072] __nand_correct_data: uncorrectable ECC error 
 +[    9.994505] __nand_correct_data: uncorrectable ECC error 
 +[    9.999835] __nand_correct_data: uncorrectable ECC error 
 +[   10.005260] __nand_correct_data: uncorrectable ECC error 
 +[   10.010596] __nand_correct_data: uncorrectable ECC error 
 +[   10.016017] __nand_correct_data: uncorrectable ECC error 
 +[   10.021348] __nand_correct_data: uncorrectable ECC error 
 +[   10.026838] __nand_correct_data: uncorrectable ECC error 
 +[   10.032169] __nand_correct_data: uncorrectable ECC error 
 +[   10.037525] Buffer I/O error on dev mtdblock0, logical block 0, async page read 
 +[   10.046493] __nand_correct_data: uncorrectable ECC error 
 +[   10.051834] __nand_correct_data: uncorrectable ECC error 
 +[   10.057291] __nand_correct_data: uncorrectable ECC error 
 +[   10.062628] __nand_correct_data: uncorrectable ECC error 
 +[   10.068054] __nand_correct_data: uncorrectable ECC error 
 +[   10.073388] __nand_correct_data: uncorrectable ECC error 
 +[   10.078811] __nand_correct_data: uncorrectable ECC error 
 +[   10.084154] __nand_correct_data: uncorrectable ECC error 
 +[   10.089566] __nand_correct_data: uncorrectable ECC error 
 +[   10.094915] __nand_correct_data: uncorrectable ECC error 
 +[   10.100326] __nand_correct_data: uncorrectable ECC error 
 +[   10.105686] __nand_correct_data: uncorrectable ECC error 
 +[   10.111096] __nand_correct_data: uncorrectable ECC error 
 +[   10.116445] __nand_correct_data: uncorrectable ECC error 
 +[   10.121855] __nand_correct_data: uncorrectable ECC error 
 +[   10.127206] __nand_correct_data: uncorrectable ECC error 
 +[   10.132629] __nand_correct_data: uncorrectable ECC error 
 +[   10.137975] __nand_correct_data: uncorrectable ECC error 
 +[   10.143313] Buffer I/O error on dev mtdblock0, logical block 1, async page read 
 +[   10.473345] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab 
 +[   10.481751] block: extroot: not configured 
 +[   10.487049] mount_root: switching to ubifs overlay 
 +[   10.517139] urandom-seed: Seeding with /etc/urandom.seed 
 +[   10.596529] procd: - early - 
 +[   10.599496] procd: - watchdog - 
 +[   11.228453] procd: - watchdog - 
 +[   11.231823] procd: - ubus - 
 +[   11.301711] urandom_read: 3 callbacks suppressed 
 +[   11.301717] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   11.313965] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   11.320687] random: ubusd: uninitialized urandom read (4 bytes read) 
 +[   11.328051] procd: - init -
 Please press Enter to activate this console. Please press Enter to activate this console.
-[   10.375574] NET: Registered protocol family 10 +[   11.988356] kmodloader: loading kernel modules from /etc/modules.d/
-[   10.411140] ip6_tables: (C) 2000-2006 Netfilter Core Team +[   12.117190] NET: Registered protocol family 38 
-[   10.454460] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2 +[   12.191829] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com 
-[   10.462446] Backport generated by backports.git backports-20141023-2-g4ff890b +[   12.225070] Key type dns_resolver registered 
-[   10.471528] ip_tables: (C) 2000-2006 Netfilter Core Team +[   12.230012] urngd: v1.0.1 started. 
-[   10.488079] nf_conntrack version 0.5.0 (1958 buckets, 7832 max) +[   12.264410] RPC: Registered named UNIX socket transport module. 
-[   10.514295xt_timekernel timezone is -0000 +[   12.270358] RPC: Registered udp transport module. 
-[   10.560714cfg80211Calling CRDA to update world regulatory domain +[   12.275100] RPC: Registered tcp transport module. 
-[   10.585918cfg80211: World regulatory domain updated+[   12.279819] RPC: Registered tcp NFSv4.1 backchannel transport module. 
-[   10.591087cfg80211 DFS Master region: unset +[   12.324714] device-mapper: raid: Loading target version 1.13.0 
-[   10.595476cfg80211  (start_freq end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) +[   12.382783] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). 
-[   10.605268cfg80211  (2402000 KHz 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) +[   12.414011] random: crng init done 
-[   10.613320cfg80211:   (2457000 KHz 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) +[   12.417469] random: 1 urandom warning(s) missed due to ratelimiting 
-[   10.621367cfg80211:   (2474000 KHz 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) +[   12.429814] NFS: Registering the id_resolver key type 
-[   10.629415cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) +[   12.434962] Key type id_resolver registered 
-[   10.637465cfg80211:   (5250000 KHz 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) +[   12.439160] Key type id_legacy registered 
-[   10.646995cfg80211:   (5490000 KHz 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) +[   12.450618] ip6_tables: (C) 2000-2006 Netfilter Core Team 
-[   10.655119cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) +[   12.464457] usbcore: registered new interface driver cdc_wdm 
-[   10.663171cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) +[   12.471721] usbcore: registered new interface driver chaoskey 
-[   10.731171] Marvell TOPDOG(R) 802.11 Wireless Network Driver version 0.13 +[   12.479647] Loading modules backported from Linux version v5.4-rc8-0-gaf42d3466bdc 
-[   10.738036PCI: enabling device 0000:00:01.0 (0140 -> 0143) +[   12.487287] Backport generated by backports.git v5.4-rc8-1-0-g368e8c51 
-[   10.765365] PCI: enabling device 0000:00:02.0 (0140 -> 0143+[   12.496556] ip_tables: (C) 2000-2006 Netfilter Core Team 
-[   10.805442] PPP generic driver version 2.4.2 +[   12.512940] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) 
-[   10.811256] NET: Registered protocol family 24 +[   12.564590usbcoreregistered new interface driver ums-alauda 
-[   11.557548] ieee80211 phy0: Command RF_ANTENNA error 0x2 +[   12.571898usbcoreregistered new interface driver ums-cypress 
-[   11.562892] ieee80211 phy0: failed to set # of RX antennas +[   12.579332usbcoreregistered new interface driver ums-datafab 
-[   11.569408] ieee80211 phy0: Command RF_ANTENNA error 0x2 +[   12.586697usbcoreregistered new interface driver ums-freecom 
-[   11.574761] ieee80211 phy0: failed to set # of TX antennas +[   12.594120usbcoreregistered new interface driver ums-isd200 
-[   11.580295] ieee80211 phy0: 88w8366 v48, c8d7191cda7f, STA firmware 4.1.0.3 +[   12.601393usbcoreregistered new interface driver ums-jumpshot 
-[   11.598785] ieee80211 phy1: Command RF_ANTENNA error 0x2 +[   12.608844usbcoreregistered new interface driver ums-karma 
-[   11.604130] ieee80211 phy1: failed to set # of RX antennas +  12.616161] usbcore: registered new interface driver ums-sddr09 
-[   11.631509] ieee80211 phy1: Command RF_ANTENNA error 0x2 +[   12.623491usbcoreregistered new interface driver ums-sddr55 
-[   11.636892] ieee80211 phy1: failed to set # of TX antennas +  12.630894] usbcore: registered new interface driver ums-usbat 
-[   11.642408] ieee80211 phy1: 88w8366 v48, c8d7191cda81, STA firmware 4.1.0.3 +[   12.645355usbcoreregistered new interface driver usbserial 
-procd- init complete - +  12.651277] usbcore: registered new interface driver usbserial_generic 
-[   13.967317] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled +[   12.657921usbserialUSB Serial support registered for generic 
-[   13.985181] device eth0 entered promiscuous mode +  12.681430] xt_time: kernel timezone is -0000 
-[   13.993460] br-lan: port 1(eth0) entered forwarding state +[   12.758759usbcoreregistered new interface driver ch341 
-[   13.998946] br-lan: port 1(eth0) entered forwarding state +  12.764402] usbserial: USB Serial support registered for ch341-uart 
-[   14.022121] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 1000 Mb/s, full duplex, flow control disabled +[   12.772604usbcoreregistered new interface driver cp210x 
-[   15.995320] br-lan: port 1(eth0) entered forwarding state+  12.778308] usbserial: USB Serial support registered for cp210x 
 +[   12.786435usbcoreregistered new interface driver ftdi_sio 
 +  12.792270] usbserial: USB Serial support registered for FTDI USB Serial Device 
 +[   12.830834] Marvell TOPDOG(R) 802.11 Wireless Network Driver version 0.13 
 +[   12.837716pci 0000:00:01.0: enabling device (0140 -> 0142
 +[   13.530627] ieee80211 phy0: Command RF_ANTENNA error 0x2 
 +[   13.536002] ieee80211 phy0: failed to set # of RX antennas 
 +[   13.541542] ieee80211 phy0: Command RF_ANTENNA error 0x2 
 +[   13.546900] ieee80211 phy0: failed to set # of TX antennas 
 +[   13.552418] ieee80211 phy0: 88w8366 v48, c8d7192c7159, STA firmware 4.1.0.3 
 +[   13.562868] pci 0000:00:02.0: enabling device (0140 -> 0142) 
 +[   14.500861] ieee80211 phy1: Command RF_ANTENNA error 0x2 
 +[   14.506248] ieee80211 phy1: failed to set # of RX antennas 
 +[   14.515252] ieee80211 phy1: Command RF_ANTENNA error 0x2 
 +[   14.520598] ieee80211 phy1: failed to set # of TX antennas 
 +[   14.526166] ieee80211 phy1: 88w8366 v48, c8d7192c715b, STA firmware 4.1.0.3 
 +[   14.540002] usbcoreregistered new interface driver pl2303 
 +[   14.545720] usbserial: USB Serial support registered for pl2303 
 +[   14.588673] PPP generic driver version 2.4.2 
 +[   14.672978] NET: Registered protocol family 24 
 +[   14.685353] usbcore: registered new interface driver qmi_wwan 
 +[   14.704047] usbcore: registered new interface driver sierra 
 +[   14.709757] usbserial: USB Serial support registered for Sierra USB modem 
 +[   14.740156] usbcore: registered new interface driver qcserial 
 +[   14.746040] usbserial: USB Serial support registered for Qualcomm USB modem 
 +[   14.764162] kmodloader: done loading kernel modules from /etc/modules.d/
 +[   16.551443] __nand_correct_data: uncorrectable ECC error 
 +[   16.556816] __nand_correct_data: uncorrectable ECC error 
 +[   16.562155] print_req_error: 18 callbacks suppressed 
 +[   16.562160] print_req_error: I/O error, dev mtdblock0, sector 896 
 +[   16.576629] __nand_correct_data: uncorrectable ECC error 
 +[   16.581971] __nand_correct_data: uncorrectable ECC error 
 +[   16.587361] print_req_error: I/O error, dev mtdblock0, sector 1008 
 +[   16.639063] __nand_correct_data: uncorrectable ECC error 
 +[   16.644452] __nand_correct_data: uncorrectable ECC error 
 +[   16.649795] print_req_error: I/O error, dev mtdblock0, sector 0 
 +[   16.656180] __nand_correct_data: uncorrectable ECC error 
 +[   16.661515] __nand_correct_data: uncorrectable ECC error 
 +[   16.666891] print_req_error: I/O error, dev mtdblock0, sector 0 
 +[   20.219220] __nand_correct_data: uncorrectable ECC error 
 +[   20.224598] __nand_correct_data: uncorrectable ECC error 
 +[   20.229938] print_req_error: I/O error, dev mtdblock0, sector 0 
 +[   20.235982] __nand_correct_data: uncorrectable ECC error 
 +[   20.241319] __nand_correct_data: uncorrectable ECC error 
 +[   20.246669] print_req_error: I/O error, dev mtdblock0, sector 8 
 +[   20.252690] __nand_correct_data: uncorrectable ECC error 
 +[   20.258043] __nand_correct_data: uncorrectable ECC error 
 +[   20.263384] print_req_error: I/O error, dev mtdblock0, sector 16 
 +[   20.269507] __nand_correct_data: uncorrectable ECC error 
 +[   20.274852] __nand_correct_data: uncorrectable ECC error 
 +[   20.280187] print_req_error: I/O error, dev mtdblock0, sector 24 
 +[   20.373910] __nand_correct_data: uncorrectable ECC error 
 +[   20.379296] __nand_correct_data: uncorrectable ECC error 
 +[   20.384663] print_req_error: I/O error, dev mtdblock0, sector 0 
 +[   20.390611] Buffer I/O error on dev mtdblock0, logical block 0, async page read 
 +[   20.399976] __nand_correct_data: uncorrectable ECC error 
 +[   20.405367] __nand_correct_data: uncorrectable ECC error 
 +[   20.410712] print_req_error: I/O error, dev mtdblock0, sector 32 
 +[   20.416845] __nand_correct_data: uncorrectable ECC error 
 +[   20.422180] __nand_correct_data: uncorrectable ECC error 
 +[   20.427609] __nand_correct_data: uncorrectable ECC error 
 +[   20.432941] __nand_correct_data: uncorrectable ECC error 
 +[   20.438366] __nand_correct_data: uncorrectable ECC error 
 +[   20.443701] __nand_correct_data: uncorrectable ECC error 
 +[   20.449126] __nand_correct_data: uncorrectable ECC error 
 +[   20.454478] __nand_correct_data: uncorrectable ECC error 
 +[   20.459888] __nand_correct_data: uncorrectable ECC error 
 +[   20.465239] __nand_correct_data: uncorrectable ECC error 
 +[   20.470655] __nand_correct_data: uncorrectable ECC error 
 +[   20.476008] __nand_correct_data: uncorrectable ECC error 
 +[   20.481416] __nand_correct_data: uncorrectable ECC error 
 +[   20.486768] __nand_correct_data: uncorrectable ECC error 
 +[   20.492198] __nand_correct_data: uncorrectable ECC error 
 +[   20.497551] __nand_correct_data: uncorrectable ECC error 
 +[   20.502890] Buffer I/O error on dev mtdblock0, logical block 1, async page read 
 +[   23.275351] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled 
 +[   23.285360] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 
 +[   23.291243] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 
 +[   23.314352] br-lan: port 1(eth0.1) entered blocking state 
 +[   23.319778] br-lan: port 1(eth0.1) entered disabled state 
 +[   23.325478] device eth0.1 entered promiscuous mode 
 +[   23.330292] device eth0 entered promiscuous mode 
 +[   23.390026] br-lan: port 1(eth0.1) entered blocking state 
 +[   23.395498] br-lan: port 1(eth0.1) entered listening state 
 +[   23.401137] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready 
 +[   23.760174] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 1000 Mb/s, full duplex, flow control disabled 
 +[   23.771216] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready 
 +[   24.324413] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready 
 +[   25.444127] br-lan: port 1(eth0.1) entered learning state 
 +[   27.524110] br-lan: port 1(eth0.1) entered forwarding state 
 +[   27.529715] br-lan: topology change detected, propagating 
 +[   27.721655] ieee80211 phy0: 88w8366 v7, c8d7192c7159, AP firmware 5.2.8.17 
 +[   27.825278] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready 
 +[   27.833420] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready 
 +[   27.856424] br-lan: port 2(wlan0) entered blocking state 
 +[   27.861765] br-lan: port 2(wlan0) entered disabled state 
 +[   27.867399] device wlan0 entered promiscuous mode 
 +[   39.799394] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready 
 +[   39.805936] br-lan: port 2(wlan0) entered blocking state 
 +[   39.811276] br-lan: port 2(wlan0) entered listening state 
 +[   41.844076] br-lan: port 2(wlan0) entered learning state 
 +[   43.924078] br-lan: port 2(wlan0) entered forwarding state 
 +[   43.929592] br-lan: topology change detected, propagating
  
  
  
-BusyBox v1.22.1 (2014-12-29 17:19:59 CET) built-in shell (ash) +BusyBox v1.31.1 () built-in shell (ash)
-Enter 'help' for a list of built-in commands.+
  
   _______                     ________        __   _______                     ________        __
Line 729: Line 1095:
           |__| W I R E L E S S   F R E E D O M           |__| W I R E L E S S   F R E E D O M
  -----------------------------------------------------  -----------------------------------------------------
- CHAOS CALMER (Bleeding Edger43797)+ OpenWrt SNAPSHOTr11689-1115c9aad3
  -----------------------------------------------------  -----------------------------------------------------
-  * 1 1/2 oz Gin            Shake with a glassful +root@OpenWrt:/#  
-  * 1/4 oz Triple Sec       of broken ice and pour +</nowiki>
-  * 3/4 oz Lime Juice       unstrained into a goblet. +
-  * 1 1/2 oz Orange Juice +
-  * 1 tsp. Grenadine Syrup +
- ----------------------------------------------------- +
-root@OpenWrt:/#</nowiki>+
 </WRAP>\\ </WRAP>\\
  
 ===== Notes ===== ===== Notes =====
-The EA4500 runs a bit warm hence it may not reboot when warm (hot).  It's important for the EA4500 to stay cool with a fan blowing cool air straight at it during flashing and rebooting to avoid any complication.  [[https://community.linksys.com/t5/Wireless-Routers/My-new-EA-4500-freezes-when-rebooting/td-p/551028/page/3|See discussion in Linksys Community]] [[https://forum.openwrt.org/viewtopic.php?id=65160|See Forum]]+The EA4500 runs a bit warm hence it may not reboot when warm (hot).  It's important for the EA4500 to stay cool with a fan blowing cool air straight at it during flashing and rebooting to avoid any complication.  [[https://community.linksys.com/t5/Wireless-Routers/My-new-EA-4500-freezes-when-rebooting/td-p/551028/page/3|See discussion in Linksys Community]] [[https://forum.openwrt.org/viewtopic.php?id=65160|See Forum]]  
 +:-\ Placing it in the freezer for 2-3 mins also works. 
 + 
 +On EA4500, OpenWrt wireless driver is mwl8k, which is unmaintained, has [[toh:linksys:ea4500#interfaces|some functional limitations,]] and has been reported to have unstable wireless performance. Potential EA4500 users should consider if stable wireless connectivity is a priority before purchasing this device for OpenWrt usage.
  
 The factory firmware EA4500 uses ap8x as wireless driver. The source code is contained in the GPL package. The factory firmware EA4500 uses ap8x as wireless driver. The source code is contained in the GPL package.
Line 748: Line 1112:
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>GigabitEthernet FastEthernet 4NIC 1WNIC 5Port USB kirkwood 128RAM 128Flash ARM}}+{{tag>kirkwood 128Flash 128RAM GigabitEthernet FastEthernet 4NIC 1WNIC 5Port USB ARM dual_firmware}}
  • Last modified: 2024/07/13 21:37
  • by cubytus