TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: WiFi Congestion?

2 点作者 30004 个月前
Im at my wits end here. Wifi on my windows 11 laptop disconnects randomly, if! i use it a lot(?) for example, if i have a youtube video playing while coding, have an ftp connection open, am backing up some files to wasabi, and open one or two or or three tabs in a browser.... bam! it goes down. this was just an example, not exact scenario. sometimes less connections, sometimes more.<p>I have tried changing a bunch of settings on the wifi driver&#x2F;card, and i have changed dns servers etc etc.<p>Is this a thing? or am i going crazy?

4 条评论

solardev4 个月前
Sometimes it&#x27;s just the result of having shitty wifi hardware. Thankfully, it&#x27;s pretty easy to test. Is it only one device that keeps getting disconnected, like only your laptop but not your TV or phone or anything else?<p>If so, get some cheap USB wifi adapter and see if that&#x27;s any better. If it is, you can try to upgrade your laptop&#x27;s internal wifi card to something better (or keep using the USB one). Some of the cheaper ones that come with budget laptops are just... bad.<p>Otherwise, if it&#x27;s multiple things disconnecting all the time, it&#x27;s your router. Try a different one, or ask your ISP to give you another model if you&#x27;re renting yours together with your modem.<p>Regular wifi should be able to handle congestion no problem. That&#x27;s what the channels are for, and any half-decent hardware should be able to handle home use OK. I do all that at home without losing connection. Sure, it slows down once the bandwidth is saturated, but nothing gets disconnected altogether.<p>One thing to watch out for, though... are you using 2.4 GHz for your connections? If so and you&#x27;re near a microwave or an old-fashioned cordless phone (for landlines), those can interfere with wifi. 5 GHz is less noisy but doesn&#x27;t have as much range, and can&#x27;t penetrate walls and floors as well.
评论 #42670277 未加载
jerlam4 个月前
The first thing to determine is if the problem is with your laptop or your router&#x2F;access point, which you can do if you have more than one device that can connect to wifi. If the connection goes down for both devices simultaneously, then it&#x27;s the wifi. If one device goes down and the other stays up, it&#x27;s the laptop.<p>I had this happen on routers&#x2F;access points that had bad software, and fixed it by installing DD-WRT. This was a very long time ago.
评论 #42670281 未加载
toomuchtodo4 个月前
Is your router configured to serve both 2.4ghz and 5ghz on the same SSID? Does the laptop support 5ghz? Is your local RF env particularly noisy&#x2F;congested? What does the noise floor look like?
评论 #42670288 未加载
fuzzfactor4 个月前
&gt;Im at my wits end here.<p>I know what you mean.<p>If it is congestion it might help to try and find a wifi channel (frequency) that is less utilized by other routers nearby, because they may have signals that sometimes reach stronger into your area than your own wifi.<p>You can use some wifi survey software to see what channels are in more popular use by your neighbors at the time, and the relative strengths, as well as overlap to adjacent channels.<p>Most routers are going to automatically search and dynamically change channels to avoid congestion on their own, so you aren&#x27;t expected to need to do this manually. But sometimes that&#x27;s what it takes to outperform your router&#x27;s algorithm in the face of airwave competitors which can easily outnumber it.<p>If instead you choose a fixed wifi channel on your own router, neither it nor your PC will need to go through any of the occasional auto-channel-changing routine, which itself is an opportunity for discontinuity from either end.<p>Plus it may take a while but eventually the nearby interfering routers will behave as if they recognize that yours is standing its ground on the frequency you have staked out, and they&#x27;ll all move away from you. So if you&#x27;re lucky it can get better through time.<p>It can be an improvement to disable all but a single 2G or 5G band on the router, plus on the PC too unless you need something like a portable device to pick up all frequencies wherever you go.<p>Another way to narrow the focus with auto-networking in general is to pick either ipv4 or ipv6, disable the other one and see if that&#x27;s any better. Which can also be done on router and&#x2F;or PC.<p>Plus it&#x27;s Windows :)<p>Now that you&#x27;ve got your current versions of drivers and software installed, and browsers updated, if you haven&#x27;t yet booted to safe mode and back, it&#x27;s not a moment too soon :) Still quite the frequent miracle-worker since W9x.<p>Sometimes while in safe mode I like to open Device Manager, show Devices By Connection, and show Hidden Devices. Look around and see if there are any phantom conflicting devices to uninstall. Often will just look under Volume Manager and uninstall all the hidden phantom volumes which can accumulate un-necessarily. I consider them kind of distracting. It&#x27;s harmless and any useful virtual volumes will re-generate in more current form if the same USB devices are connected in the future.<p>Returning from safe mode there will be a bit of a re-reckoning but after that it will boot as fast as normal again.<p>You can further shake up all devices without uninstalling anything if you delete all the .PNF files in C:\Windows\INF. These are just preprocessed INF files and you might benefit from fresh ones here. Don&#x27;t delete the INF files themselves, they are part of your device driver packages.<p>You may find there are hundreds of PNFs to delete, but usually only a handful are (not even) &quot;needed&quot; in everyday operation, which will be simply regenerated as encountered. PNFs were actually useful in Windows 3.1.<p>There are also the .PF files in C:\Windows\prefetch which can carry unfavorable behavior from one reboot to the next. These were only intended for HDDs so they wouldn&#x27;t seem as unresponsive as SSD, but even with HDD you can&#x27;t tell the difference. I shitcan them all after disabling Sysmain in Services.msc so the .PFs don&#x27;t regenerate at all.<p>Further escalation would be to uninstall the wifi networking hardware itself in device manager while you are in safe mode, then boot into bios and if possible disable the wifi in bios. Power completely down, then restart. If Windows can not detect your wifi it will still be a normal boot and all the built-in Windows networking components will accommodate functioning without any wifi. Then with more restarting (after re-enabling wifi in bios, if previously disabled), Windows will detect wifi and guided by the appropriate INF file go through the procedure of &quot;freshly&quot; installing the drivers you already had before.<p>Then there&#x27;s actually installing different wifi drivers, if that&#x27;s even the problem who knows. So this can often be a minimum of 3 choices, the drivers you had before, a manufacturer&#x27;s download, or Windows Update which can sometimes have more than one version to choose from itself in its Catalog. Only one of which is possible to be the &quot;best&quot; performer. So the odds are stacked against you from the beginning :(<p>&gt;if! i use it a lot(?) . . .<p>You also might need at least 16GB of memory for that even if 8GB was fine a year ago.<p>&gt;changed dns servers<p>In earlier W11 (and w10) there was great discrepancy in IP settings like this between the traditional Windows Control Panel vs the Metro style Settings for Network parameters. With Control Panel working as expected no differently than in Windows 7, the &quot;modern&quot; Metro alternative GUI failed miserably to perform very much at all trying to control the same hardware. Only the Control Panel reflected what is found using ipconfig.exe at CMD prompt. &quot;Settings&quot; seems to be fixed now if you are updated enough, but I still trust the regular Control Panel better.<p>Plus, probably more people than you think could use a trip to the CMD line, for a quick ipconfig &#x2F;flushdns if nothing else sometimes.<p>And I&#x27;m <i>trying</i> to make it sound like I haven&#x27;t been at my wit&#x27;s end too much . . .
评论 #42670300 未加载