Проблема же заключается в том, что не могу поставить драйвер на виндовый ПК. Он не видит этот сетевой принтер. Последовательность действий: Добавить принтер или сканер - необходимый принтер отсутствует в списке - Добавить принтер по TCP/IP - (Ничего не находит) выбираю модель из списка - Драйвер ставится, принтер появляется в списке устройств, но печать не идет.
Вот содержимое конфиг-файла /etc/cups/cupsd.conf
- спойлер
Код: Виділити все
# "$Id: cupsd.conf.in 7199 2008-01-08 00:16:30Z mike $" # # Sample configuration file for the Common UNIX Printing System (CUPS) # scheduler. See "man cupsd.conf" for a complete description of this # file. # # Log general information in error_log - change "info" to "debug" for # troubleshooting... LogLevel info # Administrator user group... SystemGroup lpadmin # Only listen for connections from the local machine. Listen 631 Listen /var/run/cups/cups.sock # Show shared printers on the local network. Browsing On BrowseOrder allow,deny BrowseAllow all # Default authentication type, when authentication is required... DefaultAuthType Basic # Restrict access to the server... <Location /> Allow all Order allow,deny </Location> # Restrict access to the admin pages... <Location /admin> Allow all Encryption Required Order allow,deny </Location> # Restrict access to configuration files... <Location /admin/conf> Allow all AuthType Default Require user @SYSTEM Order allow,deny </Location> # Set the default printer/job policies... <Policy default> # Job-related operations must be done by the owner or an administrator...