#10517: Problems with wan port autoconfig on netgear WNDR3700V2
---------------------------------+-----------------------------------------
  Reporter:  Techi Tester        |      Owner:  developers
  <techi@…>                      |     Status:  reopened
      Type:  defect              |  Milestone:  Chaos Calmer 15.05
  Priority:  normal              |    Version:  Backfire 10.03.1 RC6
 Component:  base system         |   Keywords:  wan port autoconfig failing
Resolution:                      |
---------------------------------+-----------------------------------------

Comment (by 16bf80e2@…):

 wndr3800 - OpenWrt Chaos Calmer 15.05-r47162 and in trunk bug confirmed.

 cat /etc/init.d/ethtool
 {{{
 #!/bin/sh /etc/rc.common
 # Copyight (C) 2006 OpenWrt.org
 START=41
 start() {
         ethtool -s $(uci -P/var/state get network.wan.ifname) speed 100
 duplex full autoneg off
 }

 stop() {
         ethtool -s $(uci -P/var/state get network.wan.ifname) speed 1000
 duplex full autoneg off
 }
 }}}
 ls -l /etc/rc.d/S41ethtool
 lrwxrwxrwx    1 root     root            17 Oct 14 02:30
 /etc/rc.d/S41ethtool -> ../init.d/ethtool

--
Ticket URL: <https://dev.openwrt.org/ticket/10517#comment:12>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to