Why is my computer the only one that won't connect to our network?

I took my computer to a friends house for a few days and had no problems connecting to their Internet network. When I got home I tried to get on the Internet and it wouldn't work. My roommates were having no problems connecting but my computer kept saying that there was a new network configuration. I followed the directions it gave but it didnt work. I tried turning off my AirPort and turning it back on; restarting the router; restarting my computer. Nothing worked. Please help!

The WebSheet that appears when you join a captive network should eventually load the web site.  However, if <https://1.1.1.1/> uses a self-signed certificate (or any certificate that can't be validated), there is a known issue that prevents WebSheet from loading the page.
To get around this, launch Safari and navigate to any web site.  You should be redirected to <https://1.1.1.1/> again, at which point you can accept the self-signed certificate, authenticate, and then connect to the captive network.

Similar Messages

  • HT1918 After seven ios updates, why is iBooks still the only app that won't synch between iphone & ipad?!?

    After seven ios updates, why is iBooks still the only app that won't synch between iphone &amp; ipad?!?

    Hi there,
    Thanks for the reply.  I did think that could be the case but then other books would also show up as apps on phone but not counted as an app.  Maybe book apps downloaded from the app store work in this way whereas books bought from the ibooks app show in ibooks and not as apps.
    I guess that would make sense, it must be because they are books but downloaded from the app store rather than the book store so they are visible as an app but don't actually get counted as an app.
    Would you think that's the case too?
    Thanks
    Adam

  • Why is 1080i the only one that works for my slideshow.

    Well... I'm getting to my breaking point.
    First my system.. Mac Pro 2.66 2x300gb raid 0. x1900 ACD 30
    5gb Ram
    I have read many many posts.. but I still need your help.
    I have found that the only thing that gives me a marketable slideshow in terms of quality images is to make a slideshow in imovie under 1080i.
    The problem with this is that it really really slows my computer down, and I don't want to do this with a slide show of about 150 images per client, and then have wait more for transistions.
    Shouldn't I start a new slideshow in "DV" setting for a 4x3?
    I have tried reducing res from 10.2 mp to a 1024x??? settting for images (depending on orientation). All I seem to lose here is a bit of sharpening as I reduce the image resolution, which makes sense if I understand correctly.
    So... Where to go from here.
    I read the posts.. and have determined that I can use Photo to move (which I have) to make clips and import them into Imovie. Again, a slow process as each clip has to be done seperatly. Is there another way with PTM, because it does render the best Ken burns effect I have seen. Again 150 images is too long to wait to make a slide show of a wedding, not cost effective for me.
    Hope someone can help.

    Anyone??
    When I make a movie in 1080 or 720.. it takes alot of resources and slows things down.
    Just wondering why choosing those options are the only ones that seem to work
    I really need to get it into 4x3 format too.

  • HD slideshow is the only one that works for me.. WHY??

    I have a new mac pro with lots of hd and ram 5GB.. so I don't think its my system.
    What I need to know is that I can make an acceptable slideshow if
    1) I lower the resolution of my photos from 3884x2600 to about 1024x1024
    2) I create a imovie 720hd or 1080i HD.
    ANY other format creates a lousy final picture quality when viewed on the TV. I get a shimmering, but not so noticible jaggies as some have posted. If I keep the photo still and not use KB.. the still images are ok, but not fantastic. The KB kills them. This seems opposite of what I have read of the bug in imovie6.
    Can anyone explain why if I use the HD formats for Imovie the photos turn out ok?
    I would like to keep them in a 4x3 format but can't if I use the HD formats. Is there a way to make it 4x3 after?
    Anyway.. I have done a lot of testing and this is the best I can get so far.

    Anyone??
    When I make a movie in 1080 or 720.. it takes alot of resources and slows things down.
    Just wondering why choosing those options are the only ones that seem to work
    I really need to get it into 4x3 format too.

  • It seems I cannot use Sky Go even if I use Firefox. The only one that works is IE 11.

    I was using Google Chrome, but it seems they do not support Silverlight which Sky Go use. I was told that Firefox would work. It doesn't. The only one that works is Internet Explorer 11, which is very slooow. Why can't I use Firefox to view Sky Go?

    My Sky homepage. If I want to watch cricket say, it come up with ' sky go unavailable at this present moment'. If I log on to my IE 11, sky go works Ok. I have the Silverlight add-on or plug-in whatever you call it.
    Still no joy in Firefox.

  • I have the ipad 1, ios 5.1 is its max, and garage band requires ios 7.0, how do i buy garage band version 1.3, its the only one that will work, apple is so hard to get a hold of on these kind of things.

    I have the ipad 1, Ios 5.1 is its max, and garage band requires ios 7.0, how do i buy garage band version 1.3, its the only one that will work, apple is so hard to get a hold of on these kind of things.

    Unfortunately the answer is still no.

  • TS1424 I downloaded a song that stops at 1:04 and jumps to the next song, as if it's over.  This song was in the middle of several songs, but this is the only one that is incomplete.  Can I download this song again for free, or do I have to purchase again

    I downloaded a song that stops at 1:04 and jumps to the next song, as if it's over.  This song was in the middle of several songs, but this is the only one that is incomplete.  Can I download this song again for free, or do I have to purchase again?

    If you live in a Region that allows re-downloading Music...
    Delete the Song(s) and re-download...
    See Here  >  Download Past Purchases
    http://support.apple.com/kb/HT2519
    If not... Contact iTunes Customer Service
    Apple  Support  iTunes Store  Contact Us

  • Want my JFrame to be the *only* one that can end the program when closed

    Hi all,
    I have an application that is essentially a launcher for other applications -- it's a holder to allow us to demo our work and other Java examples (not necessarily our work). The launcher will either run methods to launch an application or will find a class's main method and invoke that.
    In all cases, the other applications open up their own JFrames, separate from my launcher (this is a good thing). The problem is that, in general, the other JFrames are set to EXIT_ON_CLOSE. This means that if the user closes the second window, everything will close.
    Is there anyway to prevent this from happening? I'd like either a way to say that my JFrame is the only one that can exit the program when closed, or to say globally that JFrames can't exit on close, and then re-work my initial frame so that it is still able to exit.
    Note that changing all the other applications so that they do not include the EXIT_ON_CLOSE line is not an option (several of the applications we have the right to use, but not the right to modify, for instance).
    Any thoughts?
    Thanks,
    Sam

    Darryl.Burke wrote:
    I have a similar launcher application and this is how I tackled the issue....
    Window[] windows = Window.getWindows();
    This seems like a great work-around. The only problem is that Window.getWindows() is only 6.0, and unfortunately I can only assume 5.0. I can't see another method in the Window class that will return unowned windows -- is there another method that you know of?
    Edit: I found I can use Frame.getFrames() instead, but unfortunately I've discovered this doesn't solve my problem. One of the applications is listening to window closing and is calling System.exit(0) itself, and is not using EXIT_ON_CLOSE as I previously thought. So I think that launching a new JVM may be the only option.... Any advice on how to do this? I'm a little stuck with the ProcessBuilder stuff above.
    >
    edit In future (not this time), Swing related questions should be posted in the [Swing forum|http://forums.sun.com/forum.jspa?forumID=57]
    I guess I was thinking this as a process-oriented question (I had already been thinking of the "different JVM" tactic), but the other option was to think of it as a pure-swing problem, like your solution above. Guess I should have just cross-posted -- everyone loves that! ;-)
    Edited by: Asbestos on Dec 18, 2008 12:32 PM

  • Am I the only one that has had every charging cable (for my iPhones and my iPads) fail? Very frustrating. I got used to quality products from Apple but seems the small stuff is being overlooked nowadays.

    Am I the only one that has had every charging cable (for all of my iPhones and all of my iPads) fail? Very frustrating. I got used to quality products from Apple but seems the small stuff is being overlooked nowadays!

    I have yet to have a cable for my iPad 3, iPad 4 or iPhone 5 fail. I have multiple cables for each device without any failures.

  • Are Apple products the only ones that have the option to have a hot spot built into i?

    my husband needs to use a tablet for work. We don't have an Internet provider for it. I thought about using a personal hot spot for it. I have 2 Apple products he doesn't have any. Can you use a personal hotspot for them. I am not familiar with his products at all. Is Apple the only one that offers a hotspot on their products?

    No. Click here and see the third paragraph.
    (120029)

  • Is my iPhone the only one that has this tiny line show up in safari?

    When I click the open more pages option on my iPhone this little line ahold up on the bottom left of the screen. Is my iPhone the only one that does this?

    I am sorry i was using my iphone to post and can not post an image. Bottom left corner above private.

  • Am I the only one that I cannot get ICH5R RAID0?

      I tried every possible BIOS settings to have a RAID0 array on Intel controller,create RAID0 array with control+I, feed the floppy with F6, and every time I get a blue screen before the beginning of XP installation.
      I wonder if I am the only one that I can't get the benefits of ICH5R RAID0 array?
       Same HD's work fine with Promise controller RAID0. :O

    Quote
    Originally posted by Pete M
    kanopus
    This is my BIOS configuration using 2 WD Raptors
    Integrated Peripherals
    ON-CHIP IDE configuration
    ON-CHIP ATA(s) Operate Mode Native Mode
    ATA Configuration S-ATA only
    P-ATA Keep Enabled YES
    P-ATA Channel Select Both
    S-ATA Ports Definition PO-1st/P1-2nd
    Configure S-ATA as RAID Yes
    Not familiar with your drives are there any jumper settings you need to make ?
    Pete
    I have 2 WD Raptors (setup for RAID 0), an ATA100 drive (Primary) and a DVD (Secondary) connected to the Intel controller.
    Is there any performance gain by using your configuration:
    ATA Configuration S-ATA only
    P-ATA Keep Enabled YES
    Versus using:
    ATA Configuration P-ATA and S-ATA
    It seems like the end result is the same.  Both the SATA and ATA100 are enabled.
    I noticed that if you want to use the RAID array as your system drive you need to set S-ATA Ports Definition to use SATA on ports 1 and 2.

  • HT4927 Am I the only one that finds this a little crappy?  Do you think there will be a future update fix?

    Am I the only one that finds this a little crappy.  Do you think there will be a update to fix this issue so you don't have to reinstall the whole library?

    I doubt it, but no one here knows. There are other forms of backing up.

  • HT201240 my father was the only one, that know the password of his imac g3,the password? i have no cd or anything, how can i erase

    my father was the only one that know the password of his imac g3..
    in december he past away, but i cant get in to the imac..
    i have no cd or anything, how can i erase everything?

    Go here and click on manage my ID https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • Is apple tv the only item that can be connected to a tv for airplay to work?  Looking for something smaller for the office

    Is apple tv the only item that can be connected to a tv for airplay to work?  Looking for something smaller for the office

    How big do you believe an ATV is?  They are tiny compared to most devices.
    The ATV is the only AirPlay receiver, short of an actual AV receiver with AirPlay support, but those are MUCH larger.

Maybe you are looking for

  • ITunes 7 and 6.5 crash on startup

    Hi there, I'm gonna try to explain correctly the issue I experimented with iTunes 7 AND 6.5. I used for months iTunes 6 with my iPod 5G first version. Then, I upgraded iTunes to ver. 7 and all my problems began. First of all, the iPod firmware upgrad

  • Deleting an outbound queue SMQ1

    HI, Can you please verify, is it ok to delete an outbound queue in smq1? The situation is, we have tried a delta load but we already aborted it since it is not needed anymore. But when we check on smq1, the queue is still there and it's status is run

  • Represent hierarchical structure in graphical structure (by reports?)

    Hi I have a parent child relationship where I am using sys conect by path to represent the relationship. Can I display this relationship in graphical structure in Orace Reports?

  • Paypal tricked me into using a back account instead of my credit card

    I have always used my credit card when buying from ebay, and then suddenly paypal used my bank account without my permission. How do I get that back account out of paypal? It does not have enough money in it to make purchases, and I do not want a ban

  • Type of OLE objects in Oracle

    Hi, In Oracle, which is the type equivalent to OLE objects of Access? Thanks with anticipation. Regards