i'm runnin gentoo (gentoox its an xbox1). And i tried what you told the other one. After all the foo2zjs-wrapper testpage worked! But, when i want to print the cups testpage it doesnt. You've got any idea what this could be?
Edited 1 time(s). Last edit at 01/10/2010 12:53PM by rickrich.
So this entry is missing with me: "/usr/lib/cups/filter/foomatic-rip"
I found something bout that in bugzilla: http://bugs.gentoo.org/144849, but they discuss and tell that its not necessary to be created. Ill be searching on!
Found something different: From the cups error logfile
D [02/Jan/2010:12:47:44 +0100] Discarding unused job-progress event...
D [02/Jan/2010:12:47:49 +0100] [Job 12] usb_find_busses=0
D [02/Jan/2010:12:47:49 +0100] [Job 12] usb_find_devices=0
D [02/Jan/2010:12:47:49 +0100] [Job 12] STATE: +connecting-to-device
D [02/Jan/2010:12:47:49 +0100] [Job 12] Failed to set configuration 1 for 03f0:0517
D [02/Jan/2010:12:47:49 +0100] [Job 12] Failed to claim interface 0 for 03f0:0517: Operation not permitted
D [02/Jan/2010:12:47:49 +0100] [Job 12] STATE: -connecting-to-device
I [02/Jan/2010:12:47:49 +0100] [Job 12] Waiting for printer to become available...
D [02/Jan/2010:12:47:49 +0100] Discarding unused printer-state-changed event...
D [02/Jan/2010:12:47:49 +0100] Discarding unused job-progress event...
D [02/Jan/2010:12:47:54 +0100] [Job 12] usb_find_busses=0
D [02/Jan/2010:12:47:54 +0100] [Job 12] usb_find_devices=0
D [02/Jan/2010:12:47:54 +0100] [Job 12] STATE: +connecting-to-device
D [02/Jan/2010:12:47:54 +0100] [Job 12] Failed to set configuration 1 for 03f0:0517
D [02/Jan/2010:12:47:54 +0100] [Job 12] Failed to claim interface 0 for 03f0:0517: Operation not permitted
D [02/Jan/2010:12:47:54 +0100] [Job 12] STATE: -connecting-to-device
I [02/Jan/2010:12:47:54 +0100] [Job 12] Waiting for printer to become available...
D [02/Jan/2010:12:47:54 +0100] Discarding unused printer-state-changed event...
D [02/Jan/2010:12:47:54 +0100] Discarding unused job-progress event...
D [02/Jan/2010:12:47:56 +0100] Report: clients=0
D [02/Jan/2010:12:47:56 +0100] Report: jobs=2
D [02/Jan/2010:12:47:56 +0100] Report: jobs-active=1
D [02/Jan/2010:12:47:56 +0100] Report: printers=1
D [02/Jan/2010:12:47:56 +0100] Report: printers-implicit=0
D [02/Jan/2010:12:47:56 +0100] Report: stringpool-string-count=374
D [02/Jan/2010:12:47:56 +0100] Report: stringpool-alloc-bytes=7120
D [02/Jan/2010:12:47:56 +0100] Report: stringpool-total-bytes=8888
D [02/Jan/2010:12:47:59 +0100] [Job 12] usb_find_busses=0
D [02/Jan/2010:12:47:59 +0100] [Job 12] usb_find_devices=0
D [02/Jan/2010:12:47:59 +0100] [Job 12] STATE: +connecting-to-device
D [02/Jan/2010:12:47:59 +0100] [Job 12] Failed to set configuration 1 for 03f0:0517
D [02/Jan/2010:12:47:59 +0100] [Job 12] Failed to claim interface 0 for 03f0:0517: Operation not permitted
D [02/Jan/2010:12:47:59 +0100] [Job 12] STATE: -connecting-to-device
I [02/Jan/2010:12:47:59 +0100] [Job 12] Waiting for printer to become available...
D [02/Jan/2010:12:47:59 +0100] Discarding unused printer-state-changed event...
D [02/Jan/2010:12:47:59 +0100] Discarding unused job-progress event...
D [02/Jan/2010:12:48:04 +0100] [Job 12] usb_find_busses=0
D [02/Jan/2010:12:48:04 +0100] [Job 12] usb_find_devices=0
D [02/Jan/2010:12:48:04 +0100] [Job 12] STATE: +connecting-to-device
When I installed the printer I did this like usb:/dev/usb/lp0
in the /etc/cups/cupsd.conf there I cant change something like that. Is there another part of cups i should read through?
When i access via localhost cups, i see the printer, it is with foo2zjs driver but it doesnt print the testpage: this time the error "/usr/libexec/cups/filter/foomatic-rip failed" occurred. The first time this happened. Maybe i need some other packages of foomatic. I really dont know. Maybe you can help me. Ive seen in another thread that you recommended setting the LogLevel to debug, to check the logfiles. Isnt in my config the loglevel debug on? its not commented out. Okay im sorry. just my cupsd.conf, maybe you see something i dont see.
Pro ~ # nano /etc/cups/cupsd.conf
GNU nano 2.1.7 File: /etc/cups/cupsd.conf
# Show troubleshooting information in error_log.
LogLevel debug
SystemGroup lpadmin
# Allow remote access
Port 631
Listen /var/run/cups/cups.sock
# Enable printer sharing and shared printers.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS
BrowseAddress @LOCAL
BrowseLocalProtocols CUPS
DefaultAuthType Basic
<Location />
# Allow shared printing and remote administration...
Order allow,deny
Allow @LOCAL
</Location>
I checked my installation of foomatic, maybe theres also a problem...Yea, maybe also with CUPS. Have to read me more into cups and printing under linux (using gentoo), seems not too easy to set up, unfortunately! Youre right, its not your problem, i have to solve it.