Skip to content
Wilson Chen edited this page Oct 1, 2015 · 7 revisions

Welcome to the Openwrt-NetKeeper wiki!

Frequent Question

##1. 常见Log报错

  1. pin code checked failed / pin code error : afterMD5计算错误,估计是类型转换数组越界了
  2. you have already logined in: 检查账号是否已经登陆,如果没有的话,等5分钟就好了
  3. Unable to complete PPPoE Discovery(这是最常见的问题): 无法连接到pppoe,检查网线/内网设置。一般情况下网线如果没有接错请到防火墙中将Netkeeper接口拉到WAN区域中以避免这个问题。
  4. check your time: 同步系统时间
  5. syncppp not active: 其实是把”pin code checked failed“的消息覆盖了,账号计算错误,另外最好删除NWAN这个程序
  6. Reloading firewall due to ifup of NetKeeper (pppoe-NetKeeper): 卡在这里,但这时应该获取到ip了,可能是防火墙,跃点,DNS等设置错误9.路由器可ping,电脑无法连接,看看是否设置了手动获取
  7. Remote Message: 2202,教师帐号直接使用路由器哦
  8. Too many access: 尝试次数过多,断开5分钟以上再尝试(重启路由器也是OK的).若继续出错,请检查是否有其他机器已经拨号在线,并检查系统时间是否正常
  9. Couldn't load plugin sxplugin.so: 需要更换源码的PPPD版本以兼容路由器,或者更换编译器

##2. 如何下载GCC

14.07的优先到这里下载:https://downloads.openwrt.org/barrier_breaker/14.07/

  1. 小米mini,newifi等MTK7620系列,https://downloads.openwrt.org/barrier_breaker/14.07/ramips/mt7620a/OpenWrt-Toolchain-ramips-for-mipsel_24kec%2bdsp-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
  2. HG255的rt305x,https://downloads.openwrt.org/barrier_breaker/14.07/ramips/rt305x/OpenWrt-Toolchain-ramips-for-mipsel_24kec%2bdsp-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
  3. WRDN3800的AR7161等,https://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/OpenWrt-Toolchain-ar71xx-for-mips_34kc-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
  4. TPLINK的AR9344,AR9331等,http://downloads.openwrt.org/barrier_breaker/14.07/atheros/generic/OpenWrt-Toolchain-atheros-for-mips_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2