Running Canon 120 LiDE scanner on Ubuntu 14.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
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?
14.04 canon scanner
add a comment |Â
up vote
1
down vote
favorite
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?
14.04 canon scanner
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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?
14.04 canon scanner
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?
14.04 canon scanner
14.04 canon scanner
asked Jul 25 '15 at 22:03
user219454
25115
25115
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
5
down vote
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 (backport), open your terminal and type
$ sudo add-apt-repository ppa:rolfbensch/sane-git
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 you some more https://help.ubuntu.com/community/sane
1
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
add a comment |Â
up vote
1
down vote
You try to edit a file /lib/udev/rules.d/40-libsane.rules:
Open a terminal,
Press Ctrl+Alt+T
Run it:
sudo nano /lib/udev/rules.d/40-libsane.rules
In te open file add the following 2 lines:
# Canon CanoScan Lide 120
ATTRSidVendor=="04a9", ATTRSidProduct=="190e", ENVlibsane_matched="yes"
Ctrl + O, save file. Ctrl + X, close nano.
Close the terminal,
Reboot.
And run:
sudo sane-find-scanner -v -v
add a comment |Â
up vote
-1
down vote
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
done
zorin@zorin-E2050-2391:~$ -L
-L: Befehl nicht gefunden.
zorin@zorin-E2050-2391:~$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
add a comment |Â
protected by Community⦠Aug 5 '16 at 16:30
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
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 (backport), open your terminal and type
$ sudo add-apt-repository ppa:rolfbensch/sane-git
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 you some more https://help.ubuntu.com/community/sane
1
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
add a comment |Â
up vote
5
down vote
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 (backport), open your terminal and type
$ sudo add-apt-repository ppa:rolfbensch/sane-git
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 you some more https://help.ubuntu.com/community/sane
1
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
add a comment |Â
up vote
5
down vote
up vote
5
down vote
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 (backport), open your terminal and type
$ sudo add-apt-repository ppa:rolfbensch/sane-git
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 you some more https://help.ubuntu.com/community/sane
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 (backport), open your terminal and type
$ sudo add-apt-repository ppa:rolfbensch/sane-git
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 you some more https://help.ubuntu.com/community/sane
edited Mar 22 at 5:31
answered Apr 9 '16 at 11:30
![](https://lh4.googleusercontent.com/-bSbmRkfR1QU/AAAAAAAAAAI/AAAAAAAAAC0/j8l6NGgWMJA/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-bSbmRkfR1QU/AAAAAAAAAAI/AAAAAAAAAC0/j8l6NGgWMJA/photo.jpg?sz=32)
Pavel Sayekat
3111517
3111517
1
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
add a comment |Â
1
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
1
1
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
I can confirm that this worked. Every other approaches failed.
â LordAmit
Dec 19 '16 at 7:28
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
Did this version of SANE reach the official repositories? It would be useful to update sane-project.org/sane-mfgs.html#Z-CANON which says LiDE 120 is unsupported. It is listed as supported in the git version though: sane-project.org/lists/sane-mfgs-cvs.html
â Nemo
May 5 '17 at 11:46
add a comment |Â
up vote
1
down vote
You try to edit a file /lib/udev/rules.d/40-libsane.rules:
Open a terminal,
Press Ctrl+Alt+T
Run it:
sudo nano /lib/udev/rules.d/40-libsane.rules
In te open file add the following 2 lines:
# Canon CanoScan Lide 120
ATTRSidVendor=="04a9", ATTRSidProduct=="190e", ENVlibsane_matched="yes"
Ctrl + O, save file. Ctrl + X, close nano.
Close the terminal,
Reboot.
And run:
sudo sane-find-scanner -v -v
add a comment |Â
up vote
1
down vote
You try to edit a file /lib/udev/rules.d/40-libsane.rules:
Open a terminal,
Press Ctrl+Alt+T
Run it:
sudo nano /lib/udev/rules.d/40-libsane.rules
In te open file add the following 2 lines:
# Canon CanoScan Lide 120
ATTRSidVendor=="04a9", ATTRSidProduct=="190e", ENVlibsane_matched="yes"
Ctrl + O, save file. Ctrl + X, close nano.
Close the terminal,
Reboot.
And run:
sudo sane-find-scanner -v -v
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You try to edit a file /lib/udev/rules.d/40-libsane.rules:
Open a terminal,
Press Ctrl+Alt+T
Run it:
sudo nano /lib/udev/rules.d/40-libsane.rules
In te open file add the following 2 lines:
# Canon CanoScan Lide 120
ATTRSidVendor=="04a9", ATTRSidProduct=="190e", ENVlibsane_matched="yes"
Ctrl + O, save file. Ctrl + X, close nano.
Close the terminal,
Reboot.
And run:
sudo sane-find-scanner -v -v
You try to edit a file /lib/udev/rules.d/40-libsane.rules:
Open a terminal,
Press Ctrl+Alt+T
Run it:
sudo nano /lib/udev/rules.d/40-libsane.rules
In te open file add the following 2 lines:
# Canon CanoScan Lide 120
ATTRSidVendor=="04a9", ATTRSidProduct=="190e", ENVlibsane_matched="yes"
Ctrl + O, save file. Ctrl + X, close nano.
Close the terminal,
Reboot.
And run:
sudo sane-find-scanner -v -v
answered Jul 25 '15 at 23:03
![](https://i.stack.imgur.com/YQNV4.jpg?s=32&g=1)
![](https://i.stack.imgur.com/YQNV4.jpg?s=32&g=1)
kyodake
9,28011932
9,28011932
add a comment |Â
add a comment |Â
up vote
-1
down vote
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
done
zorin@zorin-E2050-2391:~$ -L
-L: Befehl nicht gefunden.
zorin@zorin-E2050-2391:~$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
add a comment |Â
up vote
-1
down vote
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
done
zorin@zorin-E2050-2391:~$ -L
-L: Befehl nicht gefunden.
zorin@zorin-E2050-2391:~$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
done
zorin@zorin-E2050-2391:~$ -L
-L: Befehl nicht gefunden.
zorin@zorin-E2050-2391:~$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
done
zorin@zorin-E2050-2391:~$ -L
-L: Befehl nicht gefunden.
zorin@zorin-E2050-2391:~$ scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
answered Nov 25 '15 at 14:17
micha
11
11
add a comment |Â
add a comment |Â
protected by Community⦠Aug 5 '16 at 16:30
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?