Officeject Pro 8610: Wireless connection between IMAC and Officejet Pro 8610

I've had this printer for about 6 months now and was hoping a firmware update would happen to solve the problem but didn't.

I use the printer wireless for all my devices in the House. My Windows devices connect you to the printer very well and print correctly. But for my main computer, which is a 27 inch iMac running El Capitan 10.11.5, I have to "trick" the printer to print from the iMac. It will not keep a session open between the two wireless.

To use the printer, I keep a blank sheet of paper on the scanner and then reach over and hit "Copy", which then copies the blank paper. During the copy process, I then print everything that I need to print my iMac and it works fine, but 20 seconds after that work is done, the connection is lost between the printer and the iMac.

I see a lot of questions about it on the HP Support forums, but no one come up with a Solution from HP. Hard to believe knowing that the company that I work uses HP to support the business and buy huge amounts of material of can solve this problem bit between a printer at home and an iMac.

Would love to hear that a solution is near, or perhaps you must meet your hardware sales that this printer is not compatible with Mac OS. Would have saved me some money and frustration by buying do not.

Hello

The printer is fully compatible with Mac OS X, it is more probably relies yoru router or configuration.

Uses of the devices Apple Hello to communicate with the printer, these require your router to support such a.

Some routers do not support such an and some may need to be configured properly for such.

I order to underestand better capabilities of your router, which is model and yoru router barnd?

In the meantime go to System Preferences > printers & scanners and click the sign more.

Click the IP tab, and then select the HP Jetdirect Socket Protocol.

Type the IP address of the printer in the address bar and click Add.

Note: you can find the IP address by typing on the Ethernet icon or wireless on the front panel of the printer.

You can print using the newly created queue?

Tags: HP Printers

Similar Questions

  • Loss of wireless connection between Mac and Office jet pro 8500 has more

    My printer has been successfully implemented with my mac but loses the wireless connection.

    I'm on OS X Lion (but the same problem happened with Snow Leopard).

    My router is provided by BT Vision.  Also on the original hub is an apple TV and phone 3 handsets.  I don't know what channels to use them and do not know how to find out.

    Network Setup page shows no problem, but the mac cannot connect to the printer.

    Any suggestions please?

    If the printer has a valid IP address (not 0.0.0.0 or 169.254.X.X) then it is always connected to your network.

    If your router is a BT HomeHub, you're not alone.  A lot of people on these forums have had trouble with them and most of them that I couldn't help.

    The only kill-TI-dead solution is to buy a standard router (Linksys or Netgear), attach it to your BT and connect everything to the new router.

  • wireless connection between House and netbook hub

    My bt Home Hub wireless to my netbook connected very well until my nephew borrowed and place a mobile usb talk, since I received my netbook behind him his does not connect with either my home hub or the mobile connector?
    Help, please! Thank you very much

    Hello Angela,.

    Sorry, the information I gave is for Windows Vista because that is what this Forum has been set up for.

    However, you receive the error done reference Microsoft KB 871122 Knowledge Base article.
    If please click the URL below and follow the steps described in the article.

    871122 KB - error message when you try to run the Network Setup Wizard update for Windows XP Service Pack 2 or Windows XP Tablet PC 2005 Edition wireless
    http://support.Microsoft.com/kb/871122

    If your computer or your wireless network card came with its own wireless network software, follow these steps:

    1. click on start and run, type ncpa.cpl, and then click OK.

    2. click on network connections.

    3. in the network connections, select your wireless connection, and then click on change settings of this connection.

    4. on the wireless networks tab, click to select the use Windows to configure my wireless settings check box.

    To start the automatic Wireless Configuration service, follow these steps:

    1.

    Click Start, click Run, type %SystemRoot%\system32\services.msc/s and then click OK.

    2.

    Double-click Wireless Zero Configuration.

    3.

    In the startup type list, click Automatic, and then click on apply.

    4.

    In the service status area, click Start, and then click OK

    Another article to look for troubleshooting:
    313242 KB - how to fix wireless network connections in Windows XP
    http://support.Microsoft.com/kb/313242

    If please reply back and let us know if the article helped with your question or if you need further assistance.

    Sincerely, Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Bluetooth connection between iPhone and iPad

    My iPhone 6 does not connect to my iPad via bluetooth.

    I previously used the bluetooth connection between my iphone and iPad to connect the iPad to the internet. Despite the two devices were among the recognized bluetooth devices and they were previously linked/partner, it was not possible to establish a connection.

    Perform the actions recommended for repair/reissue apple support - 1. Toggle bluetooth, 2. turn on/off the unit, 3. remove the iPhone/iPad bluetooth connections - 4. Reset network settings - 5. Reset all the settings-, nothing works.

    IPhone/iPad devices isn't even on the list of bluetooth devices available on the iPhone, or iPad. Everything that happens is the animated icon turns all the time.

    Deleting a connection to a device and bluetooth speaker/amp from the pairing of the speaker/amp system process made a new connection.

    iPhone 6:

    Model: MG4F2QN/A

    SN: C31NLG8KG5MR

    Version: 9.2 (13 c 75)

    iPad:

    Model: ME898LL/A

    SN: DLXM42LHFK13

    Version: 9.2 (13 c 75)

    Please give instructions for the previous maintenance work bluetooth connection between iPhone and iPad.

    Thanks in advance

    To use the Hotspot feature (that you described for the connection), you must use the instructions below.

    Share your Internet connection with Personal Hotspot - Apple Support

  • Localhost UDP connection between FCR and Matlab

    Hi all

    I have a question about the connection between Matlab and FCR UDP. My idea is to Exchange data between Matlab and Labview on the same computer.

    So I found the 'UDP Simple' of the FCR 2.0 sample project where periodically a datasample is generated randomly and sent to the remoteport 61557 local host. In the project a 'fractional number of string for transmission' is used for the transmission of data. The receiver of the sample project reads from the same port to receive the datasample.

    Now, I'm interested to read this simple stream from Matlab (just at first), however, it does not work and I'm not sure why. What I do in Matlab is the following (code Matlab)

    delete variables;
    u = udp ('127.0.0.1', 61557); % Of installation UDP Object
    fopen (u); open reading port %
    A = fread (u, 1);  % read an element
    fclose (u);

    With this code, however, I get a timeout by saying: "' WARNING: unsuccessful reading: the amount of data specified has not been returned within the time limit." "

    I'm not sure why this happens, maybe you could help me out here? I guess that the formet serving to VCF is not the same as in Matlab? Maybe the Terminators are not the same?

    See you soon,.

    Steve0

    Hey

    So, regarding the problem actually, I found the solution today. It was not the firewall, but a simple configuration in Matlab seting the UDP port. So the side of Matlab, to change the definition of udp object according to

    u = udp ('127.0.0.1', 'Thelocalport', 61557);

    If you have

    u = udp ('127.0.0.1', 'Thelocalport', 61557);
    fopen (u);

    A = fread (u)

    fclose (u);
    Delete (u);

    Who does the trick and you can read from the port. Then of course you say Matlab that you read from the "LocalPort" x, which I wasn't aware of.

    On the transmitter side, you simply:

    u = udp ('127.0.0.1', 61557);

    fopen (u);

    fwrite (u, '1');

    fclose (u);
    Delete (u);

    Here, you set just the port of transmiting.

    About the format of the data: I used the simple UDP protocol streaming Comms project where a random number is generated as a double, transformed into a string (ASCII values) and transmitted. At the level of the receiver, you get as much the UDP packet with the ASCII values that you must turn if you want to find the number.

    I hope this helps anyone having the same problem.

    See you soon

  • Establish a persistent connection between client and server

    My application must keep in touch with my servers, the HTTPConnection gives the ablitity to make one request per connection. Then the HttpConnection might not make persistent connections in the BB. I think I can use Socket connections. I am wonding if some body can confirm that and give some sugustions how persistent connections between clients and servers.

    Thank you RexDoug and Marchywka. Your suggestions are appreciated.

  • dblink oracle to postgres with dg4odbc. ORA-28500: connection between ORACLE and a non-Oracle system returned this message: ORA-02063: preceding line

    Hi, I am creating the database link from a database of Oracle 11 g PostgreSQL with DG4ODBC and unixODBC

    My configured for /etc/odbc.ini

    [PostgreSQL]

    Description = Test to Postgres

    Driver = psqlodbc

    Trace = Yes

    Trace file = /tmp/sql.log

    Database = danieldb

    ServerName =

    UserName = SA

    Password = password

    Port = 5432

    Protocol = 6.4

    ReadOnly = No

    RowVersioning = No

    ShowSystemTables = No

    ShowOidColumn = No

    FakeOidIndex = No

    My configured for /etc/odbcinst.ini

    [ODBC]

    CommLog = 1

    Debug = 1

    FileUsage = 1

    Layout common = No

    Trace = 1

    [psqlodbc]

    Description = PostgreSQL ODBC driver

    Driver=/usr/lib64/psqlodbcw.so

    CommLog = 1

    Debug = 0

    FileUsage = 1

    My configured for /u01/app/oracle/product/11.2.0/xe/hs/admin/initPostgreSQL.ora

    HS_FDS_CONNECT_INFO = PostgreSQL

    HS_FDS_TRACE_LEVEL = 0

    HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbcpsql.so

    Set ODBCINI=/etc/odbc.ini

    My configured for /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora

    Listener =

    (ADDRESS = (PROTOCOL = TCP) (HOST = oracle-poc)(PORT = 1521))

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PostgreSQL)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe)

    (PROGRAM = dg4odbc)

    (ENVS="LD_LIBRARY_PATH=/usr/lib64:/u01/app/oracle/product/11.2.0/xe/lib')

    )

    )

    My configured for /u01/app/oracle/product/11.2.0/xe/network/admin/tnsname.ora

    PostgreSQL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = oracle-poc)(PORT = 1521))

    (CONNECT_DATA =

    (SID = PostgreSQL)

    )

    (HS = OK)

    )

    I'm trying to created public database link:

    CREATE DATABASE LINK PUBLIC 'orapos' CONNECT to 'HIS' IDENTIFIED BY 'password' USING 'PostgreSQL ';

    When I used tnsping

    [root@oracle-poc admin] # tnsping PostgreSQL

    AMT Ping utility for Linux: Version 11.2.0.2.0 - Production on May 16, 2013 20:34:19

    Copyright (c) 1997, 2011, Oracle.  All rights reserved.

    Use settings files:

    /U01/app/Oracle/product/11.2.0/XE/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = oracle-poc)(PORT = 1521)) (CONNECT_DATA = (SID = PostgreSQL)) (HS = OK))

    OK (0 msec)

    and finally, I try to use the database link:

    "SQL > select * from tabel2"@orapos ".

    2;

    Select * from 'tabel2"@orapos '.

    *

    ERROR on line 1:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    ORA-02063: preceding the line of ORAPOS

    What wrong with my setup?

    Thank you and best regards,

    Daniel

    Daniel,

    The problem is that you are using the ODBC Postgres driver for the HS_FDS_SHAREABLE_NAME parameter, but this must be an ODBC driver manager and not the driver ODBC Psotgres.
    Go to the.

    http://www.unixODBC.org/

    Click the 'Download' and follow the instructions to download the 2.3.1 pilot and make libraries and programs.

    Once this is done, then use the driver as parameter HS_FDS_SHAREABLE_NAME Manager, for example-

    HS_FDS_SHAREABLE_NAME =/home/odbc64/unixODBC/2.3.1/lib/libodbc.so

    Depending on where you install it.

    Kind regards

    Mike

  • OfficeJet Pro 8710: Impossible to establish the wireless connection between my laptop and OfficeJet Pro 8710

    I'm tryng to connect wirelessly between my laptop and printer but I am unable to do so.

    My laptop finds the printer and when I go to add the device I invite me to "Enter the WPS PIN code for your printer". So, I printed out the Configuration Page of the network and it gives me the "wi - fi direct password", which I suppose is the password that is required to establish that it connection (I may be wrong in my explanation). However, when I type the password on my laptop it does not establish the connection. I said "try to add the printer again, or check with the manufacturer for addiitonal installation instructions.

    Any insght and assistance is greatly appreciated.

    Thank you.

    Hello

    You should searh for your wifi network at home and connect your printer and the laptop to the network. Direct WiFi option is really only for configurations that do not have a modem/router.

    You may need to disable the option Wireless directly on your printer to help the wireless configuration.

  • HP Color LaserJet MFP M177 Pro: Problems of analysis between iMac and HP Color LaserJet Pro M177fw MFP

    Hello

    I had no wifi problems between my Imac and HP Color LaserJet M177fw MFP Pro to scan until recently - it can be related to operating system update to OSX 10.11.4 which was done yesterday however.

    I can scan is no longer docyuments from the top of the charger page - scan starts but just hangs and then I can not re - activate the scan function until I have to force it to quit.

    Can you suggest appropriate corrective measures to try please?

    Thank you very much.

    Hello

    Make sure you have the latest drivers installed:

    In the Apple menu, click about this Mac, and then software update.

    Click on the main menu store reload the Page, and then select allow for the update check completed and install any publicly traded Apple / HP update.

    Then install problems with the products HP LaserJet on OS X El Capitan of scanning HP Software Update to address documents (ADF) automatic feeder:

    http://FTP.HP.com/pub/softlib/software12/OSX/HP_Easy_Start/Essentials/S/HP-printer-Essentials-S-4_5_0.pkg

    Kind regards

    Shlomi

  • Ad hoc connection between XP and Android

    How can I set up a wireless ad-hoc, with shared Internet access, between a Windows XP computer (connected to Internet) and an Android device?

    Hello

    You can see the following link.

    How to create an Ad hoc network using Win XP

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-a-computer-to-computer-ad-hoc-network?SignedIn=1

    Note: also applies to Windows XP as well.

    Please provide us with more information on the Android device and the version of operation.

  • wireless connection between Mac printer & hp

    Hi, I am unable to set up the connection between the Mac and the printer hp 1102w, known problems thereby? I couldn't figure it out through the user's Guide... Thank you

    Hi cpagliuca,

    Thanks for letting me know you are using 10.6.

    I'll give you the steps for 10.6, they are a little different.

    Make sure that Safari is set as default browser. Sometimes, the built-in Web server will not open in other browsers.

    Open Safari, at the top, select the Safari menu, select Preferences, general, as a default value.

    Turn the printer off, press and hold the wireless button and cancel (x button) while turning the printer on and do not release both buttons until the printer stops making the noise.

    Print a configuration report and check the SSID address and IP are disabled.
    (hold down the x key and when the printer makes a noise to let go of taken)

    Plug the USB cable from the printer for Mac and install the printer software.

    (if it isn't already then skip this step)

    Go to Apple, system preferences, print and fax.

    Double-click the P1102w.

    Open the utility.

    Click Printer Setup.

    Click config HTML.

    This should open the Web built-in to the printer server.

    Click the network tab.
    Click on wireless in the list on the left.
    Under Communication Mode, click Infrastructure.

    Select your network SSID from the list of available network names (SSID), then click on the< button="" so="" the="" network="" name="" moves="" over="" to="" other="">
    In the Safe Mode pop-up menu, under authentication, click WEP, WPA/WPA2 or open. Your selection depends on which wireless security protocol using your network.

    Make sure that you select hexadecimal or alpha according to your password. (very important)

    Apply the settings.

    In the confirmation box (changes have been registered), click OK.

    You should get a solid blue light on the printer shortly.

    All we have to do is remove the USB driver and add the network driver.

    Click on the Apple.
    Click on System Preferences.

    Click the print and fax.

    Select the printer, and then click the sign - to remove the printer. (USB driver)

    Unplug the USB cable.

    Then click on the + sign and select the printer from the list and click Add. (Hello p1102w)

    Test the printer.

    If you have problems with the opening of HTML configuration, then perform the following steps:

    Close all applications.

    In the Apple menu, click on Go, computer, MAC hard drive, library, Printers, HP, LaserJet, click the folder for your printer, click browser EWS / config HTML, click on the network tab, click on wireless on the left and fill out your information. (Make sure infrastructure is selected) Apply the settings.

    Remove the USB driver, then add the network printer.

    If there is anything else I can help you with just let me know.

    Good day.
    Thank you.

  • Connection between servers and opening default home

    Question about cross-server logon, if a customer has changed their rules of routing so that the default value at the opening of "wishes" is no longer used and a different call handler is used instead, will be this connection between breaking servers? Looks like that connection between servers using backdoor functionality (# and some numbers) which works with the 'Opening of wishes' system, I understand this right?

    No, it is not hardcoded to opening greeting Manager of appeal, but he needs to finish a greeting (whether for a Subscriber or call handler) - the logic is handled in the PHGreeting conversation (the guy that is used for the treatment of the call manager/subscriber wishes) - so if you have a routing rule that say, load the sign the Subscriber in conversation, then you're going to break.

    But as long as the call is handled by _some_ greeting, the hand of logic should work because the conversation PHGreeting is looking for a specific series of TTS to indicate that it is a grip of calls.

  • Connectivity between Interconnect and Nexus 2000 fabric options

    Hello

    I would like to know what models of fabric nexus 2000 Extenders can I use if I want to connect them to a pair of interconnections 6248UP fabric in a FEX deployment, so I can move between blade and rack servers service profiles.

    Thanks for your replies.

    Christian

    Christian,

    Take a look at this guide.  It should answer all your questions:

    http://www.Cisco.com/en/us/customer/docs/unified_computing/UCS/c-series_integration/ucsm2.0.2/b_UCSM_202_C-integration.html

    Kind regards

    Robert

  • Connection between mac and PC

    Why can't connect between computers PC under Windows 7 and Mac computers on my network equipment?

    without knowing what you have tried and this error message you receive, impossible to
     
     
    Barb
     
     
     
     
    Please mark as answer if that answers your question
     
     
     
     
  • Network connections between VM and host is slow?

    I have problems with the speed between the host and the VM, connections is limeted and very slow. I'll open the file and copy and it's slowly. My OS is VISTA Business and VM on XP SP3. Connection between VM card is limited to me and see that trafficking is not very practical. If this can be rectified and speed up the connection between the virtual machine and the host.

    As I have written, you can use both at the same time. Just add a host connection only to the guest and make sure name resolution, host name (and the name of the client to the host) using the IP addresses assigned by DHCP VMWare Server for the host only (VMnet1, default) connection. The file "\system32\drivers\etc\hosts" ensures that this connection will be used, for example.

Maybe you are looking for

  • Satellite P300 - blinking icon to the Start button and the gel

    My high school daughter years showed me his homework in WORD was starting to show different symbols flashing all the time on the page. I suggested she reboot Satellite P300 - 01, and since then, we have not been able to go beyond the base of office.T

  • Repair of a program

    I use a program called Dragon speaking naturally and sometimes it needs to be repaired. As at the moment and I can't am hoping that someone knows more that I know, which is quite likely. The program will say, the InstallShield Wizard completed and I

  • What does "a parity error was detected on \Device\ide\idePort0" mean and how can I fix?

    I have a Pentium 4, XP SP3, 2 HDs installed, and I don't think I have SCSI but in my registry, it shows the HDs and two CD - RW and DVD drives listed under SCSI and there is no topic such as IDE, Atapi or AT (the area I'm talking about in the registr

  • HP Officejet 6500 a Plus e-All-in-One - E710n ' slow printing - cannot scan.

    Windows 7 64 HP Officejet 6500 a Plus e-All-in-One - E710n Wireless connection Until recently, I noticed that it takes a good 45-60 seconds to print. From the moment that I hit print say at the start of the printing printer. Real bummer, but today I

  • computer does not recognize a dvd in the drive

    Hello My computer does not recognize the presence of a dvd in one of my two drives, although she acknowledges a CD.  This happens regardless of what dvd I insert. Thank you very much PAM