HELP! Cannot connect to Wi-Fi...

For some reason my iPod Touch sometimes cannot connect to Wi-Fi.
Yersturday I had the Wi-Fi but today I lost it...
Just to let you know today I had ubgraded my iPod Touch from iOS 5 into iOS 5.1.1 so it might have something to do with this (but I dont think so) :?
Help me!
I cannot do anything without the Wi-Fi.
For example:
- App Store
- Game Center
- Maps
- Weather e.t.c
And all of these apps that I had listed down are the ones that I use the most.
BUT I CANNOT BECAUSE OF THIS STUPID WI-FI CONNECTION!!!

- Reset the iPod. Nothing is lost
Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
least ten seconds, until the Apple logo appears.
- Power off and then back on your router
- Reset network settings: Settings>General>Reset>Reset Network Settings
- iOS: Troubleshooting Wi-Fi networks and connections

Similar Messages

  • PLEASE HELP: Cannot connect to Base Station

    I just bought a new Airport Extreme. I hooked it up to my internet, got it connected to my computer, did all the set up, and it still wouldn't go online. So I though, "Maybe I entered some info wrong or something like that." So I read the manual and did a hard reset along with re-installing the software...
    _and now when I open "Airport Utility" it wont even pick up the base station!_ I had it earlier but now it wont even connect. I've tried moving the base away from the wall and into the middle of the room, I've reset it, and hit the "refresh" button a million times.
    Can anyone help me?

    Connect the computer running AirPort Utility to the AirPort Extreme Base Station by Ethernet cable.
    If AirPort Utility still cannot detect the base station, then go through the reset routines again.

  • Pls. help:cannot connect to the internet. . . .sony ericsson cedar j108i

    PLEASE HELP
    how can i connect to the internet using my sony ericsson cedar j108i????

    http://www.sonyericsson.com/cws/support/phones/detailed/howtogetinternetsettings/cedar?cc=gb&lc=en Follow this link to download the settings directly to your phone.If this doesn't work, contact your network to get the settings sent to your phone by SMS.

  • Help - cannot connect ipod nano

    I have installed the cd ipod/itunes and am now trying to copy my music onto mu new ipod nano. However, when i connect my ipod into the usb port the computer does not automatically open itunes and does not recognise my ipod. i am receiving the message"software for communicationg with ipod is not installed correctly. I have now installed and uninstalled and re-installed several times. Please help as I am at the stage I wish I didn't have an ipod nano!!

    Refer to the following post: "iPod Nano not recognized by itunes"
    I spent endless hours with the same problem. By reformatting the IPod to FAT32 the computer should recognize it! Here is the procedure from the other posting courtesy of "Florida_newbie".
    The problem seems to be the 3_23 update:
    1. Go to Start > Run
    2. Type "diskmgmt.msc" (without quotes). If it tells you it can't find that program, try it without the ".msc"
    3. That opens the Disk Management program.
    4. You should see your Ipod listed as one of the "volumes." It may not be identified as an Ipod; might just say "removable storage device" or something like that. You can tell it's your Ipod by the gig space shown. If it's a 4 gig Ipod, you should see something like 3.7 gig shown (less if you've filled it with music already).
    5. Right-click on that device and choose "Format..."
    6. Choose the "FAT32" option and click "OK" or whatever it displays to start formatting (I forget, and I'm not testing it again now!)
    7. You will lose any music files on the Ipod, but when it's done, your PC and Itunes should recognize the Ipod, and it should then work normally.
    Be careful in that Disk Management program. You could wipe your hard drive if you choose drives incorrectly.
    Hope this works!

  • Help, Cannot connect to ODBC database using SQL Toolkit!

    Hello All,
    I am toying around with the SQL Toolkit evaluation (2.2 + the patch) and I am having difficulty.
    I ran the example program "connect" and it seems to work fine.
    However, I try to write my own program and I keep getting the same message:
    "Function DBConnect: (return value == -10 [0xFFFFFFF6]).
    Native error code - 2147467259 0x80004005
    The message differs from time to time, but the return value is constant.
    I am using both Microsoft SQL Server 2012 and MySQL.
    For MySQL I have installed the latest ODBC connector, 5.3.4. Inside the Control Panel/Data Sources(ODBC), I have a DSN named test_mysql in both User DSN and System DSN.
    I ran a test on the connection and the test passes. I am not sure if I should use the ansi or unicode driver, I have tried both with the same success.
    I am not sure I had configured the SQL Server connection properly, and will attempt that again.
    My CVI Code is simple enough:
    hdbc = DBConnect ("DSN=test_mysql"); 
    Every time I get a -10 from DBConnect. Either I have something configured wrong or I am missing something.
    Does anyone have any suggestions?
    Veni Vidi Duci
    Solved!
    Go to Solution.

    Update 2:
    After getting off the phone with Tech Support the problem has been identified!
    LabWindows SQL toolkit requires 32 bit DNS. My PC is a 64 bit, so my DNS manager defaulted to 64 bit.
    I needed to use the 32 bit DNS manager when working with the toolkit.
    Once I created my DNS connections using the 32-bit version of the ODBC Datga Source manager, everything worked fine.
    See this tech note:
    http://digital.ni.com/public.nsf/allkb/E7984C0DA0F0E65086257694005B4CB7
    Veni Vidi Duci

  • Please help, cannot connect to Access database with a jar file

    Hi, i created a jar file from my java project, using eclipse.
    When i try open the jar through command prompt, the following error is given:
    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Could not find
    file '(unknown)'.
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at Methods.con(Methods.java:15)
    at LoginScreen.getCmboLogins(LoginScreen.java:80)
    at LoginScreen.getJContentPane(LoginScreen.java:65)
    at LoginScreen.initialize(LoginScreen.java:46)
    at LoginScreen.<init>(LoginScreen.java:31)
    at DataUse.main(DataUse.java:25)
    No Connection to dataBASE
    The program runs fine within eclipse and the database is bundled in the jar.

    rohangr wrote:
    The program runs fine within eclipse Because the database isn't in the jar.
    ...and the database is bundled in the jar.That isn't going to work.
    The MS ODBC driver (which has absolutely nothing to do with java) expects to find the MS Access file in the windows file system.
    And the contents of the jar file does not fit into that requirement.

  • TS3276 I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    I cannot connect to my outgoing email server on my macBook pro, yet I can, for the same email account on my iPad. Also I can send emails from the other email account I have on my MacBook...really confused can anyone help?

    Sometimes deleting the account and then re-creating it can solve this issue
    Write down all the information in accounts before doing this
    Highlight the account on the left and click the minus button
    Then click the plus button to add the new account and follow the prompts

  • My ipod touch 4g isnt letting me download apps now whenever i try to it says cannot connect to itunes, i cant find anything that works, i logged out of my apple account and tried to log back in but it wont let me! Can anyone help me

    My ipod touch 4g isnt letting me download apps now whenever i try to it says cannot connect to itunes, i cant find anything that works, i logged out of my apple account and tried to log back in but it wont let me! Can anyone help me

    Likely Apple problem
    iTunes Store - 20% of users are affected
    Users are unable to make purchases.
    http://www.apple.com/support/systemstatus/

  • New to the iphone, I cannot connect with the bluetooth to other devices, any help?

    I have a new IPhone 4, I cannot connect with other bluetooth devices - any help??

    What, exactly, are you trying to pair your phone with? These are the only supported bluetooth profiles:
    http://support.apple.com/kb/ht3647

  • I keep trying to buy a song on the itunes store but every time I enter my apple id it says "Cannot connect to iTunes store" help please!

    I keep trying to buy a song on the itunes store but every time I enter my apple id it says "Cannot connect to iTunes store" help please!

    Hello seth53,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Best of luck,
    Mario

  • TS3638 i have an internet connection but when i open app store it shows error message "cannot connect to app store".when i try to sign in with my valid apple ID and password it says "connection failed".i tried keychain access settings but it did not help.

    i have an internet connection but when i open app store it shows error message "cannot connect to app store".when i try to sign in with my valid apple ID and password it says "connection failed".i tried keychain access settings but it did not help.please help me!!

    Open Sysem Preferences from your Apple () menu top left in your screen then select the Firewall tab.
    Make sure the Firewall is turned off.

  • My phone wont back up or sync to itunes 10.6. i have a windows 7 32 bit laptop. i have tried updating the ios and receive the message saying it cannot connect to the iphone update server please check network connection. any help

    have a iphone 4. i have downloaded the latest version of itunes to update the ios. I am having problems with the back up and sync and also the update. the update error message is coming up saying it cannot connect to the iphone update server. I am useing a windows 7 32 bit laptop. I have also reset my phone to factory settings. Would taking it to one of the stores and they would do it for me??
    any help will be great thank you

    All I can tell you is that I am having the exact same problem with an iPod Touch and that I was running iTunes 9.2.1.5 at the time it happened. Upgraded to 10.0.0.68 hoping that it might help, but no joy.
    I don't want to do a restore just now since the Touch seems to be working fine. Restore will have to wait until I have plenty of free time in case something goes wrong.

  • Can somebody help me in finding a solution or an explanation to the problem I am currently experiencing as well as others wherein we cannot connect to the iTunes store (iTunes could not connect to the store. An unknown error occurred (0x80096004))?

    Can somebody help me in finding a solution or an explanation to the problem I am currently experiencing as well as others wherein we cannot connect to the iTunes store. An error message appears and either says "iTunes could not connect to the store. An unknown error occurred (0x80096004). Make sure your network connection is active and try again" or "iTunes could not connect to the store.Make sure your network connection is active and try again." Despite the fact that my network connection is working quite fine, this problem still persists. I can say that my connection is fine because I can surf the internet and furthermore, I used to connect to the iTunes store just before this incident happened which started from April 17, 2014 and persists until today. I tried to solve the problem by following the troubleshoot procedures given in the support section of this site but it really did not solve the problem. I believe that others are experiencing this situation as well very similar to mine when it comes to the time of occurrence as I have read in the discussions in this site. Even though we have different network connections, operating systems and other specifications, we still experience the same problem, so is there really a problem with our computers or is it with the iTunes? And by the way, my computer works under Windows XP. Thanks a lot. God bless.

    Try this...
    Triple click anywhere in the line below to select it and press Ctrl+C to copy it.
    cmd /k netsh winsock reset
    Press the WinLogoKey+R to open the run dialog, then Ctrl+V to paste, then press enter/return.
    You should get something similar to this:
    Reboot the computer and the problem should be resolved.
    If it doesn't work then perhaps a full tear down and rebuild of iTunes will fix things. See Troubleshooting issues with iTunes for Windows updates for details.
    tt2

  • After iOS 6 Update, cannot connect to iTunes store, PassBook doesn't work and my carrier is set to "EE" instead of Orange-UK. Help appreciated!

    I have an iPhone 4, 8gb and have just downloaded iOS 6...
    I am so disappointed!
    My iTunes store fails to open or connect to anything. Passbook fails to launch properly- asks to connect to iTunes store, then fails because that doesnt work either.
    Where my carrier in the top left is meant to say Orange (I'm in the U.K) it now says "EE". I'm frustrated. This took over an hour to do and it's done nothing but mess up my phone. Please sort it out!!

    Ok, I've just done that. An error message came up, with half an email address so I changed the year date back and opened passbook.. Then it asked to connect to iTunes, it didn't display the "cannot connect.." message, just showed loading and the wheel going around for ages. Regretting this update, so much hassle. Thank you for your help so far though. Seems like so many people are having the same problems :(

  • After updating my iphone 4 to ios 7.0.2 i can no longer download apps or even update my apps on apps store i already tried signing out my apple id but after i reset my phone i can no longer sign in it shows "cannot connect to itunes store" I NEED HELP PLS

    I BADLY NEED A HELP PLEASE after updating to IOS 7.0.2 i can no longer download or even update my app thru apps store i already tried signing out and resetting my iphone but after the reset i can no longer sign in to my apple id it says" cannot connect itunes store" what should i do please help...

    I am in the same predicament...any resolve?  Other than possibly taking it into the shop?

  • TS3297 when I press the iTunes button on my ipod touch I get the message 'cannot connect to iTunes store' .  My wifi is working fine, I can connect to safari & you tube, no parental setting in place, and time and date are correct. Can anyone help please?

    When I press the iTunes button on my ipod touch I get the message 'cannot connect to iTunes store' .  My wifi is working fine, I can connect to safari & you tube, no parental setting in place, and time and date are correct. Can anyone help please? I have restored my ipod to factory settings and rest it.

    I also tried moving the date forward by a year and then moving it back to normal and it still doesn't work.  i can't find an automatic update of time zones on my itouch to turn this off.

Maybe you are looking for

  • WD passport external hard drive won't mount

    I just purchased a Western Digital Pasport 60GB USB portable hard drive - which stated was Mac compatible on the packaging - hooked it up and nada....won't mount! Doesn't show up on Disk Utility - can't find anything on the WD support site.... It doe

  • Powershell script to change the a column value of all documents in a site.

    Hi, I need a powershell script to change the value of a column (a site column which has been added to all document libraries) in all documents in a site, For example:  -column 1 is a site column added to all libraries the value of column 1 of all doc

  • End of words being cut off in Captivate 5

    Hello, This is the problem I am having: In Captivate 5, I have added audio files to my slides. When I preview the slides individually, or 5 at a time, the audio is perfect. However, when I preview the entire project, the last word on 2 of the slides

  • I need sherlock and Front Row 1.3.1 Back!  New Front Row is USELESS!

    I need sherlock back, I used it all the time, now its missing! , also the old Front Row 1.3.1 was AMAZING, the new one looks really bad and the fonts are too small to use from far away (as what it was intended for) I used it before now its just to ha

  • Stuck Verifying Ipod, won't sync

    When I connect my 3rd generation Ipod touch to my macbook pro, 9 times out of 10 it gets stuck on "verifying ipod" and does not progress to sync the ipod. about half the time this happens, Itunes stops responding and crashes out. I know this is an un