Linux, Open Source, Web, Engineering, Technology
April 24, 2009
Installing Canon’s ImageCLASS MF4270 SCANNER on Ubuntu 64 bit
To install the scanner of the multifunctional printer MF4270, do the following.
cvs -d :pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane login
cvs -d :pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane checkout sane-backends
sudo apt-get install libusb-dev
cd sane-backends/
./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var
make
sudo make install
cp /etc/udev/rules.d/70-libsane.rules ~/
sudo cp tools/udev/libsane.rules /etc/udev/rules.d/70-libsane.rules
sudo /etc/init.d/udev restart
Test sane version, should be 1.x.xcvs
scanimage -V
add your self to the scanner group
logout and then login.
Done!
For the Printer part follow this guide:
https://blog.alejandrocuervo.com/installing-canon-imageclass-mf4270-on-ubuntu-64-bit/
Posted by acuervo. Filed under 64-bit, Linux, Ubuntu.
One Response to “Installing Canon’s ImageCLASS MF4270 SCANNER on Ubuntu 64 bit”
Leave a Reply
Recently
- Domain registration in over 60 Top level domains
- (Español) xType
- The Divide Platform by enterproid
- Installing Canon’s ImageCLASS MF4270 on Ubuntu 64 bit
- Open Source Bare Metal Backup & Restore
April 24th, 2009 at 8:12 pm
[…] https://blog.alejandrocuervo.com/installing-canons-imageclass-mf4270-scanner-on-ubuntu-64-bit/ Related links: […]