Showing results for 
Search instead for 
Do you mean 
Reply
Fanfold Paper
Posts: 5
Registered: ‎05-08-2008
Location: Geneva
Message 31 of 40 (2,100 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep


JPXusked wrote:

Hi,

I'm curious.  If you uninstall and remove the drivers - which driver is the adapter using? Can you please take a look and post the "working drivers".

 

Thanks

-Joe


Was that a question to me? I simply followed the instructions here:

http://www.intel.com/support/wireless/wlan/sb/CS-030416.htm

sir
Punch Card
Posts: 25
Registered: ‎06-13-2012
Location: usa
Message 32 of 40 (2,029 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

[ Edited ]

Once everything is uninstalled, the adapter uses a driver provided by microsoft Version 12.4.1.4 dated 03/26/2009.  netw5v64.sys.  This is on windows 7 x64

Fanfold Paper
Posts: 5
Registered: ‎05-08-2008
Location: Geneva
Message 33 of 40 (2,019 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

I am afraid I have to take some of my earlier comments back. Despite what I said (ie. that removing the WiFi drivers seemed to have cured the problem), I was not out of the woods after all.

 

I noticed in the last month the same (intermittent) problem: my X1 was very slow waking up, with excessive disk activity. The last thing that I tried and seems to have made a difference was uninstalling the Power Manager. Keeping my fingers crossed for now.

 

Credit goes to this page:

http://asqueella.blogspot.co.uk/2012/07/windows-7-resuming-from-hibernation-is.html

 

 

Paper Tape
Posts: 5
Registered: ‎12-26-2012
Location: Peoria, AZ
Message 34 of 40 (1,819 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

I followed the same steps and uninstalling the Intel Wireless Pro software DID NOT solve the problem.

Highlighted
Paper Tape
Posts: 2
Registered: ‎01-26-2013
Location: Moscow
Message 35 of 40 (1,755 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

I had the same problem for about half a year, but i think, finally i've got a way to solve it.

 

My configuration is Thinkpad X220 i7 Win 7 pro x64

 

Here is my exact steps to eliminate this problem. I'm not sure that all of them are necessary, but i'll write them all

 

1. Set "Automatically manage paging file size for all drives".
Previously - i moved paging file from C: (msata SSD drive) to D: (500gb factory hard disk),

 

After setting an option, mentioned above, some strange things happend with several software, so i suppose - windows may use page file for some kind of persistent storage. After second reboot, everything return to normal state (except long wifi connection)

 

2. I had an "Microsoft virtual WiFi miniport adapter", visible in my device manager. Curiously, but driver for this adapter is the same file, that my Intel 6205 already have. And, another interesting thing - after standby, this adapter had yellow triangle in device manager, indicating it can't start.

 

So, i went to c:\windows\system32\drivers and removed following files:


vwifibus.sys
vwififlt.sys
vwifiimp.sys

 

to *.old

 

and reboot

After reboot, Microsoft virtual Wifi miniport adapter dissapeared from device manager.

 

3. I manually installed wifi drivers from lenovo's site (version 14.smth, while i had 15.xx on my notebook).
After installation, i lost wifi connectivity at all.


I reinstalled latest (available on my notebook) drivers and after reboot everything started to work smoothly and by the numbers.

 

Now it takes about 3-5 seconds after resume to connecto to last wireless network used.
Moreover - i have now Windows Wireless Services profile - when i connecto to wifi network using Windows tools, access connection simply used windows connectivity. Works perfectly.

 

I suppose, that problem lies in virtual miniport adapter that by some circumstances was left as a separate device and not as a part of protocol stack for modern wireless drivers.

 

Hope, it will help you all.

 

Thanx

 

Paper Tape
Posts: 2
Registered: ‎01-26-2013
Location: Moscow
Message 36 of 40 (1,754 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

Sorry - in second step you should read - RENAMED, not REMOVED device drivers for virtual wifi miniport.

But REMOVE may work also.

What's DOS?
Posts: 2
Registered: ‎10-28-2013
Location: USA
Message 37 of 40 (1,343 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

Removing Microsoft Virtual Wifi Miniport Adapter solved this issue for me.

 

Open command prompt and type

 

[ netsh wlan stop hostednetwork ]

 

and then

 

[ netsh wlan set hostednetwork mode=disallow ]

 

Hope this helps.

Punch Card
Posts: 51
Registered: ‎02-04-2013
Location: Prague
Message 38 of 40 (1,289 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

Thank you, disabling Microsoft Virtual Wifi Miniport finally helped mine X220!!! I was going to visit service centre, now I do not have to! Smiley Happy

What's DOS?
Posts: 1
Registered: ‎01-28-2014
Location: London UK
Message 39 of 40 (1,094 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

I have wrestled with this problem for a while, so thanks for your contributions here, which pretty much resolved it. Exactly the same symptoms, very slow wireless connection after resume from sleep (~ a minute), strange random loss of internet connectivity, during which time I could connect to web sites via a proxy server via vpn (so there was ip connectivity to the outside world), but could not ping web sites, could not connect direct from the browser; then the connection would come back again. Very very irritating. I have four x220s in the family, two had the problem, two didn't. 

 

Bottom line, the netsh commands to disable the hosted network mentioned above worked for my x220, and it has been perfect ever since, resumes from sleep within ~ 5 seconds, never loses the link any more. However, the other non-working x220 had the problem mentioned here, that setting hostednetwork to "disallow" did not work, since in particular after resume from suspend, it would be set back to "allow" again by something. I set up a batch file to run periodically and run the netsh commands, which seems to have stopped the periodic dropout problem, but because the hostedetwork is allowed immediately after resuming from sleep, you still have the prolonged period after resume before network connectivity exits, which is pretty annoying. Also, the batch file had to issue several "disallow" commands in succession, because I had two Miniport adapters, and if you just do it once, one would disappear, then immediately reappear. Having several commands in succession would finally make them disappear, although this didn't fix the problem anyway, since the hostednetwork will still become 'allowed'  after resume.

 

I have finally fixed this one properly, by finding in device manager under 'ports', a device installed by the Intel software called "SOL", Serial over LAN. This is some component of Intel AMT, useless to me, but installed anyway. Disabling this seemed to stop the problem (the hostednetwork still sets itself to "allow", but doesn;t cause any problems). It appeared to be fine just disabling this device, but for good measure I managed to uninstall the "Intel Management Components" from the list of installed programs, and it has gone away for good.

 

I should also say, in my view this is not a hardware problem; I ran the Intel diagnostics, suspended the computer, resumed, then ran them again; the diagnostics confirmed that the radio was on, several networks were available, but failed because it was not 'associated', which is the part that takes the very large amount of time. So the 'allow the computer to turn this device off' checkbox is a red herring, the hardware appears to be waking up fine. 

 

All of the above is after installing the latest Intel drivers (with none of the optional programs, so just the drivers or so I thought), so my wireless driver is  version 15.9.2.1, dated 24/11/2013.

 

Hopefully this is of some use to someone...

 

What's DOS?
Posts: 1
Registered: ‎03-07-2014
Location: USA
Message 40 of 40 (986 Views)

Re: X220 very slow reconnecting to WiFi when resuming from sleep

This was also happening to my L420.  This fix seems to work; I'll revisit if it recurs.  All I did was open Device Manager (start orb, search for Device Manager), browse & open Network Adapters, right-click the Miniport device, and disable.  Done.

Top kudoed Authors