Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

When my laptop comes out of sleep, I have to typically wait about 90-120 seconds before my network (wireless or NIC card) 'wakes up'.

During that time, I see my wireless connection with 'limited access' which means no access.

Eventually the wireless wakes up and connects, even if I have an ethernet cable plugged in and even when I am running on wall power.

In order to use the NIC, I have to disconnect from all my saved wireless profiles and then it is finally connected as a means of last resort.

I want to be able to wake immediately and connect directly to the NIC connection.

I have:

  • Dell Latitude E5510 w/8GB RAM
  • Windows 7 Ultimate
  • Broadcom NetXTreme Gigabit Ethernet
  • Intel Centrino Ultimate-N 6300 AGN
share|improve this question
1  
Why would you disconnect all the profiles? Isn't there just a switch on the front to disable the radio? – Kyle Jan 26 '11 at 2:07
@Kyle: Actually, why not just go to Network Connections and disable the NIC? – Hello71 Jan 26 '11 at 2:11
@kyle - no, only for bluetooth. @hello71, why would I? Shouldn't the hardwire be the default? Besides, I have the other problem of taking 90-120 seconds before I have ANY connectivity. Thanks for the help. – jason Jan 26 '11 at 2:15
possible dupe of superuser.com/questions/234258/… – tombull89 Jan 26 '11 at 16:08

migrated from serverfault.com Jan 26 '11 at 2:04

5 Answers

up vote 6 down vote accepted

Try: Network and Sharing Center > Change Adapter Settings > Press and release Alt key to show the menu > Advanced > Advanced Settings

Move the LAN adaptor to the topmost position (This window says "Connections are accessed by network services in the order they are listed")

share|improve this answer
I don't know if this will help jason but you've definitely helped me find a useful setting that I've overlooked. :) – Jeff Mercado Jan 26 '11 at 6:29
I was very excited to see this answer this morning, but unfortunately when I checked, the LAN is above the Wireless Network Connection already. – jason Jan 26 '11 at 13:13
Update... just checked this again, and it is not. Go figure, lets see if this works now. – jason Jan 9 '12 at 19:37

Go into your device settings. Look for your wireless card and go into properties, look fro advanced settings for the wireless card. Look for something like "Disable upon wired connect". Set this to enable. What this does is that if the system sees a wired connection with link, then the wireless card will automatically disable itself.

share|improve this answer
I don't have this option on my wireless card. Can you please provide a screen capture of your computer to demonstrate for us? – Randolph West Jan 26 '11 at 3:34
I don't have this option either... but it looked promising. ;) – jason Jan 26 '11 at 13:15

Your wireless "wins" because it starts slower.

As you noticed, the wired network comes up faster. This is because the network stack can see the DHCP server almost immediately. With the wireless, there's the whole AP selection, then authentication process which happens before DHCP can get started.

One of the things that the DHCP process does is apply a "default route". All things being equal, windows prefers the last-applied default route.

Which will end up being the wireless.

You can either manually turn the wireless off in situations when you prefer the wire (usually there is a physical switch or a Fn-key option for turning wireless on or off) or by forcing the wire connection to re-negotiate by pulling the wire out of the laptop for 5 or 10 seconds and then plugging it back in.

share|improve this answer
Wireless or wired, it still takes 90-120 seconds to start. If I open the laptop and immediately disconnect from all the wireless profiles, I still have to wait 90-120 seconds to connect by wire. – jason Jan 26 '11 at 17:00

See my answer to this question.

You can set your laptop to "prefer" the ethernet conenction over the wireless. Technet has a quick overview:

The short answer is that Windows (Vista, 7, 2008, and I’m pretty sure XP and 2003 does as well) [or should do] this by default. The key here is the network interface metric. When you have more than one default gateway defined [...] then the internet bound packets go out the interface with the lowest metric.

[...] You can, of course, permanently alter your metrics by editing your TCP/IP settings on your network adapter’s advanced settings.

[...] You should know that Vista made a change to how we handle existing sockets – after plugging in, connections will not be switched over, you must re-establish the connection in order to make use of a wired connection. For example, if you’re downloading something from a website and realize that it would go faster by plugging in, you’d have to cancel and start over after plugging in. This is a change from XP and 2003.

For how to change these setting, have a look at this Microsoft KB article.

share|improve this answer

Have you tried Dell's support website to check for the latest wireless card driver? Sometimes updating the BIOS or the wireless driver can fix problems like this.

share|improve this answer
Yes, I have the latest, thank you. – jason Jan 26 '11 at 13:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.