P-2812HNU-F1 as Wireless repeater/switch with 4 x 1Gbps

Post Reply
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

P-2812HNU-F1 as Wireless repeater/switch with 4 x 1Gbps

Post by admin »

As far as i can see now, this box has a defect WAN port, so build a wireless repeater out of it.
With openWRT as running OS.
Image

Code: Select all

# ifconfig
br-lan    Link encap:Ethernet  HWaddr 00:01:02:03:04:05
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::201:2ff:fe03:405/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2563 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3501 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:279322 (272.7 KiB)  TX bytes:2174001 (2.0 MiB)

eth0      Link encap:Ethernet  HWaddr 3E:57:B1:76:A4:24
          inet6 addr: fe80::3c57:b1ff:fe76:a424/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2571 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3498 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:346504 (338.3 KiB)  TX bytes:2203687 (2.1 MiB)

eth0.1    Link encap:Ethernet  HWaddr 3E:57:B1:76:A4:24
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2563 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3491 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:279322 (272.7 KiB)  TX bytes:2172661 (2.0 MiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:7851 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7851 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:538514 (525.8 KiB)  TX bytes:538514 (525.8 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:0C:43:30:62:00
          inet addr:192.168.0.157  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:43ff:fe30:6200/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:126 errors:0 dropped:0 overruns:0 frame:0
          TX packets:55 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:24398 (23.8 KiB)  TX bytes:7894 (7.7 KiB)

Code: Select all

# cat /etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fde7:1923:a196::/48'

config interface 'lan'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option macaddr '00:01:02:03:04:05'
        option _orig_ifname 'eth0.1'
        option _orig_bridge 'true'
        option ifname 'eth0.1'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 4 5 6t'

config interface 'WAN'
        option _orig_ifname 'radio0.network1'
        option proto 'dhcp'
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: P-2812HNU-F1 as Wireless repeater/switch with 4 x 1Gbps

Post by admin »

28 december openWRT errors on P-2812HNU-F1.

After installing and running fine: privoxy 3.0.22

System Log

Code: Select all

Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.032000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:40 2014 kern.err kernel: [75527.044000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.052000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:40 2014 kern.err kernel: [75527.064000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:40 2014 kern.err kernel: [75527.068000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.080000] CPU: 0 PID: 25171 Comm: opkg Not tainted 3.14.25 #1
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.084000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.084000] 	  86f60390 00000000 803b08ac 80410ff7 00006253 80473afc 86f60390 00000000
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.084000] 	  000104c0 00000123 86e78000 802e9a78 00000000 80206ba0 00000000 00000000
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.084000] 	  803b3ad8 865b78fc 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.084000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.084000] 	  ...
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.120000] Call Trace:
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.124000] [<8025421c>] show_stack+0x48/0x70
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.128000] [<802b5134>] ubi_io_read+0x254/0x340
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.132000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.136000] [<802b6554>] ubi_leb_read+0xdc/0x150
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.140000] [<8012e740>] gluebi_read+0x8c/0xe4
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.144000] [<801aefd0>] mtd_read+0x84/0xd0
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.148000] [<8017332c>] jffs2_flash_read+0xa0/0x268
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.156000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.160000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.164000] [<80176474>] jffs2_iget+0x7c/0x398
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.172000] [<80176f80>] jffs2_lookup+0x10c/0x190
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.176000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.180000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.184000] [<80194e18>] lookup_one_len+0x154/0x180
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.188000] [<801d8068>] ovl_lookup+0x6c/0x3d8
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.192000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.196000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.204000] [<801953b8>] lookup_slow+0x50/0xd0
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.208000] [<801e2fc0>] path_lookupat+0xec/0x798
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.212000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.216000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.224000] [<802ff930>] user_path_at+0x14/0x20
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.228000] [<80301a40>] vfs_fstatat+0x64/0xd4
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.232000] [<800265bc>] SyS_stat64+0x18/0x3c
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.236000] [<8000843c>] handle_sys+0x11c/0x140
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.240000] 
Sun Dec 28 16:31:40 2014 kern.err kernel: [75527.240000] jffs2: error: (25171) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
Sun Dec 28 16:31:40 2014 kern.err kernel: [75527.252000] jffs2: error: (25171) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
Sun Dec 28 16:31:40 2014 kern.warn kernel: [75527.264000] jffs2: iget() failed for ino #237
Sun Dec 28 16:31:50 2014 kern.err kernel: [75537.500000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:50 2014 kern.warn kernel: [75537.504000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:50 2014 kern.err kernel: [75537.516000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:50 2014 kern.warn kernel: [75537.520000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:50 2014 kern.err kernel: [75537.532000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:50 2014 kern.warn kernel: [75537.536000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:51 2014 kern.err kernel: [75537.552000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:51 2014 kern.err kernel: [75537.556000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.564000] CPU: 0 PID: 25208 Comm: opkg Not tainted 3.14.25 #1
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.572000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.572000] 	  86eab330 00000000 803b08ac 80410ff7 00006278 80473afc 86eab330 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.572000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.572000] 	  803b3ad8 864e38fc 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.572000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.572000] 	  ...
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.608000] Call Trace:
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.608000] [<8025421c>] show_stack+0x48/0x70
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.612000] [<802b5134>] ubi_io_read+0x254/0x340
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.620000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.624000] [<802b6554>] ubi_leb_read+0xdc/0x150
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.628000] [<8012e740>] gluebi_read+0x8c/0xe4
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.632000] [<801aefd0>] mtd_read+0x84/0xd0
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.636000] [<8017332c>] jffs2_flash_read+0xa0/0x268
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.640000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.648000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.652000] [<80176474>] jffs2_iget+0x7c/0x398
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.656000] [<80176f80>] jffs2_lookup+0x10c/0x190
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.664000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.668000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.672000] [<80194e18>] lookup_one_len+0x154/0x180
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.676000] [<801d8068>] ovl_lookup+0x6c/0x3d8
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.680000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.684000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.688000] [<801953b8>] lookup_slow+0x50/0xd0
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.696000] [<801e2fc0>] path_lookupat+0xec/0x798
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.700000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.704000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.708000] [<802ff930>] user_path_at+0x14/0x20
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.712000] [<80301a40>] vfs_fstatat+0x64/0xd4
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.720000] [<800265bc>] SyS_stat64+0x18/0x3c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.724000] [<8000843c>] handle_sys+0x11c/0x140
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.728000] 
Sun Dec 28 16:31:51 2014 kern.err kernel: [75537.728000] jffs2: error: (25208) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
Sun Dec 28 16:31:51 2014 kern.err kernel: [75537.740000] jffs2: error: (25208) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75537.748000] jffs2: iget() failed for ino #237
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.140000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.144000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.156000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.160000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.172000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.180000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.192000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.196000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.208000] CPU: 0 PID: 25221 Comm: opkg Not tainted 3.14.25 #1
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.212000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.212000] 	  86eab330 00000000 803b08ac 80410ff7 00006285 80473afc 86eab330 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.212000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.212000] 	  803b3ad8 864e38fc 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.212000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.212000] 	  ...
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.248000] Call Trace:
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.252000] [<8025421c>] show_stack+0x48/0x70
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.256000] [<802b5134>] ubi_io_read+0x254/0x340
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.260000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.264000] [<802b6554>] ubi_leb_read+0xdc/0x150
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.268000] [<8012e740>] gluebi_read+0x8c/0xe4
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.272000] [<801aefd0>] mtd_read+0x84/0xd0
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.276000] [<8017332c>] jffs2_flash_read+0xa0/0x268
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.284000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.288000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.292000] [<80176474>] jffs2_iget+0x7c/0x398
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.300000] [<80176f80>] jffs2_lookup+0x10c/0x190
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.304000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.308000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.312000] [<80194e18>] lookup_one_len+0x154/0x180
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.316000] [<801d8068>] ovl_lookup+0x6c/0x3d8
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.320000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.324000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.332000] [<801953b8>] lookup_slow+0x50/0xd0
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.336000] [<801e2fc0>] path_lookupat+0xec/0x798
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.340000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.344000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.352000] [<802ff930>] user_path_at+0x14/0x20
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.356000] [<80301a40>] vfs_fstatat+0x64/0xd4
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.360000] [<800265bc>] SyS_stat64+0x18/0x3c
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.364000] [<8000843c>] handle_sys+0x11c/0x140
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.368000] 
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.368000] jffs2: error: (25221) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
Sun Dec 28 16:31:51 2014 kern.err kernel: [75538.380000] jffs2: error: (25221) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
Sun Dec 28 16:31:51 2014 kern.warn kernel: [75538.392000] jffs2: iget() failed for ino #237
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.740000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.744000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.756000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.760000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.772000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.780000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.792000] __nand_correct_data: uncorrectable ECC error
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.796000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.808000] CPU: 0 PID: 25226 Comm: opkg Not tainted 3.14.25 #1
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.812000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.812000] 	  87880c60 00000000 803b08ac 80410ff7 0000628a 80473afc 87880c60 00000000
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.812000] 	  000104c0 00000123 8645d000 802e9a78 00000000 80206ba0 00000000 00000000
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.812000] 	  803b3ad8 86cf98fc 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.812000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.812000] 	  ...
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.848000] Call Trace:
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.848000] [<8025421c>] show_stack+0x48/0x70
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.856000] [<802b5134>] ubi_io_read+0x254/0x340
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.860000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.864000] [<802b6554>] ubi_leb_read+0xdc/0x150
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.868000] [<8012e740>] gluebi_read+0x8c/0xe4
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.872000] [<801aefd0>] mtd_read+0x84/0xd0
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.876000] [<8017332c>] jffs2_flash_read+0xa0/0x268
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.884000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.888000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.892000] [<80176474>] jffs2_iget+0x7c/0x398
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.900000] [<80176f80>] jffs2_lookup+0x10c/0x190
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.904000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.908000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.912000] [<80194e18>] lookup_one_len+0x154/0x180
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.916000] [<801d8068>] ovl_lookup+0x6c/0x3d8
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.920000] [<801952c0>] lookup_real+0x40/0x6c
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.924000] [<80048d14>] __lookup_hash+0x3c/0x50
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.932000] [<801953b8>] lookup_slow+0x50/0xd0
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.936000] [<801e2fc0>] path_lookupat+0xec/0x798
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.940000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.944000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.948000] [<802ff930>] user_path_at+0x14/0x20
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.956000] [<80301a40>] vfs_fstatat+0x64/0xd4
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.960000] [<800265bc>] SyS_stat64+0x18/0x3c
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.964000] [<8000843c>] handle_sys+0x11c/0x140
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.968000] 
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.968000] jffs2: error: (25226) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
Sun Dec 28 16:32:06 2014 kern.err kernel: [75552.980000] jffs2: error: (25226) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
Sun Dec 28 16:32:06 2014 kern.warn kernel: [75552.988000] jffs2: iget() failed for ino #237
Kernel Log

Code: Select all

[    0.000000] Linux version 3.14.25 (sylwek@WRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r43437) ) #1 Wed Dec 3 21:29:10 CET 2014
[    0.000000] SoC: VR9 rev 1.1
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019555 (MIPS 34Kc)
[    0.000000] MIPS: machine is P2812HNUF1 - ZyXEL P-2812HNU-F1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x07ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x07ffffff]
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat 80408460, node_mem_map 81003b60
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit
[    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] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Writing ErrCtl register=00064482
[    0.000000] Readback ErrCtl register=00064482
[    0.000000] Memory: 125252K/131072K available (3181K kernel code, 152K rwdata, 900K rodata, 164K init, 201K bss, 5820K reserved)
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 500MHz
[    0.028000] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.036000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.040000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.044000] pinctrl core: initialized pinctrl subsystem
[    0.048000] NET: Registered protocol family 16
[    0.060000] pinctrl-xway 1e100b10.pinmux: Init done
[    0.064000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.072000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.076000] PCI host bridge /fpi@10000000/pci@E105400 ranges:
[    0.080000]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.084000]   IO 0x000000001ae00000..0x000000001affffff
[    0.100000] bio: create slab <bio-0> at 0
[    0.104000] gpio-stp-xway 1e100bb0.stp: Init done
[    0.108000] usbcore: registered new interface driver usbfs
[    0.112000] usbcore: registered new interface driver hub
[    0.116000] usbcore: registered new device driver usb
[    0.120000] PCI host bridge to bus 0000:00
[    0.124000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.128000] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.132000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.136000] pci 0000:00:0e.0: [1814:3062] type 00 class 0x028000
[    0.136000] pci 0000:00:0e.0: reg 0x10: [mem 0xffff0000-0xffffffff]
[    0.136000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.136000] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[    0.140000] Switched to clocksource MIPS
[    0.148000] NET: Registered protocol family 2
[    0.152000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.160000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.164000] TCP: Hash tables configured (established 1024 bind 1024)
[    0.172000] TCP: reno registered
[    0.176000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.180000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.188000] NET: Registered protocol family 1
[    0.192000] PCI: CLS 0 bytes, default 32
[    0.192000] gptu: totally 6 16-bit timers/counters
[    0.196000] gptu: misc_register on minor 63
[    0.200000] gptu: succeeded to request irq 126
[    0.208000] gptu: succeeded to request irq 127
[    0.212000] gptu: succeeded to request irq 128
[    0.216000] gptu: succeeded to request irq 129
[    0.220000] gptu: succeeded to request irq 130
[    0.224000] gptu: succeeded to request irq 131
[    0.232000] phy-xrx200 gphy-xrx200.4: requesting lantiq/vr9_phy11g_a1x.bin
[    0.240000] phy-xrx200 gphy-xrx200.4: booting GPHY0 firmware at 78C0000
[    0.244000] phy-xrx200 gphy-xrx200.4: booting GPHY1 firmware at 78C0000
[    0.356000] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.360000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.368000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.376000] msgmni has been set to 244
[    0.380000] io scheduler noop registered
[    0.384000] io scheduler deadline registered (default)
[    0.392000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.400000] console [ttyLTQ0] enabled
[    0.408000] bootconsole [early0] disabled
[    0.420000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.420000] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.420000] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    0.436000] Scanning device for bad blocks
[    0.520000] Bad eraseblock 973 at 0x0000079a0000
[    0.528000] 4 ofpart partitions found on MTD device 14000000.nand-parts
[    0.532000] Creating 4 MTD partitions on "14000000.nand-parts":
[    0.536000] 0x000000000000-0x000000040000 : "uboot"
[    0.544000] 0x000000040000-0x000000060000 : "uboot-env"
[    0.548000] 0x000000060000-0x000000260000 : "kernel"
[    0.556000] 0x000000260000-0x000008000000 : "ubi"
[    0.668000] libphy: lantiq,xrx200-mdio: probed
[    0.676000] net-xrx200: invalid MAC, using random
[    0.744000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:00, irq=-1)
[    0.812000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:01, irq=-1)
[    0.880000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[    0.948000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[    1.016000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:05, irq=-1)
[    1.024000] wdt 1f8803f0.watchdog: Init done
[    1.032000] TCP: cubic registered
[    1.036000] NET: Registered protocol family 17
[    1.040000] 8021q: 802.1Q VLAN Support v1.8
[    1.048000] UBI: auto-attach mtd3
[    1.048000] UBI: attaching mtd3 to ubi0
[    1.236000] UBI: scanning is finished
[    1.252000] UBI: attached mtd3 (name "ubi", size 125 MiB) to ubi0
[    1.256000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.264000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.272000] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.276000] UBI: good PEBs: 1004, bad PEBs: 1, corrupted PEBs: 0
[    1.284000] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    1.292000] UBI: max/mean erase counter: 5/3, WL threshold: 4096, image sequence number: 1816992041
[    1.300000] UBI: available PEBs: 0, total reserved PEBs: 1004, PEBs reserved for bad PEB handling: 19
[    1.308000] UBI: background thread "ubi_bgt0d" started, PID 233
[    1.316000] mtd: device 4 (rootfs) set to be root filesystem
[    1.328000] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[    1.336000] Freeing unused kernel memory: 164K (80427000 - 80450000)
[    3.836000] eth0: port 0 got link
[    4.348000] SCSI subsystem initialized
[    4.356000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[    4.360000] Chip Version :01c0 BurstSize=0
[    4.964000] IFXUSB: USB core #0 soft-reset
[    5.268000] IFXUSB: USB core #0 soft-reset
[    5.272000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    5.276000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1
[    5.284000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000
[    5.288000] IFXUSB: Init: Power Port (0)
[    5.296000] hub 1-0:1.0: USB hub found
[    5.296000] hub 1-0:1.0: 1 port detected
[    5.800000] IFXUSB: USB core #1 soft-reset
[    6.104000] IFXUSB: USB core #1 soft-reset
[    6.108000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    6.112000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 2
[    6.120000] ifxusb_hcd ifxusb_hcd: irq 91, io mem 0xbe106000
[    6.124000] IFXUSB: Init: Power Port (0)
[    6.132000] hub 2-0:1.0: USB hub found
[    6.132000] hub 2-0:1.0: 1 port detected
[    6.136000] ifxusb_hcd ifxusb_hcd: requested GPIO 233
[    6.148000] usbcore: registered new interface driver usb-storage
[    6.492000] random: mktemp urandom read with 99 bits of entropy available
[    9.652000] jffs2: write-buffering enabled buffer (2048) erasesize (129024)
[    9.692000] jffs2: notice: (300) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 18 of xref (0 dead, 9 orphan) found.
[   12.740000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[   12.740000] 
[   12.764000] NET: Registered protocol family 10
[   12.780000] NET: Registered protocol family 8
[   12.784000] NET: Registered protocol family 20
[   12.796000] NTFS driver 2.1.30 [Flags: R/O MODULE].
[   12.812000] PPP generic driver version 2.4.2
[   12.824000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   12.844000] MEI CPE Driver, Version 1.2.0
[   12.844000] 
[   12.844000] (c) Copyright 2009, Infineon Technologies AG
[   12.844000] 
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###
[   12.852000] 
[   12.852000] 
[   12.852000] Lantiq CPE API Driver version: DSL CPE API V4.11.4
[   12.868000] 
[   12.868000] Predefined debug level: 2
[   12.884000] fuse init (API version 7.22)
[   12.892000] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2
[   12.896000] Backport generated by backports.git backports-20141023-2-g4ff890b
[   12.908000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.920000] Infineon Technologies DEU driver version 2.0.0 
[   12.928000] IFX DEU DES initialized (multiblock).
[   12.932000] IFX DEU AES initialized (multiblock).
[   12.936000] IFX DEU ARC4 initialized (multiblock).
[   12.940000] IFX DEU SHA1 initialized.
[   12.944000] IFX DEU MD5 initialized.
[   12.948000] IFX DEU SHA1_HMAC initialized.
[   12.952000] IFX DEU MD5_HMAC initialized.
[   12.964000] nf_conntrack version 0.5.0 (1959 buckets, 7836 max)
[   12.996000] NET: Registered protocol family 24
[   13.000000] usbcore: registered new interface driver ums-alauda
[   13.008000] usbcore: registered new interface driver ums-cypress
[   13.016000] usbcore: registered new interface driver ums-datafab
[   13.020000] usbcore: registered new interface driver ums-freecom
[   13.028000] usbcore: registered new interface driver ums-isd200
[   13.036000] usbcore: registered new interface driver ums-jumpshot
[   13.044000] usbcore: registered new interface driver ums-karma
[   13.052000] usbcore: registered new interface driver ums-sddr09
[   13.056000] usbcore: registered new interface driver ums-sddr55
[   13.064000] usbcore: registered new interface driver ums-usbat
[   13.072000] usbcore: registered new interface driver usblp
[   13.080000] usbcore: registered new interface driver usbserial
[   13.084000] usbcore: registered new interface driver usbserial_generic
[   13.092000] usbserial: USB Serial support registered for generic
[   13.120000] xt_time: kernel timezone is -0000
[   13.128000] random: nonblocking pool is initialized
[   13.160000] cfg80211: Calling CRDA to update world regulatory domain
[   13.168000] cfg80211: World regulatory domain updated:
[   13.172000] cfg80211:  DFS Master region: unset
[   13.176000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   13.184000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   13.192000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   13.200000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   13.208000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   13.216000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   13.224000] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   13.232000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   13.240000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   13.344000] usbcore: registered new interface driver option
[   13.348000] usbserial: USB Serial support registered for GSM modem (1-port)
[   13.372000] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
[   13.376000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   13.388000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   13.392000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   13.992000] UBI: fixable bit-flip detected at PEB 291
[   13.996000] UBI: schedule PEB 291 for scrubbing
[   14.000000] jffs2: notice: (301) jffs2_get_inode_nodes: Node header CRC failed at 0x17eefdc. {ffff,ffff,ffffffff,ffffffff}
[   14.012000] __nand_correct_data: uncorrectable ECC error
[   14.012000] __nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
[   14.044000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 129024 bytes from PEB 291:2048, read only 129024 bytes, retry
[   14.056000] __nand_correct_data: uncorrectable ECC error
[   14.056000] __nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
[   14.088000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 129024 bytes from PEB 291:2048, read only 129024 bytes, retry
[   14.100000] __nand_correct_data: uncorrectable ECC error
[   14.100000] __nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
[   14.132000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 129024 bytes from PEB 291:2048, read only 129024 bytes, retry
[   14.144000] __nand_correct_data: uncorrectable ECC error
[   14.144000] __nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
[   14.176000] UBI error: ubi_io_read: error -77 (ECC error) while reading 129024 bytes from PEB 291:2048, read 129024 bytes
[   14.188000] CPU: 0 PID: 233 Comm: ubi_bgt0d Not tainted 3.14.25 #1
[   14.192000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000036
[   14.192000] 	  8792dc80 00000000 803b08ac 80410ff7 000000e9 80473afc 8792dc80 00000000
[   14.192000] 	  00000800 00000123 c007f000 802e9a78 00000000 80206ba0 00000000 00000000
[   14.192000] 	  803b3ad8 879fbd44 00000000 00000000 00000000 00000000 00000000 00000000
[   14.192000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   14.192000] 	  ...
[   14.228000] Call Trace:
[   14.232000] [<8025421c>] show_stack+0x48/0x70
[   14.236000] [<802b5134>] ubi_io_read+0x254/0x340
[   14.240000] [<802b320c>] ubi_eba_copy_leb+0x1b0/0x4a8
[   14.244000] [<8030e92c>] wear_leveling_worker+0x250/0x634
[   14.252000] [<800f6f64>] do_work+0xbc/0x100
[   14.256000] [<802b8ac8>] ubi_thread+0xdc/0x188
[   14.260000] [<80188d60>] kthread+0x114/0x120
[   14.264000] [<80006478>] ret_from_kernel_thread+0x14/0x1c
[   14.268000] 
[   14.272000] UBI warning: ubi_eba_copy_leb: error -77 while reading data from PEB 291
[   14.280000] __nand_correct_data: uncorrectable ECC error
[   14.284000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[   14.296000] __nand_correct_data: uncorrectable ECC error
[   14.300000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[   14.312000] __nand_correct_data: uncorrectable ECC error
[   14.316000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[   14.332000] __nand_correct_data: uncorrectable ECC error
[   14.336000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[   14.344000] CPU: 0 PID: 301 Comm: jffs2_gcd_mtd5 Not tainted 3.14.25 #1
[   14.352000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 0000003b
[   14.352000] 	  87b8e310 00000000 803b08ac 80410ff7 0000012d 80473afc 87b8e310 00000000
[   14.352000] 	  000104c0 00000123 87b72000 802e9a78 00000000 80206ba0 00000000 00000000
[   14.352000] 	  803b3ad8 870f7b14 00000000 00000000 00000000 00000000 00000000 00000000
[   14.352000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   14.352000] 	  ...
[   14.388000] Call Trace:
[   14.388000] [<8025421c>] show_stack+0x48/0x70
[   14.396000] [<802b5134>] ubi_io_read+0x254/0x340
[   14.400000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[   14.404000] [<802b6554>] ubi_leb_read+0xdc/0x150
[   14.408000] [<8012e740>] gluebi_read+0x8c/0xe4
[   14.412000] [<801aefd0>] mtd_read+0x84/0xd0
[   14.416000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[   14.424000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[   14.428000] [<8016eaf8>] jffs2_do_crccheck_inode+0x6c/0xc4
[   14.432000] [<80175390>] jffs2_garbage_collect_pass+0x19c/0x760
[   14.440000] [<80175ea4>] jffs2_garbage_collect_thread+0x128/0x148
[   14.444000] [<80188d60>] kthread+0x114/0x120
[   14.452000] [<80006478>] ret_from_kernel_thread+0x14/0x1c
[   14.456000] 
[   14.456000] jffs2: error: (301) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[   14.468000] jffs2: error: (301) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[   14.476000] jffs2: Returned error for crccheck of ino #237. Expect badness...
[   15.772000] __nand_correct_data: uncorrectable ECC error
[   15.776000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 1708 bytes from PEB 292:76116, read only 1708 bytes, retry
[   15.944000] __nand_correct_data: uncorrectable ECC error
[   15.948000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 1708 bytes from PEB 292:76116, read only 1708 bytes, retry
[   16.312000] __nand_correct_data: uncorrectable ECC error
[   16.316000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 1708 bytes from PEB 292:76116, read only 1708 bytes, retry
[   16.488000] __nand_correct_data: uncorrectable ECC error
[   16.492000] UBI error: ubi_io_read: error -77 (ECC error) while reading 1708 bytes from PEB 292:76116, read 1708 bytes
[   16.504000] CPU: 0 PID: 301 Comm: jffs2_gcd_mtd5 Not tainted 3.14.25 #1
[   16.512000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 0000003b
[   16.512000] 	  87b8e310 00000000 803b08ac 80410ff7 0000012d 80473afc 87b8e310 00000000
[   16.512000] 	  00012954 00000124 87b72000 802e9a78 00000000 80206ba0 00000000 00000000
[   16.512000] 	  803b3ad8 870f7b14 00000000 00000000 00000000 00000000 00000000 00000000
[   16.512000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   16.512000] 	  ...
[   16.544000] Call Trace:
[   16.548000] [<8025421c>] show_stack+0x48/0x70
[   16.552000] [<802b5134>] ubi_io_read+0x254/0x340
[   16.556000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[   16.564000] [<802b6554>] ubi_leb_read+0xdc/0x150
[   16.568000] [<8012e740>] gluebi_read+0x8c/0xe4
[   16.572000] [<801aefd0>] mtd_read+0x84/0xd0
[   16.576000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[   16.580000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[   16.588000] [<8016eaf8>] jffs2_do_crccheck_inode+0x6c/0xc4
[   16.592000] [<80175390>] jffs2_garbage_collect_pass+0x19c/0x760
[   16.596000] [<80175ea4>] jffs2_garbage_collect_thread+0x128/0x148
[   16.604000] [<80188d60>] kthread+0x114/0x120
[   16.608000] [<80006478>] ret_from_kernel_thread+0x14/0x1c
[   16.612000] 
[   16.616000] jffs2: error: (301) jffs2_get_inode_nodes: can not read 1708 bytes from 0x017d1954, error code: -77.
[   16.624000] jffs2: error: (301) jffs2_do_read_inode_internal: cannot read nodes for ino 241, returned error is -77
[   16.636000] jffs2: Returned error for crccheck of ino #241. Expect badness...
[   18.372000] jffs2: Checked all inodes but still 0x1c8dc bytes of unchecked space?
[   18.376000] jffs2: No space for garbage collection. Aborting GC thread
[   18.816000] PTM 1.0.27    PTM (E1) firmware version 0.30
[   18.820000] ifxmips_ptm: PTM init succeed
[   23.824000] device eth0.1 entered promiscuous mode
[   23.828000] device eth0 entered promiscuous mode
[   23.848000] br-lan: port 1(eth0.1) entered forwarding state
[   23.852000] br-lan: port 1(eth0.1) entered forwarding state
[   24.760000] cfg80211: Calling CRDA for country: NL
[   24.776000] cfg80211: Regulatory domain changed to country: NL
[   24.780000] cfg80211:  DFS Master region: ETSI
[   24.784000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   24.792000] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   24.800000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   24.812000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   24.820000] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[   24.828000] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   25.856000] br-lan: port 1(eth0.1) entered forwarding state
[   25.908000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[   26.000000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34
[   26.104000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   27.864000] wlan0: authenticate with c4:27:95:c1:7d:fa
[   27.868000] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[   27.900000] wlan0: send auth to c4:27:95:c1:7d:fa (try 1/3)
[   27.904000] wlan0: authenticated
[   27.912000] wlan0: associate with c4:27:95:c1:7d:fa (try 1/3)
[   27.920000] wlan0: RX AssocResp from c4:27:95:c1:7d:fa (capab=0x411 status=0 aid=2)
[   27.928000] wlan0: associated
[   27.932000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1828.104000] wlan0: authenticate with c4:27:95:c1:7d:fa
[ 1828.108000] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[ 1828.140000] wlan0: send auth to c4:27:95:c1:7d:fa (try 1/3)
[ 1828.152000] wlan0: authenticated
[ 1828.156000] wlan0: associate with c4:27:95:c1:7d:fa (try 1/3)
[ 1828.164000] wlan0: RX AssocResp from c4:27:95:c1:7d:fa (capab=0x411 status=0 aid=2)
[ 1828.172000] wlan0: associated
[30065.692000] eth0: tx ring full
[30066.644000] eth0: tx ring full
[30646.832000] eth0: tx ring full
[30652.004000] wlan0: authenticate with c4:27:95:c1:7d:fa
[30652.008000] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[30652.040000] wlan0: send auth to c4:27:95:c1:7d:fa (try 1/3)
[30652.044000] wlan0: authenticated
[30652.052000] wlan0: associate with c4:27:95:c1:7d:fa (try 1/3)
[30652.056000] wlan0: RX AssocResp from c4:27:95:c1:7d:fa (capab=0x411 status=0 aid=2)
[30652.064000] wlan0: associated
[30767.276000] eth0: tx ring full
[30767.424000] eth0: tx ring full
[30767.676000] eth0: tx ring full
[30767.788000] eth0: tx ring full
[31089.672000] eth0: tx ring full
[31090.444000] eth0: tx ring full
[31090.572000] eth0: tx ring full
[31091.204000] eth0: tx ring full
[31102.164000] eth0: tx ring full
[31102.196000] eth0: tx ring full
[31102.376000] eth0: tx ring full
[31150.952000] eth0: tx ring full
[31151.048000] eth0: tx ring full
[31151.424000] eth0: tx ring full
[31151.476000] eth0: tx ring full
[31155.492000] eth0: tx ring full
[31155.552000] eth0: tx ring full
[31155.592000] eth0: tx ring full
[31451.388000] eth0: tx ring full
[31451.916000] eth0: tx ring full
[31452.296000] eth0: tx ring full
[31452.504000] eth0: tx ring full
[31452.656000] eth0: tx ring full
[31452.684000] eth0: tx ring full
[31452.748000] eth0: tx ring full
[31452.792000] eth0: tx ring full
[31452.936000] eth0: tx ring full
[31453.040000] eth0: tx ring full
[31453.588000] eth0: tx ring full
[31453.924000] eth0: tx ring full
[31454.260000] eth0: tx ring full
[31456.452000] eth0: tx ring full
[31456.468000] eth0: tx ring full
[31456.572000] eth0: tx ring full
[31458.368000] eth0: tx ring full
[31466.420000] eth0: tx ring full
[31467.124000] eth0: tx ring full
[31468.056000] eth0: tx ring full
[31468.112000] eth0: tx ring full
[31468.460000] eth0: tx ring full
[31468.508000] eth0: tx ring full
[31470.204000] eth0: tx ring full
[31471.228000] eth0: tx ring full
[31471.736000] eth0: tx ring full
[31472.084000] eth0: tx ring full
[31472.508000] eth0: tx ring full
[31472.768000] eth0: tx ring full
[31473.424000] eth0: tx ring full
[31473.540000] eth0: tx ring full
[31473.660000] eth0: tx ring full
[31475.528000] eth0: tx ring full
[31476.540000] eth0: tx ring full
[31628.388000] eth0: tx ring full
[31841.144000] eth0: tx ring full
[31841.164000] eth0: tx ring full
[31843.056000] eth0: tx ring full
[31844.968000] eth0: tx ring full
[34783.788000] eth0: port 0 lost link
[34783.788000] br-lan: port 1(eth0.1) entered disabled state
[34784.788000] eth0: port 0 got link
[34784.792000] br-lan: port 1(eth0.1) entered forwarding state
[34784.796000] br-lan: port 1(eth0.1) entered forwarding state
[34786.800000] br-lan: port 1(eth0.1) entered forwarding state
[72007.980000] eth0: port 0 lost link
[72007.980000] br-lan: port 1(eth0.1) entered disabled state
[72010.980000] eth0: port 0 got link
[72010.980000] br-lan: port 1(eth0.1) entered forwarding state
[72010.984000] br-lan: port 1(eth0.1) entered forwarding state
[72012.988000] br-lan: port 1(eth0.1) entered forwarding state
[75458.432000] __nand_correct_data: uncorrectable ECC error
[75458.436000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75458.448000] __nand_correct_data: uncorrectable ECC error
[75458.452000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75458.464000] __nand_correct_data: uncorrectable ECC error
[75458.468000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75458.480000] __nand_correct_data: uncorrectable ECC error
[75458.484000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75458.496000] CPU: 0 PID: 24963 Comm: opkg Not tainted 3.14.25 #1
[75458.500000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75458.500000] 	  86e422b0 00000000 803b08ac 80410ff7 00006183 80473afc 86e422b0 00000000
[75458.500000] 	  000104c0 00000123 87b6f000 802e9a78 00000000 80206ba0 00000000 00000000
[75458.500000] 	  803b3ad8 86d1d8fc 00000000 00000000 00000000 00000000 00000000 00000000
[75458.500000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75458.500000] 	  ...
[75458.536000] Call Trace:
[75458.540000] [<8025421c>] show_stack+0x48/0x70
[75458.544000] [<802b5134>] ubi_io_read+0x254/0x340
[75458.548000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75458.552000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75458.560000] [<8012e740>] gluebi_read+0x8c/0xe4
[75458.564000] [<801aefd0>] mtd_read+0x84/0xd0
[75458.568000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75458.572000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75458.580000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75458.584000] [<80176474>] jffs2_iget+0x7c/0x398
[75458.588000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75458.592000] [<801952c0>] lookup_real+0x40/0x6c
[75458.596000] [<80048d14>] __lookup_hash+0x3c/0x50
[75458.600000] [<80194e18>] lookup_one_len+0x154/0x180
[75458.608000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75458.612000] [<801952c0>] lookup_real+0x40/0x6c
[75458.616000] [<80048d14>] __lookup_hash+0x3c/0x50
[75458.620000] [<801953b8>] lookup_slow+0x50/0xd0
[75458.624000] [<801e2fc0>] path_lookupat+0xec/0x798
[75458.628000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75458.636000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75458.640000] [<802ff930>] user_path_at+0x14/0x20
[75458.644000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75458.648000] [<800265bc>] SyS_stat64+0x18/0x3c
[75458.652000] [<8000843c>] handle_sys+0x11c/0x140
[75458.656000] 
[75458.660000] jffs2: error: (24963) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75458.668000] jffs2: error: (24963) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75458.680000] jffs2: iget() failed for ino #237
[75464.564000] __nand_correct_data: uncorrectable ECC error
[75464.568000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75464.580000] __nand_correct_data: uncorrectable ECC error
[75464.584000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75464.596000] __nand_correct_data: uncorrectable ECC error
[75464.604000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75464.616000] __nand_correct_data: uncorrectable ECC error
[75464.620000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75464.632000] CPU: 0 PID: 24968 Comm: opkg Not tainted 3.14.25 #1
[75464.636000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75464.636000] 	  86e422b0 00000000 803b08ac 80410ff7 00006188 80473afc 86e422b0 00000000
[75464.636000] 	  000104c0 00000123 86c82000 802e9a78 00000000 80206ba0 00000000 00000000
[75464.636000] 	  803b3ad8 86ceb8fc 00000000 00000000 00000000 00000000 00000000 00000000
[75464.636000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75464.636000] 	  ...
[75464.672000] Call Trace:
[75464.676000] [<8025421c>] show_stack+0x48/0x70
[75464.680000] [<802b5134>] ubi_io_read+0x254/0x340
[75464.684000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75464.688000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75464.692000] [<8012e740>] gluebi_read+0x8c/0xe4
[75464.696000] [<801aefd0>] mtd_read+0x84/0xd0
[75464.700000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75464.708000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75464.712000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75464.716000] [<80176474>] jffs2_iget+0x7c/0x398
[75464.724000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75464.728000] [<801952c0>] lookup_real+0x40/0x6c
[75464.732000] [<80048d14>] __lookup_hash+0x3c/0x50
[75464.736000] [<80194e18>] lookup_one_len+0x154/0x180
[75464.740000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75464.744000] [<801952c0>] lookup_real+0x40/0x6c
[75464.748000] [<80048d14>] __lookup_hash+0x3c/0x50
[75464.756000] [<801953b8>] lookup_slow+0x50/0xd0
[75464.760000] [<801e2fc0>] path_lookupat+0xec/0x798
[75464.764000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75464.768000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75464.776000] [<802ff930>] user_path_at+0x14/0x20
[75464.780000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75464.784000] [<800265bc>] SyS_stat64+0x18/0x3c
[75464.788000] [<8000843c>] handle_sys+0x11c/0x140
[75464.792000] 
[75464.792000] jffs2: error: (24968) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75464.804000] jffs2: error: (24968) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75464.816000] jffs2: iget() failed for ino #237
[75466.548000] __nand_correct_data: uncorrectable ECC error
[75466.552000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75466.564000] __nand_correct_data: uncorrectable ECC error
[75466.568000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75466.580000] __nand_correct_data: uncorrectable ECC error
[75466.588000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75466.600000] __nand_correct_data: uncorrectable ECC error
[75466.604000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75466.612000] CPU: 0 PID: 24999 Comm: opkg Not tainted 3.14.25 #1
[75466.620000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75466.620000] 	  86eabcc0 00000000 803b08ac 80410ff7 000061a7 80473afc 86eabcc0 00000000
[75466.620000] 	  000104c0 00000123 86c82000 802e9a78 00000000 80206ba0 00000000 00000000
[75466.620000] 	  803b3ad8 865758fc 00000000 00000000 00000000 00000000 00000000 00000000
[75466.620000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75466.620000] 	  ...
[75466.656000] Call Trace:
[75466.656000] [<8025421c>] show_stack+0x48/0x70
[75466.664000] [<802b5134>] ubi_io_read+0x254/0x340
[75466.668000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75466.672000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75466.676000] [<8012e740>] gluebi_read+0x8c/0xe4
[75466.680000] [<801aefd0>] mtd_read+0x84/0xd0
[75466.684000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75466.688000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75466.696000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75466.700000] [<80176474>] jffs2_iget+0x7c/0x398
[75466.704000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75466.712000] [<801952c0>] lookup_real+0x40/0x6c
[75466.716000] [<80048d14>] __lookup_hash+0x3c/0x50
[75466.720000] [<80194e18>] lookup_one_len+0x154/0x180
[75466.724000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75466.728000] [<801952c0>] lookup_real+0x40/0x6c
[75466.732000] [<80048d14>] __lookup_hash+0x3c/0x50
[75466.736000] [<801953b8>] lookup_slow+0x50/0xd0
[75466.744000] [<801e2fc0>] path_lookupat+0xec/0x798
[75466.748000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75466.752000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75466.756000] [<802ff930>] user_path_at+0x14/0x20
[75466.764000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75466.768000] [<800265bc>] SyS_stat64+0x18/0x3c
[75466.772000] [<8000843c>] handle_sys+0x11c/0x140
[75466.776000] 
[75466.776000] jffs2: error: (24999) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75466.788000] jffs2: error: (24999) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75466.796000] jffs2: iget() failed for ino #237
[75469.580000] __nand_correct_data: uncorrectable ECC error
[75469.584000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75469.596000] __nand_correct_data: uncorrectable ECC error
[75469.600000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75469.612000] __nand_correct_data: uncorrectable ECC error
[75469.620000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75469.632000] __nand_correct_data: uncorrectable ECC error
[75469.636000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75469.648000] CPU: 0 PID: 25002 Comm: opkg Not tainted 3.14.25 #1
[75469.652000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75469.652000] 	  86eabcc0 00000000 803b08ac 80410ff7 000061aa 80473afc 86eabcc0 00000000
[75469.652000] 	  000104c0 00000123 86c82000 802e9a78 00000000 80206ba0 00000000 00000000
[75469.652000] 	  803b3ad8 865758fc 00000000 00000000 00000000 00000000 00000000 00000000
[75469.652000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75469.652000] 	  ...
[75469.688000] Call Trace:
[75469.692000] [<8025421c>] show_stack+0x48/0x70
[75469.696000] [<802b5134>] ubi_io_read+0x254/0x340
[75469.700000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75469.704000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75469.708000] [<8012e740>] gluebi_read+0x8c/0xe4
[75469.712000] [<801aefd0>] mtd_read+0x84/0xd0
[75469.716000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75469.724000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75469.728000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75469.732000] [<80176474>] jffs2_iget+0x7c/0x398
[75469.740000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75469.744000] [<801952c0>] lookup_real+0x40/0x6c
[75469.748000] [<80048d14>] __lookup_hash+0x3c/0x50
[75469.752000] [<80194e18>] lookup_one_len+0x154/0x180
[75469.756000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75469.760000] [<801952c0>] lookup_real+0x40/0x6c
[75469.764000] [<80048d14>] __lookup_hash+0x3c/0x50
[75469.772000] [<801953b8>] lookup_slow+0x50/0xd0
[75469.776000] [<801e2fc0>] path_lookupat+0xec/0x798
[75469.780000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75469.784000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75469.788000] [<802ff930>] user_path_at+0x14/0x20
[75469.796000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75469.800000] [<800265bc>] SyS_stat64+0x18/0x3c
[75469.804000] [<8000843c>] handle_sys+0x11c/0x140
[75469.808000] 
[75469.808000] jffs2: error: (25002) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75469.820000] jffs2: error: (25002) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75469.832000] jffs2: iget() failed for ino #237
[75471.236000] __nand_correct_data: uncorrectable ECC error
[75471.240000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75471.252000] __nand_correct_data: uncorrectable ECC error
[75471.260000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75471.272000] __nand_correct_data: uncorrectable ECC error
[75471.276000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75471.288000] __nand_correct_data: uncorrectable ECC error
[75471.292000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75471.304000] CPU: 0 PID: 25005 Comm: opkg Not tainted 3.14.25 #1
[75471.308000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75471.308000] 	  86eabcc0 00000000 803b08ac 80410ff7 000061ad 80473afc 86eabcc0 00000000
[75471.308000] 	  000104c0 00000123 86c82000 802e9a78 00000000 80206ba0 00000000 00000000
[75471.308000] 	  803b3ad8 865758fc 00000000 00000000 00000000 00000000 00000000 00000000
[75471.308000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75471.308000] 	  ...
[75471.344000] Call Trace:
[75471.348000] [<8025421c>] show_stack+0x48/0x70
[75471.352000] [<802b5134>] ubi_io_read+0x254/0x340
[75471.356000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75471.360000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75471.364000] [<8012e740>] gluebi_read+0x8c/0xe4
[75471.372000] [<801aefd0>] mtd_read+0x84/0xd0
[75471.376000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75471.380000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75471.384000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75471.392000] [<80176474>] jffs2_iget+0x7c/0x398
[75471.396000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75471.400000] [<801952c0>] lookup_real+0x40/0x6c
[75471.404000] [<80048d14>] __lookup_hash+0x3c/0x50
[75471.408000] [<80194e18>] lookup_one_len+0x154/0x180
[75471.416000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75471.420000] [<801952c0>] lookup_real+0x40/0x6c
[75471.424000] [<80048d14>] __lookup_hash+0x3c/0x50
[75471.428000] [<801953b8>] lookup_slow+0x50/0xd0
[75471.432000] [<801e2fc0>] path_lookupat+0xec/0x798
[75471.436000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75471.444000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75471.448000] [<802ff930>] user_path_at+0x14/0x20
[75471.452000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75471.456000] [<800265bc>] SyS_stat64+0x18/0x3c
[75471.460000] [<8000843c>] handle_sys+0x11c/0x140
[75471.464000] 
[75471.468000] jffs2: error: (25005) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75471.476000] jffs2: error: (25005) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75471.488000] jffs2: iget() failed for ino #237
[75474.748000] __nand_correct_data: uncorrectable ECC error
[75474.752000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75474.764000] __nand_correct_data: uncorrectable ECC error
[75474.772000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75474.784000] __nand_correct_data: uncorrectable ECC error
[75474.788000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75474.800000] __nand_correct_data: uncorrectable ECC error
[75474.804000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75474.816000] CPU: 0 PID: 25008 Comm: opkg Not tainted 3.14.25 #1
[75474.820000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75474.820000] 	  86eabcc0 00000000 803b08ac 80410ff7 000061b0 80473afc 86eabcc0 00000000
[75474.820000] 	  000104c0 00000123 86c82000 802e9a78 00000000 80206ba0 00000000 00000000
[75474.820000] 	  803b3ad8 865758fc 00000000 00000000 00000000 00000000 00000000 00000000
[75474.820000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75474.820000] 	  ...
[75474.856000] Call Trace:
[75474.860000] [<8025421c>] show_stack+0x48/0x70
[75474.864000] [<802b5134>] ubi_io_read+0x254/0x340
[75474.868000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75474.872000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75474.880000] [<8012e740>] gluebi_read+0x8c/0xe4
[75474.884000] [<801aefd0>] mtd_read+0x84/0xd0
[75474.888000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75474.892000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75474.896000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75474.904000] [<80176474>] jffs2_iget+0x7c/0x398
[75474.908000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75474.912000] [<801952c0>] lookup_real+0x40/0x6c
[75474.916000] [<80048d14>] __lookup_hash+0x3c/0x50
[75474.920000] [<80194e18>] lookup_one_len+0x154/0x180
[75474.928000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75474.932000] [<801952c0>] lookup_real+0x40/0x6c
[75474.936000] [<80048d14>] __lookup_hash+0x3c/0x50
[75474.940000] [<801953b8>] lookup_slow+0x50/0xd0
[75474.944000] [<801e2fc0>] path_lookupat+0xec/0x798
[75474.948000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75474.956000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75474.960000] [<802ff930>] user_path_at+0x14/0x20
[75474.964000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75474.968000] [<800265bc>] SyS_stat64+0x18/0x3c
[75474.972000] [<8000843c>] handle_sys+0x11c/0x140
[75474.976000] 
[75474.980000] jffs2: error: (25008) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75474.988000] jffs2: error: (25008) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75475.000000] jffs2: iget() failed for ino #237
[75476.580000] __nand_correct_data: uncorrectable ECC error
[75476.584000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75476.596000] __nand_correct_data: uncorrectable ECC error
[75476.600000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75476.612000] __nand_correct_data: uncorrectable ECC error
[75476.620000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75476.632000] __nand_correct_data: uncorrectable ECC error
[75476.636000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75476.648000] CPU: 0 PID: 25016 Comm: opkg Not tainted 3.14.25 #1
[75476.652000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75476.652000] 	  86eabcc0 00000000 803b08ac 80410ff7 000061b8 80473afc 86eabcc0 00000000
[75476.652000] 	  000104c0 00000123 86c82000 802e9a78 00000000 80206ba0 00000000 00000000
[75476.652000] 	  803b3ad8 865758fc 00000000 00000000 00000000 00000000 00000000 00000000
[75476.652000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75476.652000] 	  ...
[75476.688000] Call Trace:
[75476.688000] [<8025421c>] show_stack+0x48/0x70
[75476.696000] [<802b5134>] ubi_io_read+0x254/0x340
[75476.700000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75476.704000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75476.708000] [<8012e740>] gluebi_read+0x8c/0xe4
[75476.712000] [<801aefd0>] mtd_read+0x84/0xd0
[75476.716000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75476.724000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75476.728000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75476.732000] [<80176474>] jffs2_iget+0x7c/0x398
[75476.740000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75476.744000] [<801952c0>] lookup_real+0x40/0x6c
[75476.748000] [<80048d14>] __lookup_hash+0x3c/0x50
[75476.752000] [<80194e18>] lookup_one_len+0x154/0x180
[75476.756000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75476.760000] [<801952c0>] lookup_real+0x40/0x6c
[75476.764000] [<80048d14>] __lookup_hash+0x3c/0x50
[75476.772000] [<801953b8>] lookup_slow+0x50/0xd0
[75476.776000] [<801e2fc0>] path_lookupat+0xec/0x798
[75476.780000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75476.784000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75476.788000] [<802ff930>] user_path_at+0x14/0x20
[75476.796000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75476.800000] [<800265bc>] SyS_stat64+0x18/0x3c
[75476.804000] [<8000843c>] handle_sys+0x11c/0x140
[75476.808000] 
[75476.808000] jffs2: error: (25016) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75476.820000] jffs2: error: (25016) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75476.828000] jffs2: iget() failed for ino #237
[75484.552000] __nand_correct_data: uncorrectable ECC error
[75484.556000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75484.568000] __nand_correct_data: uncorrectable ECC error
[75484.572000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75484.584000] __nand_correct_data: uncorrectable ECC error
[75484.588000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75484.600000] __nand_correct_data: uncorrectable ECC error
[75484.608000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75484.616000] CPU: 0 PID: 25020 Comm: opkg Not tainted 3.14.25 #1
[75484.624000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75484.624000] 	  86f60390 00000000 803b08ac 80410ff7 000061bc 80473afc 86f60390 00000000
[75484.624000] 	  000104c0 00000123 873fa000 802e9a78 00000000 80206ba0 00000000 00000000
[75484.624000] 	  803b3ad8 865758fc 00000000 00000000 00000000 00000000 00000000 00000000
[75484.624000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75484.624000] 	  ...
[75484.660000] Call Trace:
[75484.660000] [<8025421c>] show_stack+0x48/0x70
[75484.664000] [<802b5134>] ubi_io_read+0x254/0x340
[75484.672000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75484.676000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75484.680000] [<8012e740>] gluebi_read+0x8c/0xe4
[75484.684000] [<801aefd0>] mtd_read+0x84/0xd0
[75484.688000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75484.692000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75484.700000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75484.704000] [<80176474>] jffs2_iget+0x7c/0x398
[75484.708000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75484.712000] [<801952c0>] lookup_real+0x40/0x6c
[75484.720000] [<80048d14>] __lookup_hash+0x3c/0x50
[75484.724000] [<80194e18>] lookup_one_len+0x154/0x180
[75484.728000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75484.732000] [<801952c0>] lookup_real+0x40/0x6c
[75484.736000] [<80048d14>] __lookup_hash+0x3c/0x50
[75484.740000] [<801953b8>] lookup_slow+0x50/0xd0
[75484.744000] [<801e2fc0>] path_lookupat+0xec/0x798
[75484.752000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75484.756000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75484.760000] [<802ff930>] user_path_at+0x14/0x20
[75484.764000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75484.772000] [<800265bc>] SyS_stat64+0x18/0x3c
[75484.776000] [<8000843c>] handle_sys+0x11c/0x140
[75484.780000] 
[75484.780000] jffs2: error: (25020) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75484.792000] jffs2: error: (25020) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75484.800000] jffs2: iget() failed for ino #237
[75505.580000] __nand_correct_data: uncorrectable ECC error
[75505.584000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75505.596000] __nand_correct_data: uncorrectable ECC error
[75505.600000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75505.612000] __nand_correct_data: uncorrectable ECC error
[75505.616000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75505.628000] __nand_correct_data: uncorrectable ECC error
[75505.636000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75505.644000] CPU: 0 PID: 25147 Comm: opkg Not tainted 3.14.25 #1
[75505.652000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75505.652000] 	  86f60390 00000000 803b08ac 80410ff7 0000623b 80473afc 86f60390 00000000
[75505.652000] 	  000104c0 00000123 86ed2000 802e9a78 00000000 80206ba0 00000000 00000000
[75505.652000] 	  803b3ad8 86e618fc 00000000 00000000 00000000 00000000 00000000 00000000
[75505.652000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75505.652000] 	  ...
[75505.688000] Call Trace:
[75505.688000] [<8025421c>] show_stack+0x48/0x70
[75505.692000] [<802b5134>] ubi_io_read+0x254/0x340
[75505.700000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75505.704000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75505.708000] [<8012e740>] gluebi_read+0x8c/0xe4
[75505.712000] [<801aefd0>] mtd_read+0x84/0xd0
[75505.716000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75505.720000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75505.728000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75505.732000] [<80176474>] jffs2_iget+0x7c/0x398
[75505.736000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75505.744000] [<801952c0>] lookup_real+0x40/0x6c
[75505.748000] [<80048d14>] __lookup_hash+0x3c/0x50
[75505.752000] [<80194e18>] lookup_one_len+0x154/0x180
[75505.756000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75505.760000] [<801952c0>] lookup_real+0x40/0x6c
[75505.764000] [<80048d14>] __lookup_hash+0x3c/0x50
[75505.768000] [<801953b8>] lookup_slow+0x50/0xd0
[75505.776000] [<801e2fc0>] path_lookupat+0xec/0x798
[75505.780000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75505.784000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75505.788000] [<802ff930>] user_path_at+0x14/0x20
[75505.792000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75505.800000] [<800265bc>] SyS_stat64+0x18/0x3c
[75505.804000] [<8000843c>] handle_sys+0x11c/0x140
[75505.808000] 
[75505.808000] jffs2: error: (25147) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75505.820000] jffs2: error: (25147) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75505.828000] jffs2: iget() failed for ino #237
[75508.040000] __nand_correct_data: uncorrectable ECC error
[75508.044000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75508.056000] __nand_correct_data: uncorrectable ECC error
[75508.060000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75508.072000] __nand_correct_data: uncorrectable ECC error
[75508.076000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75508.088000] __nand_correct_data: uncorrectable ECC error
[75508.096000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75508.104000] CPU: 0 PID: 25150 Comm: opkg Not tainted 3.14.25 #1
[75508.112000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75508.112000] 	  86f60390 00000000 803b08ac 80410ff7 0000623e 80473afc 86f60390 00000000
[75508.112000] 	  000104c0 00000123 86ed2000 802e9a78 00000000 80206ba0 00000000 00000000
[75508.112000] 	  803b3ad8 86e618fc 00000000 00000000 00000000 00000000 00000000 00000000
[75508.112000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75508.112000] 	  ...
[75508.148000] Call Trace:
[75508.148000] [<8025421c>] show_stack+0x48/0x70
[75508.152000] [<802b5134>] ubi_io_read+0x254/0x340
[75508.156000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75508.164000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75508.168000] [<8012e740>] gluebi_read+0x8c/0xe4
[75508.172000] [<801aefd0>] mtd_read+0x84/0xd0
[75508.176000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75508.180000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75508.188000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75508.192000] [<80176474>] jffs2_iget+0x7c/0x398
[75508.196000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75508.200000] [<801952c0>] lookup_real+0x40/0x6c
[75508.208000] [<80048d14>] __lookup_hash+0x3c/0x50
[75508.212000] [<80194e18>] lookup_one_len+0x154/0x180
[75508.216000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75508.220000] [<801952c0>] lookup_real+0x40/0x6c
[75508.224000] [<80048d14>] __lookup_hash+0x3c/0x50
[75508.228000] [<801953b8>] lookup_slow+0x50/0xd0
[75508.232000] [<801e2fc0>] path_lookupat+0xec/0x798
[75508.240000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75508.244000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75508.248000] [<802ff930>] user_path_at+0x14/0x20
[75508.252000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75508.256000] [<800265bc>] SyS_stat64+0x18/0x3c
[75508.264000] [<8000843c>] handle_sys+0x11c/0x140
[75508.268000] 
[75508.268000] jffs2: error: (25150) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75508.280000] jffs2: error: (25150) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75508.288000] jffs2: iget() failed for ino #237
[75515.768000] __nand_correct_data: uncorrectable ECC error
[75515.772000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75515.784000] __nand_correct_data: uncorrectable ECC error
[75515.788000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75515.800000] __nand_correct_data: uncorrectable ECC error
[75515.804000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75515.816000] __nand_correct_data: uncorrectable ECC error
[75515.824000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75515.832000] CPU: 0 PID: 25154 Comm: opkg Not tainted 3.14.25 #1
[75515.840000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75515.840000] 	  86f60390 00000000 803b08ac 80410ff7 00006242 80473afc 86f60390 00000000
[75515.840000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
[75515.840000] 	  803b3ad8 86c9d8fc 00000000 00000000 00000000 00000000 00000000 00000000
[75515.840000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75515.840000] 	  ...
[75515.876000] Call Trace:
[75515.876000] [<8025421c>] show_stack+0x48/0x70
[75515.880000] [<802b5134>] ubi_io_read+0x254/0x340
[75515.884000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75515.892000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75515.896000] [<8012e740>] gluebi_read+0x8c/0xe4
[75515.900000] [<801aefd0>] mtd_read+0x84/0xd0
[75515.904000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75515.908000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75515.916000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75515.920000] [<80176474>] jffs2_iget+0x7c/0x398
[75515.924000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75515.928000] [<801952c0>] lookup_real+0x40/0x6c
[75515.936000] [<80048d14>] __lookup_hash+0x3c/0x50
[75515.940000] [<80194e18>] lookup_one_len+0x154/0x180
[75515.944000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75515.948000] [<801952c0>] lookup_real+0x40/0x6c
[75515.952000] [<80048d14>] __lookup_hash+0x3c/0x50
[75515.956000] [<801953b8>] lookup_slow+0x50/0xd0
[75515.960000] [<801e2fc0>] path_lookupat+0xec/0x798
[75515.968000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75515.972000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75515.976000] [<802ff930>] user_path_at+0x14/0x20
[75515.980000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75515.988000] [<800265bc>] SyS_stat64+0x18/0x3c
[75515.992000] [<8000843c>] handle_sys+0x11c/0x140
[75515.996000] 
[75515.996000] jffs2: error: (25154) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75516.008000] jffs2: error: (25154) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75516.016000] jffs2: iget() failed for ino #237
[75519.012000] __nand_correct_data: uncorrectable ECC error
[75519.016000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75519.028000] __nand_correct_data: uncorrectable ECC error
[75519.032000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75519.044000] __nand_correct_data: uncorrectable ECC error
[75519.048000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75519.060000] __nand_correct_data: uncorrectable ECC error
[75519.064000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75519.076000] CPU: 0 PID: 25157 Comm: opkg Not tainted 3.14.25 #1
[75519.084000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75519.084000] 	  86f60390 00000000 803b08ac 80410ff7 00006245 80473afc 86f60390 00000000
[75519.084000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
[75519.084000] 	  803b3ad8 86c9d8fc 00000000 00000000 00000000 00000000 00000000 00000000
[75519.084000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75519.084000] 	  ...
[75519.116000] Call Trace:
[75519.120000] [<8025421c>] show_stack+0x48/0x70
[75519.124000] [<802b5134>] ubi_io_read+0x254/0x340
[75519.128000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75519.136000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75519.140000] [<8012e740>] gluebi_read+0x8c/0xe4
[75519.144000] [<801aefd0>] mtd_read+0x84/0xd0
[75519.148000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75519.152000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75519.160000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75519.164000] [<80176474>] jffs2_iget+0x7c/0x398
[75519.168000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75519.172000] [<801952c0>] lookup_real+0x40/0x6c
[75519.176000] [<80048d14>] __lookup_hash+0x3c/0x50
[75519.184000] [<80194e18>] lookup_one_len+0x154/0x180
[75519.188000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75519.192000] [<801952c0>] lookup_real+0x40/0x6c
[75519.196000] [<80048d14>] __lookup_hash+0x3c/0x50
[75519.200000] [<801953b8>] lookup_slow+0x50/0xd0
[75519.204000] [<801e2fc0>] path_lookupat+0xec/0x798
[75519.208000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75519.216000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75519.220000] [<802ff930>] user_path_at+0x14/0x20
[75519.224000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75519.228000] [<800265bc>] SyS_stat64+0x18/0x3c
[75519.232000] [<8000843c>] handle_sys+0x11c/0x140
[75519.240000] 
[75519.240000] jffs2: error: (25157) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75519.248000] jffs2: error: (25157) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75519.260000] jffs2: iget() failed for ino #237
[75521.620000] __nand_correct_data: uncorrectable ECC error
[75521.624000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75521.636000] __nand_correct_data: uncorrectable ECC error
[75521.640000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75521.652000] __nand_correct_data: uncorrectable ECC error
[75521.660000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75521.672000] __nand_correct_data: uncorrectable ECC error
[75521.676000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75521.688000] CPU: 0 PID: 25160 Comm: opkg Not tainted 3.14.25 #1
[75521.692000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75521.692000] 	  86f60390 00000000 803b08ac 80410ff7 00006248 80473afc 86f60390 00000000
[75521.692000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
[75521.692000] 	  803b3ad8 86c9d8fc 00000000 00000000 00000000 00000000 00000000 00000000
[75521.692000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75521.692000] 	  ...
[75521.728000] Call Trace:
[75521.732000] [<8025421c>] show_stack+0x48/0x70
[75521.736000] [<802b5134>] ubi_io_read+0x254/0x340
[75521.740000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75521.744000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75521.748000] [<8012e740>] gluebi_read+0x8c/0xe4
[75521.752000] [<801aefd0>] mtd_read+0x84/0xd0
[75521.756000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75521.764000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75521.768000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75521.772000] [<80176474>] jffs2_iget+0x7c/0x398
[75521.780000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75521.784000] [<801952c0>] lookup_real+0x40/0x6c
[75521.788000] [<80048d14>] __lookup_hash+0x3c/0x50
[75521.792000] [<80194e18>] lookup_one_len+0x154/0x180
[75521.796000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75521.800000] [<801952c0>] lookup_real+0x40/0x6c
[75521.804000] [<80048d14>] __lookup_hash+0x3c/0x50
[75521.812000] [<801953b8>] lookup_slow+0x50/0xd0
[75521.816000] [<801e2fc0>] path_lookupat+0xec/0x798
[75521.820000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75521.824000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75521.832000] [<802ff930>] user_path_at+0x14/0x20
[75521.836000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75521.840000] [<800265bc>] SyS_stat64+0x18/0x3c
[75521.844000] [<8000843c>] handle_sys+0x11c/0x140
[75521.848000] 
[75521.848000] jffs2: error: (25160) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75521.860000] jffs2: error: (25160) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75521.872000] jffs2: iget() failed for ino #237
[75527.012000] __nand_correct_data: uncorrectable ECC error
[75527.016000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75527.028000] __nand_correct_data: uncorrectable ECC error
[75527.032000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75527.044000] __nand_correct_data: uncorrectable ECC error
[75527.052000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75527.064000] __nand_correct_data: uncorrectable ECC error
[75527.068000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75527.080000] CPU: 0 PID: 25171 Comm: opkg Not tainted 3.14.25 #1
[75527.084000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75527.084000] 	  86f60390 00000000 803b08ac 80410ff7 00006253 80473afc 86f60390 00000000
[75527.084000] 	  000104c0 00000123 86e78000 802e9a78 00000000 80206ba0 00000000 00000000
[75527.084000] 	  803b3ad8 865b78fc 00000000 00000000 00000000 00000000 00000000 00000000
[75527.084000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75527.084000] 	  ...
[75527.120000] Call Trace:
[75527.124000] [<8025421c>] show_stack+0x48/0x70
[75527.128000] [<802b5134>] ubi_io_read+0x254/0x340
[75527.132000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75527.136000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75527.140000] [<8012e740>] gluebi_read+0x8c/0xe4
[75527.144000] [<801aefd0>] mtd_read+0x84/0xd0
[75527.148000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75527.156000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75527.160000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75527.164000] [<80176474>] jffs2_iget+0x7c/0x398
[75527.172000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75527.176000] [<801952c0>] lookup_real+0x40/0x6c
[75527.180000] [<80048d14>] __lookup_hash+0x3c/0x50
[75527.184000] [<80194e18>] lookup_one_len+0x154/0x180
[75527.188000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75527.192000] [<801952c0>] lookup_real+0x40/0x6c
[75527.196000] [<80048d14>] __lookup_hash+0x3c/0x50
[75527.204000] [<801953b8>] lookup_slow+0x50/0xd0
[75527.208000] [<801e2fc0>] path_lookupat+0xec/0x798
[75527.212000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75527.216000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75527.224000] [<802ff930>] user_path_at+0x14/0x20
[75527.228000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75527.232000] [<800265bc>] SyS_stat64+0x18/0x3c
[75527.236000] [<8000843c>] handle_sys+0x11c/0x140
[75527.240000] 
[75527.240000] jffs2: error: (25171) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75527.252000] jffs2: error: (25171) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75527.264000] jffs2: iget() failed for ino #237
[75537.500000] __nand_correct_data: uncorrectable ECC error
[75537.504000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75537.516000] __nand_correct_data: uncorrectable ECC error
[75537.520000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75537.532000] __nand_correct_data: uncorrectable ECC error
[75537.536000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75537.552000] __nand_correct_data: uncorrectable ECC error
[75537.556000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75537.564000] CPU: 0 PID: 25208 Comm: opkg Not tainted 3.14.25 #1
[75537.572000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75537.572000] 	  86eab330 00000000 803b08ac 80410ff7 00006278 80473afc 86eab330 00000000
[75537.572000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
[75537.572000] 	  803b3ad8 864e38fc 00000000 00000000 00000000 00000000 00000000 00000000
[75537.572000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75537.572000] 	  ...
[75537.608000] Call Trace:
[75537.608000] [<8025421c>] show_stack+0x48/0x70
[75537.612000] [<802b5134>] ubi_io_read+0x254/0x340
[75537.620000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75537.624000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75537.628000] [<8012e740>] gluebi_read+0x8c/0xe4
[75537.632000] [<801aefd0>] mtd_read+0x84/0xd0
[75537.636000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75537.640000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75537.648000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75537.652000] [<80176474>] jffs2_iget+0x7c/0x398
[75537.656000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75537.664000] [<801952c0>] lookup_real+0x40/0x6c
[75537.668000] [<80048d14>] __lookup_hash+0x3c/0x50
[75537.672000] [<80194e18>] lookup_one_len+0x154/0x180
[75537.676000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75537.680000] [<801952c0>] lookup_real+0x40/0x6c
[75537.684000] [<80048d14>] __lookup_hash+0x3c/0x50
[75537.688000] [<801953b8>] lookup_slow+0x50/0xd0
[75537.696000] [<801e2fc0>] path_lookupat+0xec/0x798
[75537.700000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75537.704000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75537.708000] [<802ff930>] user_path_at+0x14/0x20
[75537.712000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75537.720000] [<800265bc>] SyS_stat64+0x18/0x3c
[75537.724000] [<8000843c>] handle_sys+0x11c/0x140
[75537.728000] 
[75537.728000] jffs2: error: (25208) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75537.740000] jffs2: error: (25208) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75537.748000] jffs2: iget() failed for ino #237
[75538.140000] __nand_correct_data: uncorrectable ECC error
[75538.144000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75538.156000] __nand_correct_data: uncorrectable ECC error
[75538.160000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75538.172000] __nand_correct_data: uncorrectable ECC error
[75538.180000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75538.192000] __nand_correct_data: uncorrectable ECC error
[75538.196000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75538.208000] CPU: 0 PID: 25221 Comm: opkg Not tainted 3.14.25 #1
[75538.212000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75538.212000] 	  86eab330 00000000 803b08ac 80410ff7 00006285 80473afc 86eab330 00000000
[75538.212000] 	  000104c0 00000123 86efd000 802e9a78 00000000 80206ba0 00000000 00000000
[75538.212000] 	  803b3ad8 864e38fc 00000000 00000000 00000000 00000000 00000000 00000000
[75538.212000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75538.212000] 	  ...
[75538.248000] Call Trace:
[75538.252000] [<8025421c>] show_stack+0x48/0x70
[75538.256000] [<802b5134>] ubi_io_read+0x254/0x340
[75538.260000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75538.264000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75538.268000] [<8012e740>] gluebi_read+0x8c/0xe4
[75538.272000] [<801aefd0>] mtd_read+0x84/0xd0
[75538.276000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75538.284000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75538.288000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75538.292000] [<80176474>] jffs2_iget+0x7c/0x398
[75538.300000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75538.304000] [<801952c0>] lookup_real+0x40/0x6c
[75538.308000] [<80048d14>] __lookup_hash+0x3c/0x50
[75538.312000] [<80194e18>] lookup_one_len+0x154/0x180
[75538.316000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75538.320000] [<801952c0>] lookup_real+0x40/0x6c
[75538.324000] [<80048d14>] __lookup_hash+0x3c/0x50
[75538.332000] [<801953b8>] lookup_slow+0x50/0xd0
[75538.336000] [<801e2fc0>] path_lookupat+0xec/0x798
[75538.340000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75538.344000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75538.352000] [<802ff930>] user_path_at+0x14/0x20
[75538.356000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75538.360000] [<800265bc>] SyS_stat64+0x18/0x3c
[75538.364000] [<8000843c>] handle_sys+0x11c/0x140
[75538.368000] 
[75538.368000] jffs2: error: (25221) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75538.380000] jffs2: error: (25221) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75538.392000] jffs2: iget() failed for ino #237
[75552.740000] __nand_correct_data: uncorrectable ECC error
[75552.744000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75552.756000] __nand_correct_data: uncorrectable ECC error
[75552.760000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75552.772000] __nand_correct_data: uncorrectable ECC error
[75552.780000] UBI warning: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read only 832 bytes, retry
[75552.792000] __nand_correct_data: uncorrectable ECC error
[75552.796000] UBI error: ubi_io_read: error -77 (ECC error) while reading 832 bytes from PEB 291:66752, read 832 bytes
[75552.808000] CPU: 0 PID: 25226 Comm: opkg Not tainted 3.14.25 #1
[75552.812000] Stack : 00000006 00000000 00000000 00000000 00000000 00000000 8047cd9e 00000033
[75552.812000] 	  87880c60 00000000 803b08ac 80410ff7 0000628a 80473afc 87880c60 00000000
[75552.812000] 	  000104c0 00000123 8645d000 802e9a78 00000000 80206ba0 00000000 00000000
[75552.812000] 	  803b3ad8 86cf98fc 00000000 00000000 00000000 00000000 00000000 00000000
[75552.812000] 	  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[75552.812000] 	  ...
[75552.848000] Call Trace:
[75552.848000] [<8025421c>] show_stack+0x48/0x70
[75552.856000] [<802b5134>] ubi_io_read+0x254/0x340
[75552.860000] [<802b3b34>] ubi_eba_read_leb+0x28c/0x39c
[75552.864000] [<802b6554>] ubi_leb_read+0xdc/0x150
[75552.868000] [<8012e740>] gluebi_read+0x8c/0xe4
[75552.872000] [<801aefd0>] mtd_read+0x84/0xd0
[75552.876000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[75552.884000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[75552.888000] [<8016fc70>] jffs2_do_read_inode+0x1d0/0x1f8
[75552.892000] [<80176474>] jffs2_iget+0x7c/0x398
[75552.900000] [<80176f80>] jffs2_lookup+0x10c/0x190
[75552.904000] [<801952c0>] lookup_real+0x40/0x6c
[75552.908000] [<80048d14>] __lookup_hash+0x3c/0x50
[75552.912000] [<80194e18>] lookup_one_len+0x154/0x180
[75552.916000] [<801d8068>] ovl_lookup+0x6c/0x3d8
[75552.920000] [<801952c0>] lookup_real+0x40/0x6c
[75552.924000] [<80048d14>] __lookup_hash+0x3c/0x50
[75552.932000] [<801953b8>] lookup_slow+0x50/0xd0
[75552.936000] [<801e2fc0>] path_lookupat+0xec/0x798
[75552.940000] [<80111a38>] filename_lookup.isra.57+0x34/0xa0
[75552.944000] [<802ff9a0>] user_path_at_empty+0x64/0xa4
[75552.948000] [<802ff930>] user_path_at+0x14/0x20
[75552.956000] [<80301a40>] vfs_fstatat+0x64/0xd4
[75552.960000] [<800265bc>] SyS_stat64+0x18/0x3c
[75552.964000] [<8000843c>] handle_sys+0x11c/0x140
[75552.968000] 
[75552.968000] jffs2: error: (25226) jffs2_get_inode_nodes: can not read 832 bytes from 0x017eecc0, error code: -77.
[75552.980000] jffs2: error: (25226) jffs2_do_read_inode_internal: cannot read nodes for ino 237, returned error is -77
[75552.988000] jffs2: iget() failed for ino #237
Found this it out during checking 'System / Software' which looks empty?
And although network data is pumped through the device, it's not totally 'good'..
We do a reboot ...

During boot:

Code: Select all

[   10.792000] [<8017332c>] jffs2_flash_read+0xa0/0x268
[   10.796000] [<8016fe18>] jffs2_do_read_inode_internal+0x180/0x1834
[   10.804000] [<8016eaf8>] jffs2_do_crccheck_inode+0x6c/0xc4
[   10.808000] [<80175390>] jffs2_garbage_collect_pass+0x19c/0x760
[   10.816000] [<80175ea4>] jffs2_garbage_collect_thread+0x128/0x148
[   10.820000] [<80188d60>] kthread+0x114/0x120
[   10.824000] [<80006478>] ret_from_kernel_thread+0x14/0x1c
[   10.832000]
[   10.832000] jffs2: error: (301) jffs2_get_inode_nodes: can not read 1708 bytes from 0x017d1954, error code: -77.
[   10.840000] jffs2: error: (301) jffs2_do_read_inode_internal: cannot read nodes for ino 241, returned error is -77
[   10.852000] jffs2: Returned error for crccheck of ino #241. Expect badness...
[   12.104000] jffs2: Checked all inodes but still 0x1c8dc bytes of unchecked space?
[   12.108000] jffs2: No space for garbage collection. Aborting GC thread
And still all installed programs looks to have gone?
"jffs2: error: (301) jffs2_get_inode_nodes: can not read 1708 bytes from 0x017d1954, error code: -77."
Does indeed not look good at all...

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: P-2812HNU-F1 as Wireless repeater/switch with 4 x 1Gbps

Post by admin »

After update (opkg) base-files and some Luci packages, WLAN becomes unusable (no settings for channel etc).

Re-flashed the box with scapi's: CHAOS CALMER (Bleeding Edge, r43771)
With this latest -usable- FW i do see more html errors, like:

Code: Select all

/usr/lib/lua/luci/util.lua:209: attempt to get length of local 'str' (a nil value)
stack traceback:
	/usr/lib/lua/luci/util.lua:209: in function 'split'
	/usr/lib/lua/luci/controller/privoxy.lua:41: in function 'v'
	/usr/lib/lua/luci/dispatcher.lua:585: in function 'createtree'
	/usr/lib/lua/luci/dispatcher.lua:230: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194>
Although 'Back / Retry' most of the time works.
Could also be due to 'Privoxy' which is also running 'on tha box'.

As above, here a good working (scapi's) WifiWAN - Router (noDSL) log:

Code: Select all

[    0.000000] Linux version 3.14.26 (sylwek@WRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r43771) ) #2 Thu Dec 25 11:51:17 CET 2014
[    0.000000] SoC: VR9 rev 1.1
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019555 (MIPS 34Kc)
[    0.000000] MIPS: machine is P2812HNUF1 - ZyXEL P-2812HNU-F1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x07ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x07ffffff]
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat 8044c620, node_mem_map 81003e60
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyLTQ0,115200 init=/etc/preinit
[    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] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 124996K/131072K available (3354K kernel code, 155K rwdata, 1000K rodata, 144K init, 201K bss, 6076K reserved)
[    0.000000] NR_IRQS:256
[    0.000000] CPU Clock: 500MHz
[    0.028000] Calibrating delay loop... 332.54 BogoMIPS (lpj=665088)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.036000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.040000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.044000] pinctrl core: initialized pinctrl subsystem
[    0.048000] NET: Registered protocol family 16
[    0.060000] pinctrl-xway 1e100b10.pinmux: Init done
[    0.064000] dma-xway 1e104100.dma: Init done - hw rev: 7, ports: 7, channels: 28
[    0.072000] dcdc-xrx200 1f106a00.dcdc: Core Voltage : 1016 mV
[    0.076000] PCI host bridge /fpi@10000000/pci@E105400 ranges:
[    0.080000]  MEM 0x0000000018000000..0x0000000019ffffff
[    0.084000]   IO 0x000000001ae00000..0x000000001affffff
[    0.100000] bio: create slab <bio-0> at 0
[    0.104000] gpio-stp-xway 1e100bb0.stp: Init done
[    0.108000] usbcore: registered new interface driver usbfs
[    0.112000] usbcore: registered new interface driver hub
[    0.116000] usbcore: registered new device driver usb
[    0.120000] PCI host bridge to bus 0000:00
[    0.124000] pci_bus 0000:00: root bus resource [mem 0x18000000-0x19ffffff]
[    0.128000] pci_bus 0000:00: root bus resource [io  0x1ae00000-0x1affffff]
[    0.132000] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.136000] pci 0000:00:0e.0: [1814:3062] type 00 class 0x028000
[    0.136000] pci 0000:00:0e.0: reg 0x10: [mem 0xffff0000-0xffffffff]
[    0.136000] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.136000] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[    0.140000] Switched to clocksource MIPS
[    0.148000] NET: Registered protocol family 2
[    0.152000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.160000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.164000] TCP: Hash tables configured (established 1024 bind 1024)
[    0.172000] TCP: reno registered
[    0.176000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.180000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.188000] NET: Registered protocol family 1
[    0.192000] PCI: CLS 0 bytes, default 32
[    0.192000] gptu: totally 6 16-bit timers/counters
[    0.196000] gptu: misc_register on minor 63
[    0.200000] gptu: succeeded to request irq 126
[    0.208000] gptu: succeeded to request irq 127
[    0.212000] gptu: succeeded to request irq 128
[    0.216000] gptu: succeeded to request irq 129
[    0.220000] gptu: succeeded to request irq 130
[    0.224000] gptu: succeeded to request irq 131
[    0.232000] ralink,eeprom ralink_eep.5: using RT2860.eeprom as eeprom
[    0.236000] phy-xrx200 gphy-xrx200.4: requesting lantiq/vr9_phy11g_a1x.bin
[    0.244000] phy-xrx200 gphy-xrx200.4: booting GPHY0 firmware at 78C0000
[    0.252000] phy-xrx200 gphy-xrx200.4: booting GPHY1 firmware at 78C0000
[    0.360000] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.368000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.372000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.384000] msgmni has been set to 244
[    0.388000] io scheduler noop registered
[    0.392000] io scheduler deadline registered (default)
[    0.400000] 1e100c00.serial: ttyLTQ0 at MMIO 0x1e100c00 (irq = 112, base_baud = 0) is a lantiq,asc
[    0.408000] console [ttyLTQ0] enabled
[    0.416000] bootconsole [early0] disabled
[    0.428000] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.428000] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.428000] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    0.440000] Scanning device for bad blocks
[    0.524000] Bad eraseblock 973 at 0x0000079a0000
[    0.532000] 4 ofpart partitions found on MTD device 14000000.nand-parts
[    0.540000] Creating 4 MTD partitions on "14000000.nand-parts":
[    0.544000] 0x000000000000-0x000000040000 : "uboot"
[    0.552000] 0x000000040000-0x000000060000 : "uboot-env"
[    0.556000] 0x000000060000-0x000000260000 : "kernel"
[    0.564000] 0x000000260000-0x000008000000 : "ubi"
[    0.676000] libphy: lantiq,xrx200-mdio: probed
[    0.684000] net-xrx200: invalid MAC, using random
[    0.752000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:00, irq=-1)
[    0.820000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:01, irq=-1)
[    0.888000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:11, irq=-1)
[    0.956000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.4] (phy_addr=0:13, irq=-1)
[    1.024000] eth0: attached PHY [Lantiq XWAY VR9 GPHY 11G v1.3] (phy_addr=0:05, irq=-1)
[    1.032000] wdt 1f8803f0.watchdog: Init done
[    1.040000] TCP: cubic registered
[    1.044000] NET: Registered protocol family 17
[    1.048000] Bridge firewalling registered
[    1.052000] 8021q: 802.1Q VLAN Support v1.8
[    1.060000] UBI: auto-attach mtd3
[    1.060000] UBI: attaching mtd3 to ubi0
[    1.244000] UBI: scanning is finished
[    1.260000] UBI: attached mtd3 (name "ubi", size 125 MiB) to ubi0
[    1.264000] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
[    1.272000] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 512
[    1.280000] UBI: VID header offset: 512 (aligned 512), data offset: 2048
[    1.284000] UBI: good PEBs: 1004, bad PEBs: 1, corrupted PEBs: 0
[    1.292000] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.296000] UBI: max/mean erase counter: 16/5, WL threshold: 4096, image sequence number: 1472969711
[    1.308000] UBI: available PEBs: 0, total reserved PEBs: 1004, PEBs reserved for bad PEB handling: 19
[    1.316000] UBI: background thread "ubi_bgt0d" started, PID 234
[    1.324000] mtd: device 4 (rootfs) set to be root filesystem
[    1.352000] UBIFS: background thread "ubifs_bgt0_0" started, PID 240
[    1.424000] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    1.428000] UBIFS: LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    1.436000] UBIFS: FS size: 125153280 bytes (119 MiB, 970 LEBs), journal size 9033728 bytes (8 MiB, 71 LEBs)
[    1.448000] UBIFS: reserved for root: 0 bytes (0 KiB)
[    1.452000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 4A490182-CBC7-4544-8E37-86889311C439, small LPT model
[    1.464000] VFS: Mounted root (ubifs filesystem) on device 0:11.
[    1.468000] Freeing unused kernel memory: 144K (8046c000 - 80490000)
[    1.824000] SCSI subsystem initialized
[    1.852000] IFXUSB: ifxusb_hcd: version 3.2 B110801
[    1.856000] Chip Version :01c0 BurstSize=0
[    2.460000] IFXUSB: USB core #0 soft-reset
[    2.764000] IFXUSB: USB core #0 soft-reset
[    2.764000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    2.772000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 1
[    2.780000] ifxusb_hcd ifxusb_hcd: irq 62, io mem 0xbe101000
[    2.784000] IFXUSB: Init: Power Port (0)
[    2.788000] hub 1-0:1.0: USB hub found
[    2.792000] hub 1-0:1.0: 1 port detected
[    3.296000] IFXUSB: USB core #1 soft-reset
[    3.600000] IFXUSB: USB core #1 soft-reset
[    3.604000] ifxusb_hcd ifxusb_hcd: IFX USB Controller
[    3.608000] ifxusb_hcd ifxusb_hcd: new USB bus registered, assigned bus number 2
[    3.616000] ifxusb_hcd ifxusb_hcd: irq 91, io mem 0xbe106000
[    3.620000] IFXUSB: Init: Power Port (0)
[    3.628000] hub 2-0:1.0: USB hub found
[    3.628000] hub 2-0:1.0: 1 port detected
[    3.632000] ifxusb_hcd ifxusb_hcd: requested GPIO 233
[    3.648000] usbcore: registered new interface driver usb-storage
[    3.788000] eth0: port 2 got link
[    3.948000] random: mktemp urandom read with 15 bits of entropy available
[    7.060000] UBI error: ubi_open_volume: cannot open device 0, volume 0, error -16
[    9.444000] IFXOS, Version 1.5.14 (c) Copyright 2009, Lantiq Deutschland GmbH
[    9.444000] 
[    9.552000] NET: Registered protocol family 10
[    9.576000] NET: Registered protocol family 8
[    9.576000] NET: Registered protocol family 20
[    9.596000] PPP generic driver version 2.4.2
[    9.608000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    9.652000] MEI CPE Driver, Version 1.2.0
[    9.652000] 
[    9.656000] (c) Copyright 2009, Infineon Technologies AG
[    9.656000] 
### MEI CPE - MEI CPE - MEI CPE - MEI CPE ###
[    9.660000] 
[    9.660000] 
[    9.660000] Lantiq CPE API Driver version: DSL CPE API V4.11.4
[    9.712000] 
[    9.712000] Predefined debug level: 2
[    9.724000] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2
[    9.732000] Backport generated by backports.git backports-20141023-2-g4ff890b
[    9.744000] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.760000] Infineon Technologies DEU driver version 2.0.0 
[    9.764000] IFX DEU DES initialized (multiblock).
[    9.772000] IFX DEU AES initialized (multiblock).
[    9.776000] IFX DEU ARC4 initialized (multiblock).
[    9.780000] IFX DEU SHA1 initialized.
[    9.784000] IFX DEU MD5 initialized.
[    9.788000] IFX DEU SHA1_HMAC initialized.
[    9.792000] IFX DEU MD5_HMAC initialized.
[    9.812000] nf_conntrack version 0.5.0 (1955 buckets, 7820 max)
[    9.840000] NET: Registered protocol family 24
[    9.848000] usbcore: registered new interface driver ums-alauda
[    9.856000] usbcore: registered new interface driver ums-cypress
[    9.860000] usbcore: registered new interface driver ums-datafab
[    9.868000] usbcore: registered new interface driver ums-freecom
[    9.876000] usbcore: registered new interface driver ums-isd200
[    9.884000] usbcore: registered new interface driver ums-jumpshot
[    9.892000] usbcore: registered new interface driver ums-karma
[    9.896000] usbcore: registered new interface driver ums-sddr09
[    9.904000] usbcore: registered new interface driver ums-sddr55
[    9.912000] usbcore: registered new interface driver ums-usbat
[    9.920000] usbcore: registered new interface driver usblp
[    9.932000] usbcore: registered new interface driver usbserial
[    9.940000] usbcore: registered new interface driver usbserial_generic
[    9.944000] usbserial: USB Serial support registered for generic
[    9.976000] xt_time: kernel timezone is -0000
[   10.052000] cfg80211: Calling CRDA to update world regulatory domain
[   10.060000] cfg80211: World regulatory domain updated:
[   10.060000] cfg80211:  DFS Master region: unset
[   10.068000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.076000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.084000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.092000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   10.100000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.108000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   10.116000] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   10.124000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.132000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   10.380000] PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
[   10.384000] rt2800pci 0000:00:0e.0: failed to load eeprom property
[   10.388000] ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'RT2860.eeprom'.
[   10.400000] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3572, rev 0223 detected
[   10.408000] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[   10.416000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   17.504000] device eth0.1 entered promiscuous mode
[   17.508000] device eth0 entered promiscuous mode
[   17.520000] br-lan: port 1(eth0.1) entered forwarding state
[   17.524000] br-lan: port 1(eth0.1) entered forwarding state
[   18.100000] cfg80211: Calling CRDA for country: NL
[   18.116000] cfg80211: Regulatory domain changed to country: NL
[   18.120000] cfg80211:  DFS Master region: ETSI
[   18.124000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   18.132000] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   18.140000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   18.152000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   18.160000] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[   18.168000] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   19.484000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[   19.492000] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.34
[   19.528000] br-lan: port 1(eth0.1) entered forwarding state
[   19.604000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   21.236000] wlan0: authenticate with c4:27:95:c1:7d:fa
[   21.240000] wlan0: capabilities/regulatory prevented using AP HT/VHT configuration, downgraded
[   21.276000] wlan0: send auth to c4:27:95:c1:7d:fa (try 1/3)
[   21.280000] wlan0: authenticated
[   21.288000] wlan0: associate with c4:27:95:c1:7d:fa (try 1/3)
[   21.292000] wlan0: RX AssocResp from c4:27:95:c1:7d:fa (capab=0x411 status=0 aid=3)
[   21.300000] wlan0: associated
[   21.304000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   27.128000] random: nonblocking pool is initialized
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: P-2812HNU-F1 as Wireless repeater/switch with 4 x 1Gbps

Post by admin »

This current openWRT ZyXEL F1 box has most probably its WAN port 1000 BASE-T transformer defect:

Image

available @
Image

Have to order this one, but for whatever reason i can't, -yet- (btw, also NOT found on ebay).

DG.
admin
Site Admin
Posts: 473
Joined: 06 Feb 2007, 13:36

Re: P-2812HNU-F1 as Wireless repeater/switch with 4 x 1Gbps

Post by admin »

Image

Also found this one on my new F1.
DG.
Post Reply