switching to/from battery kills WiFi

  • Thread starter Thread starter MarkR
  • Start date Start date
M

MarkR

Hi, all:

On my XP laptop, when I switch from AC power to battery, the WiFi network
connection dies and gets replaced by the 169... null IP address. I must
manually disconnect and reconnect to restore a true IP.

Does anyone know of a way to either stop this happening, or automate this
release/renew process?

Thank you,
/m
 
MarkR said:
Hi, all:

On my XP laptop, when I switch from AC power to battery, the WiFi network
connection dies and gets replaced by the 169... null IP address. I must
manually disconnect and reconnect to restore a true IP.

Does anyone know of a way to either stop this happening, or automate this
release/renew process?

Thank you,
/m

Try disabling the power management function on your WiFi NIC.
 
Bob Willard said:
Try disabling the power management function on your WiFi NIC.


Thank you for your suggestion, Bob. Unfortunately, I already had the NIC set
to "Constant Availability Mode" (CAM), and trying the other settings did not
seem to ameliorate the problem.

Can anyone suggest a way for automating the release/renew steps? Is there a
shortcut?

Thanks again,
/m
 
Thank you for your suggestion, Bob. Unfortunately, I already had the NIC set
to "Constant Availability Mode" (CAM), and trying the other settings did not
seem to ameliorate the problem.

Can anyone suggest a way for automating the release/renew steps? Is there a
shortcut?

Thanks again,
/m

Mark,

It's not hard to write your own shortcut. Copy the two lines inside the #######
into Notepad:

#######
ipconfig /release
ipconfig /renew
#######

Save the file as "ip.cmd", as type "All files", into any convenient folder.
Create a shortcut to the file just created, put the folder wherever you wish.
Or just drop ip.cmd on your desktop.

Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top