Enviado em 06/02/2019 - 13:39h
Já faz um tempo que estou tentando conectar o windows na impressora compartilhada do linux, e não achei quase nada a respeito na internet, pelo linux consigo adicionar normalmente a impressora, ja pelo windows; mesmo colocando o ip do computador não gera resultado. Já mudei o arquivo cupsd.conf e ainda assim não tenho resposta. Segue parte do codigo cupsd.conf:
LogLevel warn
PageLogFormat
MaxLogSize 0
Port 631
Listen /run/cups/cups.sock
Listen /var/run/cups/cups.sock
Browsing On
BrowseLocalProtocols dnssd
DefaultAuthType Basic
WebInterface Yes
<Location />
Order allow,deny
Allow all
</Location>
<Location /admin>
Order allow,deny
</Location>
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>
<Location /admin/log>
AuthType Default
Require user @SYSTEM
Order allow,deny
Aloow @local
obs: (Uso o linux mint 19.1)
LogLevel warn
PageLogFormat
MaxLogSize 0
Port 631
Listen /run/cups/cups.sock
Listen /var/run/cups/cups.sock
Browsing On
BrowseLocalProtocols dnssd
DefaultAuthType Basic
WebInterface Yes
<Location />
Order allow,deny
Allow all
</Location>
<Location /admin>
Order allow,deny
</Location>
<Location /admin/conf>
AuthType Default
Require user @SYSTEM
Order allow,deny
</Location>
<Location /admin/log>
AuthType Default
Require user @SYSTEM
Order allow,deny
Aloow @local
obs: (Uso o linux mint 19.1)