Arch fails to print over CUPS

Hello community,
I'm using a Raspi running Raspbian and CUPS 1.5.3 and a Brother HL-2030 printer hanging on the Raspi. Several clients are connected through the local network and should be able to use the printer. The machines are running Xubuntu, Manjaro and Arch. On the Xubuntu and Manjaro machines printing works out of the box (the printer is being discovered and shown in the printing dialogue automatically and then printing works).
On the Arch machine, however, it doesn't work. The printer is also discovered automatically but printing gives these errors in the /var/log/cups/error_log:
On the client there is no output, only this (but the timestamps don't match the time when the print job has been sent):
E [28/May/2015:09:22:15 +0200] Unknown directive BrowseOrder on line 9 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive BrowseAllow on line 10 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive BrowseRemoteProtocols on line 11 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive BrowseAddress on line 12 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive JobPrivateAccess on line 90 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive JobPrivateValues on line 91 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive SubscriptionPrivateAccess on line 93 of /etc/cups/cupsd.conf.
E [28/May/2015:09:22:15 +0200] Unknown directive SubscriptionPrivateValues on line 94 of /etc/cups/cupsd.conf.
On the server (Raspi):
E [28/May/2015:14:33:35 +0200] [Job 176] Job stopped due to filter errors; please consult the error_log file for details.
D [28/May/2015:14:33:35 +0200] [Job 176] The following messages were recorded from 14:33:34 to 14:33:35
D [28/May/2015:14:33:35 +0200] [Job 176] Adding start banner page "none".
D [28/May/2015:14:33:35 +0200] [Job 176] Queued on "Brother_HL-2030_series" by "photon".
D [28/May/2015:14:33:35 +0200] [Job 176] File of type application/vnd.cups-pdf queued by "photon".
D [28/May/2015:14:33:35 +0200] [Job 176] Adding end banner page "none".
D [28/May/2015:14:33:35 +0200] [Job 176] job-sheets=none,none
D [28/May/2015:14:33:35 +0200] [Job 176] argv[0]="Brother_HL-2030_series"
D [28/May/2015:14:33:35 +0200] [Job 176] argv[1]="176"
D [28/May/2015:14:33:35 +0200] [Job 176] argv[2]="photon"
D [28/May/2015:14:33:35 +0200] [Job 176] argv[3]="[T3Übungsblatt5s1](importiert)"
D [28/May/2015:14:33:35 +0200] [Job 176] argv[4]="1"
D [28/May/2015:14:33:35 +0200] [Job 176] argv[5]="EconoMode=off InputSlot=auto job-originating-host-name=192.168.2.100 job-uuid=urn:uuid:a0d99b40-10c0-372e-73fe-6c4a73c618dd MediaType=plain PageSize=Letter Resolution=600x600dpi time-at-creation=1432816414 time-at-processing=1432816415"
D [28/May/2015:14:33:35 +0200] [Job 176] argv[6]="/var/spool/cups/d00176-001"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[8]="HOME=/var/spool/cups/tmp"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[10]="SERVER_ADMIN=root@raspberrypi"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[11]="SOFTWARE=CUPS/1.5.3"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[13]="TZ=Europe/Berlin"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[14]="USER=root"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[17]="IPP_PORT=631"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[18]="CHARSET=utf-8"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[19]="LANG=de_DE.UTF-8"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[20]="PPD=/etc/cups/ppd/Brother_HL-2030_series.ppd"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[21]="RIP_MAX_CACHE=128m"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[22]="CONTENT_TYPE=application/vnd.cups-pdf"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[23]="DEVICE_URI=usb://Brother/HL-2030%20series?serial=F6J111812"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[24]="PRINTER_INFO=Brother HL-2030 series"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[25]="PRINTER_LOCATION="
D [28/May/2015:14:33:35 +0200] [Job 176] envp[26]="PRINTER=Brother_HL-2030_series"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[27]="PRINTER_STATE_REASONS=none"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[28]="CUPS_FILETYPE=document"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[29]="FINAL_CONTENT_TYPE=printer/Brother_HL-2030_series"
D [28/May/2015:14:33:35 +0200] [Job 176] envp[30]="AUTH_I****"
D [28/May/2015:14:33:35 +0200] [Job 176] Started filter /usr/lib/cups/filter/gziptoany (PID 3371)
D [28/May/2015:14:33:35 +0200] [Job 176] Started filter /usr/lib/cups/filter/foomatic-rip (PID 3372)
D [28/May/2015:14:33:35 +0200] [Job 176] Started backend /usr/lib/cups/backend/usb (PID 3373)
D [28/May/2015:14:33:35 +0200] [Job 176] Getting input from file
D [28/May/2015:14:33:35 +0200] [Job 176] foomatic-rip version 4.0.17.256 running...
D [28/May/2015:14:33:35 +0200] [Job 176] Parsing PPD file ...
D [28/May/2015:14:33:35 +0200] [Job 176] Added option ColorSpace
D [28/May/2015:14:33:35 +0200] [Job 176] Added option PageSize
D [28/May/2015:14:33:35 +0200] [Job 176] Added option ImageableArea
D [28/May/2015:14:33:35 +0200] [Job 176] Added option PaperDimension
D [28/May/2015:14:33:35 +0200] [Job 176] Added option EconoMode
D [28/May/2015:14:33:35 +0200] [Job 176] Added option InputSlot
D [28/May/2015:14:33:35 +0200] [Job 176] Printing on printer with URI: usb://Brother/HL-2030%20series?serial=F6J111812
D [28/May/2015:14:33:35 +0200] [Job 176] Added option Resolution
D [28/May/2015:14:33:35 +0200] [Job 176] Added option MediaType
D [28/May/2015:14:33:35 +0200] [Job 176] Added option Font
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] Parameter Summary
D [28/May/2015:14:33:35 +0200] [Job 176] -----------------
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] Spooler: cups
D [28/May/2015:14:33:35 +0200] [Job 176] Printer: Brother_HL-2030_series
D [28/May/2015:14:33:35 +0200] [Job 176] Shell: /bin/bash
D [28/May/2015:14:33:35 +0200] [Job 176] PPD file: /etc/cups/ppd/Brother_HL-2030_series.ppd
D [28/May/2015:14:33:35 +0200] [Job 176] ATTR file:
D [28/May/2015:14:33:35 +0200] [Job 176] Printer model: Brother HL-2030 Foomatic/hl1250 (recommended)
D [28/May/2015:14:33:35 +0200] [Job 176] Job title: T3Übungsblatt5s1importiert
D [28/May/2015:14:33:35 +0200] [Job 176] File(s) to be printed:
D [28/May/2015:14:33:35 +0200] [Job 176] <STDIN>
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] Ghostscript extra search path ('GS_LIB'): /usr/share/cups/fonts
D [28/May/2015:14:33:35 +0200] [Job 176] Printing system options:
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'job-originating-host-name=192.168.2.100'
D [28/May/2015:14:33:35 +0200] [Job 176] Unknown option job-originating-host-name=192.168.2.100.
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'job-uuid=urn:uuid:a0d99b40-10c0-372e-73fe-6c4a73c618dd'
D [28/May/2015:14:33:35 +0200] [Job 176] Unknown option job-uuid=urn:uuid:a0d99b40-10c0-372e-73fe-6c4a73c618dd.
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'time-at-creation=1432816414'
D [28/May/2015:14:33:35 +0200] [Job 176] Unknown option time-at-creation=1432816414.
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'time-at-processing=1432816415'
D [28/May/2015:14:33:35 +0200] [Job 176] Unknown option time-at-processing=1432816415.
D [28/May/2015:14:33:35 +0200] [Job 176] Options from the PPD file:
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'EconoMode=off'
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'InputSlot=auto'
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'MediaType=plain'
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'PageSize=Letter'
D [28/May/2015:14:33:35 +0200] [Job 176] Pondering option 'Resolution=600x600dpi'
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] ================================================
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] File: <STDIN>
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] ================================================
D [28/May/2015:14:33:35 +0200] [Job 176]
D [28/May/2015:14:33:35 +0200] [Job 176] Cannot process "<STDIN>": Unknown filetype.
D [28/May/2015:14:33:35 +0200] [Job 176] Process is dying with "Could not print file <STDIN>
D [28/May/2015:14:33:35 +0200] [Job 176] ", exit stat 2
D [28/May/2015:14:33:35 +0200] [Job 176] Cleaning up...
D [28/May/2015:14:33:35 +0200] [Job 176] libusb_get_device_list=5
D [28/May/2015:14:33:35 +0200] [Job 176] STATE: +connecting-to-device
D [28/May/2015:14:33:35 +0200] [Job 176] STATE: -connecting-to-device
D [28/May/2015:14:33:35 +0200] [Job 176] Printer found with device ID: MFG:Brother;CMD:PJL,HBP;MDL:HL-2030 series;CLS:PRINTER; Device URI: usb://Brother/HL-2030%20series?serial=F6J111812
D [28/May/2015:14:33:35 +0200] [Job 176] Device protocol: 2
D [28/May/2015:14:33:35 +0200] [Job 176] Sending data to printer.
D [28/May/2015:14:33:35 +0200] [Job 176] Sent 0 bytes...
D [28/May/2015:14:33:35 +0200] [Job 176] Waiting for read thread to exit...
D [28/May/2015:14:33:35 +0200] [Job 176] End of messages
D [28/May/2015:14:33:35 +0200] [Job 176] printer-state=3(idle)
D [28/May/2015:14:33:35 +0200] [Job 176] printer-state-message="Sending data to printer."
D [28/May/2015:14:33:35 +0200] [Job 176] printer-state-reasons=none
E [28/May/2015:14:38:36 +0200] [Job 176] Stopping unresponsive job!
If I add the printer manually using the "raw" driver (which helped earlier: https://bbs.archlinux.org/viewtopic.php?id=193650), I get following error_log:
On the client:
E [28/May/2015:14:45:08 +0200] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
E [28/May/2015:14:45:20 +0200] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
E [28/May/2015:14:45:35 +0200] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
On the server: nothing.
Any hints how to track down the problem?
Thanks,
Photon
Last edited by PhotonX (2015-05-28 12:59:59)

Hi,
why did you not try adding nomodeset with the regular boot? During the net-install no video drivers will be installed;
you have to install them after reboot after installing xorg. The (video)problem you had with booting from usb is still
present.

Similar Messages

  • HT3049 Why do I keep getting "Connection failed: NT_STATUS_BAD_NETWORK_NAME" when trying to print on Windows networked printer over wi-fi?

    Why do I keep getting "Connection failed: NT_STATUS_BAD_NETWORK_NAME" when trying to print on Windows networked printer over wi-fi?

    If I run the following (on the machine I'm trying to set up the share)
    smbclient -L localhost -U%
    I got the following output
    Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
    so I thought it might be something incorrect with the iptables side of things, however I haven't really touched that at all and it seems to look correct
    iptables -nvL
    Chain INPUT (policy ACCEPT 667 packets, 79977 bytes)
    pkts bytes target prot opt in out source destination
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    Chain OUTPUT (policy ACCEPT 157 packets, 20724 bytes)
    pkts bytes target prot opt in out source destination
    So from my (very little) knowledge this appears correct (I think)... However it appears that something is blocking access somewhere.

  • [SOLVED] Unable to Print from CUPS - DBus Errors?

    Hi all-
    I'm unable to print on CUPS after doing a recent system upgrade. Not excatly sure what's going on, but below is an output of the error log. Just as a side note- I have two arch machines. The one I'm having problems with has XFCE, my other arch has aweosme and cups works fine. So we can rule out the actual printer as being the problem.
    A few of the errors below are attempts to cancel a test print page job and getting forbidden. Not sure why this would happen other than possibly not logging in as root, but that's not even the main issue. So yea, any help would be appreciated.
    Just one more thing, I've noticed in /etc/cups that one of the config files was renamed to cupsd.conf.pacnew. Anyone know why pacman is over-writting those config files?
    W [27/Mar/2013:12:37:37 -0400] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_EPSON_Stylus_Photo_R220
    E [27/Mar/2013:15:37:31 -0400] Returning HTTP Forbidden for Cancel-Job (ipp://localhost/jobs/44) from localhost
    E [27/Mar/2013:15:39:22 -0400] Returning HTTP Forbidden for CUPS-Add-Modify-Printer (ipp://localhost/printers/EPSON_Stylus_Photo_R220) from localhost
    E [27/Mar/2013:15:40:34 -0400] Returning HTTP Forbidden for CUPS-Get-Devices (no URI) from localhost
    E [27/Mar/2013:15:40:34 -0400] [CGI] CUPS-Get-Devices request failed with status 401: Forbidden
    E [27/Mar/2013:15:41:19 -0400] Returning HTTP Forbidden for Cancel-Job (ipp://localhost/jobs/44) from localhost
    E [27/Mar/2013:15:42:07 -0400] Returning HTTP Forbidden for Purge-Jobs (ipp://localhost/printers/EPSON_Stylus_Photo_R220) from localhost
    E [27/Mar/2013:15:42:31 -0400] Returning HTTP Forbidden for CUPS-Get-Devices (no URI) from localhost
    E [27/Mar/2013:15:42:31 -0400] [CGI] CUPS-Get-Devices request failed with status 401: Forbidden
    Last edited by w201 (2013-03-27 21:57:26)

    Inxsible wrote:
    w201 wrote:Just one more thing, I've noticed in /etc/cups that one of the config files was renamed to cupsd.conf.pacnew. Anyone know why pacman is over-writting those config files?
    In fact, it's not overwriting the config file, which is why you have a pacnew file. You need to read up a bit more on pacman and pacnew and pacsave in general.
    You should merge any and all pacnews with your corresponding config files if pacman tells you that it has created a pacnew file during upgrade. Don't just replace them with newer versions though, because it can lead to bad things like locking you out of the system if you do that for certain files like group or gshadow etc.
    You're completely right, it's not overwriting the files, hence pacnew... bad choice of words.
    ***EDIT***
    Okay....well, I read up on pacnew and pacsave. Thanks for pointing that out, Inxsible. Merging the files solved the problem.
    Thanks again!
    Last edited by w201 (2013-03-27 21:57:00)

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

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

  • Printing over network printer (HP Officejet 8500)

    Hi,
    I have a HP Officejet 8500A which is connected over ethernet to our intranet.
    I now would like to know how I now can use this printer, I think the printer self is based on linux and gets properly supported by hplip and/or foomatic but I don't now how to react by an network printer
    Regards

    Thanks for the quick answer
    I done this with hp-setup as you told. It finds the Printer and it's PPDs but it breaks up with an error at the end
    hp-setup -i
    warning: python-dbus not installed.
    HP Linux Imaging and Printing System (ver. 3.11.5)
    Printer/Fax Setup Utility ver. 9.0
    Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    (Note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.)
    | SELECT CONNECTION (I/O) TYPE |
      Num       Connection  Description                                               
                Type                                                                 
      0*        usb         Universal Serial Bus (USB)                               
      1         net         Network/Ethernet/Wireless (direct connection or JetDirect)
      2         par         Parallel Port (LPT:)                                     
    Enter number 0...2 for connection type (q=quit, enter=usb*) ? 1
    Using connection type: net
    Using device: hp:/net/Officejet_Pro_8500_A910?zc=HPOccam
    Setting up device: hp:/net/Officejet_Pro_8500_A910?zc=HPOccam
    | PRINT QUEUE SETUP |
    Please enter a name for this print queue (m=use model name:'Officejet_Pro_8500_A910'*, q=quit) ?m
    Using queue name: Officejet_Pro_8500_A910
    Locating PPD file... Please wait.
    Found PPD file: drv:///hp/hpijs.drv/hp-officejet_pro_8500_a910-hpijs.ppd
    Enter a location description for this printer (q=quit) ?
    Enter additonal information or notes for this printer (q=quit) ?
    Adding print queue to CUPS:
    Device URI: hp:/net/Officejet_Pro_8500_A910?zc=HPOccam
    Queue name: Officejet_Pro_8500_A910
    PPD file: drv:///hp/hpijs.drv/hp-officejet_pro_8500_a910-hpijs.ppd
    Location:
    Information:
    | PRINTER TEST PAGE |
    Would you like to print a test page (y=yes*, n=no, q=quit) ? y
    warning: python-dbus not installed.
    warning: hp-testpage should not be run as root/superuser.
    HP Linux Imaging and Printing System (ver. 3.11.5)
    Testpage Print Utility ver. 6.0
    Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
    This software comes with ABSOLUTELY NO WARRANTY.
    This is free software, and you are welcome to distribute it
    under certain conditions. See COPYING file for more details.
    warning: Qt/PyQt 4 initialization failed.
    error: hp-testpage -u/--gui requires Qt4 GUI support. Entering interactive mode.
    No log handling enabled - using stderr logging
    Created directory: /var/net-snmp
    Created directory: /var/net-snmp/mib_indexes
    error: Unable to communicate with device (code=12): hp:/net/Officejet_Pro_8500_A910?zc=HPOccam
    error: Unable to print to printer. Please check device and try again.
    note: If an error occured, or the test page failed to print, refer to the HPLIP website
    note: at: http://hplip.sourceforge.net for troubleshooting and support.
    Done.

  • 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

  • Problems printing over network

    i have a macbook pro and a macbook air running os x 10.5.8 that i usually print with over my wifi network to a kyocera mita fs-1010 that is connected by usb to a powerbook G4 running 10.3.9. the past few weeks there have been problems.
    at first when i printed something it looked like the doc was spooling to the printer but then nothing came out the other end. i tried uninstalling and reinstalling the driver, and the printer over LPD and IPP but it didn't improve.
    i found this kb article http://support.apple.com/kb/HT2275 and ran the terminal command
    cupsctl BrowseProtocols='"cups dnssd"'
    next time i went to install the printer, the fs-1010 was there in the default list, i added it and all worked fine.
    until today, the fs-1010 has disappeared from the printer list & i can't add it back & it's not showing up if i run the terminal command.
    what may be the problem, and can anyone please help with a fix ?
    thanks.

    Well there must be something blocking the cups broadcast. Do you have the firewall enabled on any Mac or router? When the browsing is set to Bonjour, these packets will typically be allowed to pass through the network. But since you had to change the broadcast detection method to include CUPS (to support 10.3.9), then maybe this is being blocked between the PowerBook and the other Mac's?
    If there is no firewall blocking, then another possible cause could be IP addressing. By default, Mac's on the same subnet as other Mac's will receive information being broadcast about shared printers. However, if the Mac is on a different subnet to the Mac sharing the printer, then the packet will not be seen. To resolve this you can ensure all Mac's are set to the same IP subnet (typically the first three numbers of the IP address).
    Pahu

  • Unable to print to local Printer over RDP - Windows Server 2008

    Hi,
    Windows 2008 Foundation R2.
    Started to have issues with printing to a Local printer over RDP.
    The problems started on Friday 11th April. The only possible issue I can identify is that around that time LogMeIn was updated on the server, including the LMIPrinter DLL's.  I have contacted Logmein for instructions on how to uninstall LMI completely
    and followed these but am still experiencing the problem.
    When attempting a Test Page print the confirmation that the Test Print has been sent to is displayed and the print appears then disappears in the Print queue but nothing appears on the Local PC print queue or event logs.
    On the server the Event Log shows the following error;
    The document Test Page, owned by admin, failed to print on printer Canon MG7100 series Printer (redirected 2/copy 1). Try to print the document again, or restart the print spooler.
    Data type: RAW. Size of the spool file in bytes: 142691. Number of bytes printed: 0. Total number of pages in the document: 1. Number of pages printed: 0. Client computer: \\ONESTAGE-TS01. Win32 error code returned by the print processor: 2147500037. Unspecified
    error
    I have searched for possible solutions to RDP printing problems and where relevant implemented them but no change.
    I have access to a second customer who uses RDP and am able to log onto that and print to my local printer so am pretty sure there is nothing wrong with the local printer or settings.  On the Server with the problem the problem affects all RDP users
    and all printers (including Adobe PDF printer and MS XPS printer).  All printers are defaulting to the EasyPrint Drivers.
    Grasping at straws I think the LMI update has banjaxed something with the RDP remote printing and an LMI uninstall hasn't fixed it.  Is there a way to reinstall the RDP Printing?  Would uninstalling & reinstalling .NET have that effect?

    Hi,
    Thank you for posting in Windows Server Forum.
    What’s your client OS and RDP version in your environment?
    First of all suggest you to run “sfc /scanow” with this link to check whether which file causing the issue. Check the RDP version on the RDP client computer as well as the .NET framework version with respect to the operating system used (as explained above).
    Also verify that the RD Session Host / Terminal Server role is installed if the host computer is running Windows Server 2008 R2 or Windows Server 2008.
    The setting “Use Remote Desktop Easy Print printer driver first” must be set to “Enabled” for Easy Print redirection, and it has to be “Disabled” for Legacy Print. For “Not configured”, Easy Print is chosen by default.
    Check The Remote Desktop Configuration Tool (tsconfig.msc) settings to ensure that the “Windows Printer” option is not disabled (it is not disabled by default). 
    Make sure that the “Printers” check box in the client (mstsc.exe) window on the “Local Resources” tab is checked. The corresponding setting in the associated RDP file is “redirectprinters:i:1”.
    More information:
    Using Remote Desktop Easy Print in Windows 7 and Windows Server 2008 R2
    http://blogs.msdn.com/b/rds/archive/2009/09/28/using-remote-desktop-easy-print-in-windows-7-and-windows-server-2008-r2.aspx?Redirected=true
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • HP ENVY 4500 fails to print lower half of last page of series

    When printing a document over several pages my ENVY 4500 fails to print the lower half of the last page to be printed. Because pages are printed in reverse numerical order, this is in fact page 1 of the document.

    Try installing the Microsoft patch for the WSD service.  http://support.microsoft.com/kb/3000461
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • Failing to print very large files

    I've got an iMac running the newest Leopard, printing to a network printer. Printing usually works without incident. However, when printing large documents -- say a 20-40MB PowerPoint presentation with lots of color -- I receive the following message after 10-20 minutes of waiting:
    /usr/libexec/cups/backend/socket failed
    The printer is an HP Color LaserJet 8550DN with 96MB RAM and a 3.1GB internal HD.
    When printing large documents to this printer, printing seems to proceed correctly (if slowly) before reaching the inevitable error message.
    Possible causes would seem to be
    --too large a print job for the printer (though lpq suggests that many of the jobs that failed were <50MB). There was no other network printing taking place on this printer when the jobs failed.
    --some kind of timeout issue. How is the timeout value set? It doesn't appear to be in /etc/cups/cupsd.conf, at least at the moment.
    Any other suggestions appreciated.
    Thanks.

    This info relates directly only to an Epson 9800. However, it may have applications elsewhere.
    Generally, the print spooler in the 9800 with Photoshop will not print large files (>100 mb or so) unless you first convert them to the printer profile and shut down and restart the Mac and then print the converted image. This is true for Tiger and Leopard. In addition Leopard takes about twice as long to spool and since I print lots of 500 mb files, I have given up and gone back to Tiger (lots of other reasons also).

  • MF4770n Linux Printing Over Wired Ethernet

    Having a problem printing from Linux over the wired network to my MF4770n. CUPS finds the printer over the network just fine (I've tried all 3 connection options offered). CUPS reports the test prints finished OK. The printer wakes up from sleep and does nothing. No error messages on printer nor CUPS log.
    Distro's tried: Debian Wheezy & Jessie, Ubuntu 14.04
    Drivers installed: Both latest CUPS & UFRII DEB's from Canon website.
    Any help would be appreciated

    I'm no expert but I don't think you can print from your wired Mac via the router- I had a similar problem a while ago. Now I have my printer connected to the express via usb that is shared by my laptops wirelessly. I also have an iMac connected to the express via ethernet that works fine too.
    I think the printer has to be connected directly to the express, not through a router.
    Hope this helps!

  • Need guru assistance printing over airport to unsupported printer

    OK. I have an HP 3650 attached to an Airport Express. In my home wireless network (powered by Buffalo router) there are several windows machines and one mac mini, all connecting over 802.11g.
    I cannot print to this printer using the Mac mini, and I guess that makes sense, it's not supported. But I configured the Airport using the mac, and I can print to that printer wirelessly using my windows machines.
    In fact, technically, I can even print from the Mac mini - when I'm printing from Windows XP home in a Parallels session. So it drives me nuts nuts NUTS that I can't print natively from OS X, even using direct IP printing and CUPS drivers and whatnot.
    Anybody out there got the elite skills to get this thing working? I just can't bring myself to buy a new printer just because "the world's most advanced operating system" can only print to it when running Microsoft software.
    tl;dr - how can I hack my OSX to print natively to my HP 3650 over airport express?
    Thanks in advance
    -Kurt

    Have you downloaded the latest drivers from HP? It's a Deskjet correct? There are OSX drivers on HP's support page: http://h10025.www1.hp.com/ewfrf/wc/softwareList?os=219&lc=en&cc=us&dlc=en&produc t=304535&lang=en

  • C7280 AIO won't print over network. Was working on WiFi, still works on USB.

    My AIO quit printing over the network after 2 years of service. The USB port still prints OK. My Linksys utility still sees the printer, and I even get ink levels back, but print jobs are hung up in the queue with status 'Error - Printing'.  I tried a wired ethernet connection and got the same result, so it's not a wireless problem, but rather networking in general. The network report indicates everything is normal, but I still can't print. I re-installed the driver but that didn't work.
    I am running Vista, and the printer had been working fine till two weeks ago. My wife would use the USB port to print, and she said she got updates for the printer. HP doesn't distribute f/w updates for the printers themselves, does it? It's as if the networking f/w in the printer got hammered.

    No joy.
    I'm connected with Ethernet port. I have disabled the firewall. The IP address matches on the printer's network status report, and on the Printer dialog box on the computer. I can see that the printer is connected when I run a Linksys utility. I can get the ink levels and I can print an alignment page.
    But I can't print a document. About 60 seconds after I initiate the print job, the status changes from 'Printing' to Error - Printing'.
    I clearly have connectivity, but something is preventing me from sending a document. Any ideas to try, or tests to run?
    I think the same behavior occurs in wireless mode, but I think I have a better chance with a wired connection right now. As I said, USB works OK.
    Thanks,
    SWW

  • My iPhone and my iPad are connected by wi-fi, but I can't print on HP Officejet Pro 8500A Plus. On the other hand, I can print over wi-fi from PC. What can I do?

    Hallo, thank you for trying to help. Here is my problem:
    In the past, the airprint was possible without problems from iPhone 4 and iPad 2. Since today it doesn't work anymore. My iPhone 4 and my iPad 2 is connected by wi-fi and I can serve in the internet. But I can't print on HP Officejet Pro 8500A Plus. On the other hand, I can print over wi-fi from PC.
    There are low ink-levels and therefore a message comes to indicate this by printing from PC. iPhone and iPad are accepting the print order without any messages after, but does't excecute the print.
    What can I do?

    Hey helmut,
    You can also try the ePrint method listed here if you can't get AirPrint working:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02641898&cc=us&dlc=en&lc=en &product=4116838&tmp_track_link=ot_search
    The application HP home and biz app is free in the app catalogue!
    Hope this helps.
    I work for HP.

Maybe you are looking for

  • Ovi Store - Major major Rant to Nokia - you may wa...

    Another classic fail on Nokia's part! Nokia has announced closure dates for Mosh and Widsets through e-mails and news releases along with the eventual replacement of these services by the new Ovi Store. However, the smarts at Nokia have not included

  • Saving so that windows user can have access?

    I have my project all ready and those with quick time...loads up perfectly. However those who have windows have a long wait or pile will not come up. Do you know how i can save my final cut express project so that window users can have access to it?

  • How do I download adobe photoshop elements 12 without a cd drive

    I bought adobe Photoshop elements 12 and adobe premiere elements 12, but my laptop does not have a cd drive, how do i download it?

  • Need a license key....

    downloaded a license key for install and got overun with other projects, came back to work on BEA a month later and the key no longer works. Where do I go to find a new temp license key so we can get on with our beta tests?

  • How can i transfer my photos from my collection into my computer?

    I'm not sure how I can get all of the photos that I have off my phone. the ones from my camera roll are imported in but I would like the ones from my collection imported too. I don't know how to do that