linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Need help about scanner (2.6.2-mm1)
@ 2004-03-18  1:00 Sid Boyce
  0 siblings, 0 replies; 7+ messages in thread
From: Sid Boyce @ 2004-03-18  1:00 UTC (permalink / raw)
  To: linux-kernel

Azog wrote:
 > Thank you so much for the tip! This seems to have solved my problem
 > too.

 > I changed my epson.conf file to just say
 > "usb"
 > instead of
 > "usb /dev/usb/scanner0"

 > and now, finally, it works. I do hope the SANE documentation writers
 > get around to adding that little tidbit of info SOMEWHERE, I was
 > tearing my hair out and rebooting back to 2.4 to use my scanner.

I tried that in 2.6.5-rc1-mm1, restarted sane, but it still fails. 
scanimage -L does not find the scanner, sane-find-scanner finds it, but 
says I have scsi modules loaded, even though I've rmmod them. I'm using 
a recent CVS libusb and sane.
I found an article on linuxtoday.com that pointed me to vuescan where I 
downloaded their initial linux release and the scanner (Epson USB 610) 
works fine using it. It uses the libusb-0.1.so.4.4.1 I have installed, 
so that points back to a problem with sane which I have added to their 
bug list.
Regards
Sid.

-- 
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Need help about scanner (2.6.2-mm1)
  2004-02-07  4:07   ` Gene Heskett
@ 2004-02-09 20:59     ` Azog
  0 siblings, 0 replies; 7+ messages in thread
From: Azog @ 2004-02-09 20:59 UTC (permalink / raw)
  To: gene.heskett; +Cc: Steve Kieu, kernel

Thank you so much for the tip!  This seems to have solved my problem
too.

I changed my epson.conf file to just say
"usb"
instead of
"usb /dev/usb/scanner0"

and now, finally, it works.  I do hope the SANE documentation writers
get around to adding that little tidbit of info SOMEWHERE,  I was
tearing my hair out and rebooting back to 2.4 to use my scanner.  

Also, now that usb-scanner.ko is gone, a paragraph of help in the 
http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt
file would be a great thing as well.


On Fri, 2004-02-06 at 20:07, Gene Heskett wrote:
> On Friday 06 February 2004 20:58, Steve Kieu wrote:
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA1
> >
> >
> >Hi,
> >
> >Your help saved me lot of headache :-)
> 
> Thanks for the flowers.
> 
> > --- Gene Heskett <gene.heskett@verizon.net> wrote: >
> >On Friday 06 February 2004 18:57, Steve Kieu
> >
> >wrote:
> >> >-----BEGIN PGP SIGNED MESSAGE-----
> >>
> >> Take any device paths out of
> >> the /usr/local/etc/saned/nameofyourscanner.dll
> >
> >just .conf ; not dll :-)
> 
> Can I plead alzheimers or something?  Working with ancient grey matter 
> here.  Its working on the 70th trip around our star. :-)
> 
> >> leaving only a single [usb] as a specifier unless
> >
> >Yes it saved me. It work now. Why no other sane
> >documentation said like yours? I think people at sane
> >project should take your point to add to their
> >documentation.
> 
> I don't ATM recall exactly where I first heard or read about this.
> 
> Maybe in the libusb docs?  No, not a thing, even clear back up to the 
> root dir of the libusb archive.  Maybe I got it from the sane list?
> 
> In any event, thats too damned hard to find and if the libusb author 
> is copying the mail here, that little detail really should be added 
> to the README and/or INSTALL.libusb raw text files, or to a FAQ on 
> the libusb website, the quicker of the two alternatives if this 
> version of the library is stable (and it seems so to me).
> 
> The authors doc/html files are quite complete, I just read them all, 
> but they attack *only* the api the programmer would use, and the 
> actual non-programming user who just wants to use his scanner with 
> this new-fangled system gets hung out to dry.  This question gets 
> asked, and answered the same way, many times on the sane list too.
> 
> It may have been added to the sane-backend docs in a recent version, 
> I'm at least one version out of date here, not being inclined to "fix 
> something thats not broken" at my home site. :-)
> 
> [...]


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Need help about scanner (2.6.2-mm1)
  2004-02-07  1:58 ` Steve Kieu
@ 2004-02-07  4:07   ` Gene Heskett
  2004-02-09 20:59     ` Azog
  0 siblings, 1 reply; 7+ messages in thread
From: Gene Heskett @ 2004-02-07  4:07 UTC (permalink / raw)
  To: Steve Kieu; +Cc: kernel

On Friday 06 February 2004 20:58, Steve Kieu wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>
>Hi,
>
>Your help saved me lot of headache :-)

Thanks for the flowers.

> --- Gene Heskett <gene.heskett@verizon.net> wrote: >
>On Friday 06 February 2004 18:57, Steve Kieu
>
>wrote:
>> >-----BEGIN PGP SIGNED MESSAGE-----
>>
>> Take any device paths out of
>> the /usr/local/etc/saned/nameofyourscanner.dll
>
>just .conf ; not dll :-)

Can I plead alzheimers or something?  Working with ancient grey matter 
here.  Its working on the 70th trip around our star. :-)

>> leaving only a single [usb] as a specifier unless
>
>Yes it saved me. It work now. Why no other sane
>documentation said like yours? I think people at sane
>project should take your point to add to their
>documentation.

I don't ATM recall exactly where I first heard or read about this.

Maybe in the libusb docs?  No, not a thing, even clear back up to the 
root dir of the libusb archive.  Maybe I got it from the sane list?

In any event, thats too damned hard to find and if the libusb author 
is copying the mail here, that little detail really should be added 
to the README and/or INSTALL.libusb raw text files, or to a FAQ on 
the libusb website, the quicker of the two alternatives if this 
version of the library is stable (and it seems so to me).

The authors doc/html files are quite complete, I just read them all, 
but they attack *only* the api the programmer would use, and the 
actual non-programming user who just wants to use his scanner with 
this new-fangled system gets hung out to dry.  This question gets 
asked, and answered the same way, many times on the sane list too.

It may have been added to the sane-backend docs in a recent version, 
I'm at least one version out of date here, not being inclined to "fix 
something thats not broken" at my home site. :-)

[...]

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Need help about scanner (2.6.2-mm1)
       [not found] <200402061948.37410.gene.heskett@verizon.net>
@ 2004-02-07  1:58 ` Steve Kieu
  2004-02-07  4:07   ` Gene Heskett
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Kieu @ 2004-02-07  1:58 UTC (permalink / raw)
  To: gene.heskett; +Cc: kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

Your help saved me lot of headache :-)

 --- Gene Heskett <gene.heskett@verizon.net> wrote: >
On Friday 06 February 2004 18:57, Steve Kieu
wrote:

> >-----BEGIN PGP SIGNED MESSAGE-----
> Take any device paths out of
> the /usr/local/etc/saned/nameofyourscanner.dll

just .conf ; not dll :-)

> leaving only a single [usb] as a specifier unless

Yes it saved me. It work now. Why no other sane
documentation said like yours? I think people at sane
project should take your point to add to their
documentation.

> Gerneally speaking, this doesn't work with rpms
> because the rpms don't
> install in the default path location.  So I build it
> all and
> recently, even with kernel 2.6.2, "it just works".

I dont use rpm based system, I use my own built linux
system half based on slackware 9.0 so your information
is really helpful. Before I got stuck. Run
sane-find-scanner, it said find usb scanner, but when
run scanimage -L it always tell me only bttv device
available!. Even I feed it with --device
libusb:XXX:XXX (from sane-find-scanner output) and it
still refuses, Invalid argument message. Hm until
now...

Thank you again.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAJP1Kv07eUvBr8ysRAiFWAJ9k5T0vxNfEsq99mFl7JHmvwmDzLwCePzaJ
ONIrWzaEcvxtX//TaKXFx0M=
=sNHr
-----END PGP SIGNATURE-----


=====
S.KIEU

http://greetings.yahoo.com.au - Yahoo! Greetings
Send your love online with Yahoo! Greetings - FREE!

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Need help about scanner (2.6.2-mm1)
  2004-02-06 23:57 Steve Kieu
  2004-02-07  0:00 ` Randy.Dunlap
@ 2004-02-07  0:14 ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2004-02-07  0:14 UTC (permalink / raw)
  To: Steve Kieu; +Cc: kernel

On Sat, Feb 07, 2004 at 10:57:49AM +1100, Steve Kieu wrote:
> Hi,
> 
> I noticed that 2.6.2-mm1, usb scanner is removed. With
> vanilla 2.6.2, this modules always OOP and somebody
> said we should use libusb instead. However after
> googling for a while I can not find any documentation
> how to use that even in the libusb homepage. Please
> help me , or pinpoint some place I could have some
> guides. Thank
> you.


Get the latest version of xsane and use it.  It should have the libusb
support built into it already.

If you have any problems, try asking on the xsane mailing lists.

Good luck,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Need help about scanner (2.6.2-mm1)
  2004-02-06 23:57 Steve Kieu
@ 2004-02-07  0:00 ` Randy.Dunlap
  2004-02-07  0:14 ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Randy.Dunlap @ 2004-02-07  0:00 UTC (permalink / raw)
  To: Steve Kieu; +Cc: linux-kernel

On Sat, 7 Feb 2004 10:57:49 +1100 (EST) Steve Kieu <haiquy@yahoo.com> wrote:


| Hi,
| 
| I noticed that 2.6.2-mm1, usb scanner is removed. With
| vanilla 2.6.2, this modules always OOP and somebody
| said we should use libusb instead. However after
| googling for a while I can not find any documentation
| how to use that even in the libusb homepage. Please
| help me , or pinpoint some place I could have some
| guides. Thank
| you.

Some distros ship it.
home page is http://libusb.sourceforge.net/

Use it with xsane for scanning.


--
~Randy
kernel-janitors project:  http://janitor.kernelnewbies.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Need help about scanner (2.6.2-mm1)
@ 2004-02-06 23:57 Steve Kieu
  2004-02-07  0:00 ` Randy.Dunlap
  2004-02-07  0:14 ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Steve Kieu @ 2004-02-06 23:57 UTC (permalink / raw)
  To: kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I noticed that 2.6.2-mm1, usb scanner is removed. With
vanilla 2.6.2, this modules always OOP and somebody
said we should use libusb instead. However after
googling for a while I can not find any documentation
how to use that even in the libusb homepage. Please
help me , or pinpoint some place I could have some
guides. Thank
you.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAJODGv07eUvBr8ysRAl2OAJ9KSpFAM9sYjzjCjCXSXxV/Rqr5iACfXUJd
feCkFzCcMqIC/WMJDWgExfY=
=wAHk
-----END PGP SIGNATURE-----


=====
S.KIEU

http://greetings.yahoo.com.au - Yahoo! Greetings
Send your love online with Yahoo! Greetings - FREE!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-03-18  1:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-18  1:00 Need help about scanner (2.6.2-mm1) Sid Boyce
     [not found] <200402061948.37410.gene.heskett@verizon.net>
2004-02-07  1:58 ` Steve Kieu
2004-02-07  4:07   ` Gene Heskett
2004-02-09 20:59     ` Azog
  -- strict thread matches above, loose matches on Subject: below --
2004-02-06 23:57 Steve Kieu
2004-02-07  0:00 ` Randy.Dunlap
2004-02-07  0:14 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).