Debian

CUPS - 為 HP 列印機選擇驅動程序

  • April 10, 2019

我有一台 HP Photosmart Premium C309g-m 列印機。在我的樹莓派上安裝的 CUPS 的列表中沒有匹配的驅動程序。我試圖執行sudo hp-setup,但終端說sudo: hp-setup: command not found我只需要為我的列印機找到合適的驅動程序。

背景資訊:我的樹莓派 2 執行 raspbian lite(但是我手動安裝了 gui,raspbian 是基於 debian)並且它通過 Wi-Fi 連接到列印機

**編輯:**我正在關注指南

看起來惠普為您的設備製作了驅動程序:https ://developers.hp.com/hp-linux-imaging-and-printing/supported_devices/index 。要使用它,您需要先從此處安裝 HPLIP:https ://developers.hp.com/hp-linux-imaging-and-printing/gethplip ,選擇您的作業系統 (Debian) 並執行該工具。

引用自:https://unix.stackexchange.com/questions/511669