CUPS don't detect USB printer

I have 2 usb printers. An old hp deskjet and a new samsung ML-1640.The first works fine with hplip dirver. For the second I have installed the official Samsund driver via AUR.  But CUPS don't see it. It is recognized by the kernel. I see /dev/usb/lp0 device created (root.lp rw-rw---) but still nothing in CUPS .
After searching similar problems on the net I have found a hint that changing permissions on the lp0 device can solve the problem. So chmod +rw lp0 and it WORKS.
But evidently after turn off, turn on of the printer lp0 will have its default permissions again. I tried to find the cause of the problem by comparing the system behavour with my printers. I found that it's identical. The devices are created with the same permissions.
I found also that changing the group of the device to nobody or owner to daemon have the same effect as chmod +rw (it works).
Anybody have an idea why this happen and how to fix it definitively ?
Last edited by artiom (2009-02-10 10:44:43)

Most printers of that class **do need** a slight udev tweak for making them work. Is not wrong to set a +rw on /dev/lp0, but if I were you, I would set a 0660@/dev/lp0 only if it matches your printer.
Maybe something like:
ACTION=="add", SUBSYSTEM=="usb", SYSFS{manofacturer}=="Samsung", MODE="0660", GROUP="lp"
Might help. Obviosly, you need to tweak that rule to your own needs, and **don't forget** to add yourself to the lp group.
Last edited by kjon (2009-02-10 13:08:20)

Similar Messages

  • 10.6.1 doesn't detect usb printer properly

    I have a Samsung SCX-4300 printer in my office connected to my MacBook running Snow Leopard (clean install, and upgraded to 10.6.1 right after setting up the system). When I tried to add the printer in System Preferences, the printer does not show up at all, even though the printer is on and connected, and clearly shows up under the USB tab in System Profile. I have tried resetting the printing system in System Preferences, fixing disk permissions both from within the system and from the installation DVD (incidentally, the permissions never seem to get fixed - even when the log says that they are fixed, when I run verification immediately after, the permissions are still broken), and zapping pram, but nothing works. Furthermore, I also have an HP F4280 all-in-one back at home, and the same MacBook only detects the printing function, but not the scanning function (no scan tab in printer preferences). Both the Samsung SCX-4300 and HP F4280 have drivers either supplied with Snow Leopard, or downloadable from Software Update.
    Message was edited by: piatigorsky

    piatigorsky,
    I can help with the HP, but not the Samsung since I don't know anything about it. There is a known issue with the Print queue potentially showing the Print and not the Scan tabs for devices with In-OS drivers. The work around seems to be to delete and re-add the print queue, this should cause the right association with the scanner to occur.
    Given the clean install nature of Snow Leopard (as apposed to the default upgrade install) I am surprised by the problems you are having.
    A couple of notes:
    1) A full installer for the HP device is available from [here|http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=al- 74802-1&lc=en&dlc=en&cc=us&lang=en&os=219&product=3390949]. This will give you an HP Scan application. It may help to track down the Scan problems with the In-OS drivers. It does not however contain the In-OS drivers.
    2) A good document from HP on configuring your printer can be found [here|http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01846935&lc=en&dlc=e n&cc=us&lang=en&os=219&product=3390949].
    3) A great document on setting up the device for using the In-OS Print and Scan drivers from Apple can be found [here|http://support.apple.com/kb/HT3771].
    4) Finally a generic document on Print and Scan drivers from Apple can be found [here|http://support.apple.com/kb/HT3669]. And it states that your Samsung drivers should be In-OS as well.
    Note one other thing you may want to try, if you've Reset your printing system, and your computer (restart) is to actually restart the device. This may help get the Samsung recognized.
    Just trying to help.
    Andrew

  • CUPS not recognizing Epson USB-Printer

    I'm trying to get an Epson Stylus Office Box BX300F to work with Arch x86_64.
    I have followed the CUPS wiki page closely and have installed everything it told me to.
    When i connected to http://localhost:631/admin and clicked 'add printer' the USB printer was not listed. dmesg however showed me that the printer is at least recognized to some extent:
    [ 2295.813154] usb 2-1: new high speed USB device number 6 using ehci_hcd
    [ 2295.951540] usblp0: USB Bidirectional printer dev 6 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0848
    [ 2297.177498] usb 2-1: usbfs: interface 1 claimed by usblp while 'usb' sets config #1
    I tried blacklisting usblp, but then, after rebooting, it got not recognized at all, so i undid that.
    Then i found the printer in the openprint db (link), found the driver that is listed as working perfectly there in the AUR (link) and installed that package. But it doesn't seem to help at all, CUPS still doesn't list any USB printer. I've included the full section of /var/log/cups/error_log with loglevel=debug, hope it helps. Any suggestions on how i can get the printer working are greatly appreciated.
    cupsd restarted at 20:31:19 ; i refreshed http://localhost:631/admin at 20:31:24 ; and i clicked 'add printer' at 20:31:30
    I [05/Jul/2011:20:31:19 +0200] Listening to [v1.::1]:631 (IPv6)
    I [05/Jul/2011:20:31:19 +0200] Listening to 127.0.0.1:631 (IPv4)
    I [05/Jul/2011:20:31:19 +0200] Listening to /var/run/cups/cups.sock (Domain)
    I [05/Jul/2011:20:31:19 +0200] Remote access is disabled.
    D [05/Jul/2011:20:31:19 +0200] Added auto ServerAlias klapptop
    I [05/Jul/2011:20:31:19 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
    I [05/Jul/2011:20:31:19 +0200] Using default TempDir of /var/spool/cups/tmp...
    I [05/Jul/2011:20:31:19 +0200] Configured for up to 100 clients.
    I [05/Jul/2011:20:31:19 +0200] Allowing up to 100 client connections per host.
    I [05/Jul/2011:20:31:19 +0200] Using policy "default" as the default!
    D [05/Jul/2011:20:31:19 +0200] load_ppd: Loading /var/cache/cups/Virtual_PDF_Printer.ipp4...
    D [05/Jul/2011:20:31:19 +0200] cupsdRegisterPrinter(p=0x7f8696d72660(Virtual_PDF_Printer))
    D [05/Jul/2011:20:31:19 +0200] cupsdMarkDirty(---p--)
    D [05/Jul/2011:20:31:19 +0200] cupsdSetBusyState: Dirty files
    I [05/Jul/2011:20:31:19 +0200] Partial reload complete.
    I [05/Jul/2011:20:31:19 +0200] Listening to [v1.::1]:631 on fd 3...
    I [05/Jul/2011:20:31:19 +0200] Listening to 127.0.0.1:631 on fd 6...
    I [05/Jul/2011:20:31:19 +0200] Listening to /var/run/cups/cups.sock on fd 7...
    I [05/Jul/2011:20:31:19 +0200] Resuming new connection processing...
    D [05/Jul/2011:20:31:19 +0200] cupsdRegisterPrinter(p=0x7f8696d72660(Virtual_PDF_Printer))
    D [05/Jul/2011:20:31:19 +0200] Discarding unused server-restarted event...
    D [05/Jul/2011:20:31:19 +0200] PID 1508 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:20 +0200] Report: clients=0
    D [05/Jul/2011:20:31:20 +0200] Report: jobs=2
    D [05/Jul/2011:20:31:20 +0200] Report: jobs-active=0
    D [05/Jul/2011:20:31:20 +0200] Report: printers=1
    D [05/Jul/2011:20:31:20 +0200] Report: printers-implicit=0
    D [05/Jul/2011:20:31:20 +0200] Report: stringpool-string-count=859
    D [05/Jul/2011:20:31:20 +0200] Report: stringpool-alloc-bytes=9192
    D [05/Jul/2011:20:31:20 +0200] Report: stringpool-total-bytes=17984
    D [05/Jul/2011:20:31:24 +0200] cupsdAcceptClient: 11 from localhost:631 (IPv6)
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 11 GET /admin/?OP=redirect HTTP/1.1
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Active clients and dirty files
    D [05/Jul/2011:20:31:24 +0200] cupsdAuthorize: Authorized as root using Basic
    D [05/Jul/2011:20:31:24 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [05/Jul/2011:20:31:24 +0200] [CGI] argv[1] = "OP=redirect"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[30] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[31] = "REQUEST_METHOD=GET"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[32] = "QUERY_STRING=OP=redirect"
    D [05/Jul/2011:20:31:24 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 1509)
    I [05/Jul/2011:20:31:24 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1509)
    D [05/Jul/2011:20:31:24 +0200] cupsdSendCommand: 11 file=12
    D [05/Jul/2011:20:31:24 +0200] [CGI] admin.cgi started...
    D [05/Jul/2011:20:31:24 +0200] cupsdAcceptClient: 13 from localhost (Domain)
    D [05/Jul/2011:20:31:24 +0200] [CGI] http=0x7f1f946405c0
    D [05/Jul/2011:20:31:24 +0200] [CGI] org.cups.sid cookie is "8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] redirecting with prefix http://localhost:631!
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 WAITING Closing on EOF
    D [05/Jul/2011:20:31:24 +0200] cupsdCloseClient: 13
    D [05/Jul/2011:20:31:24 +0200] Script header: Location: http://localhost:631/admin
    D [05/Jul/2011:20:31:24 +0200] Script header:
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Dirty files
    D [05/Jul/2011:20:31:24 +0200] PID 1509 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 11 GET /admin HTTP/1.1
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Active clients and dirty files
    D [05/Jul/2011:20:31:24 +0200] cupsdAuthorize: No authentication data provided.
    D [05/Jul/2011:20:31:24 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[17] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[18] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[19] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[20] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[21] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[22] = "REMOTE_ADDR=[v1.::1]"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[23] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[24] = "SCRIPT_NAME=/admin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[25] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[26] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[27] = "HTTP_COOKIE=org.cups.sid=8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[28] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[29] = "REQUEST_METHOD=GET"
    D [05/Jul/2011:20:31:24 +0200] [CGI] envp[30] = "QUERY_STRING="
    D [05/Jul/2011:20:31:24 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 1510)
    I [05/Jul/2011:20:31:24 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1510)
    D [05/Jul/2011:20:31:24 +0200] cupsdSendCommand: 11 file=12
    D [05/Jul/2011:20:31:24 +0200] [CGI] admin.cgi started...
    D [05/Jul/2011:20:31:24 +0200] cupsdAcceptClient: 13 from localhost (Domain)
    D [05/Jul/2011:20:31:24 +0200] [CGI] http=0x7f7248b935c0
    D [05/Jul/2011:20:31:24 +0200] [CGI] org.cups.sid cookie is "8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:24 +0200] [CGI] No form data, showing main menu...
    D [05/Jul/2011:20:31:24 +0200] [CGI] /usr/share/cups/drivers/pscript5.dll: No such file or directory
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 POST / HTTP/1.1
    D [05/Jul/2011:20:31:24 +0200] cupsdAuthorize: No authentication data provided.
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 1.1 Get-Subscriptions 1
    D [05/Jul/2011:20:31:24 +0200] Get-Subscriptions ipp://localhost/
    D [05/Jul/2011:20:31:24 +0200] Returning IPP successful-ok for Get-Subscriptions (ipp://localhost/) from localhost
    D [05/Jul/2011:20:31:24 +0200] Script header: Content-Type: text/html;charset=utf-8
    D [05/Jul/2011:20:31:24 +0200] Script header:
    D [05/Jul/2011:20:31:24 +0200] cupsdReadClient: 13 WAITING Closing on EOF
    D [05/Jul/2011:20:31:24 +0200] cupsdCloseClient: 13
    D [05/Jul/2011:20:31:24 +0200] cupsdSetBusyState: Dirty files
    D [05/Jul/2011:20:31:24 +0200] PID 1510 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 11 POST /admin/ HTTP/1.1
    D [05/Jul/2011:20:31:30 +0200] cupsdSetBusyState: Active clients and dirty files
    D [05/Jul/2011:20:31:30 +0200] cupsdAuthorize: Authorized as root using Basic
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[23] = "REMOTE_ADDR=[v1.::1]"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[30] = "HTTP_USER_AGENT=Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/admin"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[32] = "REQUEST_METHOD=POST"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[33] = "CONTENT_LENGTH=60"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[34] = "CONTENT_TYPE=application/x-www-form-urlencoded"
    D [05/Jul/2011:20:31:30 +0200] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 1511)
    I [05/Jul/2011:20:31:30 +0200] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=1511)
    D [05/Jul/2011:20:31:30 +0200] cupsdSendCommand: 11 file=13
    D [05/Jul/2011:20:31:30 +0200] [CGI] admin.cgi started...
    D [05/Jul/2011:20:31:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [05/Jul/2011:20:31:30 +0200] [CGI] http=0x7f2a6b99e5c0
    D [05/Jul/2011:20:31:30 +0200] [CGI] org.cups.sid cookie is "8ecaff0f260930f93ef5e9dff799b7c7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] op="add-printer"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] do_am_printer: DEVICE_URI="(null)"
    D [05/Jul/2011:20:31:30 +0200] [CGI] Getting list of devices...
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 POST / HTTP/1.1
    D [05/Jul/2011:20:31:30 +0200] cupsdAuthorize: No authentication data provided.
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [05/Jul/2011:20:31:30 +0200] CUPS-Get-Devices
    D [05/Jul/2011:20:31:30 +0200] cupsdIsAuthorized: username=""
    D [05/Jul/2011:20:31:30 +0200] Returning HTTP Unauthorized for CUPS-Get-Devices (no URI) from localhost
    D [05/Jul/2011:20:31:30 +0200] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [05/Jul/2011:20:31:30 +0200] cupsdCloseClient: 14
    D [05/Jul/2011:20:31:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [05/Jul/2011:20:31:30 +0200] cupsdCloseClient: 14
    D [05/Jul/2011:20:31:30 +0200] cupsdAcceptClient: 14 from localhost (Domain)
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 POST / HTTP/1.1
    D [05/Jul/2011:20:31:30 +0200] cupsdAuthorize: Authorized as root using Local
    D [05/Jul/2011:20:31:30 +0200] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [05/Jul/2011:20:31:30 +0200] CUPS-Get-Devices
    D [05/Jul/2011:20:31:30 +0200] cupsdIsAuthorized: username="root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[1] = "1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[2] = "0"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[3] = "5"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[4] = "2"
    D [05/Jul/2011:20:31:30 +0200] [CGI] argv[5] = "requested-attributes=all"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[13] = "USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[17] = "AUTH_TYPE=Local"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[18] = "LANG=de.UTF8"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[23] = "REMOTE_ADDR="
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.4.7"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[31] = "CONTENT_LENGTH=88"
    D [05/Jul/2011:20:31:30 +0200] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [05/Jul/2011:20:31:30 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 1512)
    I [05/Jul/2011:20:31:30 +0200] Started "/usr/lib/cups/daemon/cups-deviced" (pid=1512)
    D [05/Jul/2011:20:31:30 +0200] cupsdSendCommand: 14 file=15
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/http (PID 1513)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/socket (PID 1514)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/snmp (PID 1515)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 1516)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 1517)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/smb (PID 1518)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/lpd (PID 1519)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/beh (PID 1520)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/dnssd (PID 1521)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/scsi (PID 1522)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 1523)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/cups-pdf (PID 1524)
    D [05/Jul/2011:20:31:30 +0200] [CGI] list_devices
    D [05/Jul/2011:20:31:30 +0200] [CGI] usb_find_busses=6
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/parallel (PID 1525)
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/bluetooth (PID 1526)
    D [05/Jul/2011:20:31:30 +0200] [CGI] perl: warning: Setting locale failed.
    D [05/Jul/2011:20:31:30 +0200] [CGI] perl: warning: Please check that your locale settings:
    D [05/Jul/2011:20:31:30 +0200] [CGI] LANGUAGE = (unset),
    D [05/Jul/2011:20:31:30 +0200] [CGI] LC_ALL = (unset),
    D [05/Jul/2011:20:31:30 +0200] [CGI] LANG = "de.UTF8"
    D [05/Jul/2011:20:31:30 +0200] [CGI] are supported and installed on your system.
    D [05/Jul/2011:20:31:30 +0200] [CGI] perl: warning: Falling back to the standard locale ("C").
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/ipp (PID 1527)
    D [05/Jul/2011:20:31:30 +0200] Script header: Content-Type: application/ipp
    D [05/Jul/2011:20:31:30 +0200] Script header:
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "http"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "socket"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "smb"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "beh"...
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "cups-pdf:/"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1514 (socket) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1516 (mdns) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1518 (smb) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1520 (beh) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1524 (cups-pdf) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "lpd"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1513 (http) exited with no errors.
    E [05/Jul/2011:20:31:30 +0200] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1521 (dnssd) stopped with status 1!
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1525 (parallel) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1522 (scsi) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "scsi"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1526 (bluetooth) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1519 (lpd) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] Flushed attributes...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] Found device "ipp"...
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1527 (ipp) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1523 (serial) exited with no errors.
    D [05/Jul/2011:20:31:30 +0200] [CGI] usb_find_devices=9
    D [05/Jul/2011:20:31:30 +0200] [cups-deviced] PID 1517 (usb) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] [cups-deviced] PID 1515 (snmp) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] PID 1512 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] [CGI] Got device list!
    D [05/Jul/2011:20:31:32 +0200] cupsdReadClient: 14 WAITING Closing on EOF
    D [05/Jul/2011:20:31:32 +0200] cupsdCloseClient: 14
    D [05/Jul/2011:20:31:32 +0200] PID 1511 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [05/Jul/2011:20:31:32 +0200] Script header: Content-Type: text/html;charset=utf-8
    D [05/Jul/2011:20:31:32 +0200] Script header:
    D [05/Jul/2011:20:31:32 +0200] cupsdSetBusyState: Dirty files
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    D [05/Jul/2011:20:31:32 +0200] [CGI] Regular expression "[a-z]+://"
    I [05/Jul/2011:20:31:50 +0200] Generating printcap /etc/printcap...
    D [05/Jul/2011:20:31:50 +0200] cupsdSetBusyState: Not busy
    D [05/Jul/2011:20:32:02 +0200] cupsdReadClient: 11 WAITING Closing on EOF
    D [05/Jul/2011:20:32:02 +0200] cupsdCloseClient: 11

    I have gotten around to give this printer another try and when i connected it and read through /var/log/cups/error_log i noticed 2 lines close to the end that seem to be the problem:
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb couldn't open USB device /dev/bus/usb/002/006: Permission denied.
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb requires write access to USB device nodes.
    i checked the permissions, but they seem to be allright:
    $ ls -l /dev/bus/usb/002/006
    crw-rw-r--+ 1 root scanner 189, 133 24. Aug 12:42 /dev/bus/usb/002/006
    $ id
    ...,7(lp),10(wheel),96(scanner),97(camera)
    here is the complete part of error_log from connecting the printer:
    D [24/Aug/2011:12:42:23 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [24/Aug/2011:12:42:23 +0200] Report: clients=1
    D [24/Aug/2011:12:42:23 +0200] Report: jobs=2
    D [24/Aug/2011:12:42:23 +0200] Report: jobs-active=0
    D [24/Aug/2011:12:42:23 +0200] Report: printers=1
    D [24/Aug/2011:12:42:23 +0200] Report: printers-implicit=0
    D [24/Aug/2011:12:42:23 +0200] Report: stringpool-string-count=859
    D [24/Aug/2011:12:42:23 +0200] Report: stringpool-alloc-bytes=9192
    D [24/Aug/2011:12:42:23 +0200] Report: stringpool-total-bytes=17984
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Active clients
    D [24/Aug/2011:12:42:23 +0200] cupsdAuthorize: No authentication data provided.
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 1.1 CUPS-Get-Devices 1
    D [24/Aug/2011:12:42:23 +0200] CUPS-Get-Devices
    D [24/Aug/2011:12:42:23 +0200] cupsdIsAuthorized: username=""
    D [24/Aug/2011:12:42:23 +0200] Returning HTTP Unauthorized for CUPS-Get-Devices (no URI) from localhost
    D [24/Aug/2011:12:42:23 +0200] cupsdSendHeader: 12 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [24/Aug/2011:12:42:23 +0200] cupsdCloseClient: 12
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Not busy
    D [24/Aug/2011:12:42:23 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [24/Aug/2011:12:42:23 +0200] cupsdCloseClient: 12
    D [24/Aug/2011:12:42:23 +0200] cupsdAcceptClient: 12 from localhost (Domain)
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 POST / HTTP/1.1
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Active clients
    D [24/Aug/2011:12:42:23 +0200] cupsdAuthorize: Authorized as root using PeerCred
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 1.1 CUPS-Get-Devices 1
    D [24/Aug/2011:12:42:23 +0200] CUPS-Get-Devices
    D [24/Aug/2011:12:42:23 +0200] cupsdIsAuthorized: username="root"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[1] = "1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[2] = "0"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[3] = "2"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[4] = "2"
    D [24/Aug/2011:12:42:23 +0200] [CGI] argv[5] = "requested-attributes=all exclude-schemes='beh','cups-pdf','bluetooth','dnssd','http','https','ipp','lpd','ncp','parallel','scsi','smb','snmp','socket'"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@klapptop"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.4.8"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[13] = "USER=root"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[16] = "IPP_PORT=631"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[17] = "AUTH_TYPE=PeerCred"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[18] = "LANG=en_US.UTF8"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[22] = "SERVER_PORT=631"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[23] = "REMOTE_ADDR="
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[27] = "REMOTE_USER=root"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.4.8"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[31] = "CONTENT_LENGTH=244"
    D [24/Aug/2011:12:42:23 +0200] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [24/Aug/2011:12:42:23 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 1501)
    I [24/Aug/2011:12:42:23 +0200] Started "/usr/lib/cups/daemon/cups-deviced" (pid=1501)
    D [24/Aug/2011:12:42:23 +0200] cupsdSendCommand: 12 file=14
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 1502)
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 1503)
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 1504)
    D [24/Aug/2011:12:42:23 +0200] [CGI] list_devices
    D [24/Aug/2011:12:42:23 +0200] [CGI] usb_find_busses=6
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] PID 1504 (serial) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] PID 1502 (mdns) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] [CGI] usb_find_devices=9
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb couldn't open USB device /dev/bus/usb/002/006: Permission denied.
    D [24/Aug/2011:12:42:23 +0200] [CGI] libusb requires write access to USB device nodes.
    D [24/Aug/2011:12:42:23 +0200] [cups-deviced] PID 1503 (usb) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] PID 1501 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [24/Aug/2011:12:42:23 +0200] Script header: Content-Type: application/ipp
    D [24/Aug/2011:12:42:23 +0200] Script header:
    D [24/Aug/2011:12:42:23 +0200] cupsdSetBusyState: Not busy
    D [24/Aug/2011:12:42:23 +0200] cupsdReadClient: 12 WAITING Closing on EOF
    D [24/Aug/2011:12:42:23 +0200] cupsdCloseClient: 12
    i found a related thread ( https://bbs.archlinux.org/viewtopic.php?id=110477 ) but that deals with digital cameras, so it doesn't really help me. Other forum threads i found about libusb permission errors were mostly people that forgot to add themselves to lp and the like. Does anyone know why i get the permission errors and how i can fix it? Any help is greatly appreciated!

  • [SOLVED] CUPS doesn't detect USB Samsung ML-2010 printer

    Hi. I only speak a little English. Sorry for that.
    I have got an USB Samsung ML-2010 printer. Before I used cups-usblp from AUR, and it worked. But it doesn't work now. The cups-usblp maintainer suggests to use cups instead of cups-usblp. Searching with google, it appears that other people don't have problems with this printer, cups, and archlinux. But I do. Cups' web interface doesn't detect it.
    Well, this is how are the things now:
    $ lsusb | grep Samsung
    Bus 002 Device 004: ID 04e8:326c Samsung Electronics Co., Ltd ML-2010P Mono Laser Printer
    $ ls -l /dev/bus/usb/002/004
    crw-rw-r-- 1 root lp 189, 131 mar  4 09:56 /dev/bus/usb/002/004
    $ grep usb /lib/udev/rules.d/50-udev-default.rules
    # 'libusb' device nodes
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp"
    $ sudo grep SystemGroup /etc/cups/cupsd.conf
    SystemGroup sys root lp
    $ groups
    lp wheel games video audio optical storage scanner power users
    $ cat /etc/modprobe.d/blacklist.conf
    blacklist usblp
    $ lsmod | grep usblp
    (no output)
    $ cat /etc/udev/rules.d/10-cups_device_link.rules
    KERNEL=="lp[0-9]", SYMLINK+="%k", GROUP="lp"
    $ cat /etc/udev/rules.d/10-usbprinter.rules
    ATTR{idVendor}=="04e8", ATTR{idProduct}=="326c", MODE:="0660", GROUP:="lp"
    $ rc.d status cupsd
    :: Checking cupsd status                                                                                                   [STARTED]
    $ pacman -Q cups ghostscript gsfonts gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters splix
    cups 1.5.2-1
    ghostscript 9.05-1
    gsfonts 1.0.7pre44-3
    gutenprint 5.2.7-3
    foomatic-db 1:4.0.7_20110707-1
    foomatic-db-engine 1:4.0.7_20110707-1
    foomatic-db-nonfree 1:4.0.7_20110707-1
    foomatic-filters 1:4.0.7_20110707-1
    splix 2.0.0-11
    I open http://localhost:631 in my browser, click "add new printer" and I get just "Serial printer #1"
    at "local printers". There isn't my printer. I use KDE, and KDE's tool for adding printers doesn's detect it either.
    I miss archlinux, but I need to print.
    What may be wrong? What may be I am missing?
    Thanks a lot for your comments and help.
    Last edited by felihommen (2012-03-04 20:33:39)

    Solved!
    Restarting cupsd didn't work.
    But reinstalling cups...
    $ sudo pacman -Rdc cups (it is a dependency of kdeadmin-system-config-printer-kde which I had installed)
    $ sudo rm -r /etc/cups/*
    I realize cupsd is already running:
    $ ps aux | grep cupsd
    root      1549  0.0  0.1  75548  4080 ?        Ss   21:04   0:00 cupsd -C /etc/cups/cupsd.conf
    felipe    1690  0.0  0.0   8416  1028 pts/1    S+   21:13   0:00 grep cups
    I kill it
    $ sudo -SIGKILL 1549
    $ ps aux | grep cupsd
    felipe    1694  0.0  0.0   8416  1024 pts/1    S+   21:13   0:00 grep cups
    Ok. Reinstall cups
    $ sudo pacman -S cups
    Start cups daemon:
    $ sudo rc.d start cupsd
    Open firefox. Go to web interface, bla, bla, bla.... And it's there!
    I feel really silly. It was a fresh install, so I didn't think about reinstalling.
    Printed some jobs and worked perfectly. I used the gutenprint driver.
    Thanks a lot, pyther.  I thought yours wasn't a very useful suggestion, but it really was. I'm so happy. I owe you.

  • Printing to USB printer connected to old iMac over Network

    I have old Rev B iMac running OS 9 upstairs in the office, this has a USB printer connected to it.
    Downstairs I have a Mac Mini running OS 10.3.9
    Both these machines are networked together via a router. This all seems to work fine, I can see the drives of both computers from either computer.
    My problem though is printing. I want to be able to print from the Mac Mini to the printer attached to the old iMac. I've done all the USB printer sharing business on the OS 9 iMac, but it still doesn't appear in the printer options on the Mac Mini.
    Is this possible to do? .....looking through the help topics on my Mac Mini, there was several mentions of printing from OS9 to a printer connected to an OSX machine. But I haven't found any mention of being able to go the other way.

    There is a way to do this, but it isn't easy. The grim details are:
    1. set up the iMac running OS 9 as a print server using the free utility Print66
    2. set up printing from the Mac running 10.3.9 in the Printer Setup Utility, choosing IP Printing using the LPR protocol, to the IP address of the iMac. Additional hurdle - you will need to use the third-party printer driver GimpPrint if you are using anything but a Postscript language laser printer on the iMac.
    This will work, but unfortunately it is not an exercise for the beginner.
    Incidentally, doing it the other way around is considerably easier (printer connected to and shared by the Mac mini running OS X). See Printing to a Mac OS X shared printer from Mac OS 9 via LPD/LPR

  • USB printer no longer detected by cups

    I've been using a USB brother HL-2170W printer for months.  Today it stopped printing.  If I check the web interface for cups I see that the status of the printer remains Processing - "Waiting for printer to become available."
    I tried to delete the printer and re-install it, however cups no longer detects it as it always had in the past.
    How do I troubleshoot this?

    Yes, it shows up in lsusb as Bus 008 Device 002: ID 04f9:0035 Brother Industries, Ltd
    journalctrl -f displayes this when I disconnect the printer then reconnect it
    Mar 25 21:29:44 Arch-Home_x86_64 kernel: usb 8-1: USB disconnect, device number 6
    Mar 25 21:29:44 Arch-Home_x86_64 kernel: usblp2: removed
    Mar 25 21:29:44 Arch-Home_x86_64 systemd-udevd[2778]: failed to execute '/opt/VirtualBox/VBoxCreateUSBNode.sh' '/opt/VirtualBox/VBoxCreateUSBNode.sh --remove 189 901': No ...r directory
    Mar 25 21:29:44 Arch-Home_x86_64 systemd[1]: Service printer.target is not needed anymore. Stopping.
    Mar 25 21:29:44 Arch-Home_x86_64 systemd[1]: Stopping Printer.
    Mar 25 21:29:44 Arch-Home_x86_64 systemd[1]: Stopped target Printer.
    Mar 25 21:29:51 Arch-Home_x86_64 kernel: usb 8-1: new full-speed USB device number 7 using xhci_hcd
    Mar 25 21:29:51 Arch-Home_x86_64 kernel: usblp 8-1:1.0: usblp2: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0035
    Mar 25 21:29:51 Arch-Home_x86_64 mtp-probe[2781]: checking bus 8, device 7: "/sys/devices/pci0000:00/0000:00:15.2/0000:05:00.0/usb8/8-1"
    Mar 25 21:29:51 Arch-Home_x86_64 mtp-probe[2781]: bus: 8, device: 7 was not an MTP device
    Mar 25 21:29:51 Arch-Home_x86_64 systemd-udevd[2782]: failed to execute '/opt/VirtualBox/VBoxCreateUSBNode.sh' '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 902 00': No such f...r directory
    Mar 25 21:29:51 Arch-Home_x86_64 systemd[1]: Starting Printer.
    Mar 25 21:29:51 Arch-Home_x86_64 systemd[1]: Reached target Printer.

  • [SOLVED] Can't get CUPS to add / detect HP Laserjet 1100 printer

    I moved my computer downstairs... after a few weeks I decided to move my printer down and set it up. I had it working perfectly a few weeks ago before the move... however now I can't get CUPS to detect or add my printer. At first when I moved my printer downstairs the CUPS web interface had my previous setup still there and had my printer detected / added. However, printing jobs would just stay in the queue and never print. I did some googling and someone mention to remove the printer and re-add it. Well I tried to to that and got stuck on trying to re-add it. CUPS will not identify my printer now. Funny thing is I just now remember I had a similiar issue a few months back and I remembered now I fixed the queue issue just by unplugging the power to my printer and leaving it off for 5min then replugging it in. I have tried all the steps on the wiki and I can't seem to figure this one out. dmesg does output that it is detecting my printer. I have my printer hooked up via a mini parralel to USB cord. If you have any other questions for me please shoot
    Unplugging and repluggin my printer gives me this msg in dmesg:
    usblp0: removed
    usb 6-2: new full speed USB device using uhci_hcd and address 4
    usb 6-2: configuration #1 chosen from 1 choice
    usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x4348 pid 0x5584
    hp-toolbox also does not detect any printers. I have tried restarting cupsd... Any help is appreciated... I need to get printing up ASAP since school has started.
    lsusb output this amongst other things:
    Bus 006 Device 004: ID 4348:5584 WinChipHead CH34x printer adapter cable
    If it matters I am using XFCE as my DE... I also do not remember using the CUPS interface to intially add the printer... I do not exactly remember how I did it... but the web interface looked completely new to me and I am rather sure that is not how I initially went about doing it... perhaps I used some GUI frontend for it...
    EDIT: After reading the forum descriptions closer... perhaps this should be moved to the Workstation section.
    Last edited by ugkbunb (2009-09-07 20:11:27)

    skottish wrote:I'm curious why you're using gutenprint drivers for a HP printer. hplip provides everything needed for HP printers.
    Tell you the truth... I have no idea how to change it or what not... I didn't even add that manually... just rebooted my computer one day and it appeared there.
    hpsetup does not detect my printer
    system-config-printer gives me an error when I try and add a printer. I manually specify the location to file:/dev/usb/lp0 ... I scroll down find HP LaserJet 1100 and the recommended driver is hpjis 3.9.8. I select that and I get the following:
    There was an error during the CUPS operation: 'client-error-not-possible'
    EDIT: I am about ready to chunk to this printer out the window... I have been messing with this for about a week now and I just keep getting two steps forward and then three steps backwards.
    The system-config-printer dialog looked familiar and I believe that when I intially was able to set up my printer and had it working upstairs I used that dialog to add my printer.
    Some googling brought me to this ubuntu bug report
    Your USB-to-parallel adapter does not pass through the printer ID. The device is recognized as printer, but there is no information about manufacturer and model. Therefore system-config-printer and hal-cups-utils automatically assign the text-only printer to the unknown device.
    In general you have to run system-config-printer and manually choose manufacturer and model.
    That you cannot print at all is a bug of the "hal" CUPS backend. See
    https://fedorahosted.org/hal-cups-utils/ticket/5
    Try to do the following:
    cupsctl FileDevice=yes
    lpadmin -p <your print queue name> -E -v file:/dev/usb/lp0
    This is an ugly workaround which works if you have only one printer (the one with the adapter cable) on USB. Does it work for you?
    Now the problem is that I can not add my printer via the system-config-printer. However, if I go the CUPS web interface and hit manage printers the driver is listed as the following:
    Driver:    Local Raw Printer (grayscale)
    Now I think that is my issue... I need to have it set to the correct driver... if I hit modify printer and select my Make/Model I get the following access error:
    401 Unauthorized
    Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket.
    However there is no prompt or I do not know where to enter this information to.
    Last edited by ugkbunb (2009-09-07 19:06:48)

  • [SOLVED] I cannot add a local USB printer through cups

    Hi all.
    I have a DCP-7065dn from Brother. It is a mono-laser/scanner combo. Using the instructions here http://welcome.solutions.brother.com/bs … index.html and the repackaged drivers from the AUR I was able to get scanning and the scan button to work (plugged into laptop via usb). But I can't seem to add the device as a printer. when I visit the cups url [http://localhost:631] I go to Administration --> Add Printer. But there is nothing listed under Local Printers. Brother offers lpr and cupswrapper drivers as well ad ppds. They are deb and rpm packages but are also availible in the AUR. I have downloaded and installed these packages from the AUR but still cannot detect the printer. Am I missing something simple?
    Thanks for your help.
    Last edited by darthpenguin (2012-06-25 17:16:05)

    Have you tried hplip's and these solutions:
    https://bbs.archlinux.org/viewtopic.php?id=104778
    https://bbs.archlinux.org/viewtopic.php?id=137218
    https://bbs.archlinux.org/viewtopic.php?pid=955851

  • [SOLVED] cups 1.6 does not find usb printer

    Hello,
    Since I have upgraded to cups 1.6 I can't add a usb printer. Whenever I click on "Find new printer" in the administration web interface, no printer is found.
    Printer is a Samsung ML 1640 which worked flawlessly with versions before 1.6.
    I am using the default config file, no changes except LogLevel debug.  Also tried reinstalling whole cups and splix, no success.
    error.log shows following output:
    ==> /var/log/cups/error_log <==
    D [18/Aug/2012:12:13:29 +0200] [Client 14] WWW-Authenticate: Basic realm="CUPS"
    D [18/Aug/2012:12:13:29 +0200] [Client 14] HTTP_WAITING Closing on EOF
    D [18/Aug/2012:12:13:29 +0200] [Client 14] Closing connection.
    D [18/Aug/2012:12:13:29 +0200] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [18/Aug/2012:12:13:29 +0200] [Client 14] Accepted from localhost (Domain)
    D [18/Aug/2012:12:13:29 +0200] [Client 14] HTTP_WAITING Closing on EOF
    D [18/Aug/2012:12:13:29 +0200] [Client 14] Closing connection.
    D [18/Aug/2012:12:13:29 +0200] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [18/Aug/2012:12:13:29 +0200] [Client 14] Accepted from localhost (Domain)
    D [18/Aug/2012:12:13:29 +0200] [Client 14] POST / HTTP/1.1
    D [18/Aug/2012:12:13:29 +0200] cupsdSetBusyState: newbusy="Active clients", busy="Active clients"
    D [18/Aug/2012:12:13:29 +0200] [Client 14] Authorized as root using Local
    D [18/Aug/2012:12:13:29 +0200] [Client 14] 2.0 CUPS-Get-Devices 2
    D [18/Aug/2012:12:13:29 +0200] CUPS-Get-Devices
    D [18/Aug/2012:12:13:29 +0200] cupsdIsAuthorized: username="root"
    D [18/Aug/2012:12:13:29 +0200] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [18/Aug/2012:12:13:29 +0200] [CGI] argv[1] = "2"
    D [18/Aug/2012:12:13:29 +0200] [CGI] argv[2] = "0"
    D [18/Aug/2012:12:13:29 +0200] [CGI] argv[3] = "15"
    D [18/Aug/2012:12:13:29 +0200] [CGI] argv[4] = "2"
    D [18/Aug/2012:12:13:29 +0200] [CGI] argv[5] = "requested-attributes=all"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[10] = "SERVER_ADMIN=root@spt08"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[11] = "SOFTWARE=CUPS/1.6.1"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[13] = "USER=root"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[14] = "CUPS_MAX_MESSAGE=2047"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[15] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[16] = "CUPS_ENCRYPTION=IfRequested"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[17] = "IPP_PORT=631"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[18] = "AUTH_TYPE=Local"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[19] = "LANG=de_AT.UTF8"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[20] = "REDIRECT_STATUS=1"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[21] = "GATEWAY_INTERFACE=CGI/1.1"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[22] = "SERVER_NAME=localhost"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[23] = "SERVER_PORT=631"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[24] = "REMOTE_ADDR=localhost"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[25] = "REMOTE_HOST=localhost"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[26] = "SCRIPT_NAME=/"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[27] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[28] = "REMOTE_USER=root"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[29] = "SERVER_PROTOCOL=HTTP/1.1"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[30] = "HTTP_USER_AGENT=CUPS/1.6.1"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[31] = "REQUEST_METHOD=POST"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[32] = "CONTENT_LENGTH=75"
    D [18/Aug/2012:12:13:29 +0200] [CGI] envp[33] = "CONTENT_TYPE=application/ipp"
    D [18/Aug/2012:12:13:29 +0200] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 25152)
    I [18/Aug/2012:12:13:29 +0200] [Client 14] Started "/usr/lib/cups/daemon/cups-deviced" (pid=25152)
    D [18/Aug/2012:12:13:29 +0200] [Client 14] file=16
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/ipps (PID 25153)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 25154)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 25155)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/socket (PID 25156)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/dnssd (PID 25157)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/snmp (PID 25158)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/smb (PID 25159)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/http (PID 25160)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/bluetooth (PID 25161)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/https (PID 25162)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/ipp (PID 25163)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/parallel (PID 25164)
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Started backend /usr/lib/cups/backend/lpd (PID 25165)
    D [18/Aug/2012:12:13:29 +0200] [CGI] list_devices
    D [18/Aug/2012:12:13:29 +0200] [CGI] libusb_get_device_list=12
    D [18/Aug/2012:12:13:29 +0200] Script header: Content-Type: application/ipp
    D [18/Aug/2012:12:13:29 +0200] Script header:
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "ipps"...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25153 (ipps) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "lpd"...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25164 (parallel) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25154 (usb) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25156 (socket) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25160 (http) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "socket"...
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "http"...
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "https"...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25155 (serial) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25165 (lpd) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "smb"...
    D [18/Aug/2012:12:13:29 +0200] [CGI] Flushed attributes...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] Found device "ipp"...
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25162 (https) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25163 (ipp) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25159 (smb) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [CGI] Unable to create IPv6 socket: Address family not supported by protocol
    D [18/Aug/2012:12:13:29 +0200] [CGI] browse_callback: DNS failure: NXDOMAIN
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25161 (bluetooth) exited with no errors.
    D [18/Aug/2012:12:13:29 +0200] [cups-deviced] PID 25157 (dnssd) exited with no errors.
    D [18/Aug/2012:12:13:31 +0200] [cups-deviced] PID 25158 (snmp) exited with no errors.
    D [18/Aug/2012:12:13:31 +0200] PID 25152 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    /usr/lib/cups/backend/usb returns with no error, but no printer is found (according to web interface)
    But when I start /usr/lib/cups/backend/usb manually i get following output:
    DEBUG: list_devices
    DEBUG: libusb_get_device_list=12
    DEBUG2: Printer found with device ID: MFG:Samsung;CMD:GDI;MDL:ML-1640 Series;CLS:PRINTER;STATUS:IDLE; Device URI: usb://Samsung/ML-1640%20Series?serial=144QBAHS311415Y.
    direct usb://Samsung/ML-1640%20Series?serial=144QBAHS311415Y. "Samsung ML-1640 Series" "Samsung ML-1640 Series" "MFG:Samsung;CMD:GDI;MDL:ML-1640 Series;CLS:PRINTER;STATUS:IDLE;" ""
    Why does this new printer not show up in the web interface?
    When i add the printer manually via lpadmin
    lpadmin -p ml1640 -v usb://Samsung/ML-1640%20Series?serial=144QBAHS311415Y -P /usr/share/cups/model/samsung/ml1640.ppd
    I can start a print job but then I only see following job-state in the web interface:
    "Waiting for printer to become available."
    Any advice how to get printing working again?
    Greetings
    kocsv
    Last edited by kocsv (2012-08-19 16:02:00)

    I stepped back to the last version and nothing worked. Whats wrong?!?
    Hooked the printer up at another machine and it worked out of the box after installing cups.
    Tailed messages.log when attaching the usb cable and found differences.
    Running udevd --debug showed, that the culprit was:
    aur/android-udev
    Removed that package and everything works.
    Well...  except: now every 5 seconds i have following output in messages.log:
    Aug 19 15:25:35 spt08 kernel: [355081.778863] usblp1: removed
    Aug 19 15:25:35 spt08 kernel: [355081.789091] usblp1: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x04E8 pid 0x3292
    But that problem has to wait 

  • I don't have a wireless printer, and want to print things off of my iPad.  I know that I can use the iPad Camera Connection kit to connect USB devices like keyboards and I am wondering if I could do the same with a USB printer.

    I don't have a wireless printer, and want to print things off of my iPad.  I know that I can use the iPad Camera Connection kit to connect USB devices like keyboards and I am wondering if I could do the same with a USB printer.

    I don't think you can connect a printer since you won't have the printer drivers. I use FingerPrint from collobos.com to print to my non-AirPrint printers.

  • Usb don't detect devices

    my MBA usb port is powered (it charges devices) but don't detect any device (usb key, HD, phone ...)
    It freshly installed with lion.
    reset SMC & PRAM done.
    any idea ?
    thx

    What exactly do you mean by not detecting?
    In Apple Menu / About This Mac / More Info / System Report, in the left column yu=under Hardware, select USB. Are your devices listed on the right in the USB Device Tree?

  • Windows XP running on iMac, USB Printer not detected on Windows

    Hi all,
    I'm pretty sure this is not a Mac issue, however I've been trying to understand this problem and I didn't find a proper solution, maybe some of you can help with that.
    The situation is:
    iMac running Mac OS X 10.4.10 working fine with a Xerox Printer 8550 connected with a USB cable, however, in the same system my colleague has a Windows XP installed with BootCamp, the problem is that Windows Xp cannot detect the USB printer, have you heard anything like that before?
    Any help is welcome.
    Thanks in advance.
    Kind Regards
    Alatryste

    should be only driver problem?
    http://www.support.xerox.com/go/results.asp?Xlang=enUS&XCntry=USA&prodID=85008550&ripId=&Xtype=download

  • [CUPS] Unable to set my new CUPS server with an HP printer (solved)

    Hello,
    I come from Gentoo and I just installed my new Arch Linux server on a notebook with 2 NIC ... Now, I'm trying to set the CUPS deamon to share printer (HP DESKJET 895Cxi) for 3 workstations in my LAN. Before, it was working (printer and linux ... has never been very good...). But now, I'm not able, and it's about 1 hour I'm looking for a stupid error that I don't know if it's important or not ...
    (all is on my Wiki : http://pix-mania.dyndns.org/mediawiki/index.php/Cups)
    Here are a list of installed package : cups ghostscript gsfonts hplip
    The printer (USB) :
    (lsusb)
    Bus 002 Device 004: ID 03f0:0004 Hewlett-Packard DeskJet 895c
    (dmesg)
    usb 2-2: new full speed USB device using uhci_hcd and address 4
    usblp0: Disabling reads from problematic bidirectional printer
    usblp0: USB Unidirectional printer dev 4 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0004
    Current configuration (only change made to original configuration) :
    Listen <ip_serveur>:631
    <Location />
    Order allow,deny
    Allow From all
    </Location>
    <Location /admin>
    Order allow,deny
    Allow From all
    </Location>
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    Order allow,deny
    Allow From all
    </Location>
    When starting cups service, all is fine : I can use a workstation to browse the Web Interface ... but printer seems to be not detected since it tells "No printers." when clicking on "Printers" tab. So, I go to "Administration" tab and, under "Printers", I click the "Find New Printers" and again, it says : "No printers found.".
    Not goot ... so, like I was doing with Gentoo, I click on "Add Printer" ... then, I receive a redirection to HTTPS ... click on the link (or wait) and nothing happend (timed out): web interface is broken for HTTPS ... I really got no idea why HTTPS is not working .
    After that, when updating the configuration (with vim) and restarting the service, deamon won't stop and I have to send a "kill -9" to the cupsd pid ...
    I look in log and I can just see this :
    E [09/Jan/2011:18:19:55 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    I googled for one hour, but is not more working right now ...
    Some questions :
    - the printer is not detected? Is it because of the ACLs errors ?
    - what the hell is "ACLs" for cups ? Never seen that before ...
    So, right now, I got a working HTTP but not working HTTPS, with no printer available ... very useless
    This printer is working "well" with cups, since it's an old model and it's a HP printer, so is "fully?" working on Linux ...
    Any idea on what to do/try now ?
    EDIT: after that message, I just refresh the page (I'm using Chromium) and ... magically, HTTPS was working (after accept untrusted certificate for HTTPS?) ... Then, go back to "Find New Printers" and now, it was working. Printer has been added ... Seems to be OK, but the "Print Self Test Page" doesn't work right now because of this :
    Unsupported format 'application/vnd.cups-command'!
    Current log file :
    E [09/Jan/2011:18:19:55 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:24:48 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:29:08 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:36:28 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:36:42 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:41:06 +0100] Unknown SystemGroup "sys root lpadmin" on line 13, ignoring!
    E [09/Jan/2011:18:41:06 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:42:24 +0100] Unknown SystemGroup "lpadmin" on line 14, ignoring!
    E [09/Jan/2011:18:42:24 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:45:12 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:47:32 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:48:35 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:49:35 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:59:46 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:37 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:19:33:37 +0100] [cups-deviced] PID 2744 (dnssd) stopped with status 1!
    E [09/Jan/2011:19:33:37 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:34:09 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:19:34:09 +0100] [cups-deviced] PID 2763 (dnssd) stopped with status 1!
    E [09/Jan/2011:19:39:51 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:39:52 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    E [09/Jan/2011:19:41:23 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    E [09/Jan/2011:19:44:49 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:47:16 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_DeskJet_895C_USB_ES89M230MKGO_HPLIP) from localhost
    E [09/Jan/2011:19:49:36 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_DeskJet_895C_USB_ES89M230MKGO_HPLIP) from localhost
    EDIT2: tried to print "Print Test Page" instead of the above ... and got these errors :
    (web interface)
    "/usr/lib/cups/backend/hp failed"
    (error_log)
    E [09/Jan/2011:20:08:31 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:20:08:31 +0100] [cups-deviced] PID 3126 (dnssd) stopped with status 1!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Setting locale failed.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] prnt/backend/hp.c 559: dBus Connection Error (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Please check that your locale settings:
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LANGUAGE = (unset),
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LC_ALL = (unset),
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LANG = "fr_FR.UTF-8"
    D [09/Jan/2011:20:09:16 +0100] [Job 5] are supported and installed on your system.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Falling back to the standard locale ("C").
    D [09/Jan/2011:20:09:16 +0100] [Job 5] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'job-uuid=urn:uuid:e4395221-1209-32a9-5add-30f7945eaa6b'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option job-uuid=urn:uuid:e4395221-1209-32a9-5add-30f7945eaa6b.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'job-originating-host-name=localhost'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option job-originating-host-name=localhost.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'time-at-creation=1294600145'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option time-at-creation=1294600145.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'time-at-processing=1294600145'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option time-at-processing=1294600145.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'AP_D_InputSlot='
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option AP_D_InputSlot=.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] prnt/backend/hp.c 625: ERROR: 5021 device communication error!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] GPL Ghostscript 9.00: Unrecoverable error, exit code 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process 3154 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=5..."
    D [09/Jan/2011:20:09:16 +0100] [Job 5] renderer return value: 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] renderer received signal: 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] error: No such file or directory (2)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Cleaning up ...
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3153 (KID4) with signal 15
    D [09/Jan/2011:20:09:16 +0100] [Job 5] KID3 exited with status 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Renderer exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3153 (KID4) with signal 9
    D [09/Jan/2011:20:09:16 +0100] [Job 5]
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Closing foomatic-rip.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Renderer process finished
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process dying with "Error closing renderer", exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] error: (0)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Cleaning up ...
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3152 (KID3) with signal 15
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3152 (KID3) with signal 9
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Error closing renderer
    D [09/Jan/2011:20:09:16 +0100] [Job 5]
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Closing foomatic-rip.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Backend returned status 4 (stop printer)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Printer stopped due to backend errors; please consult the error_log file for details.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] End of messages
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state=5(stopped)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state-message="/usr/lib/cups/backend/hp failed"
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state-reasons=paused
    E [09/Jan/2011:20:14:21 +0100] [Job 5] Stopping unresponsive job!
    EDIT3: I tested the ppd from cups (and not hpijs) and got the same problem ... The latest idea was to unplug USB and plug to another USB ... and it seams to works ... Now, the test page print "fine" ...
    So, I shared the printer over my LAN, and tried to print from a workstation ... it works fine now ... when looking error_log, I can see than there is no more Ghostscript error .
    But I have a last question .. if somebody can answer ... When choosing a PPD file, I have the choice between 3 version :
    - hpijs, 3.10.9
    - hpijs, 3.10.9.11
    - hpcups, 3.10.9
    Don't know why onlyl the HPIJS got the ".11" and not any others ... I selected this one and here is what Cups say about the printer :
    HP_DeskJet_895C_USB_ES29Z231JKGO_HPLIP HP DeskJet 895C Local Printer HP Deskjet 895c hpijs, 3.10.9.11 Idle - "ready to print"
    I hope when upgrading the system, I will not get error from PPD file not found ... With my current PPD file, I get (really not sure) this error, but print is working so, it doesn't matter :
    E [09/Jan/2011:21:08:04 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:21:08:04 +0100] [cups-deviced] PID 5705 (dnssd) stopped with status 1!
    E [09/Jan/2011:21:08:09 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    Thanks for all .. hope you don't think I'm crazy ^^
    Last edited by loopx (2011-01-09 20:31:21)

    WD and their lack of support for Mavericks:
    A recent email from WD reads:
    Dear WD Registered Customer,
    UPDATE: November 1st, 2013
    As a valued WD customer we want to make you aware of new reports of Western Digital and other external HDD products experiencing data loss when updating to Apple's OS X Mavericks (10.9). WD is urgently investigating these reports and the possible connection to the WD Drive Manager, WD Raid Manager and WD SmartWare software applications. Until the issue is understood and the cause identified, WD strongly urges our customers to uninstall these software applications before updating to OS X Mavericks (10.9), or delay upgrading. If you have already upgraded to Mavericks, WD recommends that you remove these applications and restart your computer. If you have already upgraded to Mavericks and are experiencing difficulty in accessing your external hard drive, please do not save anything to the drive, disconnect the drive from your computer, and contact Western Digital Customer Service at http://support.wd.com/country/ for further assistance.
    The WD Drive Manager, WD Raid Manager, and WD SmartWare software applications are not new and have been available from WD for many years. However, solely as a precaution WD has removed these applications from our website as we investigate this issue.
    Sincerely,
    Western Digital
    Which is basically Western Digital informing you that their out-of-date utilities don’t support Mavericks.
    In any case those utilities are not the most effective. The moral of the story is: the first thing you should do after buying a WD drive is to format it as HFS Extended (Journaled) and not install ANY of their utilities but instead use reliable applications like CarbonCopyCloner or SuperDuper - or Time Machine.

  • [CUPS] GUI applications stuck on print command

    I have a running CUPS server on this machine (a bridged VBox VM, if somebody cares), from which I'm writing.
    I also have an amd64 arch box in the other room, which has an USB printer plugged in (with cups-usblp from aur), and everything works fine, if I try to print locally from the arch box it works, and also I can print through IPP from windows boxes.
    But I can't print anymore from this arch box; cups is up and running, and with the right drivers (I managed to print two weeks ago), and is configure to print through the other machine CUPS server (all permissions are correctly set).
    Every GUI application freezes for a really long time after pressing "print", and only a kill signal can close them.
    Any ideas? Looks quite weird.

    Did you by any chance create an evironment.plist file? It is located in ~/.MacOSX/ If you don't know about it or don't know to look (.MacOSX is normally invisible), try this:
    In Finder.app, in the "Go" menu select "Go to Folder..." (shift-command-G), type ~/MacOSX in the text field and hit OK, the finder should then open a window or complain.
    If it opens a window and you find in it a file named environment.plist move that file to the desktop and try your applications. Do they work as advertized? Try again after logging in/out if things don't work. Do they work now?
    Whatever hapens, tell us more...

  • Problems adding USB printer - "Driver not installed" - but it is

    Apparently, 10.3.9 has some problems with USB printers. For the record, I had already installed this earlier prior to the upgrade and everything worked fine - but due to crashing due to a faulty power supply - I've had to re-configure everything.
    I, and many others in this forum, have found a strange problem when trying to add a printer (And yes, other people have asked about this but I haven't seen any answers at all that are useful. The only possible solution seems to be "upgrade to 10.4" and that is unacceptable. Does Apple check these forums?).
    After clicking "add printer" in the utility, the software finds the correct printer (so obviously the physical connection to the printer is OK) and displays it with a question mark over it's icon and "driver not installed" next to it. I can't select this image or text.
    After searching for a couple of minutes, a dialogue box pops up saying "New drivers detected. Do you want to reload the browser?" (I assume the printer setup utility is the "browser"?).
    I click yes and nothing happens. No PPDs show up in the list. This happens when I select USB as well as Apple Talk from the printer-type pull-down menu.
    How can I start printing again?
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)
    iMac G5 17" Mac OS X (10.3.9)

    First, welcome to the discussions.
    For the record, Apple does not normally respond to these Forums.
    You mention (Due to Crashing) Whenever you have an issue with your machine it can disrupt in almost any area, and is normally caused by SOMETHING.
    As of right now it would appear you might be chasing your tail.
    When you choose to upgrade your Operating System there is No Guarantee that your Printer and it's drivers will work on another completely different Operating System.
    Your best bet at this point is to drag all of your printer related folders to the trash, empty your trash, and plug your USB Printer (What KIND) into your machine directly.
    Shut your machine clear OFF for a minute or so and do the same to your printer, pull the power adapter from it.
    Now plug in your printers Power Adapter, Plug in the USB to your Printer to your computer and restart it.
    Take the Disc that came with your printer and re insert it and download the Installation Folder and any utility folder that may come with it.
    After you have done this don't try to print, Go directly to your Printer Manufactures Web site and search for the latest updates to your printer and the Operating System you are using.
    These will more often than not download to your desktop.
    You must drag these to the setup folder and or the utilities folder and then double click them to launch them. after you have completed this your printer should work.
    One other thing, If you have Classic and or OS9 on your machine you might have to do the same for OS9 Applications , and Utilities for it to print in Classic. Don

Maybe you are looking for