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...

Similar Messages

  • How can I share a laser printer with a windows laptop.

    How can I share a laser printer with a windows laptop. I can't install software or drivers on the laptop for a USB switch box, but the printer drivers are already installed.
    It is a work laptop and printer. There is no WiFi to the laptop, just USB.
    Is there a USB switch box that does not need any drivers?
    Thanks
    Julie

    Hi
    Thanks.
    I am not able to install any drivers or software on the work laptop and WiFi is not allowed either.
    Currently I am swapping cables, but it means crawling under the desk and is a bit of a pain.
    I was hoping that there would be a switch box that does not require drivers.
    Crawling and banging my head it is, then!
    Message was edited by: juliemeikle for awful typing

  • I want to use a Brother 5150D laser printer with my MacBP. Where can I get appropriate drivers please?

    Hi,
    First post here and my first Mac. I have a Brother 5150D laser printer currently being used on a Windows l/top. A great printer and I would like to link it up to the MB Pro. I have tried a few sites but no joy in getting a driver for linking it to the Mac. Any tips gratefully received.
    Many thanks
    tonybrockett

    Have you tried this? http://welcome.solutions.brother.com/BSC/public/us/us/en/model_top/monolaserpri/ hl5150d_all.html?reg=us&c=us&lang=en&prod=hl5150d_all
    Select Downloads, then select whatever operating system you are using.

  • Laser Printer with Scanning the works with Snow Leopard

    Buying a new MacBook Pro with Snow Leopard, and trying to find a B&W laser printer three-in-one (with faxing if possible) and scanning with optical character recognition for $300 or less. I know there were problems with Twain drivers and scanning with Mac OS in the past and Read Iris, but maybe these problems have been fixed. Any recommendations or articles I can be referred to? I see a lot of posts from people regarding printers they are not happy with or have trouble with wireless printing, so I know which ones not to buy.

    Check Macworld for reviews.

  • The Best HP Black and White Laser Printer with e-print

    Please could someone let me know the best HP Laser printer (Black cartridge only) to use in an office environment that has the e-print facility. It will be used frequently and will be printing multiple page PDF attachments from e-mails. Anyones guidance as to which e-print machine to buy will be most appreciated. Many thanks Simon

    The only Black and White Laser Printer that supports e-print is the HP LaserJet Pro M1536 Series Multifunction Printer.  Here is a link to the support site:  http://h10025.www1.hp.com/ewfrf/wc/product?product=3974279&lc=en&cc=us&dlc=en&lang=en&cc=us
    Other color LaserJet products that support e-print are the HP LaserJet Pro CM1415 Series and the CP1525 Series.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • Cant set up my HP office jet 8600 printer with my iPad mini

    Can't set my HP office jet 8600 printer with my iPad mini

    That is not an AirPrint supported printer. Check for compatibility here: http://support.apple.com/kb/HT4356
    Check the App Store for an HP app that may provide limited printing functionality. Alternatively, you can use your computer as a wireless print server using an app like Printopia. Note that your computer must be on and able to print for this solution to work.

  • Cannot get Brother HL-2140 laser printer to work -- AT WIT'S END...

    Hi, I'm hoping someone can help me to get this printer to work -- I'm about at the point that I'm just ready to chuck the d*mn thing out the window!
    For the record, I'm trying to use it with a Dual 1.42 GHz PowerPC G4 with 2 GB of memory, running System Version 10.5.6. And connection via USB.
    I CANNOT get it to print anything. Well, that's not COMPLETELY accurate -- I WAS able to get it to print a "printer settings" page by pushing the button on the printer. So obviously, it works. But ANYTHING sent from the computer -- no go. Every time, the print monitor or whatever it's called gives me a message saying "*Sending data failed!"*
    I have the latest driver downloaded from the Brother website. I have scoured the manual, the Brother website, and googled it, and have tried EVERY fix I've been able to find, save one (that I'm trying to avoid, for reasons I'll explain later). NONE of them have worked.
    There was a thread on here back in November, which I would've just posted on, but it's archived:
    http://discussions.apple.com/thread.jspa?messageID=8507844&tstart=0
    I downloaded and tried the Print Therapy program that was mentioned in this thread -- it didn't help. The only thing I haven't tried is archiving and reinstalling, as was mentioned in the thread. I assume this means the system software, right? I REALLY don't want to do this, if I don't absolutely HAVE to. I have always bought Macs, because they just work. I don't want to "get under the hood" and tweak and tinker to get my computer to run better, or constantly have someone ELSE work on it when it's not working right, like many of my PC-owning friends have to. I don't run out and get the newest system software the instant it comes out, either -- instead of getting excited over new features and stuff, I generally tend more to get annoyed that I have to "relearn" or get used to the new ways things are set up or run or whatever. Anyway, when I got an iPhone a little over a year ago, I discovered after bringing it home that I had to go back to the Apple Store to buy Leopard -- because I couldn't activate the phone on my Mac (with old system software). So I did, installed it, and got a blue screen. That's it. Nothing else. I had to call Apple support and have someone talk me through going into the Terminal (which I didn't even know existed until that point) and enter a bunch of code. I felt like I was back in high school 20+ years ago, learning MS-DOS in computer class (which is why I didn't continue on with learning computer programming. Yuk. I discovered the Mac, and never looked back...). After about a half hour or so, we finally got it working. So my point after all that is that if I reinstall Leopard, I'm afraid I'll get just the blue screen again -- and I don't want to go through THAT again...
    In the thread, someone mentioned using Pacifist to install just parts of it. If I tried that, does anyone know exactly WHAT parts I would need to reinstall? Or does anyone even know if I'm at risk of getting the "blue screen" again, if I do either this OR a full install? Will it "reset" all that stuff I typed into the Terminal to the way it was when I first installed Leopard, or is whatever I changed in there now permanently changed?
    Any help would be greatly appreciated.

    It's 95% sure to be a software problem - but...
    You need to start eliminating possibilities. Like, you need to try a different USB cable. You need to try the printer and cable on a different computer.
    Go to Blue Apple Menu > About this Mac > More Info and check to be sure your Mac knows there's a Brother printer attached.
    Use your Apple Hardware Test CD (or maybe your model has that as a program on the original Install DVD) and run the test.
    Read up on Archive and Install:
    http://support.apple.com/kb/HT1545
    http://discussions.apple.com/thread.jspa?threadID=1264477

  • Need a driver that will work for HP Color Jet Laser Printer with OS 10.7

    How can I download a drive, and fom where, that will allow me to print from a Mac Book Air with OS 10.7 from an HP 1600 LASER COLOR JET. Thank you

    Hey Ravenmark,
    This may or may not work but you can try using the Mac OSX drivers for the 1500 series and see if you get any good results.
    They're listed here:
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us &prodNameId=239140&prodTypeId=18972&prodSeriesId=239135&swLang=8&taskId=135&swEn vOID=219
    I work for HP.

  • How can i set up my HP photo smart premium printer with my new iPad Air

    i don,t know much about these things at all so the answer has to be very easy

    Hi,
    We can't have an answer because we don't know your printer. HP Photosmart Premium is a series of many printers. Firstly please check to see if your printer in the list:
    http://support.apple.com/kb/ht4356
    If YES, you can use this to fix/setup:
    iPad: http://www.apple.com/support/ipad/assistant/airprint/
    iPhone: http://www.apple.com/support/iphone/assistant/airprint/
    If NO you have to print using other apps such as :
       http://itunes.apple.com/au/app/hp-eprint/id299531647?mt=8
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • TS1253 Brother laser printer not responding

    My old Airport Extreme Base Station (the white flying saucer one) was acting flakey and I replaced it with a new Airport Extreme Base Station. I set up the new base station and hooked up a Brother HL-5070N laser printer to the base station with Ethernet and an Epson 3800 with USB. I deleted all the printers and replaced them with the Brother and Epson printers.
    The problem is that the Brother printer doesn't respond when I print to it. Sometimes it will print when I cycle the power off and then back on.
    I have had virtually no problems with either printer in the past. They just worked and worked.
    I am running Lion 10.7.3 and have downloaded the latest printer driver from the Brother site. The driver is the CUPS version 4.10 (I think).
    I have restarted the computer (nearly new MacBook Pro) several times with no success in curing the problem.
    A symptom with the new AEBS is that the status LED is flashing amber which is supposed to indicate that there is a problem. The Airport Utility tells me that there is a problem with the internet connection, but I am able to access the internet.
    I would be grateful for any help.
    Thanks.

    HACKINTOSH,
    Thanks for checking in on my printer problem.
    I managed to get the laser printer to work by a lot of fiddling. I had to reset the printer to it's factory defalut setting several times. Also, the AEBS flashing amber light magically changed to solid green -- I don't quite know why.
    I think the Brother laser printer is working now. I hope it stays that way.

  • I need to share my laser printer on my PC network with my wife's MacBook Pro but I don't know how to set it up on the Mac.

    ADDING A MacBookPro to a vista network
    printer sharing with MacBookPro & Vista
      ADDING A MacBookPro to a vista network
    Options
    08-25-2014 01:13 AM
    I have an HP model Pavilion a6528p tower PC, a Belkin F6D4230-4 wireless router,
    My Brother HL2140-XML laser printer is connected via
    USB cable to my HP tower PC
    My operating system is Windows Vista Home Premium. My
    ISP is Time Warner Cable.
    My wife's laptop is an Apple MacBook Pro and currently accesses the internet via the Belkin wireless router.
    NOW,
    I want to set up the MacBookPro to send documents wirelessly and print them on the laser printer.
    All of the other threads I found deal with Windows PC's but I have one PC and one Mac.
    I need instructions on how to set up the Apple MacBookPro.
    Thanks.

    Hey patriot80,
    Thanks for the question. I understand that you wish to setup Printer sharing with your iMac and your Wife’s MacBook Pro. The following resource may provide a solution:
    OS X Mountain Lion: Share your printer
    http://support.apple.com/kb/PH11450
    Thanks,
    Matt M.

  • Brother laser printer not printing Acrobat 8 PDFs

    My beloved Brother HL 5250DN laser printer was not printing Acrobat 8 PDFs, and since installing CS4 it won't print PDFs OR InDesign files. Help!
    The PDF printing problem started suddenly about 6 months ago. Now, as I mentioned, it won't print from Acrobat 9 or InDesign CS4. This is greatly compromising my graphic design job search, as the Brother is my little workhorse! What could this conflict be? Why does it seem to be getting progressively worse? Thanks for your help, all!

    If you haven't thrown away the DMG file yet. You deleted using wrong application.
    Use Printer Utility.
    open Printer Utility and remove the instance of your printer.
    Remove from list.
    now open the Printer Driver File you download. look and see if there is an Uninstall. If so, run it. On HP Drivers if you hold down Control or option key it will change from installer to uninstaller.
    Now this time Install driver let it install everything.
    Now open Printer Utility and have it to locate Printers. Your Printer should pop up in list. Now choose and make it the default Printer for system.
    Now open Acrobat, (if you have Acrobat 9, hope and pray, you don't have the no show printer in page setup) in setup choose desired printer the choose type paper,  (8.5X11 letter)  then choose orientation Portriat.
    Now click on Page atributes, and click on Save as default. This set the default setup Acrobat will go to when first opened.
    Now open a PDF and Try.
    Repeat with inDesign, note: Using your printer, only prints already created PDF's does not create Pdf's.

  • I have a macbook pro using version 10.7.4 and I can't print multiple size pages in a pdf file using the brother laser printer hl-5470 dwt

    I have a Macbook Pro using the 10.7.4 version. I recently bought a Brother HL-5470DWT Laser Printer. I can't seem to tell the printer to print multiple size pages in my pdf files.
    No matter what I do it still prints all the documents as 8.5x11! It isn't pulling the paper from both printer trays.
    Please Please help me out....
    deb

    Contact Brother tech support.

  • HT1338 How to download Java RuntimeEnvironment for my new Brother laser printer?

    I recently purchased a Brother HL 2270DW laser printer to print  from my iMac (Intel) desktop computer. However, after inserting the CD into the computer I get an error message stating thus "This OS version is not supported. Software cannot be installed." There is a firmware update v 1.17, release date 06-27/13 for the Brother printer but, again catch-22, it requires Java Runtime (environment).
    When prompted to go to http://support.apple.com/kb/HT1338?viewlocale=en_US I see no further instruction on how to update the Java Runtime. I am running iMac OS X10.7.5. Please help.

    https://www.google.com/search?q=Java%20Runtime%20Enviorment%20For%20Mac&ie=utf-8 &oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&channel=np&source =hp
    This link is from Google and shows several places.

  • Poor laser printing from Mac InDesign2

    I'm using InDesign CS2 on a MacPro OS 10.4.5. I bought a Brother HL 2140 laser printer to make clean black and white (mostly text) printouts of my book layouts for client's proofing process. Unfortunately, the print outs are not laser quality when originating from InDesign. They ARE laser quality from the Text Edit utility, and the test prints embedded from within the printer. It's just printing from InDesign (or Photoshop for that matter) that creates a more draft quality print out.
    I've spent hours searching forums on several sites and haven't turned up any conversations. I've talked with the printer's support folks but they are more PC based with solutions and responses. No answers there. I've tested every combination of printer setting possible within InDesign... I've created pdf files from which to print, all with the same low quality results. I don't believe this problem is specific to a Brother printer. I had the same results with my Canon all-in-one machine (inkjet). I've talked with Adobe support, but that was brief as CS2 is no longer supported via phone. I have the most recent driver for the printer.
    I suspect it's something to do with postscript vs. non-postcript language? Emulated postscript? Not enough chocolate in the world? I'm stumped. This printer has GDI emulation, but no postscript emulation. One of Brother's higher priced models has BR-Script3 emulation, is that the answer?
    If this turns out to be the wrong printer, it needs to be returned within two days, so I'm up against the wire. Anyone have some thoughts? Thank you!

    Thanks, JJGraphics,
    My past experience with creating a PDF directly from ID2 and printing from the PDF showed a moderate improvement, yes, but one I was wishing had a more laser printer quality. I still sent the print outs created from pdf files to clients, but cringed at the quality. My printer choices have been on the cheap price end of the spectrum----yours is FABulous!---so that was likely a large factor in my disappointing results on non-Postscript printers. Now, my most active client doesn't want their designers to send color proofs anymore. They bought an expensive in-house system and run the pdf or jpeg comps themselves. They still require hard copy print outs of the book interior design layouts and that has lead to my quest for a better black and white proof. Now I know to look for Adobe PostScript thanks to the input from this forum. I'm appreciative.

Maybe you are looking for