I have a Canon Pixma IP4200 on a printserver (Belkin F1UP0001) and try to run it. So I installed Cups following http://www.gentoo.org/doc/en/printing-howto.xml and while Foomatic has no supporting drivers for canon printers I do http://forums.gentoo.org/viewtopic-t-43 ... pixma.html. The printer do nothing.
So I try to install Turboprint following their manual. Everything is perfect, but after xtpsetup and trying to print a test, the printer do still nothing. I get this error:
lp: unable to print file: server-error-service-unavailable
But the Cups-server is running. http://localhost:631 is running in the browser.
I am looking in the Turboprint-manual for the error, but it only says:
"A spool system system is required by TurboPrint. Normally the CUPS printing system is used, in some cases also the older LPR(ng) spooler. Please make sure that one of these packages is installed on your Linux system."
What is wrong?
Here is my /etc/cups/cupsd.conf:
Code: Select all
DocumentRoot /usr/share/cups/docs
LogLevel info
User lp
Group lp
Port 631
BrowseAddress @IF(eth0)
SystemGroup lp
<Location />
Order Deny,Allow
Deny From All
Allow From 192.168.178.*
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Order Deny,Allow
Deny From All
Allow From 192.168.178.*
</Location>

