Problem with NSA325V2 Ethernet link up/down January 14, 2017 02:11PM |
Registered: 8 years ago Posts: 5 |
Quote
[ 977.263477] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 977.269739] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 977.279665] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 1037.313328] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 1037.319590] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 1037.329519] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 1097.113418] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 1097.119401] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
Re: Problem with NSA325V2 Ethernet link up/down January 14, 2017 04:21PM |
Admin Registered: 14 years ago Posts: 19,422 |
Re: Problem with NSA325V2 Ethernet link up/down January 15, 2017 04:49AM |
Registered: 8 years ago Posts: 5 |
Re: Problem with NSA325V2 Ethernet link up/down January 15, 2017 03:35PM |
Admin Registered: 14 years ago Posts: 19,422 |
dmesg -TAnd then look at the system log to see if you can tell what happens periodically at the same time the link is down that shown in dmesg. Could be some periodic process in OpenMediavault that caused this effect? e.g. timing out on something and try to reset the link.
Re: Problem with NSA325V2 Ethernet link up/down January 16, 2017 05:37AM |
Registered: 8 years ago Posts: 5 |
Re: Problem with NSA325V2 Ethernet link up/down January 16, 2017 05:48AM |
Registered: 8 years ago Posts: 5 |
Quote
[Mon Jan 16 12:42:15 2017] ------------[ cut here ]------------
[Mon Jan 16 12:42:15 2017] WARNING: CPU: 0 PID: 7017 at drivers/net/ethernet/marvell/mv643xx_eth.c:1133 txq_reclaim+0x1bc/0x1e4
[Mon Jan 16 12:42:15 2017] Modules linked in: dm_mod binfmt_misc evdev marvell_cesa des_generic orion_wdt md_mod kirkwood_thermal uio_pdrv_genirq uio gpio_keys fuse ipv6 autofs4 sg sd_mod uas usb_storage sata_mv libata fixed scsi_mod
[Mon Jan 16 12:42:15 2017] CPU: 0 PID: 7017 Comm: sshd Tainted: G W 4.9.0-kirkwood-tld-1 #1
[Mon Jan 16 12:42:15 2017] Hardware name: Marvell Kirkwood (Flattened Device Tree)
[Mon Jan 16 12:42:15 2017] [<c0016a98>] (unwind_backtrace) from [<c0012b58>] (show_stack+0x10/0x14)
[Mon Jan 16 12:42:15 2017] [<c0012b58>] (show_stack) from [<c001f580>] (__warn+0xd0/0xfc)
[Mon Jan 16 12:42:15 2017] [<c001f580>] (__warn) from [<c001f650>] (warn_slowpath_null+0x1c/0x24)
[Mon Jan 16 12:42:15 2017] [<c001f650>] (warn_slowpath_null) from [<c049eba0>] (txq_reclaim+0x1bc/0x1e4)
[Mon Jan 16 12:42:15 2017] [<c049eba0>] (txq_reclaim) from [<c049f3b8>] (mv643xx_eth_poll+0x2c4/0x5f0)
[Mon Jan 16 12:42:15 2017] [<c049f3b8>] (mv643xx_eth_poll) from [<c0539ec8>] (net_rx_action+0x11c/0x3a8)
[Mon Jan 16 12:42:15 2017] [<c0539ec8>] (net_rx_action) from [<c0023938>] (__do_softirq+0x134/0x300)
[Mon Jan 16 12:42:15 2017] [<c0023938>] (__do_softirq) from [<c0023dac>] (irq_exit+0x90/0xf8)
[Mon Jan 16 12:42:15 2017] [<c0023dac>] (irq_exit) from [<c005cca4>] (__handle_domain_irq+0x98/0xcc)
[Mon Jan 16 12:42:15 2017] [<c005cca4>] (__handle_domain_irq) from [<c0009438>] (orion_handle_irq+0x70/0x88)
[Mon Jan 16 12:42:15 2017] [<c0009438>] (orion_handle_irq) from [<c00139f4>] (__irq_usr+0x54/0x80)
[Mon Jan 16 12:42:15 2017] Exception stack(0xc6ca1fb0 to 0xc6ca1ff8)
[Mon Jan 16 12:42:16 2017] 1fa0: 8091e7dc 80936dd0 80936dd0 00000000
[Mon Jan 16 12:42:16 2017] 1fc0: 00001028 8091e7dc beeaa230 00001028 beeaa2cc 7f6e4eb4 7f6e36c8 7f6e36c8
[Mon Jan 16 12:42:16 2017] 1fe0: 00000000 beeaa210 7f65a5c8 7f64fc5c 60000010 ffffffff
[Mon Jan 16 12:42:16 2017] ---[ end trace e814e69f24c1f467 ]---
[Mon Jan 16 12:42:16 2017] ------------[ cut here ]------------
Re: Problem with NSA325V2 Ethernet link up/down January 16, 2017 01:43PM |
Registered: 8 years ago Posts: 5 |
Re: Problem with NSA325V2 Ethernet link up/down January 16, 2017 01:56PM |
Admin Registered: 14 years ago Posts: 19,422 |