1. Liebe Forumsgemeinde,

    aufgrund der Bestimmungen, die sich aus der DSGVO ergeben, müssten umfangreiche Anpassungen am Forum vorgenommen werden, die sich für uns nicht wirtschaftlich abbilden lassen. Daher haben wir uns entschlossen, das Forum in seiner aktuellen Form zu archivieren und online bereit zu stellen, jedoch keine Neuanmeldungen oder neuen Kommentare mehr zuzulassen. So ist sichergestellt, dass das gesammelte Wissen nicht verloren geht, und wir die Seite dennoch DSGVO-konform zur Verfügung stellen können.
    Dies wird in den nächsten Tagen umgesetzt.

    Wir danken allen, die sich in den letzten Jahren für Hilfesuchende und auch für das Forum selbst engagiert haben.

Alter Scanner mit "Digitale Bilder" betreiben

Dieses Thema im Forum "Hardware" wurde erstellt von klinger, 23. August 2005.

  1. klinger

    klinger New Member

    Hi!

    Ich bin ziemlich begeistert von der Möglichkeit "Fax-Sharing" unter 10.4 zu betreiben (hat bereits nach 5 Minuten Einstellungsarbeit funktioniert).
    Jetzt habe ich gelesen das Digitale Bilder eine ähnliche Funktion, also "Scanner-Sharing" bittet, das wäre eine tolle Zusatzfunktion für meinen Server.

    Leider erkennt Digitale Bilder meinen Agfa Snapscan 40e nicht (bis jetzt habe ich ihn mit Scanvise betrieben).

    Auf MacOS X Hints habe ich Infos über Sane gefunden (und heruntergeladen), allerdings musste ich als "Schmallspuranwender" klein beigeben.

    Frage: Kann mir jemand "simpelst" erklären wie ich Sane einsetze oder hat jemand eine alternative (noch einfachere) Lösung.

    Danke Klinger.
     
  2. Macci

    Macci ausgewandert.

    1. wo hast du das her? (sane und scanner-sharing)
    2. Digitale Bilder braucht einen Twain-Treiber, den es für die Agfa-Scanner nicht gibt.

    Soweit mein Kenntnisstand, aber wenn jemand mehr weiß - her damit!
    Schließlich hab ich hier auch einen Agfa am iMac im Netz hängen ;)
     
  3. klinger

    klinger New Member

    Zu Digitale Bilder und Scanner-Sharing (das Wort Scanner-Sharing ist etwas frei interpretiert): Gehe in Digitale Bilder -> Einstellungen -> Gemeinsam nutzen = Scanner-Sharing.

    Zu Twain-Treiber: Schau mal auf http://www.ellert.se/twain-sane/

    Wenn du die Kiste zum Laufen bringst: Bitte mir mitteilen wie!

    Klinger.
     
  4. klinger

    klinger New Member

  5. Macci

    Macci ausgewandert.

    Klingt gut...hast du das installiert?
    USB scanners

    For USB scanners, you need libusb or the USB scanner module. Somewhere in the future the support for the scanner module will probably be dropped in favour of libusb.
    Libusb

    If you use libusb, make sure you don't have the scanner module loaded ("rmmod scanner"). Your distribution may have installed a hotplug manager that loads the module again once the scanner is detected. In this case you should find the configuration file for the hotplug manager and change it accordingly.
    Also make sure that you have read/write access to the files in /proc/bus/usb/001/*. The scanner will be autodetected, be sure to remove any device filename entry from snapscan.conf.
    Scanner module

    The scanner module can be found in recent 2.3+ kernel versions. During kernel configuration, you have to say "m" to option CONFIG_USB_SCANNER.
    The module needs to detect your scanner. It will prompt for known scanners during initialization automatically, but some newer scanner won't be found. To find out if the module detected your scanner, examine the output of "cat /proc/bus/usb/devices". You should see an entry like this:

    T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
    D: Ver= 1.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS= 8 #Cfgs= 1
    P: Vendor=04a5 ProdID=2040 Rev= 1.00
    S: Manufacturer=Color
    S: Product= FlatbedScanner 13
    C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=100mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=usbscanner
    E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
    E: Ad=02(O) Atr=02(Bulk) MxPS= 8 Ivl= 0ms
    E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl= 16ms
    If the module didn't detect your scanner, the line starting with I: will "read Driver=(none)" instead. In this case you have to supply the vendor and product ID during module loading. Either specify vendor and product ID directly during modprobe, e.g.:
    modprobe scanner vendor=0xVVVV product=0xPPPP
    or (more convenient) put the options in /etc/modules.conf:
    options scanner vendor=0xVVVV product=0xPPPP
    Some additional general hints for configuration of USB devices in SANE can be found in the sane-usb manpage.

    http://snapscan.sourceforge.net/
     

Diese Seite empfehlen