Ubuntu – Running Canon 120 LiDE scanner on Ubuntu 14.04

14.04canonscanner

I am running Ubuntu 14.04 and Windows 7 virtually. I know that the Canon 120 LiDE cannot run on Ubuntu, but would I be able to run it through Windows 7 virtually?

Best Answer

Now the canon LiDE 120 runs on Ubuntu 14.04 and tested in 16.04 as well, for this you have to do the following:

To add the SANE PPA so that you have the latest version of SANE (proposed) or for (backport), check out the following links https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-release and

https://launchpad.net/~rolfbensch/+archive/ubuntu/sane-git accordingly.

And now open your terminal and type

$ sudo add-apt-repository ppa:rolfbensch/sane-release

then run

$ sudo apt update

then (assuming the user has the sane and all sane libraries installed) do a full-upgrade by

$ sudo apt full-upgrade

If you do not have sane and all its libraries installed then install it by executing the following.

$ sudo apt -y install sane libsane libsane-common sane-utils libsane-extras

Now your scanner should work with any frontends like simple-scan or gscan2pdf.

or you can compile sane-backend from the latest source, for that you can follow https://help.ubuntu.com/community/CompileSaneFromSource. and it will help your system recognizing your device https://help.ubuntu.com/community/sane, and the current sourcecode is hosted here https://gitlab.com/sane-project/backends