Printer什麼是
什麼是libsane-v4l.so.1
,我如何獲得它?
嘗試修復掃描器問題(Brother DCP-110c 掃描器在 Mint 18.1 中不工作),並按照這篇說使用的文章
export SANE_DEBUG_DLL=128 scanimage -L
為了查找表單的錯誤
No such file or directory
並將指定的文件複製到指定的位置,我只得到了這些錯誤:[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-v4l.so.1' [dll] load: couldn't open `/usr/lib/x86_64-linux-gnu/sane/libsane-v4l.so.1' (No such file or directory) [dll] load: trying to load `/usr/lib/sane/libsane-v4l.so.1' [dll] load: couldn't open `/usr/lib/sane/libsane-v4l.so.1' (No such file or directory) [dll] load: couldn't find backend `v4l' (No such file or directory)
但這些文件似乎不存在(用 測試
locate
)……
這些錯誤僅僅意味著
scanimage
嘗試載入v4l
後端,但失敗了。這並不特別令人驚訝,因為v4l
現在(如果有的話)後端沒有得到很好的支持——它是為舊的 V4L 核心 API 設計的,據我所知,還沒有更新到目前的 API(V4L2) . 在 Debian 衍生產品(包括 Mint)上,它是disabled。在任何情況下,這對您的掃描器都不重要:V4L 後端允許將網路攝像頭等影片輸入設備用作掃描器。這與您的列印機無關。