OldGuy said:
Tried all of the above and all failed.
But, I see things that make me think I am connected.
Wireless Network Connection Status says
Status: Connected
Network: shows correct WiFi name
Duration: shows time ticking
Speed: 54 Mbps
Signal Strength: 4 out of 5 bars green
Properties: Intel(R) PRO/Wireless 3945ABG Network Connection
Wireless Networks: shows WiFi name and active antenna icon.
Tried Repair
says
Windows could not finish preparing the problem because the following
action cannot be completed.
TCP/IP is not enabled for this connection. Cannot proceed.
So what is this about?
My USB dongle allows connection via WiFi and Phone network.
The WiFi side has also stopped working.
I am using the Phone side to connect to the internet.
My cell phone connects to the restaurant WiFi just fine.
They have a log on screen that I usually get at both the laptop and the
phone. Only get it on the phone now.
Must be the laptop TCP/IP stuff but not sure what to do to get it back.
Have you looked at the properties of the Network Connection
you're using at the moment ? Here is my LAN NIC, which connects
to my $40 router.
http://i59.tinypic.com/mj7m6b.gif
I might have one more entry than the one on your machine, as
I have VPC2007 virtual machine host software installed. It
installs a "shim" or filter driver, to be able to insert network
traffic from the virtual machines.
At the bottom of my list there, you can see an item for TCP/IP
with a tick box at the side.
People have managed to "delete" the entire entry in there,
which would be a disaster in the case of TCP/IP. I'm sure you'd
get a few error dialogs if that happened :-( And it would
also be beyond my pay scale, to fix that. At least one
article claims you cannot uninstall that on WinXP but
I don't think they were trying hard enough.
*******
This command by itself, may not be enough to do the job. But
it does give you a search term to work with. Larger
recipes, include this one in their script. Usually the
recipe has two netsh commands in it, plus a lot of baloney
about putting back a set of DLLs, re-registering stuff and
so on. I suppose if malware ate your DLLs, such a thorough
recipe might make sense. But what kind of accident, would
need such extensive repairs ?
http://support2.microsoft.com/?kbid=299357
netsh int ip reset c:\resetlog.txt
Using that as a search term, gets me this one
as the second command. Doesn't seem to match
your symptoms, but what do I know.
netsh winsock reset
(
http://support.microsoft.com/kb/811259 )
I wouldn't do it like they did here, in the Run window,
and instead would use an elevated (administrator) Command
Prompt window. Just in case the command wants to print
an error in the console.
http://help.aol.com/help/microsites/microsite.do?cmd=displayKC&externalId=223839
And you can see here, the procedures go "right over the top"
at some point. A repair install keeps settings, so if the
Registry is the problem, that won't necessary put everything
upright. That's why they have additional methods after that,
to do some major damage to the Registry. This procedure
apparently uninstalls and reinstalls TCP/IP entry.
https://smokeys.wordpress.com/2008/07/20/how-to-recover-a-really-dead-windows-xp-sp2sp3-tcpip-stack/
Something similar here.
http://www.wikihow.com/Repair-Winsock-and-TCP/IP
*******
In any case, I would limit myself to
netsh int ip reset
type command for starters. And leave the desperation
plays for later. It's also possible there is a Microsoft
Fixit, that automates those two commands.
Paul