<div dir="ltr">I'm having trouble getting Ethernet working while developing a patch to add support for TL-WA850RE v2 based on TL-WR841N v9. Using a PC that connects to stock OpenWRT on a WA850RE v1, <span style="line-height:1.5">ethtool shows a connection but arp shows "(incomplete)" (i.e. no MAC address). All commands like telnet fail with "no route to host".</span><div><br></div><div>Can anyone suggest changes or debugging I should try?<br><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">I tried leaving </span><span style="line-height:1.5">everything exactly as TL-WR841N v9 with the exception of the TPLINK-HWID.</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Then I changed the eth init to only init eth0 like this:</span></div><div><span style="line-height:1.5"><br></span></div><div><div><span class="Apple-tab-span" style="white-space:pre">   </span>ath79_switch_data.phy4_mii_en = 1;</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>ath79_eth0_data.phy_mask = BIT(4);</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>ath79_eth0_data.duplex = DUPLEX_FULL;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>ath79_eth0_data.speed = SPEED_100;</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>ath79_init_mac(ath79_eth0_data.mac_addr, mac, 0);</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>ath79_register_eth(0);</div><div style="line-height:1.5"><br></div></div><div style="line-height:1.5">And changed 02_network to only init eth0 like this:</div><div style="line-height:1.5"><br></div><div style="line-height:1.5"><div style="line-height:1.5"><span class="Apple-tab-span" style="white-space:pre">  </span>ucidef_set_interface_lan "eth0"</div><div style="line-height:1.5"><br></div><div style="line-height:1.5">Interestingly, with the first approach (no changes), a LED flashes when Ethernet is connected which doesn't happen for the second approach. But neither seem active at the ARP level. </div><div style="line-height:1.5"><br></div><div style="line-height:1.5">Thanks,</div><div style="line-height:1.5">Kris</div></div></div></div>