Coder Social home page Coder Social logo

Comments (9)

tillkamppeter avatar tillkamppeter commented on July 20, 2024

For cups-browsed to discover the remote CUPS queues in the same local network, it is enough to have a line

BrowseRemoteProtocols dnssd

in /etc/cups/cups-browsed.conf.
For discovering IPP network printers you need to set one of the following:

CreateIPPPrinterQueues No
CreateIPPPrinterQueues LocalOnly
CreateIPPPrinterQueues Everywhere
CreateIPPPrinterQueues AppleRaster
CreateIPPPrinterQueues Everywhere AppleRaster
CreateIPPPrinterQueues Driverless
CreateIPPPrinterQueues All

Please check your cups-browsed.conf, or simply attach it.

from cups-filters.

tillkamppeter avatar tillkamppeter commented on July 20, 2024

And for USB printers: Conventional USB printers are not discovered and set up by cups-browsed. For IPP-over-USB printers you have to install ippusbxd and follow the instructions in its README.md file, especially apply the Avahi patch.

from cups-filters.

zdohnal avatar zdohnal commented on July 20, 2024

I have mostly default cups-browsed.conf for 1.16.1 version, I have only:

BrowseRemoteProtocols dnssd cups
LocalQueueNamingRemoteCUPS RemoteName

because remote cups is 1.4.3. But I cannot see printer created even by cups-2.2.5 with debug log:

cups-browsed[13107]: Thu Dec 14 17:09:49 2017 Avahi Resolver: Service 'test-pro-f27 @ linux-2' of type '_ipp._tcp' in domain 'local' skipped, not a local service

from cups-filters.

tillkamppeter avatar tillkamppeter commented on July 20, 2024

Please run the command

avahi-browse -v -t -r --all

and post its output here. Thanks.

from cups-filters.

zdohnal avatar zdohnal commented on July 20, 2024

Server version: avahi 0.7; Host name: linux.local
E Ifce Prot Name Type Domain

  • ens3 IPv6 test-pro-f27 @ linux-2 Internet Printer local
  • ens3 IPv4 test-pro-f27 @ linux-2 Internet Printer local
  • ens3 IPv6 test-pro-f27 @ linux-2 Secure Internet Printer local
  • ens3 IPv4 test-pro-f27 @ linux-2 Secure Internet Printer local
  • ens3 IPv6 test-pro-f27 @ linux-2 UNIX Printer local
  • ens3 IPv4 test-pro-f27 @ linux-2 UNIX Printer local
    = ens3 IPv6 test-pro-f27 @ linux-2 Internet Printer local
    hostname = [linux-2.local]
    address = [fe80::5054:ff:fe61:b46b]
    port = [631]
    txt = ["printer-type=0x6" "printer-state=3" "TLS=1.2" "UUID=1ce4ccce-b1b9-3b65-6849-f7f22b2b1cfd" "pdl=application/postscript" "product=Unknown" "priority=0" "adminurl=https://linux-2.local.:631/printers/test-pro-f27" "ty=Unknown" "rp=printers/test-pro-f27" "qtotal=1" "txtvers=1"]
    = ens3 IPv6 test-pro-f27 @ linux-2 UNIX Printer local
    hostname = [linux-2.local]
    address = [fe80::5054:ff:fe61:b46b]
    port = [0]
    txt = []
    = ens3 IPv6 test-pro-f27 @ linux-2 Secure Internet Printer local
    hostname = [linux-2.local]
    address = [fe80::5054:ff:fe61:b46b]
    port = [631]
    txt = ["printer-type=0x6" "printer-state=3" "TLS=1.2" "UUID=1ce4ccce-b1b9-3b65-6849-f7f22b2b1cfd" "pdl=application/postscript" "product=Unknown" "priority=0" "adminurl=https://linux-2.local.:631/printers/test-pro-f27" "ty=Unknown" "rp=printers/test-pro-f27" "qtotal=1" "txtvers=1"]
    = ens3 IPv4 test-pro-f27 @ linux-2 Internet Printer local
    hostname = [linux-2.local]
    address = [192.168.122.61]
    port = [631]
    txt = ["printer-type=0x6" "printer-state=3" "TLS=1.2" "UUID=1ce4ccce-b1b9-3b65-6849-f7f22b2b1cfd" "pdl=application/postscript" "product=Unknown" "priority=0" "adminurl=https://linux-2.local.:631/printers/test-pro-f27" "ty=Unknown" "rp=printers/test-pro-f27" "qtotal=1" "txtvers=1"]
    = ens3 IPv4 test-pro-f27 @ linux-2 UNIX Printer local
    hostname = [linux-2.local]
    address = [192.168.122.61]
    port = [0]
    txt = []
    = ens3 IPv4 test-pro-f27 @ linux-2 Secure Internet Printer local
    hostname = [linux-2.local]
    address = [192.168.122.61]
    port = [631]
    txt = ["printer-type=0x6" "printer-state=3" "TLS=1.2" "UUID=1ce4ccce-b1b9-3b65-6849-f7f22b2b1cfd" "pdl=application/postscript" "product=Unknown" "priority=0" "adminurl=https://linux-2.local.:631/printers/test-pro-f27" "ty=Unknown" "rp=printers/test-pro-f27" "qtotal=1" "txtvers=1"]
    : Cache exhausted
    : All for now

from cups-filters.

Ste74 avatar Ste74 commented on July 20, 2024

Not sure if also this report is related:
https://forum.manjaro.org/t/printer-quit-today-after-updating/36610
I have enabled
CreateIPPPrinterQueues All
and modify avahi service to do the job ..

from cups-filters.

tillkamppeter avatar tillkamppeter commented on July 20, 2024

Try putting a line

CreateIPPPrinterQueues All

in cups-browsed.conf and make sure not having any of

CreateIPPPrinterQueues No
CreateIPPPrinterQueues LocalOnly

from cups-filters.

tillkamppeter avatar tillkamppeter commented on July 20, 2024

@zdohnal, @Ste74, anyone of you still suffers this problem? Could you please try with the newest version of cups-filters?
I am closing this now, please re-open if you still have this problem.

from cups-filters.

zdohnal avatar zdohnal commented on July 20, 2024

I'll check with others on the bugzilla ticket - if they still can reproduce the issue, I'll reopen this one.

from cups-filters.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.