PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Slackware 9.1 - Scanner



hemar
10.06.04, 23:50
Hallo!
Als wirklich begeisterter Slackware Neuling, glücklich, nun in allen Lebenslagen drucken zu können, hat sich nun eine neue Herausforderung aufgetan: wie bringe ich meinen Scanner, Epson Perfection 1650 (USB) unter Slackware 9.1 mit Dropline GNOME zum Laufen?!
Der Scanner wird beim Booten erkannt:
hmarsel@slack:~$ dmesg
.....
scanner.c: USB scanner device (0x04b8/0x0110) now attached to scanner0
scanner.c: 0.4.13:USB Scanner Driver
nach sane-find-scanner kommt folgende Meldung:

hmarsel@slack:~$ sane-find-scanner

# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a 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=0x04b8, product=0x0110) at /dev/usb/scanner0
found USB scanner (vendor=0x04b8, product=0x0110) at libusb:002:003
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# 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.
Nun, das ist alles, was ich an Informationen bieten kann. Nun folgen nur noch ?????????????????????????????????
Wie gehe ich nun vor?
Danke für die Hilfe
Gruß
hmarsel

stefan.becker
11.06.04, 00:19
Hallo!
Als wirklich begeisterter Slackware Neuling, glücklich, nun in allen Lebenslagen drucken zu können, hat sich nun eine neue Herausforderung aufgetan: wie bringe ich meinen Scanner, Epson Perfection 1650 (USB) unter Slackware 9.1 mit Dropline GNOME zum Laufen?!
Der Scanner wird beim Booten erkannt:
hmarsel@slack:~$ dmesg
.....
scanner.c: USB scanner device (0x04b8/0x0110) now attached to scanner0
scanner.c: 0.4.13:USB Scanner Driver
nach sane-find-scanner kommt folgende Meldung:

hmarsel@slack:~$ sane-find-scanner

# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a 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=0x04b8, product=0x0110) at /dev/usb/scanner0
found USB scanner (vendor=0x04b8, product=0x0110) at libusb:002:003
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# 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.
Nun, das ist alles, was ich an Informationen bieten kann. Nun folgen nur noch ?????????????????????????????????
Wie gehe ich nun vor?
Danke für die Hilfe
Gruß
hmarsel


Hast du den Rest der Meldung gelesen?

Also: "scanimage -L"

Wenn Scanner nicht erkannt wird, den Treiber in /etc/sane.d/dll.conf einschalten durch Entfernen des Kommentarzeichens (falls deaktiviert). Date eventuell auch unter /usr/etc/sane.d.

hemar
11.06.04, 01:50
epson IST in /etc/sane.d/dll.conf aktiviert.
Unter usr/etc ist kein sane.d
Aber - um es ganz klar zu sagen: ich habe einfach keine Vorstellung, wie ich meinen Scanner dem System hinzufüge, um ihn verwenden zu können. Ich bin von Windows über SuSE und Mandrake zu Slackware "vorgedrungen" - bis jetzt hat sich dieses Problem nicht gestellt.
Vielleicht kann jemand Schritt für Schritt erklären, wie ich vorgehen soll.
Besten Dank.
hemar

mat74
11.06.04, 06:29
Hallo hemar!

Hier mal meine /etc/sane.d/epson.conf:
# epson.conf
#
# here are some examples for how to configure the EPSON backend
#
# SCSI scanner:
scsi EPSON
#
# Parallel port scanner:
#pio 0x278
#pio 0x378
#pio 0x3BC
#
# USB scanner - only enable this if you have an EPSON scanner. It could
# otherwise block your non-EPSON scanner from being
# recognized.
# Depending on your distribution, you may need either the
# first or the second entry.
#usb /dev/usbscanner0
#usb /dev/usb/scanner0
usb libusb:001:002
Wichtig ist, daß in der letzten Zeile hinter libusb die Zahlen stehen, die sane-find-scanner auf deinem System ausspuckt, also "libusb:002:003"

cya

hemar
11.06.04, 12:14
sieht nun so aus bei mir:
# epson.conf
#
# here are some examples for how to configure the EPSON backend
#
# SCSI scanner:
scsi EPSON
#
# Parallel port scanner:
#pio 0x278
#pio 0x378
#pio 0x3BC
#
# USB scanner - only enable this if you have an EPSON scanner. It could
# otherwise block your non-EPSON scanner from being
# recognized.
# Depending on your distribution, you may need either the
# first or the second entry.
#usb /dev/usbscanner0
usb /dev/usb/scanner0
usb libusb:002:003

und funktioniert! Besten Dank für die Hilfe.
hemar
h

mat74
11.06.04, 12:26
Bittesehr! :)