I uninstalled my laptop vista & installed XP now the internnet does not work, cannot set up

Unable to connect to the internet after re install Xp.  excellent signal level.

Are you really connected to the wireless, and that's how you know that the signal is good?

If you are connected but internet is not working, or you are having trouble authentication you may need to install Service Pack 3 for Windows XP. In my view, WPA wireless security is not introduced to Windows XP up to Service Pack 3.

To test this, log into your router from another system or connect directly to it and set up the WEP security. If you can connect and authenticate correctly that is the question.

I hope this helps!

Tags: Windows

Similar Questions

  • I just installed windows 7 ultimate 64-bit on my laptop dell inspiron 1501. Now the scrolling does not work on my touchpad. Any ideas.

    I just installed windows 7 ultimate 64-bit on my laptop dell inspiron 1501. Now the scrolling does not work on my touchpad. Any ideas.

    Try the web site of Dell for Win 7 drivers. There may be some here. If it does not exist, you might have to wait until the public release before Dell post...   Mike Hall MVP - Windows Experience http://msmvps.com/blogs/mikehall/

  • installed displayLink - 6.0.34621, now the screensaver does not work

    MS insisted that I have download DisplayLink - 6.0.34621. I had installed. Now my screensaver does not work. I get a black screen with the message, "the screen saver can't run because it requires a newer video card or compatible with Direct3D. What can I do?

    Why do you say that Microsoft has insisted that you download this executable party they support anyway?

  • I dropped my iPhone 4S and now the touchscreen does not work. Is there a way I can fix it without having to buy another or should I buy another?

    I dropped my iPhone 4S and now the touchscreen does not work. Is there a way I can fix it without having to buy another or should I buy another? (my screen is cracked)

    From what I see, Apple does not screen repair for any older than the iPhone iPhone 5. I don't see off-warranty, replacement cost for 4 on their page of repair, but I'm figuring you would spend at least $200 to get a new.

    Would be better to see if your cell phone operator has the options of upgrade for you.

    ~ Lyssa

  • I have laptop (hp probook 4520 s), the touchpad does not work. How can I turn it back on it?

    I have laptop (hp probook 4520 s), the touchpad does not work. How can I turn it back on it?

    This is a question which would probably respond by HP support, because it isn't really a Windows problem.

    Are you sure that the touchpad is not just turned off? Many laptops have switches, power switch, so you can rest your palm while typing one is not worry by pressing the key.

    Sometimes, there is a button above the key, a key on the Ko, or some have a stain on the pavement you waiting/tap/double tap/etc. to toggle the pad.

    If not, you could try to go on the site of HP and DOWNLOAD/reinstall assistance the SW for the touch pad.

  • Internet worked well until I have Reinstalled windows vista 64 bit, now my Internet does not work, says that I don't have a driver from the Internet.

    Internet worked well until I reinstalled windows vista 64 bit on my Dell laptop, now my Internet does not work. Went into Device Manager and there is no network adapter. I tried to reinstall the driver that came with my laptop disk but it doesn't seem to work, says that I need an updated driver. I don't know what else to do, I have to install a new driver from the Internet? Ugh becomes very frustrated!

    http://support.Dell.com/support/downloads/index.aspx?c=us&l=en&s=Gen

    Go to the website of the manufacturer of your computer/laptop > drivers and downloads Section > key in your model number > look for the latest Vista drivers > download/install them.

    The computer you are using now if you have an Internet connection with the other > download / save drivers > copy them into Flash Drive > transfer / install on another computer/laptop.

    See you soon.

    Mick Murphy - Microsoft partner

  • Reinstalled vista now the modem does not work, says the modem is already in use. Modem does not appear in the material...

    Vista Basic with dial-up. I reinstalled vista and now the modem will not work with any of the numbers given by my provider. He throws error numbers (Sorry didn't write them) and said that the modem is already current usage or other computer is busy. The modem does not appear in the lists of material and reinstallation does not work. The computer does not recognize when a new modem is installed either. I use the same drivers provided with the computer when I got it.

    Hello

    I suggest to refer to this link and follow the instructions in the link below and check, if this can help:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-modem-problems

    It will be useful.

  • Upgraded to Win7 now the touchscreen does not work!

    I recently had to send my TX2604ca in a replacement for the fans. Shortly after he come back that I switched to Win7 x 64. Since the upgrade, I can't touch the screen more. The pen still works, so I know that the material is fine, but no finger touch or gestures are recognized. I guess it's a driver issue, but I have not found anything that points to (work) touch drivers updated to Win7.

    Can anyone confirm that this is my problem? Or, preferably, suggest something that can solve the problem? I use the functions of key constantly. The pen, not so much.

    Read and follow this: http://forum.tabletpcreview.com/showthread.php?t=28392

    who will fix 98% of the problem.

    My problem is that now I have it functional but can not calibrate to the touch. Calibration 'touch' in the control panel simply does not work, it starts but does not recognize my hand. I tried all versions of the touch driver that I can do the job, and none of them is calibrated. I really need to calibrate; It is glaring off for me and ruin the possibilities of contact.

    It is very definitely a big problem.

  • hitTest on an object array - use removeEvent and now the code does not work

    I used hitTest to see what sunny (mc) would hit one of five objects in a table.

    BUT I had to use removeEventListener otherwise she'd keep ancestral. But now I can't "beat" the next object. Why the addeventListener method does not work yet?

    stage.addEventListener (MouseEvent.CLICK, myClickReaction);
    speeds the LONG NYPOTENUSE
    var v: Number = 5;
    var varObject:String;
    var i: Number;
    var arrayObjects:Array;

    complete table and initialize the variables i and varObject
    arrayObjects is ['chocolate', 'ice', 'pizza', 'Burger', 'sandwich', 'egg'];.
    i = 1;
    varObject = arrayObjects [i-1];
    trace (varObject);


    mouse click point
    var clickPoint:Point = new focus();
    function myClickReaction(e:MouseEvent):void {}
    clickPoint.x = mouseX;
    clickPoint.y = mouseY;
    addEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    function onEnterFrame(event:Event):void {}
    var xDistance:Number = clickPoint.x - sunny.x;
    var yDistance:Number = clickPoint.y - sunny.y;
    var angle: Number = Math.atan2 (yDistance, xDistance);
    Sunny.x += v * Math.cos (angle);
    Sunny.y += v * Math.sin (angle);
    If (clickPoint.x > = sunny.x) {}
    sunny.gotoAndPlay ("walk straight");
    trace (Math.ABS (xDistance));
    }
    If (sunny.x > = clickPoint.x) {}
    sunny.gotoAndPlay ("left foot").
    trace (Math.ABS (xDistance));
    }
    If (Math.abs (xDistance) < = 10) {}
    trace ("Works");
    sunny.gotoAndPlay ("static");
    removeEventListener (Event.ENTER_FRAME, onEnterFrame);
    }
    }
    addEventListener (Event.ENTER_FRAME, enterFrameHandler);
    function enterFrameHandler(e:Event):void {}
    If (sunny.hitTestObject (hotspot_pizza)) {}
    If (sunny.hitTestObject (varObject)) {}
    If (sunny.hitTestObject (this [varObject])) {}
    i = i + 1; / / ie: he comes to the table object and NOT the string.
    trace (varObject);
    removeEventListener (Event.ENTER_FRAME, enterFrameHandler);
    }
    }

    because you stop your loop when the first object has a positive hittest.

    What do you do?

  • Upgrade to vista SP2 and now a driver does not work properly, and my web cam does not work

    What driver update I have to install after installing windows XP SP2. Can I install it from microsoft or the manufacturer of my computer, HP?

    What driver update I have to install after installing windows XP SP2. Can I install it from microsoft or the manufacturer of my computer, HP?

    Hey zanalder

    If your webcam is integrated into a laptop hp you get all the drivers for hp

    http://welcome.HP.com/country/us/en/support.html

    If you have a desktop computer with a separate webcam go on webcam manufacturers website and look for the webcam software

    Walter, the time zone traveller

  • Delete system 32 files, now the computer does not work.

    Hi all, I received a virus there is a day of a program called Internet Security 2010 for me (I think it's an advanced antivirus remover or something a long these lines..)

    In the case, I did a scan of the system with AVG and BitDefender, nor presented with something else that the virus still persists. I took to google and then made to spybot, once you have downloaded and installed, spybot was the source of my problems and showed that helper32.dll and smss.exe in my System32 folder where the two infected. Knowing this, I deleted both of these files, but some issues (such as Mozilla blockin automatically to sites like facebook)... I advanced and downloaded malwarebytes. ... I run another scan encounted three more errors, helper.dll has been infected, still, so I tried to delete it once more, but I need permission to do so.

    In a stupid gesture, I moved into my office, almost desperately tryin to get rid of, renames, tried to remove it, permission, so now there remained
    I've renamed helper32.dll and put back into System32 filefolder. I also downloaded Microsoft Security Essentials.

    In the case, something, I think in my registry, or maybe in my services I messed up, because whenever I connect to my computer, I get a popup of the saying of the toolbar "Windows could not run services" and something to reject llimited to users to access certain things. " In addition, my internet does not connect and says "service incorporate or group does not" or something of the sort.

    I have remove the somethingI wasn't supposed to? How can I change? In addition, the system restore will not work and keeps telling me an unknown error occurred and tells me to pick another point to restore, but says that with every point, I try to restore, as well, I have no backup of windows.

    For the record, I am running Vista 32-bit Home.

    Can someone help me?

    Hi Anarchoi,

    You are able to get to a command prompt?  If so, run SFC/scannow to replace missing or damaged files.  Let us know if that helps.

    Dena
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Downloaded Windows 10 auto. now the printer does not work

    installed Windows internet window explore 10 on my computer as my printer does not print

    I suggest you to uninstall and reinstall the latest compatible drivers for Windows 7.

    You can also run the troubleshooting of the printer.

    Open the printer Troubleshooter

    Open the printer Troubleshooter by clicking the Start button, then Control Panel. In the search box, type troubleshooting, and then click Troubleshooting. Under hardware and sound, click on use printer.

    For more information, visit the below mentioned link:

    http://Windows.Microsoft.com/en-us/Windows7/open-the-printer-Troubleshooter

    Printer problems:

    http://blogs.technet.com/b/markrussinovich/archive/2010/04/12/3324570.aspx

    Run the printer difficulty of:

    http://support.Microsoft.com/GP/printing_problems?EntryPoint=WHHT

    You can see the below mentioned links.

    http://Windows.Microsoft.com/en-us/Windows7/install-a-printer

    http://Windows.Microsoft.com/en-us/Windows7/find-and-install-printer-drivers

    http://Windows.Microsoft.com/en-us/Windows7/change-your-default-printer

    http://Windows.Microsoft.com/en-us/Windows7/printing-to-the-correct-printer

    If the problem persists, try to uninstall Internet Explorer by using the following instructions:

    Internet Explorer 10 remove the Windows 7:

    1. Click the Start button, type programs and features in the search box, and then select view installed updates in the left pane.
    2. Under uninstall an update, scroll down to the Microsoft Windows section.
      • Right click on Internet Explorer 10, click on Uninstalland when you are prompted, click Yes.
    3. Click one of the following:
      • Restart now (to complete the uninstallation of Internet Explorer 10 process and restore the previous version of Internet Explorer).
      • Restart later
  • Replaced the cable. Now, the screen does not work. What could be?

    The cable coming out of the back of my monitor Apple Thunderbolt Display is fraying. I decided that rather than risk a short at a certain point, I preemptively replace the cable. On iFixit teardown photos, I decided to replace the cable coming out of the back of the screen myself instead of paying almost $200 to get an Apple service provider to do that here in Bangkok. Bought the cable on AliExpress for $12. It replaced. And... no dice. Screen has not come.

    My setup

    [MacBook Air]-[Thunderbolt Display]-[drive Thunderbolt]-[Cinema Display]

    with a key USB drive and Ethernet connected to the back of the Thunderbolt display

    Already tried this

    • First impressions were that the cable was defective. But then I noticed Ethernet came the USB has been mounted, Thunderbolt was mounted drive and after a reboot, the movie screen come also. Obviously, the cable has been working very well.
    • Second thought was that I'd neglected to plug some cables that connect the LCD to the main logic board. I checked. Seemed fine.
    • Third was maybe the serial number of the cable was somehow connected to the main logic board. So I put the old cable. Still no screen.
    • Tried to connect the screen with a Thunderbolt external cable, everything worked as well but still no image on the screen.
    • Tried more than 30 seconds and 3 hours disconnected as a "reset" of the screen. No change.
    • Restarted my laptop. No change.
    • Thunderbolt Display well plugged the drive and then into the MacBook, so change the sequence of the devices. No change.
    • Information reports under "Thunderbolt" the entire chain of devices, but under "Graphics/displays" system displays only the internal screen and Cinema Display.
    • Using the newly purchased cable as a Thunderbolt external cable works fine too.

    Question

    Does anyone have suggestions on what to try next?

    The logic card goes into a sort of locked mode when you replace the cable?

    Is there more than 3 flat cables connection + connection to the land between the Panel and main Board?

    Although there is no reason to think that this has been, how to test LCD screen still work given all these flat cable connectors?


    Note: There is no Apple here store.  Apple authorized service providers are without help. He suggested to replace the cable and the Panel at a cost that is almost the same as the purchase of a new screen.

    Some of the cables that connect the LCD to the main logic board, are very short. Careful lifting the LCD, because it will go away with strength cables once that raise you it more than 2 to 3 inches on the side of the camera module.

    The shorter cable of all is the LVDS cable. A short cable with gold plated connector. Although I have had reconnected the cable on the side of the logic board, I had wrongly assumed that the other end of the cable was stayed connected because all the band used on. Someone with experience of fixing these things said of his town for this cable to unravel by force and to be sure to check both ends of the cable. When I peeled back the tape, I found that he had indeed been disconnected. Reconnect, fiddling with the tiny workspace to get the logical side of Board of Directors of what properly fixed cable again and we were back in business.

    Apple authorized service providers here in Bangkok have quoted me $200 to replace the cable. I ordered the replacement cable Thunderbolt Display off AliExpress for $12.50. It was really simple to replace the cable, just to keep an eye on this darn LVDS cable opening to the top of the screen!

  • I got a Firefox 7 automatic update at home. Now, the internet does not work. It "hangs". I can't access anything whatsoever. Why?

    I need help. I can't use my PC at home (laptop) more access to internet using Firefox 7: no contact. Before you can update everything was OK. I received a warning that some versions of Java were not comatible with Firefox 7. Since Firefox 7 did not work, I have updated Java but still the same.
    I need to change to Opera if you can not help me, but I can't find my Internet favorites. Where are they located?

    C:\Users\Your account\AppData\Roaming\Mozilla\Firefox\Profiles\Your default\bookmarkbackups profile.

  • 10.9.5 security Update 2015-008 installed yesterday and the camera does not work

    Hello

    Updated with security update 2015-008 yesterday on 10.9.5 and iMac 27 (end of 2013 - iMac14, 2 Intel Core i7 3.5 GHz) camera (UVC camera VendorID_1452 ProductID_34065) no longer works in Skype, FaceTime, or photo booth...

    It is most annoying. Thank you for advice or guidance.

    Tarkan

    One of them will solve your problem of camera:

    (1) If your Mac restart does not solve the problem,

    (2) use http://support.apple.com/kb/HT2090 from Apple.

    (BTW - troubleshooting section called an "iSight" camera.  However, after that article was published, Apple has changed the name of the built-in camera on the recent "iSight" Macs "FaceTime", then "FaceTime HD."  Whatever the name of your built-in camera, the same info and troubleshooting applies.)

    Be sure to test several Apple app (photo booth, FaceTime, iMovie, QuickTime Player, etc.) in more than one user account.  Do NOT use the 'Guest' for this test account.  If you don't have more than one user account for testing, create one now.  If you need help, how is explained in http://support.apple.com/en-us/HT201754.

    A 'Standard' user account is all you need for the tests.

    (3) If your camera will work correctly even with Apple applications, use OS X Recovery to completely reinstall your Mac OS since system recovery stored on your startup disk.  Don't bother test Skype or other 3rd party apps until you have your camera works with applications Apple.

    (4) If none of the suggestions above resolve your issue, contact Apple or one of the Apple-Authorized Service Provider to have your Mac professionally repaired. Don't forget to back up your Mac and Deauthorize iTunes before the call for tenders for the service.

    Post edited by: Jim EZ

    Mac OSX 10.11.2

Maybe you are looking for