GlobeTrotter Connect failure with  Mac OS X 10.5.5

I bought an AT & T USBCONNECT Quicksilver Data Card to use with the late 2008 MacBook Pro. The laptop has two partitions, one running Vista, the other Mac OS X 10.5.5 (forget version number, but whatever came with the laptop).The Data card works flawlessly with Vista with the drivers provided both with 3G and EVDO. However, when booted under Macintosh, the GlobalConnect software cannot find the card-get message that "No card found". I know the card works,
and the USB port works because it is fully operational under Vista, but I need it to work with Macintosh.System Profiler sees the card, also. Have uninstalled/reinstalled/restarted multiple times. In the Network prefpane, there are two items listed under GlobeTrotter Connect version 1.3 (Option 3G Ethernet and Option 3G Modem); for both, it states that"Cable unplugged." Does anybody have any idea how to make this card work with 10.5.5 (the software states it's good for 10.5+)? AT&T refuses to support MacOS, period.Option, the company that makes the software probably won't help, as this is not their card, but I requested support anyway.Any help appreciated, otherwise I will have to return the card. BTW, it works great with Vista on the same laptop

To "answer" my own question, nobody will help to support this AT&T product and its GlobalConnect software for Mac OS X 10.5.5, including AppleCare. AppleCare passes the buck to option.com, the company that manufactures the software, which passes the buck to AT&T (which includes the software with their hardware) and AT&T offers no Mac support for this card. So...I got rid of the AT&T product, am using Verizon's version with Verizon's software, which works flawlessly with both Mac OS 10.5.5 and Vista. Just a word to the wise...

Similar Messages

  • Java.io.IOException: Connection failure with 500

    Hi
    When i am trying to establish connection from applet to servlet using URLConnection..
    It is giving me java.io.ioexception Connection failure with 500.
    Can anybody let me know why and how to solve this.
    Thanks&Regards,
    Subba

    Error code 500 is "Internal Server Error." Unfortunately this could be loads of things. :-(
    What servlet / web-server are you using?
    Some general pointers.....
    - Check your web-server access log and see if the request is received. (I'd expect so as you're getting a 500 error)
    - Check your servlet log & see if it is init-ing correctly.
    - I always write a simple doGet() method in my servlets so that I can check whether the servlet is alive or not...
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    PrintWriter out = new PrintWriter (response.getOutputStream());
    out.println("<html>");
    out.println("<head><title>ObjectServlet</title></head>");
    out.println("<body>doGet() called: "+new java.util.Date());
    out.println("</body></html>");
    out.close();
    Logger.log(this, "doGet", Logger.TRACE, Logger.TRACE_OUT);
    Then repost if you're still stuck.

  • Please HELP!!! URGENT!!! Connection failure with 407 ALL my DUKE $$$$$$$$$

    Hi,
    problem:
    ========
    I have to give a demo of this program next week, I am trying to solve this F***ing problem since last week and can not figure it out....
    I am running my program and tomcat on Computer#1 and trying to run that program from computer#2 and getting
    java.io.IOException: Connection failure with 407...
    Brief Intro:
    ============
    I am hard coding my computer1 ip address.
    If i run my program in the computer#1 i works fine...
    But i am trying to run the program from computer#2 and getting the following error.
    There is nothing wrong with the null pointer....I am definitely sure about this....
    I can access the Servlet directly from the computer#2 by just using a browser.
    for example my Computer#1's IP is 10.121.121.21.
    i can access the tomcat by http:10.121.121.21:8080 from computer#2
    I think the problem is with the security (java.io.IOException: Connection failure with 407)...
    Also i know that 407 means proxy server, but we do have proxy server but i am not going through
    the proxy server...
    Solution:
    =========
    If anyone who can solve this i am going to give them all the duke $$$$$...
    Thanks in advance....
    Error:
    =========================
    java.io.IOException: Connection failure with 407
    Exception occurred during event dispatching:
    java.lang.NullPointerException
    at scanstation.LoginScreen.displayLogInInformation(LoginScreen.java:220)
    at scanstation.LoginScreen.jButton1_actionPerformed(LoginScreen.java:151)
    at scanstation.LoginScreen.passwordTextfield_actionPerformed(LoginScreen.java:255)
    at scanstation.LoginScreen$4.actionPerformed(LoginScreen.java:123)
    at javax.swing.JTextField.fireActionPerformed(Unknown Source)
    at javax.swing.JTextField.postActionEvent(Unknown Source)
    at javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
    at javax.swing.SwingUtilities.notifyAction(Unknown Source)
    at javax.swing.JComponent.processKeyBinding(Unknown Source)
    at javax.swing.JComponent.processKeyBindings(Unknown Source)
    at javax.swing.JComponent.processKeyEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processKeyEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

    Hy,
    this code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
    This HTTP code is documented in the RFC 2616 and RFC 2617.
    http://www.ietf.org/rfc/rfc2616.txt
    http://www.ietf.org/rfc/rfc2617.txt

  • Java.io.IOException: Connection failure with 400

    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    This occurrs when using getInputStream()
    The URL can be cut and pasted into the browser and it works fine, but when the code executes and only using the plugin it gives this error.
    Any ideas??

    One of my customers is getting :
    java.io.IOException: Connection failure with 400
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    ...too, on this snippet of code:
    java.io.InputStream aInputStream=aURLConnection.getInputStream();
    Anybody find a cause or solution for this? I believe my customer is using JRun.
    Thanks in advance.

  • Java.io.IOException: Connection failure with 401

    Hi all,
    i recently moved an applet that uses JavaHelp on a new intranet server. I got an error during applet loading since i moved all the files.
    The structure of files is:
    -Tarish2Applet.html
    -tarish2.jar
    +Tarish2Help
    ooooo|---helpset.hs
    ooooo|---toc.xml
    ooooo|---map.xml
    ooooo|---index.xml
    ooooo|--+HTML
    +package
    I use the following HTML code to call the applet in IE6:
    Tarish2Applet.html:
    <!--"CONVERTED_APPLET"-->
    <!-- CONVERTER VERSION 1.0 -->
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = "200" HEIGHT = "200" codebase="http://intranet/plugin/j2re-1.3.1_02-win-i.exe#Version=1,3,1,2">
    <PARAM NAME = CODE VALUE = "tarish2.Tarish2Applet.class" >
    <PARAM NAME = "cache_option" VALUE = "Plugin" >
    <PARAM NAME = "cache_archive" VALUE = "tarish2.jar,package/jbcl.jar,package/rchartTarish2.jar,package/jhall.jar" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.2">
    <COMMENT>
    </OBJECT>
    And i have the following output and error in the java console:
    /*This first IOException seems to be due to the parameters cache_archive and cache_option in the applet call: if i remove them from the html file, this first exception disapears*/
    java.io.IOException: Connection failure with 401
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.cachescheme.PluginURLConnection.downLoadFile(Unknown Source)
    at sun.plugin.cachescheme.PluginJarCacheHandler.downloadJarFileToCache(Unknown Source)
    at sun.plugin.cachescheme.PluginJarCacheHandler.cacheHandler(Unknown Source)
    at sun.plugin.cachescheme.PluginJarCacheHandler.getJarFilesPath(Unknown Source)
    at sun.plugin.AppletViewer.loadJarFiles(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Dll detected //A Dll is loaded with success in the System
    //Then, the Help system is loaded, and it gives:
    java.io.IOException: Connection failure with 401
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at com.sun.java.help.impl.XmlReader.createReader(XmlReader.java:99)
    at javax.help.HelpSet.parseInto(HelpSet.java:568)
    at javax.help.HelpSet.<init>(HelpSet.java:129)
    at tarish2.Tarish2Applet.init(Tarish2Applet.java:221)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Parsing failed for null
    Got an IOException (Connection failure with 401)
    Error during Helpset loading: javax.help.HelpSetException: Could not parse
    HelpSet not found
    Here is the code that loads the Helpset:
    Source:
    try
    URL hsURL = HelpSet.findHelpSet(null, "helpset");
    if (hsURL==null)
    hsURL = new URL(getCodeBase(), "Tarish2Help/helpset.hs");
    hs = new HelpSet(null, hsURL);
    catch (Exception ee)
    System.out.println("Error during Helpset loading: "+ee);
    System.out.println("HelpSet not found");
    return;
    Has anybody an idea about this "Connection failure with 401" that happens on .jar caching and helpset loading????
    What does it come from? Is it due to the http server configuration, the java.policy file?? The code???
    If you have any clue, please help me...
    Romain

    Hi
    I have the same problem but with the
    java.io.IOException: Connection failure with 500:
    Does anybody sorted this, please let me know, what is the cause???
    Thanks in advance...
    Saran

  • Java.io.IOException: Connection failure with 407

    Getting this error from client site that uses a proxy server(IAS). Seems the forms jar files cannot be accessed and cached. We are using OAS 10g R2. App works fine everywhere else.
    Oracle JInitiator: Version 1.3.1.25
    Using JRE version 1.3.1.25-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\dreynolds
    User has overriden browser's proxy settings.
    Proxy Configuration: Manual Configuration
    Proxy: 192.168.1.7:8080
    Proxy Overrides:
    JAR cache enabled
    Location: C:\Documents and Settings\dreynolds\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    java.io.IOException: Connection failure with 407
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://www.<ourdomainname>.com/forms/java/frmall_jinit.jar

    any ideas, suggestions?

  • Internet connection failure Power Mac G5 (tower)

    Internet connection fails via HS cable to modem to ethernet configuration
    G5 2.5, OSX 10.4.11, Safari .... also tried Firefox
    Cable installer technician made several attempts to configure Network System Preferences
    All wires and external modern are new
    I am still able to connect to internet via phone; Dial up
    Two PC laptops connected successfully via same HS cable to modem to ethernet config
    Connection with laptops required only resetting modem, without Network System Pref adjustments

    Internet connection failure Part 2: Power Mac G5 (tower)
    Thanks for the welcome and your assistance
    About This Mac > More Info... > Network
    Lots of data here, seems to match info:
    System Prefs > Network > Built-in Ethernet >TCP/IP
    Network > Network Status
    • Built-Ethernet : Built-in Ethernet is currently active and has the IP address
    71.239.164.212. You are connected to the Internet via Built-in Ethernet.
    Safari :
    sits blank to any http typed, with progress bar frozen
    You are not connected to the Internet.
    Safari can’t open the page “http://www.google.com/” because your computer isn’t connected to the Internet.
    .... Activity Monitor reads: 2.35 KB/sec ( and is fluctuating ) to 6.88 KB/sec
    Assist me .... > Network Diagnosis
    Network Status ( all LED are green )
    • Built-in Ethernet
    • Network Settings
    • ISP
    • Internet
    • Server
    Proceeding through the navigation buttons, all is Green
    Final Message Reads: Your Internet connection appears to be working correctly.
    .... Activity Monitor reads: 2.56 KB/sec ( and is fluctuating )
    Network Utility > Ping test
    .... 10 packets transmitted, 7 packet received, 30% loss
    I tried installing an Ethernet card into expansion slot,
    absolutely No Response ( blank read-outs) in System Prefs > Networks < TCP/IP
    • Encore Electronics ( $ 20.00 returnable )
    • ENL832-TX-EN
    • 10/100 Fast Ethertnet Network Adapte

  • Connecting iMac with Mac OS X Tiger to an HPC with Windows CE via modem

    Hi,
    I have an iMac G3 DV 400MHZ with Mac OS X Tiger 10.4.6 and a Compaq C140 HPC with Windows CE 1.0. I dont have the original serial cable for the device and therefore cant connect it to my iMac (like its Mac compatible anyway!) I want to connect it to my iMac via modems (no not ethernet modems the antique modems with the phone wires!) so I can transfer files to it. In case you have never heard of an HPC or Windows CE (which is real similar to Windows 95) lets pretend Im trying to connect a Windows 95 PC to my iMac for file transfer and see if that works.
    Thanks

    Try posting this under hardware section, you will get more response there. I doubt anyone here can help with that.

  • TLS connection failure with Exchange 2013 (SEC_E_WRONG_PRINCIPAL)

    Hi all -
    I have Lync 2013 with a single front-end server and am trying to properly integrate with a single Exchange 2013 SP1 server.  The Exchange server has certificate signed by GeoTrust, assigned to all roles - IIS, SMTP, POP, IMAP, UM, and UMcallrouter.  I'm
    seeing the below in my FE logs and am unsure as to why Lync is using the .local address when I have been specifying external FQDNs for the mail server in Lync.
    TLS outgoing connection failures.
    Over the past 1 minutes, Lync Server has experienced TLS outgoing connection failures 1 time(s). The error code of the last failure is 0x80090322(SEC_E_WRONG_PRINCIPAL) while trying to connect to the server "MAIL.xxxx.local" at address [172.16.3.14:5061],
    and the display name in the peer certificate is "Unavailable".
    Cause: Most often a problem with the peer certificate or perhaps the host name (DNS) record used to reach the peer server. Target principal name is incorrect means that the peer certificate does not contain the name that the local server used to connect. Certificate
    root not trusted error means that the peer certificate was issued by a remote CA that is not trusted by the local machine.
    Resolution:
    Check that the address and port matches the FQDN used to connect, and that the peer certificate contains this FQDN somewhere in its subject or SAN fields. If the FQDN refers to a DNS load balanced pool then check that all addresses returned by DNS refer to
    a server in the same pool. For untrusted root errors, ensure that the remote CA certificate chain is installed locally. If you have already installed the remote CA certificate chain, then try rebooting the local machine.
    Any advice/pointers you can give are greatly appreciated.

    When integrate Lync and Exchange UM, you need to generate new certificate. The certificate should contain the server’s FQDN.
    Lisa Zheng
    TechNet Community Support

  • Connection failures with GMail in Mail 6.0

    After upgrading to Mountain Lion, Mail transferred my accounts to the new format and since then I have been having connection issues with my GMail accounts. The strange thing is that they connect fine as soon as I open / restart Mail, but fail to connect after some time, with no apparrent solution. I've triple checked all settings, which worked fine under Lion and still work fine initially. I've never seen a problem like this where the accounts stop working after a certain time, so I'm stumped. Any help would be appreciated!

    Thank You iPatA
    You solved my problem! 
    I just wanted to add a second option for people who find this thread but want to keep their 2 step verification with gmail & upgraded Mountain Lion - Mail6.0.
    From other thread...
    Found solution, Yeay!   Mail 6.0,  Mountain Lion (osx 10.8, upgraded) is not compatible with Gmail if one has 2-step verification set up on their gmail security settings.
    There are 2 options to solving problem
    1)   https://discussions.apple.com/message/19109209#19109209)
    This will take you through the process to disable 2-step security feature on gmail security page. Thank You  iPatA.
    2)   http://support.google.com/accounts/bin/answer.py?hl=en&ctx=ch_b/0/SmsAuthConfig& answer=185833
    This will take you through the process of assigning an "application specific password" to upgraded Mail 6.0 for successful communication between Mail 6.0 Mountain Lion while Keeping a 2 step verification process if you prefer.
    A looking for way I can give you "This solved my question" check & points.  Let me know if you know how I can do this.   Option not popping up in thread.
    You Rock
    My original post:
    Upgraded to Mountain Lion a week ago suddenly unable to receive incoming emails from Mail.6
    https://discussions.apple.com/message/19210733#19210733
    Message was edited by: Laila

  • Airport connection probs with Mac Pro and 10.4.8  too.

    This prob is not just related to iMacs or MacBooks as published in the knowledge base doc. I have exactly the same prob with my 2.66 GHz Mac Pro. I have to reconnect this beast to my wlan router manually every time.
    PLZ Apple fix this asap!

    I had a similar problem which I've fixed!
    I have four machines here which can connect to my Netgear DG834N via Aiport. (I say can because they normally connect via ethernet.) My MacBook Pro always used to be fine when connected wirelessly but recently, not aware of any changes I've made, it connects for about 10 seconds then disconnects. All other machines are fine and hold the connection.
    This is what I tried before finding my solution:
    1) Deleted all references to the network in the keychain and remade them.
    2) Created another user to try
    3) Changed channels on the router even though I can't see any neighbour's networks.
    4) Made sure computer and router were up to date with firmware/software.
    I'm assuming that it has to be a computer problem as the PowerMac, iMac and iPod Touch have no issues at all. However, the cure was in the router.
    I run with SSID broadcast turned off, WPA2 encryption and MAC address filtering. Allowing broadcast of the SSID cures my problem. Turn it off and the computer connects then drops it ten seconds later. Turn broadcast on and it maintains the connection. I've tried it all afternoon, leaving it connected for about 30 minutes at a time before turning SSID broadcast off again. Works every time! Broadcast SSID - fine, no broadcast - drops after ten seconds.
    Now, if only I knew why! And why only the laptop?

  • Pixma MX430 Wireless Connectivity Problems with Mac OSX 10.9.4

    My Pixma MX430 suddenly refuses to connect wirelessly to my Mac running OSX v 10.9.4. I was able to fiddle with settings and nudge it to work but it now steadfastly refuses to play ball. I have no CD drive incidentally. I would be grateful for any suggestions as I need to print and scan documents urgently.
    Many thanks for your help. 
    Jenny

    USB 3.0 is an international standard. Yes, it's compatible with OS X 10.9.x
    Reviews on Amazon from other iMac users have been positive.
    Just like with USB 2 hubs, some devices aren't happy sharing.
    I can't tell for sure it's the hub's fault. You need to try other combinations of connection.

  • Unable to connect C4780 with Mac Pro wirelessly

    When i tried to conner Printer C4780 wirelessly to Mac pro it says that the  selected printer software isn't from the manufacturer and may not let you use all the features of your printer. The software that i installed is one which i received when in brought printer in PC World in UK. It does connect with USB but not wireless.

    Hi @Krish1840 , and thanks for the reply!
    Do the pages come out blank when making a copy as well?
    I would suggest deleting the printer from your print system, using this document: Uninstalling the Printer Software.
    Once you have deleted it, I would suggest verifying and repairing the disk permissions: About Disk Utility's Repair Disk Permissions feature.
    I would also suggest running your Apple updates:  OS X: Updating OS X and Mac App Store apps
    After the updates, I would recommend readding the printer via OS X v10.9 Mavericks: Installing and Using the Printer on a Mac
    Good luck and please let me know how it goes!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Magic Mouse Bluetooth connection problems with Mac OS X Lion

    I've a problem with my Magic Mouse on  bluetooth since I've updated my Mac to Lion, it's disconnecting too often. How to fix it ?

    It might be a physical battery connection problem. The solution was already described by this article:http://macs.about.com/od/tipstricks/qt/Fix-Magic-Mouse-Disconnects.htm
    Placing a trimmed piece on paper that was cut from a business card between the batteries and the battery-enclosure lid helps hold the batteries down firmly. This eliminates the tiny freeplay that allows a physical battery terminal disconnect when the mouse is jolted.

  • Client unable to connect AP with MAC filtering

    I need some help from you, I found problem that some clients cannot connect to AP( but some client can connect as normal). As I checked from logs, I see a lot of messages as below:
    Nov 18 01:13:55.760: %DOT11-4-MAXRETRIES: Packet to client 0023.68be.1c88 reached max retries, removing the client
    Nov 18 01:13:55.760: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0023.68be.1c88 Reason: Previous authentication no longer valid
    Nov 18 01:13:55.763: %DOT11-4-MAXRETRIES: Packet to client 0023.68be.1c88 reached max retries, removing the client
    After that I tried to reload AP and then it can connect as normal but I found the log that it roaming to another AP in the same SSID as log below:
    Nov 21 08:52:12.147: %DOT11-6-ROAMED: Station 0023.68be.1c88 Roamed to 003a.99e6.6860
    Nov 21 08:54:33.855: %DOT11-6-ROAMED: Station 0023.68be.1c88 Roamed to 003a.99e6.6860
    Nov 21 09:04:34.495: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  0023.68be.1c88 Reassociated KEY_MGMT[NONE]
    Nov 21 09:04:39.097: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0023.68be.1c88 Reason: Sending station has left the BSS
    Nov 21 09:04:39.103: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  0023.68be.1c88 Reassociated KEY_MGMT[NONE]
    Nov 21 09:04:42.309: %DOT11-4-MAXRETRIES: Packet to client 0023.68be.1c88 reached max retries, removing the client
    Nov 21 09:04:42.309: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0023.68be.1c88 Reason: Previous authentication no longer valid
    Nov 21 09:04:42.315: %DOT11-4-MAXRETRIES: Packet to client 0023.68be.1c88 reached max retries, removing the client
    I've check from CISCO document, this problem may be from Radio Interference, so please help to investigate and find out the root cause that why some clients cannot connect to AP at that time and how to prevent this problem occurred again.
    Thank you in advance.

    Hi @Krish1840 , and thanks for the reply!
    Do the pages come out blank when making a copy as well?
    I would suggest deleting the printer from your print system, using this document: Uninstalling the Printer Software.
    Once you have deleted it, I would suggest verifying and repairing the disk permissions: About Disk Utility's Repair Disk Permissions feature.
    I would also suggest running your Apple updates:  OS X: Updating OS X and Mac App Store apps
    After the updates, I would recommend readding the printer via OS X v10.9 Mavericks: Installing and Using the Printer on a Mac
    Good luck and please let me know how it goes!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

Maybe you are looking for

  • Unable to load Client print control

    I know this question has been asked and I have read all of the responses.  But, I seem to have a unique problem.  I am using Server 2008 r2 sp2 with ie8. And my problem is getting the error Unable to Load Client Print Control on the client machine fo

  • How can I write on a sphere

    hi I want to use text2D as texture for a sphere..How can I do that..!! thanks a lot

  • Where can I buy a Java Card programmer, reader, and some cards

    Greetings, I'm working on making some activities for a high school computer science club. I want to do things that are tangible and experiential. Specifically, I'd like to setup some Java card labs to modivate Java programming. Can anyone advise me o

  • Total time calls duration: where?

    I can' believe it, please! This phone has only single call time duration! Where is in/out calls total time duration? Solved! Go to Solution.

  • N95, V20.0.015, phone trying to reset itself

    Hi, I upgraded my N95 to new version which is V20.0.15. Sometimes while using GPS, or trying to use games it resets itself. But cant open the phone. When its desktop appears, it resets again. To stop this, Im removing the battary, waiting a bit then