[GRLUG] sane-artec eplus48u

Godwin geektoyz at gmail.com
Fri Mar 31 23:14:55 EST 2006


Okay Jordan, closer inspection of the conf file has this:

-------------------------------------------------------------------------------------------------------
# The vendor and model string
# This string is displayed by the frontends. The Umax AstraSlim SE
# has a different product id, therefore we can overwrite the vendor and
model
# string here.

option vendorString "Memorex"
option modelString "MEM 48U"

#
# device-name
#
# If autodetection does not work, then you can specify the device here
# The device entry must be the last one in this config file (or the last one
before a
# new usb entry).

#If you are using libusb, a device looks like this:
#device libusb:001:002

#If you are using the scanner module (kernel driver), a device looks like
this:
#device /dev/usbscanner
-------------------------------------------------------------------------------------------------------

Given your posting:

"Bus 002 Device 003: ID 05d8:4005 Ultima Electronics Corp."

Try uncommenting and adjusting this line:

device libusb:002:003

It *should* work. :-)

G-


On 3/31/06, Jordan Hudson <jodanlime at gmail.com> wrote:
>
> all right, I had libusb already. I changed the location of the file to my
> root directory, so now its /Artec.usb. I was reading the config file, and it
> said something about there having to be a usbscanner file in my /dev
> directory. I looked in there and found nothing, but when I use
> sane-find-scanner it finds my scanner and tells me to use scanimage -L to
> initiate scanning, so I try that and it tells me that its cant find my
> scanner.
>
>
> On 3/31/06, Godwin <geektoyz at gmail.com> wrote:
>
> > Yeah, I mistyped a bit "libusb-0.1-4 "...   It looks like linux sees
> > your scanner alright.  In the config file, it states the path to the
> > firmware.  It has to match the actual location of the file.  Copy the
> > firmware to the location in the file (case sensitive) and try it again
> > Jordan.
> >
> >
> > G-
> >
> >
> >
> >
> > On 3/30/06, Jordan Hudson < jodanlime at gmail.com> wrote:
> >
> > > jordan at ubuntu:~$ sudo apt-get install sane sane-utils libsane xsane
> > > libusb
> > > Password:
> > > Reading package lists... Done
> > > Building dependency tree... Done
> > > sane is already the newest version.
> > > sane-utils is already the newest version.
> > > libsane is already the newest version.
> > > xsane is already the newest version.
> > > E: Couldn't find package libusb
> > > jordan at ubuntu:~$ lsusb
> > > Bus 004 Device 001: ID 0000:0000
> > > Bus 003 Device 001: ID 0000:0000
> > > Bus 002 Device 003: ID 05d8:4005 Ultima Electronics Corp.
> > > Bus 002 Device 001: ID 0000:0000
> > > Bus 001 Device 001: ID 0000:0000
> > > jordan at ubuntu:~$
> > >
> > > so thats what happens when I type all that you gave me in, and I was
> > > wondering, does it matter that my firmware file is in my home directory?
> > > should it be somewhere else? thanks for all the help, and I hope we can get
> > > this fixed.
> > >
> > > On 3/30/06, Godwin < geektoyz at gmail.com> wrote:
> > >
> > >  Just for the heck of it, backup the conf file then  comment out the
> > > sections for the other devices/scanners, but yours.   Oh, install these:
> > >
> > > sudo apt-get install sane sane-utils libsane xsane libusb
> > >
> > > just to get the usual stuff.  Then, run "sane-find-scanner" and report
> > > what you find.  Finally, when you have all that installed, run "lsusb" and
> > > see if your scanner is listed.  Please post results.
> > >
> > >
> > > G-
> > >
> > >
> > >
> > >
> > > On 3/29/06, Godwin ... < geektoyz at yahoo.com> wrote:
> > >
> > > > Jordan,
> > > >
> > > > I'm running Ubuntu Dapper on my laptop and took a peek
> > > > at the /etc/sane.d/artec_eplus48.conf file.  I see the
> > > > section for your scanner's ProductID.  Do you have the
> > > > Windows firmware file it requires in the listed
> > > > location?
> > > >
> > > > option artecFirmwareFile
> > > > /usr/share/sane/artec_eplus48u/Artec48.usb
> > > >
> > > >   And, do you have a "/dev/usbscanner' device file?
> > > > ls -l /dev/usb*
> > > >
> > > > What does 'dmesg' output when you plug in your
> > > > scanner?
> > > >
> > > > G-
> > > >
> > > >
> > > > --- Jordan Hudson <jodanlime at gmail.com> wrote:
> > > >
> > > > > at www.sane-project.org they list that my scanner
> > > > > works "good" with linux
> > > > > and needs that backend. In the backend config file
> > > > > it has a place for my
> > > > > scanner to be setup, but I cant really figure it
> > > > > out. my scanner is this:
> > > > >
> > > > > VendorID: 0x05d8
> > > > > ProductID: 0x4005
> > > > >
> > > > > but it has it listed under the backend config file
> > > > > as that same thing, I
> > > > > just can find any info on how to setup the backend!
> > > > >
> > > > > On 3/27/06, Godwin <geektoyz at gmail.com> wrote:
> > > > > >
> > > > > > Hey Jordan,
> > > > > >
> > > > > > I've never heard of that (sane-artec...) before.
> > > > > My epson works like a
> > > > > > charm. :-)  I found a reference site for all kinds
> > > > > of sane-* backends:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > http://man-wiki.net/index.php?title=Category:File_formats_and_conventions&from=5%3Arlm+pap<http://man-wiki.net/index.php?title=Category:File_formats_and_conventions&from=5:rlm+pap>
> > > > > >
> > > > > http://man-wiki.net/index.php/5:sane-artec_eplus48u
> > > > > >
> > > > > > They don't list your specific scanner for that
> > > > > backend though.  These are
> > > > > > the IDs they list for *that* backend:
> > > > > >
> > > > > > VendorID: 0x05d8
> > > > > > ProductID: 0x4003
> > > > > >
> > > > > >
> > > > > > Is that what you have?
> > > > > >
> > > > > > G-
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 3/27/06, Jordan Hudson < jodanlime at gmail.com >
> > > > > wrote:
> > > > > >
> > > > > > > awesome, now I can ask my question! I am running
> > > > > ubuntu breezy, and I
> > > > > > > have a scanner that is a Memorex MEM48U and it
> > > > > is said to work under the
> > > > > > > artec-eplus48u backend for sane, but I cant get
> > > > > it to work! I've tried
> > > > > > > everything, and no luck. Can somebody please
> > > > > help me?
> > > > > > >
> > > > > > > P.S. I'm from muskegon, any more of us on this
> > > > > lug?
> > > > > > >
> > > > > > > On 3/27/06, Godwin < geektoyz at gmail.com> wrote:
> > > > > > >
> > > > > > > > Yeah, I've always been a fan of rollin' my own
> > > > > daemons from source,
> > > > > > > > but sometimes that can bite you in the
> > > > > bee-hind.  :-)  I upgraded
> > > > > > > > mailman/postfix in haste w/o noticing.  As I
> > > > > recall, I had some issues
> > > > > > > > configuring mailman before which crept up
> > > > > again.  I restored the archives
> > > > > > > > and member list, so nothing's lost...  Just
> > > > > our bretheren chats.  :-)
> > > > > > > >
> > > > > > > > Welcome back All!
> > > > > > > > G-
> > > > > > > >
> > > > > > > >
> > > > > > > > On 3/27/06, Dave Kedron <
> > > > > protecterofmagic at yahoo.com > wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > > *David Pembrook* wrote:
> > > > > > > >
> > > > > > > > So we're back online eh? been too darned quiet
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > So quiet...  we didn't even know we were
> > > > > offline?  :)
> > > > > > > >
> > > > > > > >  ------------------------------
> > > > > > > > Talk is cheap. Use Yahoo! Messenger to make
> > > > > PC-to-Phone calls. Great
> > > > > > > > rates starting at 1�/min.
> > > > > > > >
> > > > >
> > > >
> > > >
> > > _______________________________________________
> > > grlug mailing list
> > > grlug at grandrapids-lug.org
> > > http://grlug.org/mailman/listinfo/grlug
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > grlug mailing list
> > > grlug at grandrapids-lug.org
> > > http://grlug.org/mailman/listinfo/grlug
> > >
> > >
> > >
> >
> >
> > --
> >
> >
> >
> > Ubber::Geek
> > http://grlug.org/
> >
> > _______________________________________________
> > grlug mailing list
> > grlug at grandrapids-lug.org
> > http://grlug.org/mailman/listinfo/grlug
> >
> >
> >
>
> _______________________________________________
> grlug mailing list
> grlug at grandrapids-lug.org
> http://grlug.org/mailman/listinfo/grlug
>
>
>


--

Ubber::Geek
http://grlug.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://grlug.org/pipermail/grlug/attachments/20060331/5c196a61/attachment-0001.htm 


More information about the grlug mailing list