Canon lide 120 driver linux

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Canon 120 LiDE scanner works now on linux

Post by paperloader » Sat Dec 03, 2016 3:23 pm

I have a Canon 120 LiDE scanner that works now on Mint 18 Cinnamon. I found the fix on http://askubuntu.com/questions/652769/r . untu-14-04. It works with simple-scan now.

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: Canon 120 LiDE scanner works now on linux

Post by bh56 » Sun Dec 18, 2016 10:17 pm

Hi,
I’ve followed the instructions in your post ie
Add ppa:
sudo add-apt-repository ppa:rolfbensch/sane-git
sudo apt update
sudo apt install sane libsane libsane-common sane-utils libsane-extras

As root, edit /etc/sane.d/genesys.conf:
sudo nano /lib/udev/rules.d/40-libsane.rules
to add:

#Canon LiDE 120
usb 0x04a9 0x190e

Running scanimage -L returns:
device `genesys:libusb:001:009′ is a Canon LiDE 120 flatbed scanner
But when I use simple scan or xscanimage the scanner just vibrates.
The scanner runs fine in puppy linux with the same driver (libsane-genesys.so.1.0.26).
Could it be a permission problem?
Thanks
Brendan

Re: Canon 120 LiDE scanner works now on linux

Post by bh56 » Tue Dec 20, 2016 3:55 pm

Should have mentioned I’m using LM18.1, 32bit with a Dell Lattitude D820.
Today, if I run from a terminal:
scanimage —resolution 300 >image.pnm
It works fine.
And simple-scan now works. Strange.

Re: Canon 120 LiDE scanner works now on linux

Post by mickeymops » Thu Oct 05, 2017 12:01 pm

scanimage —resolution 300 >image.pnm

Читайте также:  Linux open dmg file

Me too, I’m on 18.2 with Canon 200 LiDE not working in Simple Scan or XSane or Skanlite, ran the above in terminal, now Simple Scan works — many thanks

  • Important Notices
  • ↳ Rules & Notices
  • ↳ Releases & Announcements
  • ↳ Main Edition Support
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Graphics Cards & Monitors
  • ↳ Printers & Scanners
  • ↳ Storage
  • ↳ Sound
  • ↳ Networking
  • ↳ Virtual Machines
  • ↳ Desktop & Window Managers
  • ↳ Cinnamon
  • ↳ MATE
  • ↳ Xfce
  • ↳ Other topics
  • ↳ Non-technical Questions
  • ↳ Tutorials
  • Debian Edition Support
  • ↳ LMDE Forums
  • ↳ Beginner Questions
  • ↳ Installation & Boot
  • ↳ Software & Applications
  • ↳ Hardware Support
  • ↳ Networking
  • ↳ Tutorials
  • ↳ Other Topics & Open Discussion
  • ↳ LMDE Archive
  • Interests
  • ↳ Gaming
  • ↳ Scripts & Bash
  • ↳ Programming & Development
  • Customization
  • ↳ Themes, Icons & Wallpaper
  • ↳ Compiz, Conky, Docks & Widgets
  • ↳ Screenshots
  • ↳ Your Artwork
  • Chat
  • ↳ Introduce Yourself
  • ↳ Chat about Linux Mint
  • ↳ Chat about Linux
  • ↳ Open Chat
  • ↳ Suggestions & Feedback
  • International
  • ↳ Translations
  • ↳ Deutsch — German
  • ↳ Español — Spanish
  • ↳ Français — French
  • ↳ Italiano — Italian
  • ↳ Nederlands — Dutch
  • ↳ Português — Portuguese
  • ↳ Русский — Russian
  • ↳ Suomi — Finnish
  • ↳ Other Languages
  • ↳ Čeština-Slovenčina — Czech-Slovak
  • ↳ Magyar — Hungarian
  • ↳ 日本語 — Japanese
  • ↳ Polski — Polish
  • ↳ Svenska — Swedish
  • ↳ Українська — Ukrainian

Powered by phpBB® Forum Software © phpBB Limited

Источник

Сканер Canon LiDE 120 и Ubuntu 16.04.1

У меня уже несколько лет исправно трудится сканер Canon LiDE 110, который прекрасно совместим с GNU/Linux. Мне понадобилось купить ещё один сканер и я решил купить такой же. Но к сожалению, в наличии больше таких устройств не оказалось, но был Canon LiDE 120. Решил взять его. Как оказалось, поддержка сего устройства в GNU/Linux пока есть только с небольшим шаманством.

В Ubuntu для работы со сканерами используется sane. На официальном сайте sane указано, что в текущей стабильной версии sane ( 1.0.25 ) сканер Canon LiDE 120 имеет статус «Unsupported».

Однако, в версии, что находится сейчас в разработке ( 1.0.26 ), статус поддержки сканера уже установлен как «Complete». Отсюда вытекает решение — установить пакет с sane, который будет собран из git:

sudo add-apt-repository ppa:rolfbensch/sane-git
sudo apt-get update && sudo apt-get install simple-scan sane-utils libsane libsane-common

После этого сканер заработал так же хорошо, как и Canon LiDE 110 🙂

В качестве альтернативы sane можно использовать программу VueScan. Она поддерживает очень большое количество сканеров, в том числе и Canon LiDE 120, но она проприетарная и платная. Стоит от $49.95 до $89.95. В бесплатной версии на изображение накладываются надписи с призывом купить программу.

Читайте также:  Encrypting folders in linux

Сканер Canon LiDE 120 и Ubuntu 16.04.1: 1 комментарий

Ещё есть вариант поступить следующим образом. Открыть для редактирования файл:
sudo nano /lib/udev/rules.d/40-libsane.rules Добавить в него:
# Canon CanoScan Lide 120
ATTRS==»04a9″, ATTRS==»190e», ENV=»yes» Сохранить файл. Перезапустить компьютер. Выполнить в терминале:
sudo sane-find-scanner -v -v Этот способ я не пробовал.

Добавить комментарий Отменить ответ

Этот сайт использует Akismet для борьбы со спамом. Узнайте, как обрабатываются ваши данные комментариев.

Источник

Linux Mint Forums

How to Install a Canon Lide 120 scanner in Mint ?

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Alvin Level 5
Posts: 622 Joined: Wed Feb 13, 2019 8:33 am Location: Florida Contact:

How to Install a Canon Lide 120 scanner in Mint ?

Post by Alvin » Thu Mar 14, 2019 11:42 pm

Is a driver available for using a Canon Lide 120 flatbed scanner with my Linus Mint 19.1 cinnamon OS’s printer and file system? If there is such a driver, what command sequence must I use to install it? Assistance would be appreciated.

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by RIH » Fri Mar 15, 2019 12:00 am

Image

Alvin Level 5
Posts: 622 Joined: Wed Feb 13, 2019 8:33 am Location: Florida Contact:

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by Alvin » Fri Mar 15, 2019 3:50 pm

RH: Thanks for bringing «simple scan» to my attention. It is rather simplistic in that after it scans, it does not print — thought my printer was on and does work with Linux Mint 19.1 cinnamon. I was able to save the scan as a pdf file. Then, I went to Office and booted the Writer. Then I opened the pdf file with the scan image. Then I printed it using the Writer. The printed copy had a light grey background unlike the original which is white.

A rather extended procedure to obtain a printed copy, a copy with a grey background.

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by RIH » Fri Mar 15, 2019 7:58 pm

Yes, you do need to save to print.

I save as a PDF & then just open that by double clicking & print with document viewer, rather than Libre Office.

It is possible to alter the quality of the scan & also remove the grey background under preferences.

Читайте также:  Linux cli rename file

According to the Canon web site Linux drivers are not available for this product..
https://www.canon.co.uk/support/consume . 20(64-bit)

Image

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by Lanser » Sat Mar 16, 2019 5:28 am

Just setup Canon LIDE 300 on LM18.3 Mate 64 for a friend. Works fine using the scangearmp2_3.70-1_amd64.deb driver. (Scangear)
https://canonscannerdrivers.com/2017/12 . -mp-linux/
Note According to their support site VueScan also supports the LIDE 120 out of the box, but you have to tweak the apparmor settings.

AndyMH Level 20
Posts: 12146 Joined: Fri Mar 04, 2016 5:23 pm Location: Wiltshire

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by AndyMH » Sat Mar 16, 2019 6:02 am

Thinkcentre M720Q — LM21.1 cinnamon, 4 x T430 — LM20.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0

Matthew_Wai Level 5
Posts: 500 Joined: Sun Jun 07, 2015 10:42 am Location: China

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by Matthew_Wai » Sat Mar 16, 2019 8:41 am

Lanser wrote: ⤴ Sat Mar 16, 2019 5:28 am Just setup Canon LIDE 300 on LM18.3 Mate 64 for a friend. Works fine using the scangearmp2_3.70-1_amd64.deb driver. (Scangear)
https://canonscannerdrivers.com/2017/12 . -mp-linux/

Alvin Level 5
Posts: 622 Joined: Wed Feb 13, 2019 8:33 am Location: Florida Contact:

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by Alvin » Sat Mar 16, 2019 11:26 am

My Linux Mint cinnamon must be different in its file viewer than your software. The preferences do not allow me the options your image shows. Essentially, my less than satisfactory print was obtained by the means you recommended — from the more limited file viewer of my Mint OS.

I have a dual OS with Windows 7. I wanted to eliminate Win 7 and use only Mint, but even after it is no longer supported (2020+), I shall have to keep it for purposes such as this. When I need to use Windows, I’ll disconnect from the internet to protect it.

Maybe in the future, Mint will be improved to allow a means of getting a better print from a scan. Thank you very much for your clear reply.

Re: How to Install a Canon Lide 120 scanner in Mint ?

Post by RIH » Sat Mar 16, 2019 7:36 pm

Well we are both using 19.1 Alvin so I am surprised..

If you open Simple Scan & then click on the 3 horizontal bars to the right of the screen, the last option is preferences.

If you then click on the right hand side tab, Quality, the options I showed in my previous post appear..

Источник

Оцените статью
Adblock
detector