I have tftp loaded build r31650 and the Ethernet port is still not coming up, reloaded TP original firmware and Ethernet is fine, looks more like new hardware is causing my problem. Version 1.7 on sticker.
edit
Tried loading latest r31954 same issue.
From new MR3020 (Not Working)
root@OpenWrt:/sbin# devstatus eth0
{
"type": "Network device",
"up": true,
"link": false,
"link-advertising": [
],
"link-supported": [
],
"speed": "10H",
"mtu": 1500,
"macaddr": "90:f6:52:be:6b:a7",
"txqueuelen": 1000,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 0,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 0,
"tx_heartbeat_errors": 0,
"rx_dropped": 0,
"tx_aborted_errors": 0,
"tx_packets": 0,
"rx_errors": 0,
"tx_bytes": 0,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
}
From Older MR3020 (Working)
root@AR-17-MR:/sbin# devstatus eth0
{
"type": "Network device",
"up": true,
"link": true,
"link-advertising": [
"10H",
"10F",
"100H",
"100F",
"1000F"
],
"link-supported": [
"10H",
"10F",
"100H",
"100F",
"1000F"
],
"speed": "100F",
"mtu": 1500,
"macaddr": "90:f6:52:a2:70:3f",
"txqueuelen": 1000,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 20466,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 203,
"tx_heartbeat_errors": 0,
"rx_dropped": 31,
"tx_aborted_errors": 0,
"tx_packets": 88,
"rx_errors": 0,
"tx_bytes": 9874,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
}
(Last edited by alfa33 on 30 May 2012, 10:53)