LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.

Notices


Reply
  Search this Thread
Old 01-13-2004, 05:58 AM   #1
Caysho
Member
 
Registered: Sep 2002
Location: Perth Australia
Distribution: OpenWRT, debian, Ubuntu
Posts: 135
Blog Entries: 20

Rep: Reputation: 15
USB Canoscan N 650U


although this wasn't really very hard (I have hotplug running, which does a few things, all of which I'm not completely understanding yet), I did learn a few things in the process, and I want to make sure this is in the LQ forums so neither I (in case I forget it) or anyone else doesn't have to hunt very hard for a solution

nearly everything I did is listed here:
http://lists.alioth.debian.org/piper...er/005496.html

1. I got the module happening with modprobe (and hotplug):
put this in /etc/modules.conf -
Code:
add options scanner vendor=0x04a9 product=0x2206
then I loaded the module
Code:
[root@Petrata caysho]# modprobe scanner
in /etc/hotplug/usb.handmap I made a copy of a line and put the following in the first 4 columns
Code:
scanner			0x0003 0x04a9   0x2206
plugging the scanner in gave me
/dev/usb/scanner0

2. I had a look in USB Viewer, it shows the Canoscan. if things don't happen right, it was showing in red.

3. as root, update I updated
/etc/sane.d/plustek.conf
with
[usb] 0x04a9 0x2206
option lampOff 0
option warmup 180
option lOffOnEnd 0
device /dev/usb/scanner0

note: have a read through the comments in this file - you might want different options

4. then check that sane can find it:
[caysho@Petrata caysho]$ sane-find-scanner

found USB scanner (vendor=0x04a9, product=0x2206) at /dev/usb/scanner0
found USB scanner (vendor=0x04a9, product=0x2206) at libusb:001:002


At this point I tried running XSane, but it didn't find any devices.
some more searching and I found this
http://groups.google.com/groups?q=dl...nitz.de&rnum=8

so I added plustek to dll.conf (as root), and it works, running Mandrake 9.0.

hotplug appears to do some stuff, except remove the module when I unplug the scanner.
this is something that I have to do manually atm.

Last edited by Caysho; 01-14-2004 at 07:43 AM.
 
Old 02-03-2004, 08:59 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Great little howto this is to get my same scanner working under Slackware 9.1.

Just a few things to mention though, apparently under Slackware you shouldn't have to edit the dll.conf file as it already has plustek listed and one other thing to mention is for regular users to launch and use xsane, you'll want to change the permission settings on the device like this:

chmod 666 /dev/usb/scanner*

This way when launching xsane, you won't recieve the error message of 'no devices found'

Cheers.
 
Old 06-07-2004, 04:04 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Caysho - your Success Story on the Canonscan 650U seems to be ideal for our LinuxAnswers section.

Would you be willing to submit it? It would be of help to the site and to the rest of our membership if you would do so (it would also put your instructions in a prominent place for anyone searching for it ).

If you are willing to do so, read this link on submitting an Answer beforehand.

Thanks.
 
Old 06-08-2004, 05:17 AM   #4
Caysho
Member
 
Registered: Sep 2002
Location: Perth Australia
Distribution: OpenWRT, debian, Ubuntu
Posts: 135

Original Poster
Blog Entries: 20

Rep: Reputation: 15
ok. I may not have the time in the immediate future, but hopefully over the next few weeks I can do it.
imo this would be distro specific, as hotplug is in use and I'm pretty sure it doesn't come with them all.
would you agree ?
 
Old 06-08-2004, 06:04 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
AFAIK, hotplug is in a number of distros and as you saw from Trickykid's response it also works under Slackware (with a minor change). Once an LA has been created, it opens up a discussion thread in the Forum where experiences and questions can be posted.

You could post your LA as per your first post and put in a note to incorporate Trickykid's response and say that it has been tested and works under Slack and Debian.
 
Old 06-12-2004, 03:34 AM   #6
Caysho
Member
 
Registered: Sep 2002
Location: Perth Australia
Distribution: OpenWRT, debian, Ubuntu
Posts: 135

Original Poster
Blog Entries: 20

Rep: Reputation: 15
ok, I've submitted a post for the LinuxAnswers section, a better formatted version of this post.
 
Old 06-12-2004, 05:38 AM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Caysho - thanks for doing this
 
Old 06-23-2004, 01:16 PM   #8
slott_hansen
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: fedora core 2
Posts: 18

Rep: Reputation: 1
only works as root

Great walkthrough - but I still have one problem left.

I can only call xsane as root - otherwise I get a message that no scanner could be found.

What am I doing wrong ?
 
Old 06-23-2004, 06:37 PM   #9
Caysho
Member
 
Registered: Sep 2002
Location: Perth Australia
Distribution: OpenWRT, debian, Ubuntu
Posts: 135

Original Poster
Blog Entries: 20

Rep: Reputation: 15
Sounds like a permissions problem, but I don't know where xsane looks for scanners.
Did you read trickykid's addition to the post ?
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Canoscan LiDE 35 riseringseeker Linux - Hardware 1 10-05-2008 10:39 AM
Canon 650U XSane Greenish Image kk_yap Linux - Newbie 2 09-25-2004 04:14 AM
DISCUSSION: USB Canoscan N 650U Caysho LinuxAnswers Discussion 0 09-12-2004 06:08 PM
CanoScan 3000F danny1963 Linux - Hardware 2 07-29-2004 04:59 PM
CanoScan N 650U under Linux? nutshell Linux - General 2 03-09-2002 06:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

All times are GMT -5. The time now is 01:08 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