Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#567 - mvebu: WRT1200AC wireless has latency fluctuations and, sometimes, packet loss #7095

Closed
openwrt-bot opened this issue Feb 28, 2017 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

xavifr:

Supply the following if possible:

  • Device problem occurs on
    Linksys WRT1200AC v1

  • Software versions of LEDE release, packages, etc.

    • LEDE 17.01 final release (from downloads.lede-project.org)
    • LEDE 17.01 custom compiled/build
    • LEDE trunk (from downloads.lede-project.org)
  • Steps to reproduce

    • Download image from https://downloads.lede-project.org/snapshots/targets/mvebu/generic/

    • Start router with default config (eth1.2 with dhcp client, br-lan (eth0.1) with 192.168.1.1/24 and dhcp server active)

    • Enable wireless

      uci delete wireless.@wifi-device[0].disabled
      uci set wireless.@wifi-iface[0].ssid=LEDE_5
      uci delete wireless.@wifi-device[1].disabled
      uci set wireless.@wifi-iface[1].ssid=LEDE_2
      uci commit wireless
      wifi up

    • Install FPing

      opkg update
      opkg install fping

    • Connect device using wireless LEDE_2

    • Get device ip from /tmp/dhcp.leases

    • Ping it

      root@LEDE:/# fping -p25 -b1472 -c100 -q 192.168.1.123
      192.168.1.123 : xmt/rcv/%loss = 100/100/0%, min/avg/max = 6.55/62.3/512

    • Connect device using wireless LEDE_5

    • Get device ip from /tmp/dhcp.leases

    • Ping it

      root@LEDE:/# fping -p25 -b1472 -c100 -q 192.168.1.123
      192.168.1.123 : xmt/rcv/%loss = 100/100/0%, min/avg/max = 2.64/39.5/157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant