Accessing a pseudo Airprint printer with CUPS

Hi,
I'm the owner of an EPL-6200L printer. This printer has an horrible linux driver, so I decide to share it under my wife's PC (Win7 x64). I also got an iPad from which I want to print, so I installed airprint.exe to have Airprint emulation under windows as mentionned here : http://forums.macrumors.com/showthread.php?t=1293865 . Actually, I can print flawlessly from my iPad. My problem is that I'd like to print from my Archlinux box to my printer through this Airprint emulation. I have a fresh CUPS installation (1.5.0), printer is discovered automatically as "EPL-6200L @ Mathilde-HP (Epson Epson EPL-6200L)", I add it (the connection URI is : dnssd://EPL-6200L%20%40%20Mathilde-HP._ipp._tcp.local/ ) and I choose the generic postscript driver. But when I want to print a test page, I got the following error : "processing since Sat 28 Jan 2012 11:16:01 PM RET "no socket to connect to"". I can ping host "mathilde-hp" and "mathilde-hp.local".
Somebody got an idea why does it fail ?
Thank you,
Bruno.

You need something like this:
https://itunes.apple.com/us/app/printer-pro-for-iphone/id410011612?mt=8

Similar Messages

  • Can't print to airprint printer with iDevice

    Suddenly, I can't print to my HP Laser Jet CM1415fnw AirPrint printer with any of my iPhones or iPads.  Says can't find printer.  The printer works fine from the PC.  It is setup as a wireless printer.  I am using a D-Link DIR-655 router.  Can anyone help?

    Adjust the router's wireless channel to accommodate the printer. Try channel 6, 9, 11, or 1. If you're using WEP security, change it to WPA/WPA2. Most routers nowadays work better with WPA/WPA2 security encryption.

  • Trouble setting up a Brother HL-2030 laser printer with CUPS

    Hi,
    I have a Brother HL-2030 laser printer that I've already setup successfully at work, on various distributions: CentOS, Debian and Slackware. I also have this printer at home, so I tried to set it up on my brandnew Arch install. I have a base system with X11 and XFCE desktop environment. To setup CUPS on Arch, I've followed the according CUPS Wiki entries on archlinux.org and archlinux.de.
    Here's the packages I installed to have CUPS:
    - cups
    - ghostscript
    - a2ps
    - gutenprint
    - foomatic-db
    - foomatic-db-engine
    - foomatic-db-ppd
    - foomatic-filters
    I edited /etc/cups/cupsd.conf, and here's what I changed to the default configuration:
    # Only listen for connections from the local machine.
    Listen localhost:631
    Listen 192.168.1.2
    # Restrict access to the server...
    # By default only localhost connections are possible
    <Location />
    Order allow,deny
    Allow localhost
    Allow 192.168.1.*
    </Location>
    # Restrict access to the admin pages...
    <Location /admin>
    # Encryption disabled by default
    #Encryption Required
    Order allow,deny
    Allow localhost
    Allow 192.168.1.*
    </Location>
    I started the CUPS daemon, connected to the web interface at http://localhost:631 and setup my printer with the Gutenprint drivers for HL-2060 (as recommended). Then I defined the printer as default.
    Here's the output of lpstat -t in a Terminal, which shows the printer OK:
    [root@archtest2:/etc/cups] # lpstat -t
    l'ordonnanceur tourne
    destination par défaut du système : BrotherHL2030
    périphérique pour BrotherHL2030 : usb://Brother/HL-2030%20series
    BrotherHL2030 accepte les requêtes depuis le ven 11 avr 2008 08:04:04 CEST
    But when I try to print the CUPS test page, I get... nothing. The printer shortly begins to hum, but doesn't print.
    Next step, I set the LogLevel in cupsd.conf to being more verbose. Here's the output of /var/log/cups/error_log when I try in vain to print a test page:
    d [11/Apr/2008:08:20:34 +0200] get_file: 12 filename=/usr/share/cups/doc/fr/images/button-move-job.gif size=610
    d [11/Apr/2008:08:20:34 +0200] is_cgi(con=0x81195a0, filename="/usr/share/cups/doc/fr/images/button-move-job.gif", filestats=0xbf94ac98, type=image/gif)
    d [11/Apr/2008:08:20:34 +0200] is_cgi: Returning 0...
    d [11/Apr/2008:08:20:34 +0200] check_if_modified: 12 If-Modified-Since="Thu, 03 Apr 2008 17:48:13 GMT"
    d [11/Apr/2008:08:20:34 +0200] check_if_modified: 12 sizes=0,610 dates=1207244893,1207244893
    D [11/Apr/2008:08:20:34 +0200] cupsdSendError: 12 code=304 (Not Modified)
    d [11/Apr/2008:08:20:34 +0200] cupsdDoSelect: Read on fd 8...
    d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 8, used=0, file=-1 state=0
    D [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 8 GET /images/bottom-left.gif HTTP/1.1
    d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 8 Browser asked for language "fr.utf-8"...
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: uri = "/images/bottom-left.gif"...
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin/conf Limit 7f
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin Limit 7f
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location / Limit 7f
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: best = /
    d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: con->uri="/images/bottom-left.gif", con->best=0x80ae560(/)
    d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorization="Basic cm9vdDpDYmliY2QxZG8="
    D [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorized as root using Basic
    d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: con->uri="/images/bottom-left.gif", con->best=0x80ae560(/)
    d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
    d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
    d [11/Apr/2008:08:20:34 +0200] get_file: 8 filename=/usr/share/cups/doc/images/bottom-left.gif size=122
    d [11/Apr/2008:08:20:34 +0200] is_cgi(con=0x80f5fc0, filename="/usr/share/cups/doc/images/bottom-left.gif", filestats=0xbf94ac98, type=image/gif)
    d [11/Apr/2008:08:20:34 +0200] is_cgi: Returning 0...
    d [11/Apr/2008:08:20:34 +0200] check_if_modified: 8 If-Modified-Since="Thu, 03 Apr 2008 17:48:14 GMT"
    d [11/Apr/2008:08:20:34 +0200] check_if_modified: 8 sizes=0,122 dates=1207244894,1207244894
    D [11/Apr/2008:08:20:34 +0200] cupsdSendError: 8 code=304 (Not Modified)
    d [11/Apr/2008:08:20:34 +0200] cupsdDoSelect: Read on fd 13...
    d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 13, used=0, file=-1 state=0
    D [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 13 GET /images/bottom-right.gif HTTP/1.1
    d [11/Apr/2008:08:20:34 +0200] cupsdReadClient: 13 Browser asked for language "fr.utf-8"...
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: uri = "/images/bottom-right.gif"...
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin/conf Limit 7f
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location /admin Limit 7f
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: Location / Limit 7f
    d [11/Apr/2008:08:20:34 +0200] cupsdFindBest: best = /
    d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: con->uri="/images/bottom-right.gif", con->best=0x80ae560(/)
    d [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorization="Basic cm9vdDpDYmliY2QxZG8="
    D [11/Apr/2008:08:20:34 +0200] cupsdAuthorize: Authorized as root using Basic
    d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: con->uri="/images/bottom-right.gif", con->best=0x80ae560(/)
    d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
    d [11/Apr/2008:08:20:34 +0200] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
    d [11/Apr/2008:08:20:34 +0200] get_file: 13 filename=/usr/share/cups/doc/images/bottom-right.gif size=123
    d [11/Apr/2008:08:20:34 +0200] is_cgi(con=0x811cd10, filename="/usr/share/cups/doc/images/bottom-right.gif", filestats=0xbf94ac98, type=image/gif)
    d [11/Apr/2008:08:20:34 +0200] is_cgi: Returning 0...
    d [11/Apr/2008:08:20:34 +0200] check_if_modified: 13 If-Modified-Since="Thu, 03 Apr 2008 17:48:14 GMT"
    d [11/Apr/2008:08:20:34 +0200] check_if_modified: 13 sizes=0,123 dates=1207244894,1207244894
    D [11/Apr/2008:08:20:34 +0200] cupsdSendError: 13 code=304 (Not Modified)
    d [11/Apr/2008:08:20:34 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: epoll() returned 1...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: Read on fd 17...
    D [11/Apr/2008:08:20:35 +0200] [Job 8] Wrote 8192 bytes of print data...
    D [11/Apr/2008:08:20:35 +0200] [Job 8] Read 8192 bytes of print data...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: epoll() returned 1...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: Read on fd 17...
    D [11/Apr/2008:08:20:35 +0200] [Job 8] Wrote 8192 bytes of print data...
    D [11/Apr/2008:08:20:35 +0200] [Job 8] Read 8192 bytes of print data...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: epoll() returned 1...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: Read on fd 17...
    D [11/Apr/2008:08:20:35 +0200] [Job 8] Wrote 8192 bytes of print data...
    D [11/Apr/2008:08:20:35 +0200] [Job 8] Read 8192 bytes of print data...
    d [11/Apr/2008:08:20:35 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: epoll() returned 1...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: Read on fd 17...
    D [11/Apr/2008:08:20:36 +0200] [Job 8] Wrote 8192 bytes of print data...
    D [11/Apr/2008:08:20:36 +0200] [Job 8] Read 4249 bytes of print data...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: epoll() returned 1...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: Read on fd 17...
    D [11/Apr/2008:08:20:36 +0200] [Job 8] Wrote 4249 bytes of print data...
    d [11/Apr/2008:08:20:36 +0200] process_children()
    D [11/Apr/2008:08:20:36 +0200] PID 5954 (/usr/lib/cups/backend/usb) exited with no errors.
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: polling 11 fds for 1 seconds...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: epoll() returned 1...
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: Read on fd 17...
    D [11/Apr/2008:08:20:36 +0200] [Job 8] File 0 is complete.
    d [11/Apr/2008:08:20:36 +0200] [Job 8] cupsdFinishJob: job->status is 0
    d [11/Apr/2008:08:20:36 +0200] cupsdRemoveSelect: fd=17
    d [11/Apr/2008:08:20:36 +0200] [Job 8] cupsdFinishJob: Closing status pipes [ 17 -1 ]...
    I [11/Apr/2008:08:20:36 +0200] [Job 8] Completed successfully.
    d [11/Apr/2008:08:20:36 +0200] cupsdCancelJob: id = 8
    d [11/Apr/2008:08:20:36 +0200] [Job 8] cupsdStopJob: force = 0
    d [11/Apr/2008:08:20:36 +0200] cupsdAddEvent(event=printer-state-changed, dest=0x80c8840(BrotherHL2030), job=(nil)(0), text="%s "%s" state changed.", ...)
    D [11/Apr/2008:08:20:36 +0200] Discarding unused printer-state-changed event...
    d [11/Apr/2008:08:20:36 +0200] [Job 8] Closing print pipes [ -1 -1 ]...
    d [11/Apr/2008:08:20:36 +0200] [Job 8] Closing back pipes [ -1 -1 ]...
    d [11/Apr/2008:08:20:36 +0200] [Job 8] Closing side pipes [ -1 -1 ]...
    d [11/Apr/2008:08:20:36 +0200] cupsdAddEvent(event=job-completed, dest=0x80c8840(BrotherHL2030), job=0x80fd060(8), text="Job completed.", ...)
    D [11/Apr/2008:08:20:36 +0200] Discarding unused job-completed event...
    d [11/Apr/2008:08:20:36 +0200] cupsdSaveJob(job=0x80fd060(8)): job->attrs=0x80fcd60
    d [11/Apr/2008:08:20:36 +0200] cupsdCheckJobs: 0 active jobs, sleeping=0, reload=0
    d [11/Apr/2008:08:20:36 +0200] cupsdDoSelect: polling 10 fds for 1 seconds...
    d [11/Apr/2008:08:20:37 +0200] cupsdDoSelect: epoll() returned 0...
    D [11/Apr/2008:08:20:37 +0200] [Job 8] Unloading...
    d [11/Apr/2008:08:20:37 +0200] select_timeout(0): 298 seconds to timeout a client connection
    d [11/Apr/2008:08:20:37 +0200] cupsdDoSelect: polling 10 fds for 298 seconds...
    [root@archtest2:/etc/cups] #
    Which leaves me clueless...
    Any suggestions?

    my brother hl-1430 shows similar symptoms. should i install the brother drivers for this model too? it worked a few weeks ago... but cups tend to break stuff... constantly. i had this printer working for years, then it wouldn't work for about a year (on gentoo), then i switched to arch where it worked with kde and now it stopped working again. i'm really wondering what those guys are doing over there.
    D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:02 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:02 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:02 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:02 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:02 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:07 +0200] Report: clients=1
    D [27/May/2008:18:42:07 +0200] Report: jobs=58
    D [27/May/2008:18:42:07 +0200] Report: jobs-active=1
    D [27/May/2008:18:42:07 +0200] Report: printers=1
    D [27/May/2008:18:42:07 +0200] Report: printers-implicit=0
    D [27/May/2008:18:42:07 +0200] Report: stringpool-string-count=524
    D [27/May/2008:18:42:07 +0200] Report: stringpool-alloc-bytes=7744
    D [27/May/2008:18:42:07 +0200] Report: stringpool-total-bytes=9544
    D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:07 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:07 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:07 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:07 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:07 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:12 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:12 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:12 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:12 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:12 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:12 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:12 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:12 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:12 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:17 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:17 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:17 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:17 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:17 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:17 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:17 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:17 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:17 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:22 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:22 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:22 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:22 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:22 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:22 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:22 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:22 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:22 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:27 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:27 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:27 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:27 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:27 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:27 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:27 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:27 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:27 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:32 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:32 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:32 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:32 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:32 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:32 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:32 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:32 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:32 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "lo" = localhost...
    D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "eth0" = 192.168.1.2...
    D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "lo" = localhost...
    D [27/May/2008:18:42:37 +0200] cupsdNetIFUpdate: "eth0" = fe80::21d:7dff:fe9d:62e6%eth0...
    D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:37 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:37 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:37 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:37 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:37 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:37 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:37 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:37 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:37 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:42 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:42 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:42 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:42 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:42 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:42 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:42 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:42 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:42 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:47 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:47 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:47 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:47 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:47 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:47 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:47 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:47 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:47 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:52 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:52 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:52 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:52 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:52 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:52 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:52 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:52 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:57 +0200] CUPS-Get-Printers
    D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:57 +0200] CUPS-Get-Classes
    D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:57 +0200] CUPS-Get-Default
    D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:42:57 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:42:57 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:42:57 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:42:57 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:42:57 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:42:57 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:02 +0200] CUPS-Get-Printers
    D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:02 +0200] CUPS-Get-Classes
    D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:02 +0200] CUPS-Get-Default
    D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:02 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:02 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:43:02 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:02 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:43:02 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:02 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:07 +0200] Report: clients=1
    D [27/May/2008:18:43:07 +0200] Report: jobs=58
    D [27/May/2008:18:43:07 +0200] Report: jobs-active=1
    D [27/May/2008:18:43:07 +0200] Report: printers=1
    D [27/May/2008:18:43:07 +0200] Report: printers-implicit=0
    D [27/May/2008:18:43:07 +0200] Report: stringpool-string-count=524
    D [27/May/2008:18:43:07 +0200] Report: stringpool-alloc-bytes=7744
    D [27/May/2008:18:43:07 +0200] Report: stringpool-total-bytes=9544
    D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:07 +0200] CUPS-Get-Printers
    D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST /classes/ HTTP/1.1
    D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:07 +0200] CUPS-Get-Classes
    D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST /printers/ HTTP/1.1
    D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:07 +0200] CUPS-Get-Default
    D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:07 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [27/May/2008:18:43:07 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [27/May/2008:18:43:07 +0200] cupsdAuthorize: No authentication data provided.
    D [27/May/2008:18:43:07 +0200] Get-Jobs ipp://localhost.localdomain:631/printers/brother
    D [27/May/2008:18:43:07 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [27/May/2008:18:43:07 +0200] cupsdCloseClient: 7
    D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "lo" = localhost...
    D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "eth0" = 192.168.1.2...
    D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "lo" = localhost...
    D [27/May/2008:18:43:08 +0200] cupsdNetIFUpdate: "eth0" = fe80::21d:7dff:fe9d:62e6%eth0...

  • Error printing with CUPS (SOLVED)

    Could some kind CUPS guru help me with a problem printing through CUPS?
    I have a postscript file which rendesr normally in all the software I have (okular etc) but for some reason does not print.
    The CUPS log shows:
    D [18/Dec/2012:08:27:57 +0000] [Job 167] Auto-typing file...
    D [18/Dec/2012:08:27:57 +0000] [Job 167] Request file type is application/postscript.
    D [18/Dec/2012:08:27:57 +0000] cupsdMarkDirty(---J-)
    D [18/Dec/2012:08:27:57 +0000] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    I [18/Dec/2012:08:27:57 +0000] [Job 167] File of type application/postscript queued by "andrew".
    I [18/Dec/2012:08:27:57 +0000] [Job 167] Adding end banner page "none".
    D [18/Dec/2012:08:27:57 +0000] cupsdMarkDirty(---J-)
    D [18/Dec/2012:08:27:57 +0000] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] time-at-processing=1355819277
    D [18/Dec/2012:08:27:57 +0000] cupsdMarkDirty(---J-)
    D [18/Dec/2012:08:27:57 +0000] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [18/Dec/2012:08:27:57 +0000] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [18/Dec/2012:08:27:57 +0000] cupsdMarkDirty(----S)
    D [18/Dec/2012:08:27:57 +0000] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] job-sheets=none,none
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[0]="Fprint"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[1]="167"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[2]="andrew"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[3]="notes.ps"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[4]="1"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[5]="nocollate Duplex=None InputSlot=Default number-up=1 outputorder=normal PageSize=A4 position=center Resolution=600x600dpi nowrap job-uuid=urn:uuid:08c52a0f-73f7-3ac7-7632-7ee1e4465007 job-originating-host-name=localhost time-at-creation=1355
    819277 time-at-processing=1355819277"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] argv[6]="/var/spool/cups/d00167-001"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[8]="HOME=/var/spool/cups/tmp"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[10]="SERVER_ADMIN=root@hp-dm1"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[11]="SOFTWARE=CUPS/1.6.1"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[13]="USER=root"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[17]="IPP_PORT=631"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[18]="CHARSET=utf-8"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[19]="LANG=en.UTF-8"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[20]="PPD=/etc/cups/ppd/Fprint.ppd"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[21]="RIP_MAX_CACHE=128m"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[22]="CONTENT_TYPE=application/postscript"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[23]="DEVICE_URI=fprint://home/andrew/.fprint"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[24]="PRINTER_INFO=Print to Fprint"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[25]="PRINTER_LOCATION=hp-dm1"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[26]="PRINTER=Fprint"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[27]="PRINTER_STATE_REASONS=none"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[28]="CUPS_FILETYPE=document"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[29]="FINAL_CONTENT_TYPE=printer/Fprint"
    D [18/Dec/2012:08:27:57 +0000] [Job 167] envp[30]="AUTH_I****"
    I [18/Dec/2012:08:27:57 +0000] [Job 167] Started filter /usr/lib/cups/filter/pstopdf (PID 7895)
    I [18/Dec/2012:08:27:57 +0000] [Job 167] Started filter /usr/lib/cups/filter/pdftopdf (PID 7896)
    I [18/Dec/2012:08:27:57 +0000] [Job 167] Started filter /usr/lib/cups/filter/foomatic-rip (PID 7897)
    I [18/Dec/2012:08:27:57 +0000] [Job 167] Started backend /usr/lib/cups/backend/fprint (PID 7898)
    So it seems to be identifying the files correctly as postscript, and then tries to conver it to a pdf using its pstopdf filter, then proceeds to run pdftopdf for some reason, filter it through foomatic-rip and then through the fprint filter (mine).
    I have no idea why it needs to go through all those filters first, however it fails early,at the pstopdf step:
    pstopdf 6 args: 167 andrew notes.ps 1 nocollate Duplex=None InputSlot=Default number-up=1 outputorder=normal PageSize=A4 position=center Resolution=600x600dpi nowrap job-uuid=urn:uuid:08c52a0f-73f7-3ac7-7632-7ee1e4465007 job-originating-host-name=localhost time-at-creation=1355819277 time-at-processing=1355819277 /var/spool/cups/d00167-001
    PID 7895 (/usr/lib/cups/filter/pstopdf) stopped with status 1.
    I looked at /var/spool/cups/d00167-001 and it is a faithful copy of the postscript file, but running the command from the command line produces:
    # /usr/lib/cups/filter/pstopdf 167 andrew notes.ps 1 nocollate Duplex=None InputSlot=Default number-up=1 outputorder=normal PageSize=A4 position=center Resolution=600x600dpi nowrap job-uuid=urn:uuid:08c52a0f-73f7-3ac7-7632-7ee1e4465007 job-originating-host-name=localhost time-at-creation=1355819277 time-at-processing=1355819277 /var/spool/cups/d00167-001
    DEBUG: pstopdf 18 args: 167 andrew notes.ps 1 nocollate Duplex=None InputSlot=Default number-up=1 outputorder=normal PageSize=A4 position=center Resolution=600x600dpi nowrap job-uuid=urn:uuid:08c52a0f-73f7-3ac7-7632-7ee1e4465007 job-originating-host-name=localhost time-at-creation=1355819277 time-at-processing=1355819277 /var/spool/cups/d00167-001
    DEBUG: PPD:
    ERROR: /usr/lib/cups/filter/pstopdf job-id user title copies options [file]
    Running the command without the options produces a PDF file on stdout.
    The questions seem to be, why does CUPS try to convert a Postscript file to a PDF and then back to Postscript via foomatic-rip, and why does that conversion fail for me?
    Incidentally I am using one of the Generic Postscript PPD files
    Thanks for any guidance
    Andrew
    Last edited by fdservices (2012-12-19 12:14:09)

    Turns out this whole thing was nothing to do with CUPS, but resulted from my root partition filling up.
    Embarrasing or what?
    Sorry
    Andrew

  • Duplex printing with cups

    Hi,
    We have a bunch of Macs all running 10.4.9 (Client) which are unable to print double-sided documents to our printer which is hosted by a redhat enterprise server (v4.4) box, cups version 1.2. The annoying thing is everybody else (windows, linux) can. The printers are set up as A4 paper size, the Macs see that and we see the duplex option in the print dialog box but the printouts come out single-sided with a blank sheet at the end. Another aspect is that when we add a printer using System prefs>Print & Fax etc the cups printer description is displayed as the printer name in the set up dialog on the Mac. Has anybody come across this before and, more importantly, does anybody know how to solve this problem?
    Cheers,
    Matt

    Can you tell us which driver you are using on the Mac's. If it is the included GIMP-Print drivers, try the new Gutenprint 5.0.0 drivers.
    Also, you may want to check the printer info in case you have to add the duplex option. And also try setting the Page Setup > 'Format for' in the application for the printer, rather than any printer, as this can impact duplex printing for some printers.
    Re the printer description being displayed, I know that when you add a network printer the IP address or DNS name is shown as the printers name in the Printer List. You can select it and do a Get Info to rename it.

  • Trouble printing with my HP Deskjet printer using CUPS and hplip

    tl;dr This 1,646 word post describes my frustration with CUPS and hplip. I cannot get my HP Deskjet F4400 set up with CUPS, and all the solutions I've tried don't work.
    I'm running Arch Linux ARM on my Seagate DockStar, a small ARM-based "plug computer" that I use as a home server. My printer is the HP Deskjet F4480, which is part of the HP Deskjet F4400 series.
    I previously had CUPS set up to share my printer with my home network, using hplip for the printer driver. I never upgraded CUPS or hplip because those versions worked fine, and I didn't want to break anything avoid breaking anything. The versions that I was using had to have been at least one to two years old.
    Everything was working very smoothly... until a few days ago. The drive I was running Arch Linux ARM on became corrupt, so I had to install a fresh copy of the operating system. That meant losing all of the working versions and configuration files each application I had installed, including CUPS. I thought I had a backup image of the drive, but it didn't work when I tried to restore it. (Yes, it was stupid of me not to test my backup.)
    Setting up CUPS was one of the first things that I wanted to do after reinstalling, since my family depends on the network printing functionality almost daily. Unfortunately, I could not get CUPS to work with my printer correctly. It wouldn't be able to display a list of drivers, HP's setup utility encountered an error adding it, and it threw various errors when I tried to print test pages. I ended up reading hundreds of forum posts, wiki articles, and CUPS/hplip tutorials to try to figure out how to properly set it up. I ended up spending a total of nearly ten hours trying to get the printer to print with CUPS, and it's still not working after all that work.
    I'm going to explain in this post some of the many things that I've tried so far. I just removed all of the printing packages from my system and any extra files that were left behind. I'm now going to be installing all of the packages again and documenting everything that I have been trying to do to get it to work. I'll try to include exact error messages and logs where necessary.
    1. I first found this article on the Arch Linux ARM website on how to set up a CUPS printer. I didn't really want to use webmin, but I did it anyway so that I could follow the guide. I installed all the packages mentioned except for cups-pdf, since I didn't need print to PDF support. Everything installed smoothly, and I configured CUPS and webmin to allow access to other computers on the network. I started to notice problems in the instructions - /etc/rc.d/cups was actually /etc/rc.d/cupsd, /etc/printers.conf was actually /etc/cups/printers.conf, and webmin didn't actually add anything to the printers.conf file. I uninstalled webmin at this point because I didn't need it, and I decided I wasn't going to follow that guide with incorrect information.
    2. I then tried to set up the printer on my own using the CUPS web interface listening on port 631. I clicked the Add Printer button and it switched me to the HTTPS web interface. I then logged into the root account and was presented with the list of printers. My printer was listed as "HP Deskjet F4400 series (HP Deskjet F4400 series)", so I selected it and continued. I saw a list of printer models (PPD files) ending in CUPS+Gutenprint v5.2.9. There was no entry for my printer, so I tried the "HP DeskJet Series (en)" one. I set the default options and chose Maintenaince->Print test page. I then got a ridiculously simple error: "Unable to print test page: No such file or directory". How do I even know what file or directory it's referencing? I read online that it may be because I'm not in the lp group, but root is indeed in there. I saw in the error log "Avahi client failed: -26". I started dbus and avahi-daemon just in case, but I still got that silly error. I restarted cups and the same error message occured.
    3. I researched online that pretty much the only way for my printer to have a driver would be to install hplip. Before installing hplip, I uninstalled CUPS, leaving cupsd.conf but deleting printers.conf. Then I installed CUPS and hplip together, with hplip requiring foomatic-db, foomatic-db-engine, and foomatic-filters. Everything seemed to install correctly. I started CUPS again and then ran hp-setup -i to try to install my printer. I selected USB and it found my printer, hp:/usb/Deskjet_F4400_series?serial=[printer serial number here]. I entered a simple name and then was told that no PPD file was found for the printer but that I could specify one manually. There were none I could find online; everywhere it just said to install hplip. I used the find command to find "f4400" and finally found 2 compressed PPDs located at /usr/share/ppd/HP/hp-deskjet_f4400_series-hpijs.ppd.gz and /usr/share/ppd/HP/hp-deskjet_f4400_series.ppd.gz. I gunzipped both of them and pointed hpsetup to the hpijs one, knowing that I was using the hpijs one when it was working before. It told me "Description for the file: HP Deskjet f4400 Series hpijs, 3.12.6". Hooray! I selected to use it, but then setup failed: "error: Printer queue setup failed. Please restart CUPS and try again." Ugh!
    4. I restarted CUPS and went into the hp-setup process again. It gave me the same printer queue setup failed error. I don't know if these entries in the CUPS error log are related or not, but these errors relating to foomatic showed up. I restarted CUPS again and this time used the non-hpijs file with hp-setup. This one was called "Description for the file: HP Deskjet f4400 Series, hpcups 3.12.6". It failed again with the same error and the same entries in the error log. I found lots of posts online about this error, but none seemed to have a solution that would work for me. Now I tried running hp-setup in debug mode with -g. Here is what it said before the error. I then tried to Google "debug: addPrinter() returned (0, Unable to connect to CUPS server)". I saw on an Arch bug report to install dbus-python and python2-gobject, as well as create a symlink for /usr/bin/python2 to /usr/bin/python. It didn't work - same error.
    5. I then tried to add the printer to CUPS via its web interface. Now there were two listed,  HP Deskjet F4400 series (HP Deskjet F4400 series) and HP Deskjet F4400 series USB [printer serial number here] HPLIP (HP Deskjet F4400 series). So, hplip added the second one. I tried both of them, but after clicking Continue the page started to hang. I got another stupid, undescriptive error. "Unable to get list of printer drivers: Success". I saw the same foomatic errors in the error log as before. I then started reading the ArchWiki page on CUPS, located here. I tried the blacklisting usblp. I tried changing the permissions on the device node, although this starts to become ridiculous that it is even required to do that. Nothing was working; the printer installation still didn't work with hp-setup or with CUPS. Then, I found what I was looking for: the exact error I had on the wiki page! It said for "Unable to get list of printer drivers" you should "Try to remove Foomatic drivers." WTF? Foomatic is required for hplip, and hplip is required for my printer. I can't do that. Forum posts say to try that or do the permissions or usblp thing. Nothing is working.
    6. I tried various other things to get it to work, even though I knew they probably wouldn't make it any different. I copied the PPDs from hplip to another folder and uninstalled hplip and foomatic. I then added them to /usr/share/cups/model and CUPS successfully found them and set up the printer. I reinstalled hplip and foomatic since they're needed for those PPDs to function, and I tried printing a test page. It failed. I tried using the CUPS web interface to modify the printer driver; nope, that wasn't going to happen: "Unable to get list of printer drivers: Success".
    That concludes the list of some of the things that I have tried so far. I really want to get this printer working, but right now I am really fed up with CUPS and hplip. It's things like this that make me hesitant to recommend Linux to anyone else. So much manual configuration and tinkering the inner workings of things is required to do tasks that would be quite simple on Windows. For example, I can plug this printer into my Windows 7 machine right now, wait for the driver to automatically be installed and configured, and have a test page in my hands less than a minute after I first plugged in the USB cable. I can share the printer with any other Windows machine on the network by checking a single checkbox.
    But back to my problem with getting the printer to work on my DockStar. I just uninstalled all of CUPS, hplip, and foomatic again and removed all of their files. I can walk through things to try that you guys post and then give you full logs of everything - just give me exactly what to do and install and the exact order to do it all in. I just don't know what to do at this point and am so frustrated with this that I'm about to give up.
    Does anyone have any suggestions on how to get this printer working? I know this was a very long post, but I just wanted to explain everything that I've tried and how nothing worked. I really hope that we can figure this out so that I'll be able to print, and maybe it'll solve a few other people's problems with their printers, too. Thanks for reading, and thanks in advance for the help.

    Had similar issue with my HP Deskjet F4500C All in one printer, here's what I did:
    make sure these packages are installed or install them
    pacman -S cups cups-pdf hplip pyqt3 python2-pyqt
    pacman -S system-config-printer-gnome
    rc.d cups start
    To add device and install hp driver:
    1. Run ‘hp-setup’ as root.
    2. Click ‘Show Advanced Options’ button and check-enable ‘Manual Discovery’.
    3. Enter IP address 192.168.59.63 in the ‘…device ID…’ entry and click ‘Next’ to install driver.
    run system-config-printer as root, to add printer
    # system-config-printer
    click “Add”, Select Device -> Network Printer -> input the IP address of the printer such as “192.168.1.3″, click “Find” -> “Process”
    you should be ok from here, if not some further steps:
    If you encounter the following error:
    File “/usr/share/system-config-printer/newprinter.py”, line 1531, in getNetworkPrinterMakeModel
    debugprint (host + “: ” + args)
    TypeError: cannot concatenate ‘str’ and ‘list’ objects
    You should comment out the error line at 1531 of newprinter.py, and then continue to add the printer.
    4). Finally, you can run hp-check to see what problems exists for the printer.

  • How to print on a non supported AirPrint printer

    We have a wireless HP 6300 inkjet printer.

    It's possible to use free software (Virtualbox and Ubuntu) to fix the broken iOS 5 Airprint printing with non supported printers.  Here's a fix that works on my imac, but should also work on even a windows pc.
    My setup is a lion imac with 2 non-airprint supported usb printers attached, a belkin wifi router that provides network connectivity for my imac, ipad, and iphone.
    Install ubuntu 11.10 in a virtualbox vm.  Specify to use the "Bridged Adapter" with "en1: WiFi (AirPort)" for the network hardware.  Make sure the imac's usb printers are setup with sharing.  On ubuntu, select System Settings > Printers and add your imac's shared printers to the list.  Then start ubuntu's firefox and set "localhost:631" in the address. On the administration tab, under the Server section, check "Share printers connected to this system" and hit Change Settings button to activate it.  Go back to ubuntu's printer setup, and right click on each printer and check that the properties Policies tab does not have any messages about it being unshared. If so, then go back to firefox and make sure the Server sharing checkbox is enabled. It may help to reboot.
    Fire up virtualbox to be able to use AirPort printing to your imac's usb printers, when you want to print from the iphone or ipad. This also works on iOS 5.
    Only problem is error message from iphone to check the printer for errors, even though it actually prints ok.
    references: 
    http://askubuntu.com/questions/26130/how-can-share-my-printer-so-that-i-can-use- it-with-airprint
    https://lists.ubuntu.com/archives/ubuntu-devel/2011-June/033611.html

  • Cannot print with Brother HL-2140 (CUPS does not complain) [SOLVED]

    I've got a brother HL-2140 which I've installed according to these instructions: http://wiki.archlinux.org/index.php/Brother_HL-2040.  I am using the 2040 driver instead of the 2140 as there are reported issues with the 2140 driver and the 2040 driver is supposed to work anyways. It does in Ubuntu, and according to this Arch user: http://interskh.info/2008/12/install-br … linux.html
    When I go to print a test page, nothing happens and the printer makes no sound whatsoever.
    Cups Error Log:
    I [03/Jan/2009:13:25:16 -0800] Scheduler shutting down normally.
    D [03/Jan/2009:13:25:16 -0800] Discarding unused server-stopped event...
    D [03/Jan/2009:13:25:16 -0800] cupsdCloseClient: 6
    D [03/Jan/2009:13:25:16 -0800] Saving remote.cache...
    I [03/Jan/2009:13:25:16 -0800] Saving job cache file "/var/cache/cups/job.cache"...
    I [03/Jan/2009:13:25:46 -0800] Listening to 127.0.0.1:631 (IPv4)
    I [03/Jan/2009:13:25:46 -0800] Loaded configuration file "/etc/cups/cupsd.conf"
    I [03/Jan/2009:13:25:46 -0800] Using default TempDir of /var/spool/cups/tmp...
    I [03/Jan/2009:13:25:46 -0800] Configured for up to 100 clients.
    I [03/Jan/2009:13:25:46 -0800] Allowing up to 100 client connections per host.
    I [03/Jan/2009:13:25:46 -0800] Using policy "default" as the default!
    I [03/Jan/2009:13:25:46 -0800] Full reload is required.
    I [03/Jan/2009:13:25:46 -0800] Loaded MIME database from '/etc/cups': 35 types, 39 filters...
    D [03/Jan/2009:13:25:46 -0800] Loading printer HL2040...
    I [03/Jan/2009:13:25:46 -0800] Loading job cache file "/var/cache/cups/job.cache"...
    D [03/Jan/2009:13:25:46 -0800] [Job 16] Loading from cache...
    D [03/Jan/2009:13:25:46 -0800] [Job 17] Loading from cache...
    D [03/Jan/2009:13:25:46 -0800] [Job 18] Loading from cache...
    D [03/Jan/2009:13:25:46 -0800] [Job 19] Loading from cache...
    I [03/Jan/2009:13:25:46 -0800] Full reload complete.
    I [03/Jan/2009:13:25:46 -0800] Cleaning out old temporary files in "/var/spool/cups/tmp"...
    E [03/Jan/2009:13:25:46 -0800] Unable to find IP address for server name "uncle-bilbo"!
    I [03/Jan/2009:13:25:46 -0800] Listening to 127.0.0.1:631 on fd 3...
    I [03/Jan/2009:13:25:46 -0800] Resuming new connection processing...
    E [03/Jan/2009:13:25:46 -0800] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    D [03/Jan/2009:13:25:46 -0800] Discarding unused server-started event...
    D [03/Jan/2009:13:25:47 -0800] Report: clients=0
    D [03/Jan/2009:13:25:47 -0800] Report: jobs=4
    D [03/Jan/2009:13:25:47 -0800] Report: jobs-active=0
    D [03/Jan/2009:13:25:47 -0800] Report: printers=1
    D [03/Jan/2009:13:25:47 -0800] Report: printers-implicit=0
    D [03/Jan/2009:13:25:47 -0800] Report: stringpool-string-count=293
    D [03/Jan/2009:13:25:47 -0800] Report: stringpool-alloc-bytes=8304
    D [03/Jan/2009:13:25:47 -0800] Report: stringpool-total-bytes=6008
    D [03/Jan/2009:13:25:52 -0800] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:52 -0800] cupsdReadClient: 7 GET /printers HTTP/1.1
    D [03/Jan/2009:13:25:52 -0800] cupsdAuthorize: Authorized as root using Basic
    D [03/Jan/2009:13:25:52 -0800] [CGI] /usr/lib/cups/cgi-bin/printers.cgi started - PID = 13597
    I [03/Jan/2009:13:25:52 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13597)
    D [03/Jan/2009:13:25:52 -0800] cupsdSendCommand: 7 file=8
    D [03/Jan/2009:13:25:52 -0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:52 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:52 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:52 -0800] CUPS-Get-Default
    D [03/Jan/2009:13:25:52 -0800] CUPS-Get-Default client-error-not-found: No default printer
    D [03/Jan/2009:13:25:52 -0800] cupsdProcessIPPRequest: 10 status_code=406 (client-error-not-found)
    D [03/Jan/2009:13:25:52 -0800] [CGI] show_all_printers(http=0x2409930, user="root")
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:52 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:52 -0800] CUPS-Get-Printers
    D [03/Jan/2009:13:25:52 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:52 -0800] cupsdCloseClient: 10
    D [03/Jan/2009:13:25:52 -0800] PID 13597 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] cupsdReadClient: 7 GET /printers/HL2040?op=print-test-page HTTP/1.1
    D [03/Jan/2009:13:25:54 -0800] cupsdAuthorize: Authorized as root using Basic
    D [03/Jan/2009:13:25:54 -0800] [CGI] /usr/lib/cups/cgi-bin/printers.cgi started - PID = 13598
    I [03/Jan/2009:13:25:54 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13598)
    D [03/Jan/2009:13:25:54 -0800] cupsdSendCommand: 7 file=8
    D [03/Jan/2009:13:25:54 -0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:54 -0800] cupsdReadClient: 10 POST /printers/HL2040 HTTP/1.1
    D [03/Jan/2009:13:25:54 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:54 -0800] Print-Job ipp://localhost:631/printers/HL2040
    D [03/Jan/2009:13:25:54 -0800] add_job: requesting-user-name="root"
    D [03/Jan/2009:13:25:54 -0800] Adding default job-sheets values "none,none"...
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Adding start banner page "none".
    D [03/Jan/2009:13:25:54 -0800] Discarding unused job-created event...
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Adding end banner page "none".
    I [03/Jan/2009:13:25:54 -0800] [Job 20] File of type application/postscript queued by "root".
    D [03/Jan/2009:13:25:54 -0800] [Job 20] hold_until=0
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Queued on "HL2040" by "root".
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] job-sheets=none,none
    D [03/Jan/2009:13:25:54 -0800] [Job 20] banner_page = 0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[0]="HL2040"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[1]="20"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[2]="root"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[3]="Test Page"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[4]="1"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[5]="job-uuid=urn:uuid:a5b660c0-8a51-311a-57a0-7cfa046475b0"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] argv[6]="/var/spool/cups/d00020-001"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[9]="SERVER_ADMIN=root@uncle-bilbo"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[10]="SOFTWARE=CUPS/1.3.9"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[11]="TMPDIR=/var/spool/cups/tmp"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[12]="USER=root"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[13]="CUPS_SERVER=localhost"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[14]="CUPS_ENCRYPTION=IfRequested"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[15]="IPP_PORT=631"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[16]="CHARSET=utf-8"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[17]="LANG=en_US.UTF8"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[18]="PPD=/etc/cups/ppd/HL2040.ppd"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[19]="RIP_MAX_CACHE=8m"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[20]="CONTENT_TYPE=application/postscript"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[21]="DEVICE_URI=usb://Brother/HL-2140%20series"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[22]="PRINTER=HL2040"
    D [03/Jan/2009:13:25:54 -0800] [Job 20] envp[23]="FINAL_CONTENT_TYPE=printer/HL2040"
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Started filter /usr/lib/cups/filter/pstops (PID 13599)
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Started filter /usr/lib/cups/filter/brlpdwrapperHL2040 (PID 13600)
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Started backend /usr/lib/cups/backend/usb (PID 13601)
    D [03/Jan/2009:13:25:54 -0800] Discarding unused job-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Printer using device file "/dev/usblp0"...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] backendRunLoop(print_fd=0, device_fd=5, use_bc=0, side_cb=0x4029f0)
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Page = 595x842; 18,12 to 577,830
    D [03/Jan/2009:13:25:54 -0800] [Job 20] slow_collate=0, slow_duplex=0, slow_order=0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before copy_comments - %!PS-Adobe-3.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %!PS-Adobe-3.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%BoundingBox: 0 0 612 792
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%Pages: 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%LanguageLevel: 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%DocumentData: Clean7Bit
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%DocumentSuppliedResources: procset testprint/1.3
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%Creator: Michael Sweet, Apple Inc.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%CreationDate: D:20070606214000+0500
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%Title: Test Page
    D [03/Jan/2009:13:25:54 -0800] [Job 20] %%EndComments
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before copy_prolog - %%BeginProlog
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before copy_setup - %%Page: 1 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Before page loop - %%Page: 1 1
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Copying page 1...
    D [03/Jan/2009:13:25:54 -0800] [Job 20] pagew = 559.0, pagel = 818.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
    D [03/Jan/2009:13:25:54 -0800] [Job 20] PageLeft = 18.0, PageRight = 577.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] PageTop = 830.0, PageBottom = 12.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] PageWidth = 595.0, PageLength = 842.0
    D [03/Jan/2009:13:25:54 -0800] [Job 20] Wrote 1 pages...
    D [03/Jan/2009:13:25:54 -0800] PID 13599 (/usr/lib/cups/filter/pstops) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] /usr/lib/cups/filter/brlpdwrapperHL2040: line 139: /usr/local/Brother/cupswrapper/brcupsconfig3: No such file or directory
    D [03/Jan/2009:13:25:54 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:54 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:54 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:54 -0800] cupsdCloseClient: 10
    D [03/Jan/2009:13:25:54 -0800] PID 13598 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] /usr/local/Brother/lpd/filterHL2040: line 129: /usr/local/Brother/lpd/rawtobr2: No such file or directory
    D [03/Jan/2009:13:25:54 -0800] [Job 20] GPL Ghostscript 8.63: Unrecoverable error, exit code 1
    D [03/Jan/2009:13:25:54 -0800] PID 13601 (/usr/lib/cups/backend/usb) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] PID 13600 (/usr/lib/cups/filter/brlpdwrapperHL2040) exited with no errors.
    D [03/Jan/2009:13:25:54 -0800] [Job 20] File 0 is complete.
    I [03/Jan/2009:13:25:54 -0800] [Job 20] Completed successfully.
    D [03/Jan/2009:13:25:54 -0800] Discarding unused printer-state-changed event...
    D [03/Jan/2009:13:25:54 -0800] Discarding unused job-completed event...
    D [03/Jan/2009:13:25:55 -0800] [Job 20] Unloading...
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 7 GET /printers/HL2040 HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: Authorized as root using Basic
    D [03/Jan/2009:13:25:56 -0800] [CGI] /usr/lib/cups/cgi-bin/printers.cgi started - PID = 13683
    I [03/Jan/2009:13:25:56 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=13683)
    D [03/Jan/2009:13:25:56 -0800] cupsdSendCommand: 7 file=8
    D [03/Jan/2009:13:25:56 -0800] cupsdAcceptClient: 10 from localhost:631 (IPv4)
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:56 -0800] CUPS-Get-Default
    D [03/Jan/2009:13:25:56 -0800] CUPS-Get-Default client-error-not-found: No default printer
    D [03/Jan/2009:13:25:56 -0800] cupsdProcessIPPRequest: 10 status_code=406 (client-error-not-found)
    D [03/Jan/2009:13:25:56 -0800] [CGI] show_printer(http=0x152e930, printer="HL2040")
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:56 -0800] Get-Printer-Attributes ipp://localhost/printers/HL2040
    D [03/Jan/2009:13:25:56 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] cupsdReadClient: 10 POST / HTTP/1.1
    D [03/Jan/2009:13:25:56 -0800] cupsdAuthorize: No authentication data provided.
    D [03/Jan/2009:13:25:56 -0800] Get-Jobs ipp://localhost:631/printers/HL2040
    D [03/Jan/2009:13:25:56 -0800] cupsdProcessIPPRequest: 10 status_code=0 (successful-ok)
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] [CGI] lang="en_US.UTF8", locale="/en_US"...
    D [03/Jan/2009:13:25:56 -0800] cupsdCloseClient: 10
    D [03/Jan/2009:13:25:56 -0800] PID 13683 (/usr/lib/cups/cgi-bin/printers.cgi) exited with no errors.
    Cups config:
    # "$Id: cupsd.conf,v 1.1 2006/07/06 13:11:10 tpowa Exp $"
    # Sample configuration file for the Common UNIX Printing System (CUPS)
    # scheduler. See "man cupsd.conf" for a complete description of this
    # file.
    # Disable ssl by default, you have to generate own certs to use this feature eg. by this command:
    # openssl req -new -x509 -keyout /etc/cups/ssl/server.key -out /etc/cups/ssl/server.crt -days 365 -nodes
    # for other certs please refer to openssl manpage.
    # Setting Encryption to not required by default
    DefaultEncryption IfRequested
    # Log general information in error_log - change "info" to "debug" for
    # troubleshooting...
    LogLevel debug
    # Administrator user group...
    SystemGroup sys root
    # Only listen for connections from the local machine.
    Listen localhost:631
    # Socket disabled by default it makes KDE fail on CUPS
    # Listen /var/run/cups/cups.sock
    # To allow remote connections add for example
    # Listen <yourserverip>:631
    # Show shared printers on the local network.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow @LOCAL
    # Default authentication type, when authentication is required...
    DefaultAuthType basic
    # Restrict access to the server...
    # By default only localhost connections are possible
    <Location />
    Order allow,deny
    Allow localhost
    </Location>
    # Restrict access to the admin pages...
    <Location /admin>
    # Encryption disabled by default
    #Encryption Required
    Order allow,deny
    Allow localhost
    </Location>
    # Restrict access to configuration files...
    <Location /admin/conf>
    AuthType Basic
    Require user @SYSTEM
    Order allow,deny
    Allow localhost
    </Location>
    # Set the default printer/job policies...
    <Policy default>
    # Job-related operations must be done by the owner or an adminstrator...
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an adminstrator to authenticate...
    <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # End of "$Id: cupsd.conf,v 1.1 2006/07/06 13:11:10 tpowa Exp $".
    Last edited by hbarnwheeler (2009-01-03 23:36:53)

    Downloaded PPD file from here: http://www.profv.de/brother/
    Then, when I went to print, I'd get an error about foomatic.  I installed the following packages: foomatic-db, foomatic-db-engine, foomatic-filters and it worked.

  • My ipad2 cannot find my HP A3050 j661b airprint printer although the printer is connected with the same wifi network.Software updates are current on all and my other labtops also work properly with this printer in the same network.Further more it used to

    My Ipad 2 cant find my HP3050A j661b airprint printer although the printer is connected to the same wireless network and software updates are current on all and my other laptops also work properly with this printer.further more it used to work with my IPAD2 before when I used the old wireless router but now I changed it to HAUWEI HG231f but I set everything in the same way it was. Thanks in advance.

    When you change to the new router, did you re-run the CD to re-set the new SSID and password to the printer.
    Otherwise your iPad will not be able "talk" to your printer.

  • Is there a way to print from ipad 4 to a non AirPrint printer? I have a Canon Pixma MP 620 wifi which works fine with my PC but I don't want to buy a new printer. Is there an app for this or adaptors which could work?   thank, Ric

    Is there a way to print from ipad 4 to a non AirPrint printer?
    I have a Canon Pixma MP 620 wifi which works fine with my PC but I don't want to buy a new printer.
    Is there an app for this or adaptors which could work? 
    Thank, Ric

    Printopia is another option but be aware that since these solutions effectively act as a print server and AirPrint receiver, they require a computer to be running on the same WiFi network.
    Canon also has a couple of apps in the App Store that might facilitate this on non-AirPrint printers. Check out...
    Canon Easy-PhotoPrint
    Canon Mobile Printing
    PIXMA Printing Solutions

  • Can't Airprint  with HP Airprint printer

    My iPad 2 (ios 5.1) recently stopped printing on an HP Laserprint P1102w (which is an Airprint printer).  It was printing fine for months.  Now, when I try to print, it cannot find the printer.  My Macbook Air and iMac continue to print remotely (via WiFi) with no problem.  The router is an Airport Extreme.  Any suggestions would be appreciated.
    Thank you,
    Carl Kalwaitis

    ckalwaitis wrote:
    That could be the problem.  But I have never been able to find the printer queue.  Supposedly, "print center" appears only when in the process of printing.  But that's not possible because I can't get to that, can't even locate the printer.  I don't know what the "multitask bar" is.  And I've never seen an Airport icon, that is, on the ipad.  Of course, I have Airport Utility on my iMac and Macbook Air.  Can you help me with this?
    Reveal the task bar as pjl123 described.  If you see an icon of a printer, that's the Airprint Icon.  Tap it to show the print jobs and cancel any if needed.

  • I have an iMac running OS X 10.8.3 and have connected an Epson Workforce 2540 printed that is allegedly Airprint enabled. I can connect and print with a USB cable but can't connect via Airprint. My colleague running 10.7 can. Is this a feature of 10.8?

    I have an iMac running OS X 10.8.3 and have connected an Epson Workforce 2540 printed that is allegedly Airprint enabled. I can connect and print with a USB cable but can't connect via Airprint. My colleague running 10.7 can. Is this a feature of 10.8? Any ideas for a fix?

    iOS devices use AirPrint to connect to a supported printer. OS X will use Bonjour to locate and connect to the same printer.
    With the Epson connected to your wireless router, when you open Print & Scan and click the plus button to add, does the Epson appear in a small box with a heading of Nearby Printers?
    If not and a window appears showing Default, Fax, IP and Windows in the toolbar, do you see the Epson with the Default view selected?

  • Printing with iPhone to old HP Laserjet 2200d or new airprint?

    I'm switching/updating my calendaring system, which requires that I have a hard, printed monthly calendar 8 months in advance.  I bought an iPhone 6 Plus and have a few 3rd party calendars on it.  I think I want to us "Calendars 5" as my main calendar.  I have always used Microsoft Outlook 2010 for my PC calendar but I have not had any luck syncing my iPhone calendar with Outlook so I can print using the HP Laserjet 2200 which attached to the PC (XP) by cable.  So I have given up on this approach.
    As a work around, I am trying to figure out if I can just use my iPhone Calendar to enter appointments and somehow print directgly to the Laserjet to get the hard copy of my calendar.  After researching lots of options, I think maybe the best idea is to get a cheap airprint printer and try to print up my calendar using a wireless connection and forget about using my PC for my calendar.
    Any helpful ideas/thoughts?
    Thanks in advance... Tom

    To print wirelessly from the iOS device, the printer would either have to be AirPrint compatible, or you would need to see if the printer manufacturer has an app available in the app store that would allow for printing to printers that are not AirPrint compatible. The AirPrint printers need to be connected to your network via Wi-Fi, not directly connected to a computer.

  • Would someone recommend a portable airprint printer to use with IPad2.  Need something light weight for travel

    Would someone please recommend a lightweight portable airprint printer to use with my IPad 2 while traveling?
    Thanks

    How to print from iPad to a portable printer wherever you are:
    Issue: bluetooth portable printers cannot communicate or work with iPad.
    Solution: only work-around but works for me...
    1) app- PrintnShare Pro for iPad
    2) mobile hotspot, e.g., Verizon MiFi or other
    3) netbook e.g., Acer or other running windows and must use both Google Chrome browser & Google Cloud Print beta ---> assign your "classic printer" (no portable printers are "Air Print" or "e-print") in Google Chrome go to the wrench icon (top right), options, under-the-hood, and manage printers. You must let Google Cloud Print connector find your printer either hard wired to your pc on your network or via bluetooth.
    your netbook is online via wifi; when you use Print n Share Pro, it will see the portable printer as available on the google cloud. Whatever you want to print, with this app running, you will be prompted to select "open in PrintnShare Pro". When you hit print, it goes to Google Cloud, then through your wifi on netbook (or laptop), then bluetooth from your netbook/laptop to your bluetooth portable printer. Voila. Netbook/laptop can be in your briefcase, unseen. Works seamlessly. Hit print on iPad, & goes right to your HP 100 mobile printer, HP 470 mobile printer, Canon iP100, etc. Good luck.

  • I cannot get the officejet pro 8500a to print with airprint

    i cannot get the officejet pro 8500a to print with airprint

    Hello,
    Without having any specifics, I might suggest going to this link which is an excellent document that describes Airprint printing issues and what to do about them.  Good Luck!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02623193&cc=us&dlc=en&lc=en&product=4116838&tmp...
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

Maybe you are looking for