Question

So every couple of days (sometimes twice a day, no real pattern?) the 2.4band on my router craps out. Any devices connected to the 5.0 band work perfectly fine but those on the 2.4 slow down to a crawl. There are many devices that use both bands and I am not sure what is causing this.

I have read that this is interference from other devices on the 2.4band but am not sure what other devices these are. The router isn't near a microwave or phone or anything.

One solution is to manually unplug it and plug it back in. This is annoying. Is there a software solution? Something that detects if the problem is happening and tells the router to reboot?

I have a linksys E4200.

any advice is good.

Thanks

Link to comment
https://www.neowin.net/forum/topic/1089257-reboot-router-via-software/
Share on other sites

11 answers to this question

Recommended Posts

  • 0

managed power strip

http://www.amazon.co...ged+power+strip

the ability to turn off and on power recepticals from your pc, in essence rebooting the router/access point. but being that it isn't a registerable error, no hard error, being able to determine and auto rebooting is going to be difficult.

edit: trying to get it as small as possible so that it is impossible for anyone to read unless they are using a screen size of 300x200 or a 200" tv so that it can be read by the op, he apparently has font issues.

  • 0

The E4200 v1 does have known slow-down issues, but usually it's on the LAN connections not the WLAN connections & usually it's over a few weeks or months. This has to do with the Linksys firmware, not sure if you can do much about it if you're already using their latest firmware.

Assuming you have a E4200 v1, maybe try updating to a 3rd party firmware e.g. Tomato or DD-WRT. I've had Tomato running on the E4200 v1 routers & they run much better than the stock Linksys firmware.

Also, w/ 3rd party firmware you could schedule the router to restart on its own once a day or whatever, if need be.

If you have a v2 you probably need to rule out the 3rd party firmware idea (haven't heard of any 3rd party firmware that works on those routers).

  • 0

Why not fix the real issue, are you running the latest firmware of the router? Have you tried a full factory reset on it? If this is important to you, throw that thing in the trash and get something else, maybe a Netgear..

....

Replace a Linksys, much less a linksys 4200 which in most tests are considered the best and longest range router (except the overpowered asus that only goes for range and overpowered radio) with a ... NeatGear ? are you serious... I mean it could have been worse, you could have said dlink, but not much worse...

It's a good router. try to check that you don't have any of the turbo features turned on in the wireless settings, and I'd also suggest getting tomato if it's compatible, or DD-WRT if TomatoUSB is a no go. HOWEVER, I would not recommend getting a 3rd party firmware if you're not into networking and tech to at least some small degree. If you can set up and configure all the settings in basic firmware without help, then yes, sure go for it. Otherwise, just make sure to grab the latest Linksys firmware.

Also make sure your 2.4 and 5 Ghz networks have different names. And remember if you connect a non N device to the 2.4 network, I do believe it will reduce the speed of the whole 2.4 wlan to the same speed as that device, (so G speed if you connect a G device)

  • 0

Also , and this is important, if it's not compatible with Tomato and you want to upgrade to DD-WRT. Do NOT just grab the file you get when you look up the router int he DB on the DD-WRT page. click the link that takes you to the forum thread for that device, Most likely that thread will have a link to a special DD-WRT firmware that must be run on the device before you run other DD-WRT firmwares.

Basically, if you choose to go DD-WRT, open the forum link first and follow ALL instructions given there. if it says to wait 5 or 10 minutes after an upgrade before the next step, then do so, don't just assume it's ready, or you WILL brick it.

  • 0

I made a reboot script on Linux to reboot my router. Whether to obtain a new IP, or just if it locks up for whatever reason.

It's pretty easy to do with most routers because they provide a telnet interface. Here's mine:

#!/usr/bin/perl

use Net::Telnet;

$router		   = "192.168.0.1";
$usename	  = "***";
$password	 = "***";
$reboot_cmd  = "reboot";

$telnet = new Net::Telnet ( Timeout=>10, Errmode=>'die', prompt => '/>/');
print "Logging into router $router..\n";
$telnet->open($router);
$telnet->login($usename, $password);
print "Logged into $router..\n";

print "Rebooting router. This may take a few minutes to complete.\n";

$telnet->print($reboot_cmd);
$telnet->close;
system("sudo rc.d stop networkmanager");

sleep(70);
system("sudo rc.d start networkmanager");
sleep(35);

print "Router reboot complete.\n";

  • 0

I use Tomato RAF on my E4200 v1 and it's been completely stable and VERY fast the last month. No single issue. I don't use the 5Ghz band at all, just a 40Mhz wide 2.4Ghz network and I can reach up to 95Mbps over WiFi through two walls!

http://victek.is-a-geek.com/tomatoen.html has all info on the software.

  • 0

The stock Linksys firmware does not provide Telnet/SSH access (at least from my understanding browsing the Cisco forums), so reboot script would be a no-go unless the router is flashed w/ 3rd-party firmware.

Personally I've flashed Toastman's Tomato mods on various E4200 v1 routers w/o any issues. (RAF mod would work too)

  • 0

The stock Linksys firmware does not provide Telnet/SSH access (at least from my understanding browsing the Cisco forums), so reboot script would be a no-go unless the router is flashed w/ 3rd-party firmware.

Personally I've flashed Toastman's Tomato mods on various E4200 v1 routers w/o any issues. (RAF mod would work too)

I was planning on switching to Toastman's to try out the VLAN stuff for guest networks until I realized I never have any guests anyway and RAF works fine for me. But yes, Tomato is brilliant. If you're running your E4200 v1 on Linksys firmware you're basically limiting it.

  • 0

thanks everyone for the suggestions and tips. my router is a version 1 and I updated the firmware. Hopefully it will function properly now, if not I will look into 3rd party drivers.

I recently bricked my SGS3 so I am a little scared of flashing 3rd party stuff onto my hardware.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Micron reveals AI companies are spending billions to lock up its memory years in advance by Karthik Mudaliar The demand for more memory is far from over, and Micron is turning the AI-driven memory shortage into a much more predictable business. The company has revealed that it has signed 16 strategic supply agreements backed by roughly $22 billion in customer deposits and other financial commitments. The contracts cover DRAM and NAND deliveries over several years, with some running through 2030. With the AI boom, demand for high-bandwidth memory (HBM) has grown so quickly that large customers are now prepared to help finance future production in exchange for a guaranteed supply. According to Micron’s latest financial results, the company received commitments worth about $22 billion across its new agreements. Around $18 billion is expected to arrive as cash deposits, while the rest will come through other financial arrangements. Micron says the agreements could generate approximately $100 billion in future contracted obligations. They cover around 20% of its expected DRAM shipments and one-third of its NAND shipments during their respective terms. It should be noted that although AI infrastructure is the main force behind the current shortage, not all 16 agreements with Micron involve AI companies. Micron said the customers also include consumer electronics and automotive businesses, two sectors that increasingly compete with data centers for the same manufacturing capacity. HBM is consuming an increasing share of that supply. Unlike conventional desktop or server RAM, HBM stacks multiple memory dies vertically and places them close to an AI accelerator. This gives GPUs and other AI chips access to data at much higher speeds, but it also requires more complicated manufacturing and packaging. Micron says its 12-layer HBM4 memory is now shipping in high volume for a lead customer, with samples also supplied to other companies. The chipmaker has already generated more than $1 billion in HBM4 revenue and says the product is ramping twice as quickly as its earlier HBM3E generation. Samsung has similarly warned that the memory shortage could continue into 2027 and beyond. Consumer memory companies have also had to address sharp increases in DDR5 pricing, suggesting the effects are already reaching beyond the data center. For consumers, that could mean the AI memory crunch lasts longer than expected, even as manufacturers invest heavily in new production.
    • XnConvert 1.112 by Razvan Serea  XnConvert is a cross-platform batch image-converter and resizer with a powerful and ease of use experience. All common picture and graphics formats are supported (i.e. JPG, PNG, TIFF, GIF, Camera RAW, JPEG2000, WebP, OpenEXR) as well as supporting over 500 other image formats. Also available within the batch operations include rotating, adding of watermarks, adding of text along with many image-adjustment features such as brightness, shadows and more. Among the features included are: Batch adding of files and folders Support for drag and drop of files Batch rotating, cropping, resizing and more Adding of photo masks Preserving or removing image metadata in conversions Multipage image file support (i.e animated GIF, APNG, TIFF) Command line integration via NConvert Filters - such as 'Blur', 'Gaussian Blur', 'Emboss', "Sharpen' and much more Effects - such as 'Old camera' and much more Download: XnConvert 64-bit | Standalone | ~30.0 MB (Freeware) Download: XnConvert 32-bit | Standalone Links: XnConvert Website | Screenshot | Release Announcement Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft updates Visual Studio Code with chat cost tracking and multi-agent chats by Paul Hill Microsoft has just launched Visual Studio Code 1.126, its latest weekly release. This time, the company has focused on letting you see the total cost of chat sessions to spot expensive conversations; enabling multiple chats per session that run side-by-side in one agent host Copilot session; and letting you browse new folders safely in restricted mode. We have now reached the stage where free AI in IDEs is coming to an end. To help you keep track of your costs, VS Code now lets you see the entire cost of a chat session, rather than just individual turns. This should give you more transparency about which sessions consume the most credits, so you can better manage your usage over time and spend less. For those of you using the Agents window, you know it is possible to run and manage multiple agent sessions at once. In this update, a Copilot session started from an agent host can hold several chats at once. Explaining how this feature works, Microsoft writes: Finally, from this update forward, Microsoft will remove the pop-up when opening an untrusted folder. When you open a new folder now, it will automatically open in Restricted Mode. You will see a banner that lets you manage the trust level of the folder. Microsoft has made this change so that it’s easier to start inspecting code without giving it trust right away. If you have VS Code, you can check for updates within the app now to get this new version. Otherwise, you can download it from the Visual Studio Code website.
    • Anthropic accuses Alibaba of using 25,000 fake accounts to copy Claude's capabilities by Karthik Mudaliar Anthropic has accused Alibaba of using nearly 25,000 fraudulent accounts to extract capabilities from Claude on a huge scale. According to a report from Reuters, Anthropic told US lawmakers that operators linked to Alibaba and the company’s Qwen AI team generated 28.8 million exchanges with Claude between April 22 and June 5, 2026. That is a lot of Claude conversations, but Anthropic says this was not ordinary chatbot use. The company believes the accounts were part of a coordinated effort to collect answers that could help train or improve rival AI systems. The alleged campaign reportedly focused on some of Claude’s most valuable skills, including software development, multi-step reasoning, and agentic tasks. In practical terms, that means getting an AI model to plan and complete work across several stages rather than simply answering a single question. This is called 'distillation,' where AI companies use outputs from a larger model to train a smaller and cheaper one. The smaller model learns to imitate useful parts of the more capable system without needing the same amount of computing power. The distillation process isn't automatically suspicious, but the problem comes when one company gathers another provider's outputs without permission and at an industrial scale. Also, this does not mean Alibaba obtained Claude’s source code, model weights, or original training data. Instead, Anthropic claims the accounts repeatedly asked Claude carefully designed questions and collected the answers. Those answers could then be used as training material for another model. Anthropic has made similar accusations against DeepSeek, Moonshot AI, and MiniMax earlier this year. As Neowin previously reported, Anthropic said those three companies collectively generated more than 16 million Claude exchanges through roughly 24,000 accounts. Anthropic says the new campaign produced almost twice as many exchanges in a matter of weeks. Anthropic reportedly told lawmakers that the campaign could help Chinese AI developers approach the capabilities of its Mythos Preview model. Mythos is focused on advanced cybersecurity work, including finding and exploiting complex software vulnerabilities. via Reuters | Photo via DepositPhotos.com
  • Recent Achievements

    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      441
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      134
    4. 4
      Michael Scrip
      79
    5. 5
      Xenon
      77
  • Tell a friend

    Love Neowin? Tell a friend!