[PLUTO-help] problema con CUPS

Giustiniano iarendis a gmail.com
Sab 16 Set 2006 18:43:35 CEST


Ciao a tutti :)

La mia distro è Debian etch, kernel 2.6.17.13, la versione di CUPS è
1.2, la stampante è una Canon Pixma iP4200, con interfaccia USB.

Il problema è che, per quanto la stampante sia riconosciuta e installata
correttamente, (ho usato i driver disponibili sul sito Canon), non
riesco a stampare nulla.
La cosa più strana è che secondo il log di cups invece, la pagina viene
stampata senza problemi, quindi non ci sono errori di sorta, o messaggi
strani, solo che in effetti dalla stampante non viene fuori nulla.

Allego il file cupsd.conf

Grazie per qualsiasi aiuto, ciao :)

Enrico




-------------- parte successiva --------------
# Show general 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 @LOCAL
BrowseAddress @LOCAL
DefaultAuthType Basic
<Location />
  # Allow shared printing...
  Order allow,deny
  Allow @LOCAL
</Location>
<Location /admin>
  Encryption Never
  # Restrict access to the admin pages...
  Order allow,deny
  Allow localhost
</Location>
<Location /admin/conf>
  AuthType Basic
  # Restrict access to the configuration files...
  Order allow,deny
  Allow localhost
</Location>
<Policy default>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
    #Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
    AuthType Basic
    Order deny,allow
  </Limit>
  <Limit CUPS-Authenticate-Job>
    #Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  # Only the owner or an administrator can cancel a job...
  <Limit Cancel-Job>
    Order deny,allow
    Require user @OWNER @SYSTEM
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>




More information about the pluto-help mailing list