CUPS und WLAN

Aus MHC-Wiki

Wechseln zu: Navigation, Suche

Im WLAN scheien sich die Broadcasts von CUPS-Servern nicht immer richtig zu verbreiten, so dass man trotz korreter Konfiguration ferne Drucker nicht sieht. Hier hilft ein Eintrag in der lokalen "cupsd.conf":

BrowsePoll 192.0.2.2:631


Text aus der cups.conf Dokumentation dazu:

BrowsePoll Examples

BrowsePoll 192.0.2.2:631
BrowsePoll host.domain.com:631

Description

The BrowsePoll directive polls a server for available printers once every BrowseInterval seconds. Multiple BrowsePoll directives can be specified to poll multiple servers.

If BrowseInterval is set to 0 then the server is polled once every 30 seconds.


Siehe auch: http://www.cups.org/documentation.php/ref-cupsd-conf.html

Navigation