Canon ImageClass MF4350 之使用 - Linux

Table of Contents

因為有修改了一下文章內容, 這又是轉信站
故重發一次
主要是
在安裝的時後要 libusb
但, "一定" 要 libusb-dev
其 libusbxxx library 全部無效

========================================

在可雙面列印後, 今天比較有空, 試一下掃描器的功能


1. git clone git://git.debian.org/sane/sane-backends.git

2. git pull (update 用, 如果想要的話)

3.先確定 libusb 已經安裝

注意: "一定" 要裝 libusb-dev, 其 libusbxxx 全部都沒用


4. ./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var

注意, 這跟一些網頁上的不同, 網頁上說的是 ./configure --prefix=/usr
--sysconfdir=/etc --localstatedir=/var, 但可能是因為 xsane 的關係, 到時會變成
scanimage那些相關的檔在 /usr/local和 /usr/bin下各有一份,會很麻煩
這一部份最好先看看自己系統上有沒有已經裝好的 sane-find-scanner
用 whereis sane-find-scanner 去看
然後安裝時蓋過這個目錄


5. make

6. sudo make install

原則上這樣就 OK 了 (但這時有權限問題, 因為內定只有 root 可以用 xsane 去開啟
USB 的 scanner. 現在先不管他吧 =.=)
sane-usb 或一些網頁上提的方法我試了, 但似乎不太行



測試

scanimage -L

scanimage -T

xsane


--

All Comments