브라우저에서 버튼을 가리키고 http://localhost:631/admin
클릭 하면 Find New Printers나타나는 페이지에 다음과 같은 내용이 표시됩니다.
No printers found.
내(유선, 광역) 인터넷 연결이 제대로 작동하고 있으며(이 질문을 통해 이 질문을 게시하고 있습니다), 내 책상에서 볼 수 있는 여러 프린터를 포함하여 내 네트워크에 많은 프린터가 있다는 것을 알고 있습니다.
이 문제를 체계적으로 해결하는 방법은 무엇입니까?
- 이에 대해 어떤 구체적인 로그를 확인해야 합니까?
- 사용 가능한 프린터가 감지되기 전에 인쇄 관련 커널 모듈을 로드해야 합니까?
- 제가 더 지켜봐야 할 것이 있나요?
FWIW, 나는 사용하고 있습니다
% uname -ar
Linux myhost 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 \
GNU/Linux
...다음 CUPS 관련 패키지를 설치합니다.
% dpkg-query -l | grep -i cups
ii cups 2.2.1-8 amd64 Common UNIX Printing System(tm) - P
ii cups-browsed 1.11.6-3 amd64 OpenPrinting CUPS Filters - cups-br
ii cups-bsd 2.2.1-8 amd64 Common UNIX Printing System(tm) - B
ii cups-client 2.2.1-8 amd64 Common UNIX Printing System(tm) - c
ii cups-common 2.2.1-8 all Common UNIX Printing System(tm) - c
ii cups-core-drive 2.2.1-8 amd64 Common UNIX Printing System(tm) - P
ii cups-daemon 2.2.1-8 amd64 Common UNIX Printing System(tm) - d
ii cups-filters 1.11.6-3 amd64 OpenPrinting CUPS Filters - Main Pa
ii cups-filters-co 1.11.6-3 amd64 OpenPrinting CUPS Filters - PPD-les
ii cups-ppdc 2.2.1-8 amd64 Common UNIX Printing System(tm) - P
ii cups-server-com 2.2.1-8 all Common UNIX Printing System(tm) - s
ii libcups2:amd64 2.2.1-8 amd64 Common UNIX Printing System(tm) - C
ii libcupscgi1:amd 2.2.1-8 amd64 Common UNIX Printing System(tm) - C
ii libcupsfilters1 1.11.6-3 amd64 OpenPrinting CUPS Filters - Shared
ii libcupsimage2:a 2.2.1-8 amd64 Common UNIX Printing System(tm) - R
ii libcupsmime1:am 2.2.1-8 amd64 Common UNIX Printing System(tm) - M
ii libcupsppdc1:am 2.2.1-8 amd64 Common UNIX Printing System(tm) - P
ii libfontembed1:a 1.11.6-3 amd64 OpenPrinting CUPS Filters - Font Em
ii printer-driver- 5.2.11-1+b2 amd64 printer drivers for CUPS
(실제로 저는 task-print-server
메타패키지를 설치했습니다.)
답변1
프린터나 CUPS에 문제가 없을 수도 있지만 프린터가 자체적으로 광고를 하지 않거나 스위치/라우터에서 광고 프로토콜이 비활성화되었을 수 있습니다.
가장 좋은 방법은 프린터를 찾는 대신 추가해 보는 것입니다. 추가된 프린터 목록에서도 찾을 수 없으면 "기타 프린터"를 통해 추가하고 프로토콜과 IP를 수동으로 지정해 보십시오. 작동하는 경우 이는 주요 문제가 프린터 발견이라는 것을 의미합니다.
프로토콜은 다양할 수 있지만 HP 프린터 및 CUPS에 대한 나의 최고의 경험은 ipp에서였습니다.Serverfault 질문에 대한 내 답변
그렇지 않은 경우 시스템 관리자는 Windows 인쇄 서버 또는 CUPS(비 IP 또는 비광고 프로토콜 사용)를 통해 프린터를 공유했을 수 있으며 모든 사람이 회계를 위해 인쇄 서버 공유를 통해 프린터를 사용하기를 기대할 수 있습니다. 목적 및 기타 목적. 수행 중인 작업이 확실하지 않은 경우 가장 좋은 방법은 시스템 관리자와 함께 이 문제를 해결하는 것입니다.