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=trueDebian パッケージのリストがあります。

関連情報