What was wrong with OS 10.5 airport settings

I'm wondering what was specifically wrong with the networking built into 10.5. I noticed that one of the fixes says "Improves compatibility with third-party wireless wide-area network devices". What compatability issues did they resolve?

I'm not sure what they fixed - but there were plenty to go after - take a look at the network forum for a GIANT list
Larry Nebel

Similar Messages

  • What was wrong with the servlet?

    I got a similar error(listed below) when I tried to run a jhtml as when
              I tried to run a servlet.
              I enabled the JHTML
              weblogic.httpd.register.*.jhtml=\
              weblogic.servlet.jhtmlc.PageCompileServlet
              weblogic.httpd.initArgs.*.jhtml=\
              pageCheckSeconds=1,\
              keepgenerated=true,\
              compileCommand=c:/jdk1.2/bin/javac.exe,\
              workingDir=C:/weblogic/myserver/servletclasses,\
              verbose=true
              The class file was generated and everything looked fine inside the
              class.
              I even set the working dir to servetclasses but the server still can't
              find it. What was wrong?
              Thanks
              ============== error =================
              Tue Mar 14 13:40:15 PST 2000:<I> <ServletContext-General> *.jhtml:
              Serving reque
              st for PATH_INFO: /test.jhtml
              Tue Mar 14 13:40:15 PST 2000:<E> <ServletContext-General> Error loading
              servlet:
              jhtmlc.test
              java.lang.IllegalAccessError: try to access class
              weblogic/utils/classloaders/Fi
              leSource from class weblogic/servlet/internal/WarClassFinder
              at
              weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.jav
              a, Compiled Code)
              at
              weblogic.servlet.internal.WarClassFinder.getClassSource(WarClassFinde
              r.java:110)
              at
              weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
              ClassLoader.java:287)
              at
              weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
              cClassLoader.java, Compiled Code)
              at
              weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Slave.
              loadClass(RecursiveReloadOnModifyClassLoader.java:234)
              at
              weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
              Loader.java:102)
              at
              weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.findLo
              calClass(RecursiveReloadOnModifyClassLoader.java:109)
              at
              weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
              cClassLoader.java, Compiled Code)
              at
              weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
              Loader.java:120)
              at
              weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
              Loader.java:102)
              at
              weblogic.servlet.internal.ServletContextImpl.loadClass(ServletContext
              Impl.java:1551)
              at
              weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:130)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:93)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:737)
              at
              weblogic.servlet.jhtmlc.PageCompileServlet.service(PageCompileServlet
              .java:216)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:98)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:737)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:681)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:210)
              at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:354)
              at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:255)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
              Compiled Code)
              Tue Mar 14 13:40:16 PST 2000:<E> <ServletContext-General> Servlet failed
              with Se
              rvletException
              javax.servlet.ServletException: Servlet class: jhtmlc.test could not be
              handled
              by the ClassLoader
              at
              weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              mpl.java, Compiled Code)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:130)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:93)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:737)
              at
              weblogic.servlet.jhtmlc.PageCompileServlet.service(PageCompileServlet
              .java:216)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:98)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:737)
              at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:681)
              at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:210)
              at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:354)
              at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:255)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
              Compiled Code)
              

    Sounds like a WL 5 question, try weblogic.beta.denali.servlet
              "Mark Qian" <[email protected]> wrote in message
              news:[email protected]...
              > I got a similar error(listed below) when I tried to run a jhtml as when
              > I tried to run a servlet.
              >
              > I enabled the JHTML
              >
              > weblogic.httpd.register.*.jhtml=\
              > weblogic.servlet.jhtmlc.PageCompileServlet
              > weblogic.httpd.initArgs.*.jhtml=\
              > pageCheckSeconds=1,\
              > keepgenerated=true,\
              > compileCommand=c:/jdk1.2/bin/javac.exe,\
              > workingDir=C:/weblogic/myserver/servletclasses,\
              > verbose=true
              >
              > The class file was generated and everything looked fine inside the
              > class.
              > I even set the working dir to servetclasses but the server still can't
              > find it. What was wrong?
              >
              > Thanks
              >
              > ============== error =================
              >
              > Tue Mar 14 13:40:15 PST 2000:<I> <ServletContext-General> *.jhtml:
              > Serving reque
              > st for PATH_INFO: /test.jhtml
              > Tue Mar 14 13:40:15 PST 2000:<E> <ServletContext-General> Error loading
              > servlet:
              > jhtmlc.test
              > java.lang.IllegalAccessError: try to access class
              > weblogic/utils/classloaders/Fi
              > leSource from class weblogic/servlet/internal/WarClassFinder
              > at
              > weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.jav
              > a, Compiled Code)
              > at
              > weblogic.servlet.internal.WarClassFinder.getClassSource(WarClassFinde
              > r.java:110)
              > at
              > weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
              > ClassLoader.java:287)
              > at
              > weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
              > cClassLoader.java, Compiled Code)
              > at
              > weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Slave.
              > loadClass(RecursiveReloadOnModifyClassLoader.java:234)
              > at
              > weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
              > Loader.java:102)
              > at
              > weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.findLo
              > calClass(RecursiveReloadOnModifyClassLoader.java:109)
              > at
              > weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
              > cClassLoader.java, Compiled Code)
              > at
              > weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
              > Loader.java:120)
              > at
              > weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
              > Loader.java:102)
              > at
              > weblogic.servlet.internal.ServletContextImpl.loadClass(ServletContext
              > Impl.java:1551)
              > at
              > weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              > mpl.java, Compiled Code)
              > at
              > weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              > java:130)
              > at
              > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:93)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:737)
              > at
              > weblogic.servlet.jhtmlc.PageCompileServlet.service(PageCompileServlet
              > .java:216)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              > at
              > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:98)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:737)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:681)
              > at
              > weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              > ContextManager.java:210)
              > at
              > weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              > a:354)
              > at
              > weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:255)
              >
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
              > Compiled Code)
              >
              > Tue Mar 14 13:40:16 PST 2000:<E> <ServletContext-General> Servlet failed
              > with Se
              > rvletException
              > javax.servlet.ServletException: Servlet class: jhtmlc.test could not be
              > handled
              > by the ClassLoader
              > at
              > weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
              > mpl.java, Compiled Code)
              > at
              > weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              > java:130)
              > at
              > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:93)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:737)
              > at
              > weblogic.servlet.jhtmlc.PageCompileServlet.service(PageCompileServlet
              > .java:216)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              > at
              > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:98)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:737)
              > at
              > weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:681)
              > at
              > weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              > ContextManager.java:210)
              > at
              > weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              > a:354)
              > at
              > weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:255)
              >
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
              > Compiled Code)
              >
              >
              >
              >
              

  • Hi. I was wondering what was wrong with my  iPhone 5? It won't turn on or ity won't charge on my computer or wall plug in. It's been several hours. And i recently got the iOS7

    I have a problem with my iPhone5. I went for a jog with my iPhone5 and when i was done and at home i notice my iPhone wasn't on. So  i pressed the power button and  it wont say that its battery dead or anything and so i left it charging for an hour but it still wont turn on. It wont charge on my computer or wall plugins. Or it wont show that little battery charging symbol. It just wont turn on or charge. If i plug it to iTunes it wont show my iPhone there too. Or even on my computer. Come to think of it i havent payed my phone bill.
    PLEASE Need Help.

    Did you have it in a sweat proof case that covered the dock connector?

  • I don't know what was wrong with the Weather in my iphone5? I can not open this program!!

    Dear All,
    I am so wonder with my iPhone about the app. Weather. I tried to open again and again but I can't still open this app.
    Pls kindly help to solve this problem and what I should do to process it..!

    try resetting the phone by holding the sleep/wake button and the home button until the phone restarts.

  • HT1414 When I downloaded the new softwared to my iphone, it put a password on my restrictions.  This new operating system is terrible.  Now it sounds like I will need to wipe my phone to get the restricton password off.  What was wrong with using icloud p

    I guess the title says it all.  So am i correct that I will need to wipe my phone and loose all my contacts that I have spent years accumulating along with all my other data?  There were no passwords on this phone before downloaded the updated operating system.  This makes no sense.  Find my phone is very sporatic with this new operating system.  Jumps back and forth between phones on its own.  I am so frustrated with Apple!

    When I downloaded the new softwared to my iphone, it put a password on my restrictions
    No it didn't.  You did, whether you realize it or not.  Restrictions can only be enabled by user interaction.  They don't just turn on by themselves.
    So am i correct that I will need to wipe my phone and loose all my contacts that I have spent years accumulating along with all my other data? 
    Why do'nt you just restore the latest backup that was made prior to you applying the update?  Problem solved?

  • It says that "there was a problem connecting to the server". What's wrong with this, and how can I deal with this problem?

    I just got my new iPad Mini2, and when I choose "sign in with your apple ID", it says that "there was a problem connecting to the server". What's wrong with this, and how can I deal with this problem?

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • My iphone 4 with 4.3.3 upgrade to 5.1.1,it said to me I should active it,I buy a active-card but it say 'Your request couldn't be processed.We're sorry, but there was an error processing your request. Please try again later.'  What's wrong with my iphone

    my iphone 4 with 4.3.3 upgrade to 5.1.1,it said to me I should active it,I buy a active-card but it say 'Your request couldn’t be processed.We’re sorry, but there was an error processing your request. Please try again later.'  What's wrong with my iphone

    It sounds a lot like your phone was jailbroken or hacked to unlock it before you updated.
    Was it?

  • My iPod 5 turn off when I was listening to music this morning and it was full charge idk what's wrong with it because it won't turn on plus it is a new iPod. I bought the iPod 35 days ago I even have the recieve..

    I Need to know what's wrong  with my iPod 5. it turn itself off this morning when I was listening to music. The iPod is new I bought it 35 days I even have the receive to prove that is 100% mine and not stolen.. Please help me I work really hard to save the money for it and now I can use it is not fair.

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable              
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • I was just using my iPod this morning. I turned it off after using it, but when i opened it in the afternoon, i couldn't connect to my wifi anymore. I tried resetting the network but it still didn't work. I wonder what is wrong with it?

    My ipod 4th generation can't connect to my wifi. I was just using it this morning. I turned it off for awhile but when i opened it in the afternoon, it just won't connect to my wifi. My wifi is ok 'cause i am able to use my mac. I wonder what is wrong with it?

    - Do other devices successfully connect using your network?
    - Does the iPod successfully connect to other networks?
    - 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
    - iOS: Recommended settings for Wi-Fi routers and access points

  • Is there a problem w/itunes store site? after input my cr.card info, i was told that it cannot verify my address, which is correct, what's wrong with the edit the billing info screen?

    What is wrong with the edit biling info screen. it cannot verify my address. i triple check my address info
    and it is correct.

    Use the email form >  Apple - Support - iTunes Store - Contact Us

  • HT4528 i droped my iphone and a day later it will not turn on  r charge but it was fine after worders what is wrong with my phone

    iphone will not charge and turn on

    You dropped it. That's what's wrong with it.
    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5s. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task. Start with Google to search for these.

  • What's wrong with my browsers?

    When i first got my macbook the internet was going really slow but then i changed the dns server to 4.2.2.2 and sometimes change it to 4.2.2.1 and the internet got better but now my browsers are acting funny.
    One moment i'm surfing webpages with safari or firefox.... Chatting with AdiumX or MS Messenger... and suddenly it just stops... Msn is getting time-out's, Safari says I'm not connected.
    But Airport sais it is still connected to my wireless network (with all the black bar's filled). It has valid IP adress etc, But everywhere I want to go on the internet it sais I'm not connected.
    When I disconnect the airport en let it reconnect with my wireless network, the connection is fine.
    how can i fix this?

    Most users shouldn't be manually entering DNS addresses, and those DNS addresses you mention probably aren't intended for end users. Is Level3 your ISP?
    That doesn't answer 'what's wrong with my browsers?', but a good start would be to configure your network according to your ISP's instructions. If you have DNS problems then, you might try using OpenDNS.

  • What's wrong with networking since Leopard?

    Hi,
    I'm with Mac since years. I was a PC User once and spent hours with all kinds of network troubles. What convinced me with Mac right in the beginning was easy networking: It just worked!
    But since Leopard things got worse: I have several MBP's, iMacs, Airport Extreme's and Airport Express's at different places which I installed, and I face the same problems at EVERY place:
    - I can't connect to AExtreme for several reasons: timeout, security incompatibility, ...
    - Sometimes only two Macs are allowed to connect to one AExtreme
    - Airport doesn't find Aiport or any other networks for minutes
    - After connecting to the router, can't get an IP (self-assigned IP only) - other PCs get an IP.
    - Aiport Extreme crashes (yellow blinking)
    - connection loss (even when AExtreme is very close)
    Now I know about networking, about configuration, I've done this for years. Whatever I do, problems disappear and appear again, at different times, at different places with different hardware.
    What is wrong with Leopard? Such problems remind me of times with Windows98 and stuff like that.

    What's wrong with networking since Leopard?
    on my network and many i have setup there have been no problems with leopard. However there are always teething problems with new operating systems. Thankfully with leopard only a tiny percentage of users experience technical difficulties.
    can't connect to AExtreme for several reasons: timeout, security incompatibility,
    is it set to use WPA/WPA2
    Airport doesn't find Aiport or any other networks for minutes
    sometimes my macbook pro takes a while to show up any networks if there are lots in the area this is because it is scanning them all.
    After connecting to the router, can't get an IP (self-assigned IP only) - other PCs get an IP.
    What kind of router are you using? What happens if you powercycle the router?
    # Aiport Extreme crashes (yellow blinking)
    # connection loss (even when AExtreme is very close)
    Have you tried resetting your AE to default. reinstalling its firmware or checking for a firmware update?
    Have you tried changing hte wireless channel your networ is broadcasting on?
    What is wrong with Leopard? Such problems remind me of times with Windows98 and stuff like that.
    Did you upgrade install your leopard installation or did you do clean (erase) installations?
    Have you tried created new network locations?

  • What's Wrong with My Computer?

    I have a G5 desktop computer, I believe it's referred to as a "Power Mac." My mom purchased it some years ago, I think in late 2005 shortly after this particular model was on the market.
    Info is:
    Version 10.5.8
    Processor 4 x 2.5 GHz PowerPC G5
    Memory 4.5 GB DDR2 SDRAM
    Hard Drive 240 GB (127 GB unused/available)
    My mother wasn't using this computer for many years, and my 13" Macbook was giving me trouble, so she gave this one to me. It's all been great (she maxed out the memory and hard drive space when she bought it, even though it is outdated and insignificant compared to current models), except for one little thing... Browsing the internet is usually fine when it's only one window, but not always. However, it is almost a guarantee that while trying to operate multiple windows and trying to play a video, Safari will crash. And not just once in awhile. I'm talking about on a daily basis. During regular offline computer use, like Photoshop or iTunes, the computer will sometimes grey over (as if someone put a fairly thick grey film over the entire screen), and tell me I have to restart the computer. So what's wrong with it? I presume it is a physical issue (failing memory, mother board, etc.), but what?

    Your computer is not remotely "maxed out" with RAM.
    You're describing a G5 Quad like mine (though mine was built in June of 2006), and maxed out means having 16 GB of RAM installed, like mine has.
    The Frolick wrote:
    …the computer will sometimes grey over (as if someone put a fairly thick grey film over the entire screen), and tell me I have to restart the computer. So what's wrong with it?…
    That's called a Kernel Panic, and, yes, it is most often caused by hardware problems, such as bad RAM or mismatched RAM.  I can't imagine how you get to 4.5 GB of RAM without exponentially increasing the risk of mismatched RAM.
    RAM has to be installed in matched pairs, starting from the center slots and spreading outward: 4*3*2*1*1*2*3*4
    On the other hand, my own personal experience has led me to conclude that Safari is a piece of cr@p.  It causes problems just being active in the background, causing other applications to fail.
    Check your RAM carefully, starting with just one pair of matched RAM sticks in the two center slots, then adding one pair at a time.  Check your hard disk with Apple's Disk Utility.
    The kernel panics can be caused by a damaged directory too, so if you own Disk Warrior, run it.  If you don't own DiskWarrior, at least Repair Permissions with Apple's Disk Utility and use Verify Disk/Repair Disk with it.
    I'd also recommend downloading and installing Applejack and run it according to the instructions.
    Good luck.
    2.5 GHz Power Mac (PPC) G5-Quad; 16GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX 1,700MHz 512MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 X Back-UPS RS 1500 XS units.

  • My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?

    My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?
    I have a two and half year mac book pro... I've had some issues with the screen looking scrambled when I quit certain applications, but now it's turned into something worse.  I'll be working on my computer and the thing will freeze.  When I force restart, the first screen, the apple logo, will be a blue tint and won't boot up normally.  Then I try safe mood and it will then boot just fine.  But there are blue stripes on my screen.  The screen alternates from a blue tint to normal and if the computer freezes again the screen will become completely blue with black stripes.  I haven't tried reinstalling my software because I don't have the startup discs that came with my computer.  If I was sure that would fix it I would purchase them, but if it's a hardware issue I'm afraid that I'm screwed.  I've been able to successfully get the blue off my screen by putting it to sleep and then waking it up, but that's not working well anymore either. 
    Does anyone else have experience with this?  Is it the firmware or what?  I have a MacBook Pro from early 2011 and I'm running Mac OS X 10.6.8.
    Please help... Thanks!

    I just experienced this exact same issue with my early 2011 15" macbook pro. Since like a month after purchasing it I had issues with the screen randomly going dark on me. I sent it in for repair inder waranty they replaced the gpu and logic board but I continued to have the same issues with the screen randomly going black sometimes I would need to reboot it in order to get the screen to go back on but it happened so infrequently and I used the computer for school so disnt find the time to resend it in to apple. Just last night the screen started to display the blue screen with black verticle lines on it. I called apple and explained to them  the issues that had been ongoing since I purchased the laptop but they said because I was now outside of warantee that any repairs at thia point wouldn't be covered. Fml so glad I spent 2200 on this future proof macbook pro what a joke my sister purchased a toshiba laptop for 300 4 years ago and it still running like a champ. I loved my macbook but at the price I paid I expect it to last longer than 2 years before leaving me high and dry. *** apple??

Maybe you are looking for

  • Error 199 and dead programs after multiple updates

    Yesterday I applied the 2-2007 security-for-Panther, java for 10.3, DST for Panther, and Office 2004 updates to my dual-boot G4 while booted into 10.3.9. (The G4 can also boot into 9.2.2...a good thing since there are programs requiring OS9 that I co

  • Line Chart Legend not Appearing

    Hi all, I'm working on learning Flex for potential use at my company. Of course for the initial demo, I want everything to look great and I'm having trouble with charts. I'm feeding a chart from an external xml file. The data shows up correctly but I

  • How to get shared photo streams in alphabetical order

    presentation is now in orde of sharing.

  • [stripchar​t] get rid of the marks of the y-axis

    Is it possible to disable the marks of the y-axis? Or if not to get some space between the marks and the labels/numbers? I´m asking because I have to use the right y-axis and there people always mistake the marks for a minus and think that the stripc

  • PSE7 color management

    I'm using PSE7, WindowsXP, and Epson printers.  I tried all 3 color handling options in PSE7:  [1] Printer manages colors, [2] Photoshop elements manages colors, & [3] No color management.  I get good color prints with option [1] and bad with options