LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-03-2012, 07:57 AM   #1
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Rep: Reputation: Disabled
XSane, having trouble setting up a scanner


Hi. I've been trying to set up scanner Canon Lide 110, so far unsuccessfully (even after reading some posts, which got me rather confused...)

The scanner is listed among supported devices on the SANE website. Moreover, back then I managed to get the scanner working with Ubuntu, but cannot remember how I did it ever since (I'm quite sure I forget to do something essential). Now I use CrunchBang.


---
I'm not quite sure what all information I should post, but I guess this would be it for the beginning...:

Code:
sane-find-scanner
found USB scanner (vendor=0x04a9, product=0x1909, chip=GL848+?) at libusb:002:006

scanimage -L
No scanners were identified. (...)

lsusb
Bus 002 Device 006: ID 04a9:1909 Canon, Inc. CanoScan LiDE 110
(Did the same as root, the results were the same.)


I would be grateful for any help. Thanks.
 
Old 06-03-2012, 08:29 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Two things to look at.

1. With the scanner turned on, and plugged into a usb port, have a look at the /dev directory to see if the device shows up there. I have a HP scanner that uses the genesys backend, the same backend that supports your Canon scanner. On my system I see this:

Quote:
crw-rw-r-- 1 root scanner 189, 3 Jun 3 09:22 usbdev1.4
If the device is not showing up, in the /dev directory, it will not work.

2. Have a look at the file /etc/sane.d/genesys.conf file, look to see if your scanner is uncommented. It should look like this:

Quote:
# Canon LiDE 110
usb 0x04a9 0x1909
 
Old 06-03-2012, 12:52 PM   #3
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
1) The device doesn't show up in there. (Even after following.)
2) Well, the scanner wasn't even listed.

Thus I figured I hadn't even the sane-backends installed ^^; (I somehow expected it would do so, er, itself.) // Following these instructions... http://mp610.blogspot.cz/2008/04/giv...shly-sane.html
Had to install libusb-dev as well.
Also had to add myself in the "scanner" group.
Quote:
usermod -G scanner username
... copied this file, because the scanner wasn't listed:
Quote:
cp ~/sane-backends/backend/genesys.conf.in /etc/sane.d/genesys.conf
The situation is still the same as in the beginning, though.
 
Old 06-03-2012, 01:14 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Do you have "usb-utils" installed?
 
Old 06-03-2012, 01:20 PM   #5
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Yes, I do.
 
Old 06-03-2012, 04:44 PM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Does Crunchbang not have a package called sane? This should have the genesys backend your scanner needs. The one you listed is for Pixma scanners.
 
Old 06-03-2012, 10:41 PM   #7
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
It does - I installed it as the very first already.
 
Old 06-04-2012, 01:27 AM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I went to canon driver downloads they don't have linux drivers
 
Old 06-05-2012, 01:34 PM   #9
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
I see. Anyway, on my other laptop with Ubuntu the scanner works without a flaw. Now I even installed newer sane-backend and reinstalled everything else, but still no luck.
Oh, and the scanner still doesn't show up in the /dev directory.

One more question - by what is it probably caused? Is there some other way I could get the scanner to work? I'm considering purchasing another scanner if the situation won't change.
Thanks.
 
Old 06-05-2012, 02:24 PM   #10
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
and the scanner still doesn't show up in the /dev directory.
It will not matter what backend and frontend you have installed if the scanner doesn't show up in /dev. The system needs a file here to talk to any device.

What type of connection does the scanner have? usb, parallel port, serial?
 
Old 06-05-2012, 03:20 PM   #11
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
What type of connection does the scanner have? usb, parallel port, serial?
USB.
 
Old 06-05-2012, 04:44 PM   #12
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
With the scanner plugged in and turned on, post the output of the command 'lsusb' ( without the quotes ).
 
Old 06-05-2012, 05:17 PM   #13
rntz
LQ Newbie
 
Registered: Jun 2012
Posts: 7

Original Poster
Rep: Reputation: Disabled
Bus 007 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 005: ID 0a81:0101 Chesen Electronics Corp. Keyboard
Bus 006 Device 004: ID 056a:00b7 Wacom Co., Ltd Intuos3 4x6
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 011: ID 04a9:1909 Canon, Inc. CanoScan LiDE 110
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
Old 06-05-2012, 06:09 PM   #14
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
You have a /dev file, somewhere. The scanner would not show up with lsusb without the file.
 
Old 06-06-2012, 01:54 AM   #15
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I have a canon Pixma 240 & although they used to support linux they never updated their printer drivers for linux. So I gave up on trying to install them & just use my hp printer which was plug & play in Debian.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XSane does not recognize scanner! kenny1948 Linux - Newbie 4 05-24-2009 10:23 AM
Best xsane scanner for linux impeteperry Linux - Hardware 11 03-23-2008 08:42 PM
scanner with xsane rksprst Mandriva 3 02-10-2005 05:23 PM
Xsane and scanner mdk Mandriva 0 09-21-2004 02:42 AM
Why does xsane scanner ask me which device harry_fine Linux - Hardware 0 09-03-2004 08:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration