Lpr works but adding IP printer does not

With Mountain Lion on my local host I am able to e.g.:
lpstat -h printserver.domain:631   -a
   and successfully print using
lpr  -H printserver.domain:631   -P print_queue cont.ps
However if I go though the adding an IP printer steps in SystemPreferences -> Printers&Scanners and add
printserver.domain:631
LPD
print_queue
Generic Postscript Printer
I can add the queue, but jobs never leave the local host. I've experimented with not including the port, using lpp and even giving the driver for the printer, all to no avail. Does anyone have any suggestions? I am not able to install this particular printer as a Bonjour printer, but I can others as Bonjour printers, though.

Hi dovalonso,
If you are having issues adding your IP printer, you may find the information in the following articles helpful (apologies if you have already seen them):
OS X: How to connect to an IP-based printer or AppleTalk printer via IP
http://support.apple.com/kb/ht4507
OS X Mountain Lion: Set up an IP printer
http://support.apple.com/kb/PH11478
OS X Mountain Lion: Troubleshoot a network printer
http://support.apple.com/kb/PH11070
Regards,
- Brenden

Similar Messages

  • HT201299 Verizon signal is strong but get error message "Ipad is not connected to the Internet"   Wireless works but my Verizon account does not

    Verizon signal is strong but get error message "Ipad is not connected to the Internet"   When I try to use Safari.
    Wireless works but my Verizon account does not

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Instead of trigger example - INSERT works but UPDATE and DELETE does not?

    Below is a demostration script of what I am trying to troubleshoot. Tests are done on 10gR2;
    conn system/system
    drop table tt purge ;
    create table tt nologging as select * from all_users ;
    alter table tt add constraint pk_tt_user_id primary key (user_id) nologging ;
    analyze table tt compute statistics for table for all indexed columns ;
    conn hr/hr
    drop database link dblink ;
    create database link dblink
    connect to system identified by system
    using 'xe.turkcell' ;
    select * from global_name@dblink ;
    drop view v_tt ;
    create view v_tt as select username, user_id, created from tt@dblink order by 2 ;
    select count(*) from v_tt ;
    COUNT(*)
    13
    drop sequence seq_pk_tt_user_id ;
    create sequence seq_pk_tt_user_id
    minvalue 1000 maxvalue 99999
    increment by 1;
    create synonym tt for tt@dblink ;
    CREATE OR REPLACE PROCEDURE prc_update_tt(old_tt v_tt%ROWTYPE, new_tt v_tt%ROWTYPE) IS
    BEGIN
    IF old_tt.user_id != new_tt.user_id THEN
    RETURN; -- primary key
    END IF;
    IF old_tt.user_id IS NOT NULL AND new_tt.user_id IS NULL THEN
    DELETE FROM tt
    WHERE user_id = nvl(old_tt.user_id,
    -99);
    RETURN;
    END IF;
    IF (old_tt.username IS NULL AND new_tt.username IS NOT NULL) OR
    (old_tt.username IS NOT NULL AND new_tt.username != old_tt.username) THEN
    UPDATE tt
    SET username = new_tt.username
    WHERE user_id = nvl(old_tt.user_id,
    -99);
    END IF;
    IF (old_tt.created IS NULL AND new_tt.created IS NOT NULL) OR
    (old_tt.created IS NOT NULL AND new_tt.created != old_tt.created) THEN
    UPDATE tt
    SET created = new_tt.created
    WHERE user_id = nvl(old_tt.user_id,
    -99);
    END IF;
    END prc_update_tt;
    CREATE OR REPLACE PROCEDURE prc_insert_tt(old_tt v_tt%ROWTYPE, new_tt v_tt%ROWTYPE) IS
    new_tt_user_id NUMBER;
    BEGIN
    SELECT seq_pk_tt_user_id.NEXTVAL INTO new_tt_user_id FROM dual;
    INSERT INTO tt
    (username, user_id, created)
    VALUES
    (new_tt.username, new_tt_user_id, new_tt.created);
    END prc_insert_tt;
    CREATE OR REPLACE PROCEDURE prc_delete_tt(old_tt v_tt%ROWTYPE, new_tt v_tt%ROWTYPE) IS
    BEGIN
    DELETE FROM tt
    WHERE user_id = nvl(old_tt.user_id,
    -99);
    END prc_delete_tt;
    CREATE OR REPLACE TRIGGER trg_iof_v_tt
    INSTEAD OF UPDATE OR INSERT OR DELETE ON v_tt
    FOR EACH ROW
    DECLARE
    new_tt v_tt%ROWTYPE;
    old_tt v_tt%ROWTYPE;
    BEGIN
    dbms_output.put_line('INSTEAD OF TRIGGER fired');
    dbms_output.put_line(':NEW.user_id ' || :NEW.user_id);
    dbms_output.put_line(':OLD.user_id ' || :OLD.user_id);
    dbms_output.put_line(':NEW.username ' || :NEW.username);
    dbms_output.put_line(':OLD.username ' || :OLD.username);
    dbms_output.put_line(':NEW.created ' || :NEW.created);
    dbms_output.put_line(':OLD.created ' || :OLD.created);
    new_tt.user_id := :NEW.user_id;
    new_tt.username := :NEW.username;
    new_tt.created := :NEW.created;
    old_tt.user_id := :OLD.user_id;
    old_tt.username := :OLD.username;
    old_tt.created := :OLD.created;
    IF inserting THEN
    prc_insert_tt(old_tt,
    new_tt);
    ELSIF updating THEN
    prc_update_tt(old_tt,
    new_tt);
    ELSIF deleting THEN
    prc_delete_tt(old_tt,
    new_tt);
    END IF;
    END trg_iof_v_tt;
    set serveroutput on
    set null ^
    insert into v_tt values ('XXX', -1, sysdate) ;
    INSTEAD OF TRIGGER fired
    :NEW.user_id -1
    :OLD.user_id
    :NEW.username XXX
    :OLD.username
    :NEW.created 30/01/2007
    :OLD.created
    1 row created.
    commit ;
    select * from v_tt where username = 'XXX' ;
    USERNAME USER_ID CREATED
    XXX 1000 31/01/2007          <- seems to be no problem with insert part but
    update v_tt set username = 'YYY' where user_id = 1000 ;
    INSTEAD OF TRIGGER fired
    :NEW.user_id
    :OLD.user_id
    :NEW.username YYY
    :OLD.username
    :NEW.created
    :OLD.created
    1 row updated.
    commit ;
    select count(*) from v_tt where username = 'YYY' ;
    COUNT(*)
    0               <- here is my first problem with update part, Oracle said "1 row updated."
    delete from v_tt where user_id = 1000 ;
    INSTEAD OF TRIGGER fired
    :NEW.user_id
    :OLD.user_id
    :NEW.username
    :OLD.username
    :NEW.created
    :OLD.created
    1 row deleted.
    commit ;
    select count(*) from v_tt ;
    COUNT(*)
    14               <- here is my second problem with delete part, Oracle said "1 row deleted."
    Any comments will be welcomed, thank you.
    Message was edited by:
    TongucY
    changed "-1" values to "1000" in the where clause of delete and update statements.
    it was a copy/paste mistake, sorry for that.

    What table do you process in your procedures ? You don't use DBLINK to
    reference remote table in your procedures.
    Seems, you have table "TT" in "HR" schema too.
    Look:
    SQL> create table tt nologging as select * from all_users where rownum <=3;
    Table created.
    SQL> select * from tt;
    USERNAME                          USER_ID CREATED
    SYS                                     0 25-APR-06
    SYSTEM                                  5 25-APR-06
    OUTLN                                  11 25-APR-06
    SQL> conn scott/tiger
    Connected.
    SQL> create database link lk65 connect to ... identified by ... using 'nc65';
    Database link created.
    SQL> select * from tt@lk65;
    USERNAME                          USER_ID CREATED
    SYS                                     0 25-APR-06
    SYSTEM                                  5 25-APR-06
    OUTLN                                  11 25-APR-06
    SQL> create view v_tt as select username, user_id, created from tt@lk65 order by 2;
    View created.
    SQL> select * from v_tt;
    USERNAME                          USER_ID CREATED
    SYS                                     0 25-APR-06
    SYSTEM                                  5 25-APR-06
    OUTLN                                  11 25-APR-06
    SQL> create sequence seq_pk_tt_user_id
      2  minvalue 1000 maxvalue 99999
      3  increment by 1;
    Sequence created.
    SQL> CREATE OR REPLACE PROCEDURE prc_insert_tt(old_tt v_tt%ROWTYPE, new_tt v_tt%ROWTYPE) IS
      2  new_tt_user_id NUMBER;
      3  BEGIN
      4  SELECT seq_pk_tt_user_id.NEXTVAL INTO new_tt_user_id FROM dual;
      5  INSERT INTO tt
      6  (username, user_id, created)
      7  VALUES
      8  (new_tt.username, new_tt_user_id, new_tt.created);
      9  END prc_insert_tt;
    10  /
    Warning: Procedure created with compilation errors.
    SQL> show error
    Errors for PROCEDURE PRC_INSERT_TT:
    LINE/COL ERROR
    5/1      PL/SQL: SQL Statement ignored
    5/13     PL/SQL: ORA-00942: table or view does not exist
    SQL> edit
    Wrote file afiedt.buf
      1  CREATE OR REPLACE PROCEDURE prc_insert_tt(old_tt v_tt%ROWTYPE, new_tt v_tt%ROWTYPE) IS
      2  new_tt_user_id NUMBER;
      3  BEGIN
      4  SELECT seq_pk_tt_user_id.NEXTVAL INTO new_tt_user_id FROM dual;
      5  INSERT INTO tt@lk65
      6  (username, user_id, created)
      7  VALUES
      8  (new_tt.username, new_tt_user_id, new_tt.created);
      9* END prc_insert_tt;
    SQL> /
    Procedure created.Rgds.

  • The "Refresh Now" works but the "Scheduled Refresh" does not

    I am able to click Refresh now on my datasets and it refreshes fine. But I cannot schedule a refresh for any of my datasets. I get the following error: "You can't schedule refresh because this dataset contains data sources that do not yet support refresh.
    Learn more about the data sources we support for refresh."
    When I create the datasets, I create the power query in Excel 2013, upload it to OneDrive, and then upload it to Power Bi Preview. I don't understand why it works for the refresh now but not the scheduled refresh. Is there a fix for this?

    I am able to click Refresh now on my datasets and it refreshes fine. But I cannot schedule a refresh for any of my datasets. I get the following error: "You can't schedule refresh because this dataset contains data sources that do not yet support refresh.
    Learn more about the data sources we support for refresh."
    When I create the datasets, I create the power query in Excel 2013, upload it to OneDrive, and then upload it to Power Bi Preview. I don't understand why it works for the refresh now but not the scheduled refresh. Is there a fix for this?

  • Windows 8.1 Enterprise - Hyper-v, Legacy Network Adapter works, but the Network Adapter does not

    Folks,
    I currently have 2 Virtual Switches: one I set up for WIFI, and the other I set up for
    LAN.
    Both switches are set up as:
    - EXTERNAL
    - Allow management operating system to share this network adapter
    Both switches I can use with my Legacy Network Adapter.
    But the Network Adapter doesn't doesn't work for either.
    It did however work at one time, but I think a Windows Update killed it.
    Thoughts?  Suggestions?
    And as always, thank you for reading :)

    And here's my HYPER-V log, Running Windows 7 Pro:
    (I've applied an 'xxx' info related to my company.)
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : broberts-e6420
       Primary Dns Suffix . . . . . . . : xxx.com
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : xxx.com
                                           attlocal.net
    Ethernet adapter Local Area Connection 2:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix . : attlocal.net
       Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Emulated)
       Physical Address. . . . . . . . . : 00-15-5D-01-4C-08
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Ethernet adapter Local Area Connection 1:
       Connection-specific DNS Suffix . : attlocal.net
       Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
       Physical Address. . . . . . . . . : 00-15-5D-01-4C-06
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2602:306:3a5e:7050:7426:4a85:cde9:3454(Preferred)
       Temporary IPv6 Address. . . . . . : 2602:306:3a5e:7050:2d15:806e:7f3b:ca31(Preferred)
       Link-local IPv6 Address . . . . . : fe80::7426:4a85:cde9:3454%20(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.1.65(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Monday, July 28, 2014 10:18:19 PM
       Lease Expires . . . . . . . . . . : Tuesday, July 29, 2014 10:18:20 PM
       Default Gateway . . . . . . . . . : fe80::769d:dcff:fe77:2379%20
                                           192.168.1.254
       DHCP Server . . . . . . . . . . . : 192.168.1.254
       DNS Servers . . . . . . . . . . . : 192.168.1.254
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.attlocal.net:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix . : attlocal.net
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix . :
       Description . . . . . . . . . . . : Microsoft 6to4 Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

  • Old Adobe ID works but email Adobe ID does not

    There is a problem with my account email with adobe.
    I can log in with my old Id but I am not able to log in with my email address, I get a password and ID don't match error.
    It is my understanding that Adobe wants us to use our emails to login for creativecloud...
    If I try to get my password emailed to me I get this error:
    'The provided email address could not be matched to an account on file. Please try again.'
    What's the best way to get this fixed?

    Hi Chrisbator,
    I'd ask  you to contact customer support with your log in details (not your password, just your email ID).  Did you try registering with the email ID again? If you get an error stating that the email ID already exists, then it is safe to assume that there is a problem somewhere. Otherwise, you could go ahead and create a new ID using that address. Hope I am making some sense here.
    Thanks,
    Preran

  • HT1267 IPhone4..Model MC603C/Ser#850441XGXA4S: I have update to 5.1.1. I am not alerted to my emails unless I tap on the mail app. Then the alert/banner appears. When I start up, the alert sounds but after that it does not work. Whats wrong?

    Ever since I updating my IPhone 4 to 5.1.1. my alert/banner does not work with my mail app. Initial startup it works but after that, it does
    not work. The only way I know there is a message by tapping on the mail app and then I hear the alert and the banner shows up. Prior
    to updating, it always worked. Is there a 'bug' in the system or is there something I am missing here.

    Yeah this was my first time connecting my phone to the computer since I went to iOS 5.0 and iCloud, so I wasn't familiar with the fact that it did not automatically create a backup on iTunes during the Sync process.  Should have right-clicked on the phone device and did a manual backup.
    But still, after restoring the backup from iCloud, I don't understand why data from certain apps got hosed (anything before October 2011, which was my last iTunes backup), while other apps' data appears to be fully intact.

  • I have a macbook pro. i have a photosmart 7510. we just bought a new windows tower and the printer works wireless for us, but now the mac does not print anymore wirelessly. i keep getting a message Network host 'HPE93F2A.local.' is busy. what can i do to

    I have a macbook pro. i have a photosmart 7510. we just bought a new windows tower and the printer works wireless for us, but now the mac does not print anymore wirelessly. i keep getting a message Network host 'HPE93F2A.local.' is busy. what can i do to

    it is a windows 8

  • After upgrade to snow leopard my printer does not work. shows that is idle but get a error message that printer cannot be found

    after I upgraded to snow leopard my printer does not print. I get an error message that says printer cannot be found. my printer status says my printer is idle, but is green.

    You forgot to mention what printer you have, but you may need a new driver:
    Printer and Scanner software available for download:
    http://support.apple.com/kb/HT3669?viewlocale=en_US

  • My iphone 6 connects to the car via bluetooth, the music works good, but the phone calles does not work.  It looks like it is working but doesn't.  I have tried in my Hyundai and a Dodge rent car and get the same results.  I updated the last 8.0.2.

    My iphone 6 connects to the car via bluetooth, the music works good, but the phone calls does not work.  It looks like it is working but doesn't.  I have tried in my Hyundai Sonata and a Dodge Dart rent car and get the same results.  I updated the last 8.0.2.  It worked the first day i had the phone, and then i updated to Ios 8.0.2 and it quit working.
    Now when i get in the car, it acts like it is connected and makes the same call it was on after syncing to bluetooth, but it really isn't on a call.  This is happening on both cars.
    Does anyone know if this is the phone and i need to take it to Apple or if there is an issue that Apple is working on getting a fix for?
    My son in law has the exact same phone as me, we both got the on 10/6, he had a Dodge Dart and his is working via bluetooth.
    Someone HELP please, as i consider this a safety issue by not having my calls go to bluetooth.

    We had the same problem, but figure out the solution.
    You MUST have at least 1 song added to your ITUNE!  After you add a free song, then everything else should work as normal!
    Hope this helps!

  • HP 932C PRINTER DOES NOT WORK OVER A NETWORK WITH TWO DIFFERENT OPERATIONAL SYSTEMS.

    I have a 932c HP printer connected via USB to a Windows XP desktop computer (Dell E520), which is part of a home network.
    I also have an HP Pavilion dv5 notebook, running Windows Vista Home Premium 64-bit, connected to the same network. This notebook can find the printer over the network. However, when I try to capture the 932c printer, the following dialog box appears:
    "The server for the `hp deskjet 930c series` printer does not have the correct printer driver installed. If you want to search for the proper driver, click OK. Otherwise, click Cancel and contact your network administrator or original equipmente manufacturer for the correct printer driver."
    When I click OK, another dialog box appears:
    "The file `*.INF`on (Unknown) is needed. Type the path where the file is located, and then click OK."
    However, I can't find any workable *.inf file in the HP notebook Hard drive (both partitions).
    I have already tried to download the driver from the HP website, but it says that Windows Vista already has the driver for such printer! Well, now I'm stucked!
    I'd like to point out that the printer works fine if I plug it directly to the HP notebook's USB port. But I want to operate the printer via the home network, keeping it hooked to the Windows XP desktop computer.
    How to solve this problem? Thanks.

    This is the HP notebook forums. I would recommend posting this in the printer forums for better coverage.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • My printer does not work with mountain lion

    I recently upgraded to Mountain Lion and now my HP Officejet Pro 8600 printer does not work.  I downloaded the required driver from the App Store but am still not able to connect.  Is there actually a solution for this or do I need to find a way to downgrade my OS to one that is compatible with my printer?

    From the HP site:
    Compatible operating systems
    Microsoft® Windows® 7, Windows Vista®, Windows® XP (SP3)* or higher (32-bit only): *Supports 32-bit only; Mac OS X v 10.5, v 10.6 or v 10.7; Linux (For more information, see http://hplipopensource.com/hplip-web/index.html)
    But then also on the HP site they have drivers for the printer for 10.8. See here http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4142&lc=en&cc=us&dlc=en&s w_lang=&product=4323659#N194
    I would try the driver from HP.

  • Printer does not working after restart

    I have installed HP LaserJet m1120 using hplip and hplip-plugin from AUR.
    Everything was fine (printer worked) but after rebooting, printer doesn't working at all - cups doesn't "see" it and hp-testpage shows this:
    # hp-testpage -i
    warning: hp-testpage should not be run as root/superuser.
    HP Linux Imaging and Printing System (ver. 3.12.10a)
    Testpage Print Utility ver. 6.0
    Copyright (c) 2001-14 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    | SELECT PRINTER |
    Num CUPS Printer
    0 HP_LaserJet_M1120_MFP
    1 PhotoPrint
    Enter number 0...1 for printer (q=quit) ?0
    error: Unable to communicate with device (code=12): hp:/usb/HP_LaserJet_M1120_MFP?serial=MF12D9K
    error: Unable to print to printer. Please check device and try again.
    note: If an error occured, or the test page failed to print, refer to the HPLIP website
    note: at: http://hplip.sourceforge.net for troubleshooting and support.
    PhotoPrint is my second printer and it works fine.
    What should i do? I have been trying to configure it for long time...
    Last edited by Extravert (2012-11-17 14:46:06)

    Maybe, I haven't understood something but it still does not working.
    I found that journalctl outputs some errors
    Nov 17 22:57:06 trash-serv hp[405]: io/hpmud/pp.c 627: unable to read device-id ret=-1
    Nov 17 22:57:06 trash-serv python2[406]: io/hpmud/pp.c 627: unable to read device-id ret=-1
    And lsusb does not shows this printer
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Last edited by Extravert (2012-11-17 15:17:13)

  • HT204135 I update my Mac to version 10.9.2 and now my printer does not work anymore. I did all the software updates and I do not understand why my mac does not recognize the printer anymore?

    I update my Mac to version 10.9.2 and now my printer does not work anymore. I did all the software updates and I do not understand why my mac does not recognize the printer anymore?

    Go to the website of the manufacturer of your printer and check to see if they have released an updated driver for your particular model.

  • My HP wireless printer does not shpw up on my pc and iphone. Is you website nor working?

    Wireless Printer does not show up on the printing screen

    You might want to take a look at Printopia to see if it will do what you want. There is a free trial, so you will know for sure before you buy.
    The upside with Printopia is that printing from the iPhone will work just as if you had an AirPrint printer.
    The downside with Printopia is that you must have a Mac running on the network to be able to print.
    Printopia - AirPrint to Any Printer - Print from iPad - Print from iPhone ...
    I have no interest in Printopia other than that as a customer.

Maybe you are looking for

  • Scenario with reference to source inspection and MIGO

    Hi all, My scenario as follows: 1.Source Inspection lot should get generated as per the lead time given in Q-Info while creating PO. 2.MIGO should not be allowed when source inspection lot is open(Means UD is not taken). 3.Inspection lot should be ge

  • Pound Sign (u00A3) in Sender SFTP Channel  - using MessageTransormBean

    Hi, I am reading a csv file using Seeburger SFTP Sender Communication channel. One of the field has pound sign  like    £250 forTution With default UTF-8 codepage I am geting a square symbol instead of £ sign. I tried to set codepage to ISO-8859-1 an

  • Problems getting a resultset out of a stored procedure

    We're having a problem getting a resultset out of a stored procedure with JDBC. The third parameter for the procedure is an out REF CURSOR. Connection to the database is fine, we just keep getting the following error when we do the GetCursor(3) state

  • Jdeveloper 11g and Tomcat

    I create an ADF application using JDeveloper 11.1.1.3. Can I test it (run) in Tomcat? How to create an ADF project using Jdeveloper and deploy it to Tomcat? According some blogs, I create an ADF applicaton running on Tomcat. However, it is not stable

  • Bad performance!, Bad performance!

    Hi! Query1 and the queries of the inline views of query2 separate are about 1 sec response-time, but when i try to get multiple value into one collumn with SYS_CONNECT_BY_PATH than the response-time is >18 minutes(didn't finish the query). Query1 is