LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-15-2002, 09:28 PM   #16
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58

Ok, tell me what you downloaded the sane-backends-1.0.9.tar.gz with? If it was IE then you most likely have a corrupted download.
 
Old 12-15-2002, 10:10 PM   #17
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Twas Galeon
 
Old 12-15-2002, 10:28 PM   #18
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ok, How did you untar the archive?
 
Old 12-16-2002, 01:12 AM   #19
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
I opened it with Konqueor (showing hidden files) and copied and pasted to a directory named /usr/src/sane-backends-1.0.9.
 
Old 12-16-2002, 02:21 AM   #20
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Aha!
Try doing it this way, copy the archive to /usr/src and untar it with "tar -xzf sane-backends-1.0.9.tar.gz".
 
Old 12-16-2002, 05:56 AM   #21
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Hi

I have done that - and the "sane-backends-1.0.9.tar.gz" install appears to have gone OK. Now "sane-find-scanner" finds the scanner, but "scanimage -L" can not find it. I have tried installing "plustek_sane-0_44_10.tar.gz" (to include support for the CanoScan N650u) but this does not seem to be successful. Looking at "/usr/local/etc/sane.d" the N630u is listed, but there is no reference to N650u.
 
Old 12-16-2002, 06:25 AM   #22
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Thats because the N650u uses the plustek.conf file, not the cannon630u.conf file. You'll need to open /usr/local/etc/sane.d/plustek.conf and edit it for a usb scanner.
 
Old 12-16-2002, 04:59 PM   #23
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Hi Aussie

I modified /usr/local/etc/sane.d/plustek.conf and looks like this:

# For parport devices use the parport section
#[parport]
#device /dev/pt_drv
# leave the default values as specified in /etc/modules.conf
# option warmup -1
# option lOffOnEnd -1
# option lampOff -1
#
# The USB section:
# each device needs at least two lines:
# - [usb] vendor-ID and product-ID
# - device devicename
# - CanoScan N650u
[usb] 0x04a9 0x2206
device /dev/usb/scanner

Again "sane-find-scanner" finds the scanner, but "scanimage -L" doesn't.

My "/etc/modules.conf" looks like this:

probeall scsi_hostadapter advansys ide-scsi
probeall usb-interface usb-uhci
above snd-emu10k1 snd-pcm-oss
alias sound-slot-0 snd-emu10k1

alias char-major-40 pt_drv
pre-install pt_drv modprobe -k parport
options pt_drv lampoff=180 warmup=15 usb lOffonEnd=0 mov=0 slowIO=1

the last line does not look right ....

thanks for hanging in there!
 
Old 12-16-2002, 05:15 PM   #24
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Thats because it's set up for a parallel post scanner, you need to change it to use the correct usb modules.
 
Old 12-16-2002, 05:37 PM   #25
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
How? (sorry)
 
Old 12-16-2002, 05:47 PM   #26
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
By following the instructions, http://www.gjaeger.de/scanner/usb/Plustek-USB.txt
 
Old 12-16-2002, 06:44 PM   #27
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Aussie, this is worse than pulling teeth!!

adding "options scanner vendor=0x04a9 product=2206"to the end of /etc/modules.conf made no difference. And I still have to manually do "modprobe scanner vendor=0x04a9 product=2206" before "sane-find-scanner" can see the scanner.

When I removed the sane-1.0..8 rpm, I had to remove xsane and libsane. Searching for libsane.so.1 on RPMfind it lists "sane-backends-1.0.9-1.i386.rpm" (Which is not listed when searching for sane.) Is it safe to install the "sane-backends-1.0.9-1.i386.rpm" over the source install to get libsane, or do I throw the lot out the window?
 
Old 12-16-2002, 07:14 PM   #28
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
libsane.so.1 is part of sane-backends so you'll have it installed already, try just doing "modprobe scanner" without the options and post the output of "lsmod".
 
Old 12-16-2002, 07:27 PM   #29
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Module Size Used by Not tainted
ppp_deflate 41024 0 (autoclean)
bsd_comp 4344 0 (autoclean)
scanner 9140 0
sg 31276 0 (autoclean)
lp 6720 0
parport_pc 21672 1
parport 23936 1 [lp parport_pc]
sr_mod 15096 0 (autoclean) (unused)
floppy 49340 0 (autoclean)
snd-seq-midi 3680 0 (autoclean) (unused)
snd-emu10k1-synth 4220 0 (autoclean) (unused)
snd-emux-synth 25532 0 (autoclean) [snd-emu10k1-synth]
snd-seq-midi-emul 4880 0 (autoclean) [snd-emux-synth]
snd-seq-virmidi 2888 0 (autoclean) [snd-emux-synth]
snd-seq-oss 26176 0 (unused)
snd-seq-midi-event 3208 0 [snd-seq-midi snd-seq-virmidi snd-seq-oss]
snd-seq 33264 2 [snd-seq-midi snd-emux-synth snd-seq-midi-emul snd-seq-virmidi snd-seq-oss snd-seq-midi-event]
snd-pcm-oss 36932 0
snd-mixer-oss 9016 1 [snd-pcm-oss]
snd-emu10k1 56592 1 [snd-emu10k1-synth]
snd-pcm 55808 0 [snd-pcm-oss snd-emu10k1]
snd-timer 9964 0 [snd-seq snd-pcm]
snd-util-mem 1280 0 [snd-emux-synth snd-emu10k1]
snd-rawmidi 12864 0 [snd-seq-midi snd-seq-virmidi snd-emu10k1]
snd-seq-device 3836 0 [snd-seq-midi snd-emu10k1-synth snd-emux-synth snd-seq-oss snd-seq snd-emu10k1 snd-rawmidi]
snd-ac97-codec 25508 0 [snd-emu10k1]
snd-hwdep 3840 0 [snd-emu10k1]
snd 24804 0 [snd-seq-midi snd-emux-synth snd-seq-virmidi snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-emu10k1 snd-pcm snd-timer snd-util-mem snd-rawmidi snd-seq-device snd-ac97-codec snd-hwdep]
soundcore 3780 0 [snd]
ppp_async 7456 1
ppp_generic 20064 3 [ppp_deflate bsd_comp ppp_async]
slhc 5072 1 [ppp_generic]
af_packet 13000 0 (autoclean)
nls_iso8859-15 3356 1 (autoclean)
nls_cp850 3580 1 (autoclean)
vfat 9588 1 (autoclean)
fat 31864 0 (autoclean) [vfat]
supermount 14340 3 (autoclean)
ide-cd 28712 0
cdrom 26848 0 [sr_mod ide-cd]
ide-scsi 8212 0
usb-uhci 21676 0 (unused)
usbcore 58304 1 [scanner usb-uhci]
rtc 6560 0 (autoclean)
sd_mod 11612 0 (unused)
advansys 85132 0 (unused)
scsi_mod 91140 5 [sg sr_mod ide-scsi sd_mod advansys]
 
Old 12-16-2002, 07:45 PM   #30
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Well that all looks ok, now install the latest version of Xsane and start it up.
 
  


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
SANE to INSANE mikeghet Linux - Newbie 2 06-16-2005 11:11 PM
Please help going insane here mdk3 Linux - Software 1 03-05-2005 07:57 PM
Insane websites carrja99 General 27 05-06-2003 03:16 PM
am i insane? wlfdgcrkz Linux - Newbie 2 04-23-2003 02:33 PM
to..many....going..insane Denton Linux - Distributions 24 05-07-2002 01:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:39 AM.

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