L3110-主要依照這篇
https://antivirus.com/2021/05/26/raspberry-pi-project-how-to-convert-a-usb-all-in-one-printer-to-a-wireless-printer/
下面方法解決問題並且成功列印測試頁。
1 2
| sudo apt install printer-driver-escpr sudo apt install hplip
|
https://forums.raspberrypi.com/viewtopic.php?t=225739
local列印成功後,設定網路
- 開啟網路管理服務以及nmtui
1 2
| systemctl start NetworkManager sudo nmtui
|
不要設定AllowUser以免權限不足
如果發現錯誤,請在網頁AllowUser留白並且儲存
1
| Returning IPP client-error-not-authorized for Create-Job (ipps://192.168.50.169:631/printers/epson_l3110_series) from 192.168.50.9.
|
https://askubuntu.com/a/708217
掃描器
使用SANE:Setting up a Raspberry Pi Scanner Server using SANE
安裝必要軟體後,檢查SANE能不能找到你的掃描器,如果不行就必須手動設定,方法如官網Helpful commands for Troubleshooting sane
網頁板掃描頁面
https://github.com/sbs20/scanservjs/tree/master
安裝後出現以下說明
1 2 3 4 5 6 7
| Created symlink /etc/systemd/system/multi-user.target.wants/scanservjs.service → /etc/systemd/system/scanservjs.service.
scanservjs installed and running http://127.0.0.1:8080
If you encounter problems when running, try sudo journalctl -e -u scanservjs
|
桌面版軟體
安裝後在windows上面安裝前端軟體SaneTwain
其他參考:
https://ubuntu.com/server/docs/service-cups
airprint
https://www.developer.com/mobile/cups-and-raspberry-pi-airprinting/
https://unix.stackexchange.com/questions/394687/printer-drivers-required-if-cups-is-installed