Skip to content

WD MyNet 750 WiFi fails between 10 and 20 days of uptime. #932

@apassiou

Description

@apassiou

Issue goes back as far as Gargoyle version 1.10 (and possibly earlier), verified on 3 different units. Strangely issue is not present in the My Net 600 version of the routers.

Behavior is as follows. Router is up and functioning. After about a 10 days (usually closer to 17 days) devices connected to wifi of the router will not be able to route to internet. Wired devices still route to the internet no issues, so this is specific to wifi.

Things I have tried:

  • Extend client timeout (in GUI) from default 12 hours (bit too short for default eh?) to 72 hours. No change.
  • checked dmesg. Nothing of use there, just bootup messages.
  • checked logread. Nothing there either around the timeframe of the issue occuring.
  • manually wifi down then wifi up, this does fix it. For another 2 weeks or so.

So my current workaround is to crontab an nightly script to bring down wifi, wait 10 seconds and then bring it back up. Its working. But ideally this issue is resolved. Its been around for at least 4 years. Since its not happening on N600 routers Im guessing its something tied to the chipset used in N750. Something locks up (buffer issue?) and routing breaks.

Im not sure what other useful info I can provide as logs dont seem to mention anything about it. Perhaps there are externals related to wifi that can be updated, then we cross our fingers and hope bug is fixed?

For those that need workaround:

#!/bin/sh
wifi down
sleep 10
wifi up

I made my script in /tmp/wifi_workaround.sh and added it in crontab to run every night when everyone is sleeping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions