"Umax Astra Slim" Tarayıcı Problemi

Başlatan fender84, 16 Ekim 2014 - 03:20:13

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

fender84

Merhaba. Elimdeki tarayıcı çok eski. Lubuntu 14.04 kullanıyorum. önceki lubuntu sürümümde bu tarayıcıyı hiçbir ayar yapmadan tak-kullan şeklinde çalıştırabilmiştim. Ama şu an çalıştıramıyorum. Yardımlarınızı bekliyorum. :)


sudo lsusb
kodunun çıktısı şu şekilde:

Bus 001 Device 004: ID 0402:9665 ALi Corp. Gateway Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 080d:0104 Teco Image Systems Co., Ltd 3.2Slim
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Buradaki "Teco Image Systems Co., Ltd 3.2Slim" tarayıcıyla ilgili olmalı çünkü kablo bağlantısını kestiğimde listeden kayboluyor.


sane-find-scanner
bu kodun çıktısı ise şu şekilde:

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

could not open USB device 0x0402/0x9665 at 001:004: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 005:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x080d/0x0104 at 003:003: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 003:001: Access denied (insufficient permissions)
could not open USB device 0x046d/0xc52f at 002:003: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0001 at 002:001: Access denied (insufficient permissions)
  # No USB scanners found. If you expected something different, make sure that
  # you have loaded a kernel driver for your USB host controller and have setup
  # the USB system correctly. See man sane-usb for details.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.



ls -l /usr/share/sane/snapscan
bu kodun çıktısı ise:
ls: /usr/share/sane/snapscan'e erişilemedi: Böyle bir dosya ya da dizin yok


/usr/share/sane/
çıktısı:
-rw-r--r-- 1 root root  396 Ara  1  2009 sane-style.rc
drwxr-xr-x 3 root root 4096 Eki 16 03:16 xsane
-rw-r--r-- 1 root root 4762 Ara  1  2009 xscanimage-icon-32x32-2.xpm



Ayrıca elimde tarayıcının cd'si de internetten zipli olarak indirilmiş bulunmakta.

heartsmagic

Neredeyse hiç bilgi yok gibi tarayıcı hakkında. Şu şekilde dener misin ilgili komutu:
sudo sane-find-scanner

CD içinde Linux'a ait bir şey var mı peki?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

fender84

# sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x080d, product=0x0104) at libusb:003:002
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.


cd içinde linux ile ilgili bir dosya yok.  şöyle bir şeyler buldum ama tam anlayamadım.

http://www.eneserdin.com/blog/?p=154

https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/58896

if

@fender84, aygıtın "firmware"rini bulmanız gerek. Elinizde cd'si varsa ordan olabilirsiniz. "Firmwareérin adı Artec48.usb imiş. Bunu /usr/share/sane/artec_eplus48u altına kopyalayacaksınız. Sonra /etc/sane.d/artec_eplus48u.conf içine # 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 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/firmware/Artec48.usb

#
# for adjusting the default gamma values
#

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

option redOffset 0x28
option greenOffset 0x2f
option blueOffset 0x2f
option redExposure 0xac
option greenExposure 0x122
option blueExposure 0xeb
eklemeniz gerekmiş.

fender84

#4
"sane" klasörü altında "artec_eplus48u"  isimli başka bir klasör yok .





edit: Artec48.usb dosyasını direk sane klasörüne kopyalamayı denediğimde ise şöyle bir uyarı alıyorum:



if

sudo mkdir /usr/share/sane/artec_eplus48u
sudo cp nerede_bu_Artec48.usb /usr/share/sane/artec_eplus48u
sudo touch /etc/sane.d/artec_eplus48u.conf
sudo -H gedit /etc/sane.d/artec_eplus48u.conf
sonra içine yazılanları kopyalayın. En son sudo service saned restart

fender84

#6
Artec48.usb 'yi  /usr/share/sane/artec_eplus48u   altına kopyaladım.

ayrıca

/etc/sane.d/artec_eplus48u.conf içine o kodu da kopyaladım. neresi olacağını anlayamadım, en altına koydum.  tamamı şu şekilde oldu ama düzelmedi.


# artec_eplus48u - SANE Backend configuration file

# This section is for use with the Artec E+ 48U scanner
# This scanner is also sold as
# Tevion MD 9693, Medion MD 9705, Medion MD 9693, Medion MD4394
# This sections contains verbose description of each option.
# For other scanners, see below.
#
# 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

# Is the scanner an Artec E Plus Pro (or compatible)? 0 = no, 1 = yes
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

# ----------------------------------------------------------------------------

# Since the Trust Easy Webscan 19200 uses a different product id, we add
# another usb section here.
usb 0x05d8 0x4006
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
option vendorString "Trust"
option modelString "Easy Webscan 19200"

# ----------------------------------------------------------------------------

# Since the Memorex Mem48U uses a different product id, we add
# another usb section here.
usb 0x05d8 0x4005
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
option vendorString "Memorex"
option modelString "MEM 48U"

# ----------------------------------------------------------------------------

# Since the Trust 240H Easy Webscan Gold uses a different product id, we add
# another usb section here.
usb 0x05d8 0x4007
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
option ePlusPro         1
option vendorString "Trust"
option modelString "240H Easy Webscan Gold"

# ----------------------------------------------------------------------------

# Since the UMAX AstraSlim SE uses a different product id, we add
# another usb section here.
usb 0x05d8 0x4009
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
option vendorString "UMAX"
option modelString "AstraSlim SE"

# ----------------------------------------------------------------------------

# 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
option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb
option ePlusPro   1
option vendorString "Artec"
option modelString "E+ Pro"

# ----------------------------------------------------------------------------

# 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
option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb
option vendorString "UMAX"
option modelString "AstraSlim 1200 SE"

# ----------------------------------------------------------------------------

# Since the Yakumo Scan50 uses a different product id, we add
# another usb section here.
usb 0x05d8 0x4011
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
option vendorString "Yakumo"
option modelString "Scan50"

# 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 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/firmware/Artec48.usb

#
# for adjusting the default gamma values
#

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

option redOffset 0x28
option greenOffset 0x2f
option blueOffset 0x2f
option redExposure 0xac
option greenExposure 0x122
option blueExposure 0xeb

if

#7
cat /etc/sane.d/umax_pp.conf
sudo find / -name "*.usb"
çıktılarına bakayım.