HP 打印机/扫描仪

HP 打印机/扫描仪

我买了 HP Laser MFP 135a 黑白扫描仪/打印机。我是 Ubuntu 新手,使用 Ubuntu 18.04 LTS。我尝试通过在终端中安装 CUPS 来打开 localhost:631,就像在一个 YouTube 视频中看到的那样,但没有成功。我不知道该怎么做。我通过 USB 使用打印机/扫描仪。有人能帮我设置扫描仪和打印机吗?

:~$ lsusb -t 
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M 
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/11p, 480M 
|__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 1: Dev 4, If 1, Class=Printer, Driver=usblp, 480M 
|__ Port 1: Dev 4, If 2, Class=Vendor Specific Class, Driver=, 480M 
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M 
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
|__ Port 3: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M 
|__ Port 3: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M 
|__ Port 6: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M 
|__ Port 6: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M 
|__ Port 7: Dev 5, If 0, Class=Application Specific Interface, Driver=, 12M 
|__ Port 7: Dev 5, If 1, Class=Chip/SmartCard, Driver=, 12M 
|__ Port 7: Dev 5, If 2, Class=Chip/SmartCard, Driver=, 12M 
|__ Port 7: Dev 5, If 3, Class=Application Specific Interface, Driver=, 12M

答案1

您需要sane-airscan。请参阅页面https://github.com/alexpevzner/sane-airscan/blob/master/README.md

您需要遵循并进一步通过选择您的操作系统 Ubuntu 18.04 来发布。

  1. 添加存储库

    sudo sh -c “回显'debhttp://download.opensuse.org/repositori... ntu_18.04/ /' > /etc/apt/sources.list.d/home:pzz.list”

  2. 下载密钥key

    wget -nvhttps://download.opensuse.org/repositor... 释放.key -O 释放.key

  3. 添加密钥

    sudo apt-key 添加-< Release.key

  4. 更新存储库

    sudo apt-get 更新

  5. 安装 sane-airscan

    sudo apt-get 安装 sane-airscan

相关内容