HP laserjet printer P1102W not allowing to connect to mac OS 10.8

i recently purchased an HP laserjet printer P1102W and am having issues connecting to my mountain lion macbook pro.  any suggestions?

I had a very difficult time getting the P1102W working wirelessly on a macbook pro with Mountain Lion, however I finally got it to work after countless hours of troubleshooting. I was able to successfully connect the printer to my wireless network WITHOUT having to perform an Ad Hoc wireless first as HP suggests in their support forums.
Here are the steps as accurately as I can remember:
1) Turn the printer off
2) Press and hold both the wireless and the cancel  button, and then turn the product on
3) Hold the buttons until all the lights blink in unison, and then release the buttons.
4) Connect printer using USB cable & power on.
5) Check for apple software update from the App store. It will find and install an update for HP printers
6) Download and install the full software from HP, including the firmware update. here: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=bi-80684-8 &cc=us&dlc=en&lc=en&os=219&product=4110396&sw_lang=
7) Open System Presferences in Mounatin Lion, select Print & Scan.
8) Make sure the P1102W printer is selected and Open Print Queue
9) Click Settings, then click Utility, then Open Printer Utility
10) Select Configuration page. This will bring up Safari and displays the printer's settings and this is where you can change the configuration. 
From this point, whenever I made changes to the netowrking configuration using Safari and clicked Apply, the changes would not "stick", no matter how many times I tried.  So, I thought it may be an incompatability with Safari, and sure enough it was.  I downloaded Google's Chrome browser, pasted http://localhost:5050/SSI/Auth/ip_direct_print.htm into the address bar and hit return on the keyboard. The changes I made using Chrome applied successfully and I connected to my home's wireless.
Specifically:
11) Paste http://localhost:5050/SSI/Auth/ip_direct_print.htm into Chrome and hit return on the keyboard. It will load the printer Config page.
12) You may already be under Wireless Direct Setup, if not, select Networking, then Wireless Direct Setup.
13) Select your network name, use the << button to move it over to the other window.
14) For Authentication, selecte watever your network uses (propably WPA2) and enter password. Apply.
You will see the Blue light on the top of the printer turn on, flash and then go solid.
15) Disconnect the USB cable
You can now print wirelessly from your Mac, ipad or iphone running IOS5 or 6.
I hope that helps compensate for HP's lack of support using Mountain Lion.

Similar Messages

  • I want to mirror an iOS device to my computer for demonstration and training purposes.  I cannot use Airserver as my company VPN does not allow the connection.  Is there a hardware solution instead?

    I want to mirror an iOS device to my computer for demonstration and training purposes.  I cannot use Airserver as my company VPN does not allow the connection.  Is there a hardware solution instead?

    Shoeb, hi.
    Thanks for replying and apologies for my tardiness in responding. I have just completed a re-creation of my web page using CSS/HTML rather than XML/XSLT and now I find that when saving in MHT format the watermark/background image is saved, which is nice, but trying to save it as 'webpage complete' under 'save as' in the browser still does not work. (For those who are new to Firefox, MHT files are not supported by the browser, but using the FF extention UnMHT one can open such files and save web documents as MHT files, meaning no accompanying folder is required to properly view the file.)

  • Not allowing bluetooth connection to car hands free

    Hi
    I have a blackberry curve 8520 and a Bury hands free kit.
    Normally as soon as the car is switched on the Bury comes on and starts searching for the blackberry and finds it immediately over the bluetooth and connects without any trouble.
    Recently it no longer does this. Now I have to stop the Bury auto searching, turn off the blackberry bluetooth and then turn it back on for the bluetooth to connect.
    If I allow for the Bury to keep searching you can see in the wireless networks screen that if briefly connects for a second and then disconnects and continues to do this.
    I have restored the Bury to factory reset and it is not the Bury device because my Blackberry Pearl connects fine without any problem, it is my other phone that won't connect.
    I have deleted it out of devices, played around with encryption settings and tried every setting I can see.
    What is going on? why is my curve not allowing a connection to be made? I don't understand what can have happened for it to suddenly not work.
    Any help would be great.
    Thanks

    as I believe it a car bluetooth hands free can only be paired to one device . ie if you wish to pair with another device you would have to reset back to default and search again.... so does the cuve work if you reset the bury and pair again but then your other phone does not work with it ... this is logical as if we drove down a motorway we would pick up loadsa phones.... therefor we can only pair to one device

  • An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,
    error: 40 - Could not open a connection to SQL Server)

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named
    Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Hello,
    Make sure your SQL Server service is started.
    Make sure TCP\IP and names pipes protocol is enabled
    Make sure you have made an exception in firewall for SQL Server connection
    Make sure SQL Server browser service is enabled
    Make sure you connect with correct name hostname\instance name for named instance,MSSQLSERVER for default instance and Hotname\SQLEXPRESS for express edition.
    Please make sure you use port no when connecting to SQL server listeing on different port (hostname\instance ,portno)
    http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SQL Developer Blocked and is not allowed to connect to database ORA-200001

    SQL Developer Blocked and is not allowed to connect to database gives ORA-200001.
    i found on net that DBA can write triggers which can deny connection to database from certain appplication.
    so i want a way to change application name so that when it connects to database
    the V$SESSION will have different value (other than SQL Developer) in column PROGRAM and/or MODULE (which i think is used by dba to restrict the connection).
    one more way is
    i am using jdbc url to connect to database
    in java we can change properties of connection to change the PROGRAM in V$SESSION.
    but i am not java expert so dont know how and where to make the changes
    either way my aim is to connect to database such that V$SESSION will have different value (other than "SQL Developer") in column PROGRAM and/or MODULE

    This is not system configration or credential issue.
    This is a check which is put DBA using logon trigger
    to check certain user loging in using certain application.
    only some users using particular username are getting this error when they try to logon using oracle sql developer
    the same users when uses different username(some generic user names created to access database) to access the same database then they are able to login.
    similarly if they login using SQL navigator they are able to login with both their own and the generic user name
    more over of all the database instances this is only happening on some of the instances and all of them are development instances.
    following will help you understand
    USER | DBUSERNAME | DATABASE | APPLICATION | ACTION
    X | X | DB1 | Oracle Sql Developer | Blocked
    X | G(Genric) | DB1 | Oracle Sql Developer | Login Success
    X | X | DB1 | Sql Navigator/SqlPLus | Login Success
    X | G(Genric) | DB1 | Sql Navigator/SqlPLus | Login Success
    X | X | DB2 | Oracle Sql Developer | Login Success
    X | G(Genric) | DB2 | Oracle Sql Developer | Login Success
    X | X | DB2 | Sql Navigator/SqlPLus | Login Success
    X | G(Genric) | DB2 | Sql Navigator/SqlPLus | Login Success
    I just want to bypass this check which i think uses V$SESSION and columns PROGRAM and/or MODULE to check the application used by particular user.
    if i can override these values some where in oracle sql developer before loging in the DB then i can clearly pass this check and login to database.
    Edited by: user13430736 on Jun 21, 2011 4:05 AM
    Edited by: user13430736 on Jun 21, 2011 4:12 AM

  • Untrusted apps are not allowed to connect to or launch Window Server before login.

    I'm getting this with the Citrix Receiver uninstaller from the command line... but not on all Mountain Lion 10.8.5 systems.  Googling turns up a lot of ideas about a problem with the app or in pre/post-flight scripts, but since it works on some, I wonder.  What is the mechanism that generates this error?  I'm guessing there's some setting or condition that exists on one system that isn't true on the other.  How do I find out?
    Sep 25 10:55:21 palms sudo[74325]:  joliver : TTY=ttys000 ; PWD=/Users/joliver ; USER=root ; COMMAND=/Volumes/Citrix Receiver/Uninstall Citrix Receiver.app/Contents/MacOS/Uninstall Citrix Receiver --nogui
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: 3891612: (connect_and_check) Untrusted apps are not allowed to connect to or launch Window Server before login.
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorFailure: This user is not allowed access to the window system right now.
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetEventPort: Invalid connection
    Sep 25 10:55:21 --- last message repeated 3 times ---
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSRegisterConnectionNotifyProc called with invalid connection
    Sep 25 10:55:21 --- last message repeated 2 times ---
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetDockRect: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetCurrentDisplayMode: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetEventPort: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSSetConnectionProperty: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: Error enabling suspendResume handling

    Contact Wacom. Unless they have updated drivers there is no workaround.
    Update or remove Quicksilver.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • HT4061 Why is Iphone 5 not able to connect to Mac or Ipad through bluetooth

    Why is my Iphone 5 not able to connect to Mac or Ipad through bluetooth
    I have tried all sorts of resetting and tricks to make it work but my IPHONE 5 CANNOT connect to its sisterdevices like Mac or Ipads. it seems to be millions that have the same problem.
    Will there be a fix for this or don't they care at all?

    No iPhone has ever supported file transfer by Bluetooth & most likely never will. So, don't expect a "fix".

  • HP Laserjet Pro P1102W not printing even though it's installed...

    Hello everyone. I'm relatively new to Arch, especially new with configuring cups. I just bought an HP LaserJet Pro p1102w wireless printer. I set it up on my dads laptop via plugging it into the usb and it automatically ran the setup program and I selected to set the printer up for wifi printing. All went well and the printer works now wirelessly from his computer (Windows 7). I've been working at getting this printer to actually print without error but it refuses.
    I'm trying to print from leafpad, just a simple text file with little in it other than "linux test print" in the file. The print queue states "Processing - Not connected?" then it fails and gives me the option to "diagnose" the issue. So I click Diagnose. Then it pops up with a message stating that the "print server not exporting printers". It tells me to enable  the "Publish shared printers connected to this system" through the printing administration panel which is in Gnome apparenetly (I'm in XFCE) under System>Administration>Printing from the main menu. In XFCE there is no such area.
    I have cups version 1.5.0-1
    hplip 3.11.7-2
    What else should I do? Apparently the printer was installed successfully. I tried installing it and selecting the HPlip driver which installed fine but wouldn't print. Then I removed that one and installed it using the Apple driver (airprint?) and it won't print either.
    I've tried searching for help but all I find is that it will work with hiplip installed... It isn't working with that installed.
    I can't access the cups server via a browser. Is that the problem? I've opened the cups config page but I don't understand it and it says allow,deny under localhost or ugh i dont know, something about which users can access the server. Should I remove the "deny"??
    Please help me if you can. I'm totally lost and have no idea what to do to get this printer working on my installation of arch. Arch is fully updated as of a few days ago.
    Any help would be greatly appreciated. Thank you.
    -Brittany

    I can't access the cups server via a browser. Is that the problem?
    Absolutely.
        If you are starting cupsd from DAEMONS in rc.conf is it starting correctly or failing?   If your not you should be.  if it failing does start manually work?   
    if it's running you should be able to access via browser.  localhost:631   
    also see/try
    $ hp-toolbox
    CUPS interface better option IMO tho.
    EDIT spelling.... to much scotch B4 posting
    Last edited by jwbirdsong (2011-10-20 00:42:38)

  • My HP photosmart 2610 all in one will print by not allow me to save or send a scan

    My HP Photosmart 2610 all in one will scan but will not allow me to save the scan or email the scan.  i assume it is a bug with maverick.....which i recently downloaded

    Does this thread help?
    http://h30434.www3.hp.com/t5/Mac-Printing-and-Scanning/OS-X-10-9-Mavericks-Incor rect-output-using-HP-Scan/td-p/3069079

  • 11i does not allow incoming connections (sqlplus)

    I just installed Oracle EBS 11i on RHEL AS4. I have a laptop(windows running oracle client tools) that I use to connect all my oracle-db instances. However, my newly installed apps 11i won't let me connect using sqlplus or any other client from my laptop (or any other client machine for that matter). Again, I am trying to access the tables not the forms interface using jinitiator. Here is the error message I keep getting: "TNS 12537 Connection closed"
    I see that discoverer related processes started when I started the apps. Is there a discoverer admin console that I can use? Also can I install discoverer plus or discoverer desktop to connect to the descoverer running on the apps server? Can I view the existing Discoverer reports using a browser?

    Thanks for your reply. My SQLnet access option is set to "ALLOW_ALL" and I was still not able to connect. That is why I manually added a line to "sqlnet.ora" file. I bounced the listner and now it is allowing the connections from client machines.
    I am able to see the discoverer reports using the "Discoverer Viewer 4i" that comes with the EBS. I want to set up new reports or edit the existing ones. Do I do this using any interface provided by EBS or do I have to use the discoverer desctop or discoverer plus on a seperate client machine? Also, how do I access the discoverer admin that comes with EBS?
    Thanks!

  • WRVS4400N does not allow wireless connections

    I've had the WRVS4400N for about six months. Three times in the past two months I have had to factory reset the device and reconfigure it because it would not allow any wireless connections. Perhaps unfortunately I applied the latest firmware update about a month before these problems began. Is there any work-around or setting change that I can make to avoid this problem? When wireless connections are impossible the device is still reachable via the ethernet connection.

    If only the wireless is dorpping on the unit then, most probably a firmware concern. Try reflashing the firmware again if that helps. Also try to change some of the advance wireless settingso nthe router, set the RTS and fragmentation to thresholds to 2306 as well as teh beacon interval to 50.

  • After upgrading to snow leopard my HP C5180 printer will not allow me to scan to the computer, it only works as a copier?

    Hello,
    My hardrive crashed, replaced and reinstalled. However after upgrading to Snow Leopard v.10.6.8, my HP C5180 printer will not give me an option to scan an image to the computer. It only functions as a copier. Any suggestions are greatly appreciated!
    Thanks

    If your driver is up to date (you didn't say) then you can try Image Capture in your Applications folder or take a look at VueScan http://www.hamrick.com/

  • Financial Reporting Studio not allowing to connect to Essbase server

    Hi All,
    I have installed 11.1.2.2 HFR studio (32 bit installed via workspace) on my machine and After logging in the Studio,
    when I try to create the Essbase connection in it, it throws me following error:
    "Failed to Connect to server"
    "Error connecting to database connection connection_name: Error: Error getting CSS support information for driver [com.hyperion.ap.aps.Driver]"
    Any idea to solve this.
    I tried following , but this is also not helping:
    -- Run the batch script HRRunAnt.cmd in the directory "D:\Oracle\Middleware\EPMSystem11R1\products\FinancialReportingStudio\products\financialreporting\install\bin"
    after installation
    Warm Regards,
    Amit Porwal

    Hello Celvin,
    Thanks a lot for your reply to this post.
    Actually, We have foundation on One machine and Essbase on different machine.
    So we have installed (R&A) FR on machine where we have Foundation installed.
    Also my Essbase machine is having Two instances of Essbase running on it, one on 1423 port and other on 1424 port.
    My Environments:
    MACHINE 1: Foundation + FR (FR Studio throwing error while creating essbase connection to MACHINE 2, but works opk with VM Machine)
    MACHINE 2: Essbase (Two instances, one on 1423, other on 1424 port)
    VM Machine: Essbase + foundation + FR on same machine (FR Studio works fine here)
    Now, as per the suggested links,
    2nd option-->)
    we were not having the "admaps.jar" file on Foundation MACHINE 1
    . so I copied this file from my other working environment (VM Machine), but I am getting error: "Failed to connect to server" when I try to create an Essbase connection on FR Studio installed on same Foundation Machine 1 to any ESSBASE instance of MACHINE 2.
    So, I thought to try the below 1st option as well.
    1st option-->)
    I tried to set the registry values on foundation machine (FR installed), but very strang, we are not having any Folder in
    "HKEY_LOCAL_MACHINE\Software\Hyperion Solutions\FinancialReporting0\HyS9FRReports"
    I really Don't know how?
    We have configued All the WEB in Single Managed Server on WEBLOGIC.
    Also, My working environment is on a 64 bit Vritual Machine from which I copied the "admaps.jar" file to my non-working  MACHINE 1.
    Also using the FR Studio on this non-working MACHINE 1
    , I am NOT able to connect to the Essbase server of VM environment (only one Essbase instance on 1423), also not able to any connect to any of the Essbase instance on port 1423/1424 of MACHINE 2 as well.
    Any other idea to get this resolved.?
    Again thanks for your time to this post.
    Warm Regards,
    Amit Porwal

  • AFP will drop current connections and not allow future connections

    We are having a puzzling problem that has gotten worse over the last few weeks. We are running a single Mac OS X 10.6.2 Server in a Golden Triangle configuration with multiple Windows servers on the network.
    It started as a once a day thing where AFP would drop and I would have to restart the AFP service to get it to accept connections again. It is now happening multiple times per day. Is there anyone who has this problem? Any ideas? Thanks.

    Hi everyone!
    Have you found a solution to your problem in the meantime? We have a similar problem here connected with Mac OS X Server's DirectoryServices crashing repeatedly. I've described our problem more detailed in another thread (http://discussions.apple.com/thread.jspa?messageID=11400291#11400291), maybe you could compare it to your setup.
    Since the server in our case is "only" a fileserver, we also see the problem with AFP "hanging up" and not accepting connections any more. After restarting AFP, everything is fine again.
    We are running OpenDirectory with Kerberos and do not have any replicas or bound Windows Servers (except for the Active Directory Domain Controller service running on the Snow Leopard machine itself).
    Cheers,
    Ron.

  • Iphone not charging or connecting to mac or PC

    I have a new iphone 3GS. It worked perfectly for 3 weeks then I got a message that I had a USB power problem on my Notebook. For 4 hours I could not connect to the notebook and later when I went to charge it on the mains itwould not charge either. However, just before I went to sleep I tried to charge from the mains again and it worked. On waking up the battery was down to 30% and not charging. For 8 hours I could not connect or charge, then for no reason it connected to my notebook and charged fully. When I got home however again it would not charge or connect to my imac, notebook, mophie or mains. Tried later and all worked so recharged. When I disconnected, it wouild not reconnect to Imac at first, but after 4 or 5 attempts it did fine. Next day at work it will not charge again or connect. Any ideas of the problem and solution?

    Yes, I tried four different cables and two different computers. Electrical charger is also not working.

Maybe you are looking for

  • Since last Airport Update, Airport Express no longer connects to network

    I Just get a flashing amber light. I have hard reset and gone through the step by step, and all I want to do it use it for a remote printer. I cannot even see the thing now. Can anyone help ?

  • Skype Profile & Microsoft Profile/Messenger Profil...

    I don't like the way my profile works at this moment, when i change my phone number, profilepicture or city, i need to change this on https://secure.skype.com/portal/profile and https://account.live.com/ Please only let me update https://account.live

  • Problem creating a new spfile on a standby database.

    I'm running an oracle 9.2.0.8 physical standby where I've changed some parameters creating a new pfile. The instance is working fine with this pfile, but I want to use an spfile. To do this, I've cancelled recovery, created a new spfile from the curr

  • Org structure Transport

    Hi Gurus, I have created some org positions and  assigned  business roles to positions in our dev org structure and trying to move this into QA with RHMOVE50.  The positions are comming accross ok, However the business role assignement is not getting

  • Monitor fades grey from top to bottom and must restart

    Over the past two weeks my Mac has been acting up. I will be working in CS2 and while searching for a file to open through one of the apps my monitor fades to grey. It starts top to bottom like a slide. I can still see my open windows, but they are b