You are not logged in.

#1 2007-09-06 00:58:27

scudelari
Member
Registered: 2007-08-24
Posts: 7

CUPS Printer Share Problem

Hello all,

I've got a printer that works with CUPS. It is a HP810C that is connected trought the paralel port. I can print a test page from my linux box. Up to this point it is all fine.

The computer controlling the printer is connected to other computers and I'd like to share this printer with those computers. But I just CAN'T. I don't know why.

It is weird. I can access the HTTP management interface from the other computers but I can't add the printers. The other computers run XP and I'm trying to connect to these printers via http.

My cupsd.conf file is this one:

DefaultEncryption IfRequested
LogLevel info
SystemGroup sys root
# Allow remote access
Port 631
# 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 from All
</Location>
<Location /admin>
  Order allow,deny
  Allow localhost
  Allow from All
</Location>
<Location /admin/conf>
  AuthType None
  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>
    Order deny,allow
    Allow from All
  </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 None
    Order deny,allow
    Allow from All
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Order deny,allow
    Allow from All
  </Limit>
  <Limit All>
    Order deny,allow
    Allow from All
  </Limit>
</Policy>

My printers.conf is the following:

# Printer configuration file for CUPS v1.2.12
# Written by cupsd on 2007-09-05 20:40
<DefaultPrinter HP_DESKJET_810C_LPT_parport0_HPLIP>
Info HP DESKJET 810C
Location Local Printer
DeviceURI hp:/par/DESKJET_810C?device=/dev/parport0
State Idle
StateTime 1189035374
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>

I don't know what I could do to solve the problem. Please help me.
Thanks.

Offline

#2 2007-09-06 03:29:52

tom5760
Member
From: Philadelphia, PA, USA
Registered: 2006-02-05
Posts: 283
Website

Re: CUPS Printer Share Problem

I think the easiest way to share linux printers with windows, is Samba.  After you install samba, there is a setting in the config file to allow sharing of CUPS printers.  Give it a shot.

Offline

#3 2007-09-06 11:38:26

scudelari
Member
Registered: 2007-08-24
Posts: 7

Re: CUPS Printer Share Problem

I've tried to do it. It was the first thing I did. I could see the printer but it says that the access has been denied..

Offline

Board footer

Powered by FluxBB