Auto-negotiation support?!
-
Was someone able to activate the Auto-negotiation?
In the datasheet of the MT7620 it says that its possible to activate this.http://download.villagetelco.org/hardware/MT7620/MT7620_ProgrammingGuide.pdf
Page 350Can I access this registers from the Onion or do I need to recompile the FW?
I found a solution with EthTool but this tool is not in the onion packages , so I cant test it.
-
@Stefan-s you can try,
http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base/ethtool_4.13-1_mipsel_24kc.ipkworked for me.
going forward you might want to un-comment the repos in
/etc/opkg/distfeeds.conf
-
@Stefan-s As @Douglas-Kryder said, you need to modify your
/etc/opkg/distfeeds.conf
file and uncomment the following repo:src/gz reboot_base http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/base
Afterwards, you can issue the following to install the
ethtool
package:opkg update opkg install ethtool
And there you have it!