Debian의 Firefox에서 인쇄할 수 없습니다

Debian의 Firefox에서 인쇄할 수 없습니다

내 환경에서 내가 하는 일은 다음과 같습니다.

# Install the driver with the deb file
sudo dpkg -i --force-all brscan4–0.4.10-1.amd64.deb
# Verify that the driver was correctly installed
dpkg -l | grep Brother
# Find all the devices on your network that have the open ports 9100, 515, 631
# The device that has those open ports (and might have the name: (Hon Hai Precision Ind.)) should be your printer/scanner
sudo nmap -p 9100,515,631 192.168.0.0/24
# Setup your printer on your system
brsaneconfig4 -a name=DCP-L2550DW model=DCP-L2550DW ip=192.168.0.0
# Verify that it is set up correctly
brsaneconfig4 -q | grep DCP-L2550DW

다음은 프린터가 올바르게 등록되었다는 증거입니다.

* DCP-L2550DW  [  192.168.0.109]  DCP-L2550DW

gscan2pdf(프린터/스캐너)를 사용하여 문서를 스캔할 수 있습니다 . 하지만 Firefox를 사용하여 인쇄할 수 없습니다. 인쇄하려고 하면 PDF로 내보내지는 페이지만 표시됩니다.

내가 놓친 것이 있나요?

자세한 내용은:

  • uname -r4.19.0-20-amd64
  • lsb_release -a
     No LSB modules are available.
     Distributor ID: Debian
     Description:    Debian GNU/Linux 10 (buster)
     Release:        10
     Codename:       buster

답변1

인쇄하려면 CUPS가 필요합니다. SANE은 스캔 전용입니다. https://support.brother.com/g/b/faqlist.aspx?c=us_ot&lang=en&prod=dcpl2550dw_us&ftype3=100257자세한 정보를 확인할 수 있습니다(해당 모델별).

https://support.brother.com/g/b/downloadlist.aspx?c=us_ot&lang=en&prod=dcpl2550dw_us&os=128&mid=true데비안 패키지 목록이 있습니다.

관련 정보