![]() |
Canon Lide 100 not working - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Printing and Scanning (https://www.linuxliteos.com/forums/forumdisplay.php?fid=25) +--- Thread: Canon Lide 100 not working (/showthread.php?tid=4178) Pages:
1
2
|
Canon Lide 100 not working - sanmayjoshi - 06-16-2017 Hello, I have a Canon Lide 100 scanner(Yes, USB only). It is getting detected but the Document Scanner is not able to scan documents via scanner. I even tried installing Sane along with XSane Image Scanning Program, but no luck. XSane shows the scanner info, just gives error-Failed to start scanner: Error during device I/O. when asked to scan. I would really appreciate any help. Thanks. Edit: I am adding solution with explanation to above problem in case it might help someone -- I don't know which specific step out of following made scanner work, but it worked. ![]() Make sure you have scanner plugged in(yep, the USB). First check if you have sane installed along with dependencies and libusb-dev, build-essential, libsane-dev . To install sane- Code: sudo apt-get install sane #this shall install sane with any dependencies Code: sudo apt-get install libusb-dev build-essential libsane-dev Type in terminal- Code: scan-find-scanner [tt] # sane-find-scanner will now attempt to detect your scanner. If the # result is different from what you expected, first make sure your # scanner is powered up and properly connected to your computer. # No SCSI scanners found. If you expected something different, make sure that # you have loaded a kernel SCSI driver for your SCSI adapter. found USB scanner (vendor=0x04a9, product=0×1904, chip=GL843) at libusb:001:004 # 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. [/tt] if not, don't worry. Now go to- https://anonscm.debian.org/gitweb/?p=sane/sane-backends.git (which I found when I googled for [tt]git://git.debian.org/sane/sane-backends.git[/tt]), and download(click on snapshot) the master branch(yep, the one with master tag). Extract(to any directory but in this solution it is to USER/) and rename it to sane-backends. Then via terminal change directory to sane-backendsvia command - Code: cd USER/sane-backends #it may differ in your case Code: export BACKENDS="net mustek mustek_usb genesys" If it worked fine and a text file got opened then add- Code: # Canon CanoScan Lide 100 But, in my case I found out that /lib/udev/rules.d/40-libsane.rules didn't exist in my pc. If that's the case then create 40-libsane.rules in /lib/udev/rules.d/ as root and paste- Code: # Canon CanoScan Lide 100 Restart your PC. Type in terminal- Code: scanimage -L [tt]device `genesys:libusb:001:003' is a Canon LiDE 100 flatbed scanner [/tt] (001:003 may be replaced with something else in your case). Test your scanner(try scanning via Document Scanner or XSane). Type in terminal- Code: scanimage -d genesys:libusb:001:003 --format=tiff >image.tiff Code: scanimage -d genesys:libusb:001:003 --format=tiff >image.tiff ![]() ![]() If it passed all the tests, yep, your scanner is working awesome! ![]() Re: Canon Lide 100 not working - bitsnpcs - 06-16-2017 Hello sanmayjoshi, do any of these solve it ? - https://ubuntuforums.org/showthread.php?t=2324912 https://askubuntu.com/questions/457901/usb-2-0-device-scanner-does-not-work-with-xhci-hcd-on-usb-3-0-system Re: Canon Lide 100 not working - newtusmaximus - 06-16-2017 http://www.canon.co.uk/support/consumer_products/products/scanners/lide_series/canoscan_lide_100.aspx?type=drivers&language=&os=LINUX Linux drivers are listed. Not sure how you add these. Perhaps someone can advise OP. SORRY _ Just seen that clicking linux draws a blank http://manpages.ubuntu.com/manpages/zesty/man5/sane-genesys.5.html My LIDE 210 is working ok on both 32 & 64 bit LL3.4 "out of the box" i.e no mods , so there might be hope. Re: Canon Lide 100 not working - sanmayjoshi - 06-17-2017 Thank you for your kind reply, [member=411]bitsnpcs[/member] , [member=149]newtusmaximus[/member] ! (06-16-2017, 05:39 PM)bitsnpcs link Wrote: Hello sanmayjoshi, https://ubuntuforums.org/showthread.php?t=2324912 - Thread's not solved yet. :-\ https://askubuntu.com/questions/457901/usb-2-0-device-scanner-does-not-work-with-xhci-hcd-on-usb-3-0-system - Not the same problem. (06-16-2017, 08:45 PM)newtusmaximus link Wrote: http://www.canon.co.uk/support/consumer_products/products/scanners/lide_series/canoscan_lide_100.aspx?type=drivers&language=&os=LINUX http://manpages.ubuntu.com/manpages/zesty/man5/sane-genesys.5.html - It takes me to a page with library named sane-genesys. It says on the page that this library is especially designed for USB based Flatbed Scanners. I couldn't find that library in the Synaptic Manager. sane-genesys is available to download at that page as a sane-genesys.5.gz file, but I don't know how to install a library with .5.gz extension... ![]() Any help highly appreciated! Thanks. Re: Canon Lide 100 not working - bitsnpcs - 06-17-2017 Hello sanmayjoshi, on the first link there are some solutions others used for this, via links in their replies, it may be worth checking them in case it can solve it . The second link is for another scanner, the method was used to solve an USB issue on the Canon Lide 100. As you wrote you are using the scanner by USB it is worth looking at this to confirm there is not a USB issue, that prevents your scanner working etc. .gz (tar, tar ball) it is like a zip file. Right click the downloaded file and from the menu that will appear select "extract here" . Once extracted you will see the files, and files types, if you are unsure how to install them, then members may know how to install them once the files can be specified. Re: Canon Lide 100 not working - sanmayjoshi - 06-18-2017 Thanks a lot [member=411]bitsnpcs[/member] . (06-17-2017, 06:55 PM)bitsnpcs link Wrote: Hello sanmayjoshi,I checked the first link you provided but no luck... (06-17-2017, 06:55 PM)bitsnpcs link Wrote: The second link is for another scanner, the method was used to solve an USB issue on the Canon Lide 100. As you wrote you are using the scanner by USB it is worth looking at this to confirm there is not a USB issue, that prevents your scanner working etc.I went through the second link too, but I am using ASUS Eee PC, and I'm pretty sure it doesn't have a USB 3.0 connection. Sorry, but that link couldn't solve it... (06-17-2017, 06:55 PM)bitsnpcs link Wrote: .gz (tar, tar ball) it is like a zip file.That file (sane-genesysy.5.gz) had sane-genesys.5 file in it. I opened it with text editor(BlueFish) and found out that it had the same information that the website had. It doesn't seem like it's a library(don't know though). There is no info(even on the website- http://manpages.ubuntu.com/manpages/zesty/man5/sane-genesys.5.html ) where that library is or how to use it... ![]() Link to the sane-genesys.5.gz file : http://manpages.ubuntu.com/manpages.gz/zesty/man5/sane-genesys.5.gz Any help...? Re: Canon Lide 100 not working - Valtam - 06-18-2017 There's no need to use that file. Sent from my Mobile phone using Tapatalk Re: Canon Lide 100 not working - sanmayjoshi - 06-18-2017 (06-18-2017, 02:11 PM)Jerry link Wrote: There's no need to use that file. I agree. After a lot of searching, I found out that the library is already installed ![]() Then I found this website- https://bdhacker.wordpress.com/2011/04/25/canon-lide-100-scanner-in-ubuntu-with-sane-installation-permission-fixes/ and it said(I have bluefish code editor)- Code: This portion is copied from the links i mentioned at the end of this article. Open a terminal and paste following: What I did- Code: sudo apt-get install libusb-dev build-essential libsane-dev Code: cd USER/sane-backends Code: export BACKENDS="net mustek mustek_usb genesys" and to my surprise found out that /lib/udev/rules.d/40-libsane.rules didn't exist in my pc. So, I created 40-libsane.rules in /lib/udev/rules.d/ as root and pasted what he stated- # Canon CanoScan Lide 100 ATTRS{idVendor}==”04a9″, ATTRS{idProduct}==”1904″, ENV{libsane_matched}=”yes” still, it doesn't work. Just for info, When I type in terminal- Code: scanimage -L [tt]device `genesys:libusb:001:003' is a Canon LiDE 100 flatbed scanner [/tt] A user on https://forums.linuxmint.com/viewtopic.php?t=101046 said that it works if you type in terminal- Code: scanimage -d genesys:libusb:002:004 --format=tiff >image.tiff Code: scanimage -d genesys:libusb:001:003 --format=tiff >image.tiff Edit: The file got saved! It was in USER/ . But, does that mean I'll have to scan a file via terminal and then edit it, because the image include all the side-space(in black color) too. If there is any way in which I can scan it via GUI(XSane) I'll highly appreciate it. Anyhow, scanner is temporarily working... ![]() Any help is extremely highly appreciated...! Thanks for helping me and for the time you are giving for me! Links I found and referred to: https://bdhacker.wordpress.com/2011/04/25/canon-lide-100-scanner-in-ubuntu-with-sane-installation-permission-fixes/ http://robsworldoftech.blogspot.in/2010/09/canon-canoscan-lide-100-on-ubuntu-or.html https://forums.linuxmint.com/viewtopic.php?t=101046 Re: Canon Lide 100 not working - sanmayjoshi - 06-18-2017 Hurray...! It worked with GUI(Simple Scan & XSane) too! [member=2]Jerry[/member] , [member=411]bitsnpcs[/member] , [member=149]newtusmaximus[/member] [move] Thanks a Loooooot! ![]() ![]() Re: Canon Lide 100 not working - Valtam - 06-18-2017 Nice ![]() Sent from my Mobile phone using Tapatalk |