Pagina 1 di 1

scanner artec e+ pro

Inviato: lunedì 20 febbraio 2006, 18:09
da forest
salve a tutti,
ubuntu 5.10 non mi fa usare lo scanner. Sembra tutto a posto, lo scanner viene riconusciuto e però quando apro xane e scelgo lo scanner mi appare la finestra che dice che lsbusb:001:002 non è un argomento valido.
ripeto lo scanner è ARTEC e+ pro...
grazie anticipate

Re: scanner artc e+ pro

Inviato: lunedì 20 febbraio 2006, 20:02
da pierba
Prova lanciando xsane come root, da terminale:
sudo xsane
La prima volta facendo così, ho risolto.

ciao

Re: scanner artc e+ pro

Inviato: martedì 21 febbraio 2006, 16:31
da forest
niente!! mi risponde "command no found".

ho provato a dare scan image -L e di seguito di posto il risultato:

"device ARTEC_Eplus48u:libusb:001:002 is a Artec E+ Pro USB flatbed scanner"

???

RISOLTO!!! scanner artec e+ pro

Inviato: giovedì 13 aprile 2006, 18:26
da forest
ho configurato anche lo scanner  artec e+ pro se a qualcuno serve ho fatto così:
identificato lo scanner con
scanimage -L
scaricato nella cartella home il file 1200.usb dalla cartella dei driver windows
modificato con gedit il file /etc/sane.d/artec_eplus48u.conf
sono andato nella sezione che inizia con i dati rilevati cioè
usb 0x05d8 0x4004
ho corretto la riga
option artec  firmwarefile /1200.usb
con
option artec firmwarefile /home/corrado/1200.usb
quindi ho decommentato le seguenti righe
for adjusting the default gamma values
e le tre righe che iniziano con
use this options to set default offset
ho salvato e con xane ho iniziato a divertirmi
spero di essere stato chiaro ciao

Re: scanner artc e+ pro

Inviato: martedì 3 ottobre 2006, 12:10
da abec
ho il tuo identico problema e sto cercando di risolverlo seguendo le tue istruzioni, ma non avendo cd di winzoz non so dove prendere il file 1200.usb. Ho cercato un po in giro ma niente. Consigli a rigurado?

Re: scanner artc e+ pro

Inviato: giovedì 5 ottobre 2006, 20:07
da forest
mi dispiace ma non so che dirti (al limite se mi lasci il tuo indirizzo e se non è molto pesante potrei spedirtelo..... sai purtroppo non ho l'adsl)
mi sembra di ricordare che nel sito SANE a proposito della configurazione di queso tipo di scanner si parlava di un file da recuperare nella cartella system di windows.
comunque come rientro a casa guardo quanto "pesa" il file
ciao
ultimora!!!!!!! google mi dice che si puo scaricare il driver da qui
http://www.mustek.com.tw/Download/driv_ ... 00usb.html

Re: scanner artec e+ pro

Inviato: sabato 28 aprile 2007, 12:39
da ubuntujtr
Ciao non so se tu sia ancora su questo forum, cmq se così fosse potresti postarmi il tuo file di configurazione per intero??
Grazie cmq ciao

Re: scanner artec e+ pro

Inviato: sabato 5 maggio 2007, 20:32
da forest
ci sono, ci sono 8) anche se il tempo per me è tiranno (scusa se rispondo in ritardo..)
provo a fare copia e incolla con il testo del file di configurazione (non so in che altro modo fare)
ciao

# artec_eplus48u - SANE Backend configuration file
# For use with the Artec E+ 48U scanner
# This scanner is also sold as
# Tevion MD 9693, Medion MD 9705, Medion MD 9693,
# Trust Easy Webscan 19200, Memorex Mem 48U or Umax AstraSlim SE.
#
# The USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
usb 0x05d8 0x4003

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
option ePlusPro  0

#
# for adjusting the default gamma values
#

option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

#Use this options to set the default offset and exposure time values.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

# The vendor and model string
# This string is displayed by the frontends. If you do not want to get your
# scanner reported as "Artec E+ 48U", then change the option accordingly.

option vendorString "Artec"
option modelString "E+ 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


# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
# Since the Trust Easy Webscan 19200 uses a different product id, we add
# another usb section here.

usb 0x05d8 0x4006

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb

#
# for adjusting the default gamma values
#
option ePlusPro        1
option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

#Use this options to set the default offset and exposure time values.
#If calibrate device is set to 0, this values are used instead of the values
#which were calculated during calibration.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

# The vendor and model string
# This string is displayed by the frontends. The Trust Easy Webscan 19200
# has a different product id, therefore we can overwrite the vendor and model
# string here.

option vendorString "Trust"
option modelString "Easy Webscan 19200"

#
# 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

# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
# Since the Memorex Mem48U uses a different product id, we add
# another usb section here.

usb 0x05d8 0x4005

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb

#
# for adjusting the default gamma values
#

option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

#Use this options to set the default offset and exposure time values.
#If calibrate device is set to 0, this values are used instead of the values
#which were calculated during calibration.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

# 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

# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
# Since the Trust 240H Easy Webscan Gold uses a different product id, we add
# another usb section here.

usb 0x05d8 0x4007

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb

#
# for adjusting the default gamma values
#
option ePlusPro        1
option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

#Use this options to set the default offset and exposure time values.
#If calibrate device is set to 0, this values are used instead of the values
#which were calculated during calibration.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

# The vendor and model string
# This string is displayed by the frontends. The Trust 240H Easy Webscan Gold
# has a different product id, therefore we can overwrite the vendor and model
# string here.

option vendorString "Trust"
option modelString "240H Easy Webscan Gold"

#
# 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

# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
# Since the Umax AstraSlim SE uses a different product id, we add
# another usb section here.

usb 0x05d8 0x4009

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

#option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb

#
# for adjusting the default gamma values
#

option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

#Use this options to set the default offset and exposure time values.
#If calibrate device is set to 0, this values are used instead of the values
#which were calculated during calibration.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

# 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 "Umax"
option modelString "AstraSlim SE"

#
# 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

# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
# This section is for the Artec E+ Pro
# Note, that the name of the firmware file is called 1200.usb for
# this device

usb 0x05d8 0x4004

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

option artecFirmwareFile /home/corrado/1200.usb

#
# Tell the backend that this is an Artec E+ Pro
# by setting the option ePlusPro to 1
#

option ePlusPro  1

#
for adjusting the default gamma values
#

option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

Use this options to set the default offset and exposure time values.
If calibrate device is set to 0, this values are used instead of the values
which were calculated during calibration.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

# 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 "Artec"
option modelString "E+ Pro"

#
# 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

# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID
# Every device configuration in this file must begin with an usb entry.
# This section is for the UMAX AstraSlim 1200 SE
# Note, that the name of the firmware file is called 1200.usb for
# this device

usb 0x05d8 0x4010

#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#

option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb

#
# for adjusting the default gamma values
#

option redGamma        1.0
option greenGamma      1.0
option blueGamma        1.0
option masterGamma      1.9

#Use this options to set the default offset and exposure time values.
#If calibrate device is set to 0, this values are used instead of the values
#which were calculated during calibration.

option redOffset        0x28
option greenOffset      0x2f
option blueOffset      0x2f
option redExposure      0xa7
option greenExposure    0x116
option blueExposure    0xdc

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

option vendorString "UMAX"
option modelString "AstraSlim 1200 SE"

#
# 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

Re: scanner artec e+ pro

Inviato: domenica 13 gennaio 2008, 21:18
da giorgio.01
graz5e a tutti e in particolare a forestsono riuscito ad iNSTALLARE il mio scanner arte e+pro  (b2b)

ma ora ho un alt problema con lo scanner: se masterizzo immagine in bianco e in nero tutto bene mentre se scannerizzo l'immagine  con gradazioni di grigio o a colori a prescindere della risoluzione l'immagine scannerizzata non appare uniforme ma o va a nescorendosi verso destra o se in modalita' colore va a "sputare" piu' "il blu" vorrei capire se il problema sta nel fail configurazione dello scanner (magari ho sbagliato qualcosa,posso postarlo) o il problema e' nelle impostazioni dell'interfaccia xsane :'(

chiedo aiuto!
grazie giorgio

Re: scanner artec e+ pro

Inviato: sabato 5 novembre 2011, 12:02
da Tommy David
Niente da fare: pure le mie scansioni sono afflitte dalle linee verticali e dalle sfumature blu sulla destra. Ma se è per questo, su Windows da Vista in poi i driver per questo scanner non funzionano più...

Re: scanner artec e+ pro

Inviato: martedì 8 novembre 2011, 19:57
da forest
salve a tutti.
vedo che ci sono in giro altri scanners artec..
purtorppo confermo le righe, avevo seguito tempo fa qualcosa
ma poi ho abbandonato, anche perchè non ho più usato lo scanner;
mi sembra di ricordare tuttavia che gli scanner in genere sono tra gli hardware più ostici per linux.
ho riprovato ad usarlo con il gattopardo (11.10) ma le righe ci sono sempre...
risolvo regolando il contrasto dopo aver scannerizzato l'anteprima.