• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[**gelöst**] canon lide 30 wird nicht erkannt

folgendes problem:
ich hab nen canon lide 30 scanner der nicht erkannt wird.

find-sane-scanner bringt folgendes:
Code:
AMIGA-LINUX:/ # sane-find-scanner

  # 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.
  # Also you need support for SCSI Generic (sg) in your operating system.
  # If using Linux, try "modprobe sg".

found USB scanner (vendor=0x04a9 [Canon], product=0x220e [CanoScan], chip=LM9832/3) at libusb:001: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.

aber scanimage -L findet dann keine gerät:
Code:
AMIGA-LINUX:/ # scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).

egal ob als user oder root.
ich hab jetzt schon sane bzw xsane auf den neuesten stand gebracht, aber das bringt auch keine besserung.

unter yast/hardward scheint folgender scanner auf
Code:
Canon CanoScan USB Scanner
aber bei treiber steht
Code:
Nicht konfiguriert

wenn ich dann auf "bearbeiten" geht und den treiber
Code:
Canon CanoScan N1240/Lide30
hinzufüge steht bei treiber "plustek" und bei scanner
Code:
Kein aktiver Scanner für diesen Treiber

das HOW-TO aus dieser rubrik hab ich schon durchgeackert, aber leider ohne erfolg.
ich hab auch schon verschiedenste usb-ports probiert, auch ohne ergebnis.

suse 10.0
kernel 2.6.13-15.15-default
 
Geh einfach her und editiere die Datei
Code:
/etc/sane.d/dll.conf
dergestalt, dass Du in der Zeile wo plustek steht
das führende # entfernst. Dann sollte auch scanimage -L
zumindest als root-User gehen. Was dann den Rest
betrifft, schau ins HowTo...

HTH
Gerhard
 
OP
M

mac_turrican

Member
auch wenn ich in
/etc/sane.d/dll.conf
das führende # bei plustek entfernen wird mit
auch als root kein scanner gefunden.

hier mal das komplette dll.conf
Code:
#
#
# SANE Dynamic library loader config
# written by YaST2, Sun Oct 24 01:23:13 2004
#
# abaton
# agfafocus
# apple
# artec
# artec_eplus48u
# as6e
# avision
# bh
# canon
# canon630u
# canon_pp
# coolscan
# coolscan2
# dc210
# dc240
# dc25
# dll
# dmc
# epson
# fujitsu
# gphoto2
# gt68xx
# hp
# hp5400
# hpsj5s
# ibm
# leo
# ma1509
# matsushita
# microtek
# microtek2
# mustek
# mustek_pp
# mustek_usb
# nec
# net
# pie
# pint
plustek
# pnm
# qcam
# ricoh
# s9036
# sceptre
# sharp
# sm3600
# snapscan
# sp15c
# st400
# tamarack
# teco1
# teco2
# teco3
# test
# umax
# umax1220u
# umax_pp
# unsupported
# v4l
# hp4200
# hpoj
# niash
# primax
# scanwit
# v4l2
# viceo

# EOF
# The hpaio backend is provided by the hplip package:
#hpaio
 
Dann darfst Du mal schauen ob unter /etc/sane.d eine Datei namens plustek.conf existiert. In dieser schaust Du dir die Kommentare an und kannst sie dann entsprechend anpassen. Deine dll.conf sieht auf jeden Fall schon mal richtig aus.
 
OP
M

mac_turrican

Member
ich kanns mir jetzt nicht ganz erklären, aber der scanner läuft jetzt ... :D

mir ist aufgefallen in /etc/sane.d mehrere plustek-files waren

- plustek.conf
- plustek.conf~
- plustek.conf.rpmnew
- plustek.conf.5320
...

die überzähligen wollte ich löschen und hab danna auch irrtümlich die plustek.conf gelöscht. danach wollte ich nochmal mit YAST den scanner konfigurieren und dabei ist mir aufgefallen, dass er korrekt erkannt wird.
hab dann den rechner neu gebootet und ein paar probescans gemacht und alles läuft ... endlich :D 8)
 
Oben