Meinen Scanner Mustek 1200 CU habe ich bis vor kurzen noch am USB-Port unter Windows 98SE betrieben. Ich bin aber seit geraumer Zeit auf SuSE Linux 7.2 Professional umgestiegen und verwende Windows nur noch als "bessere Spielekonsole". Nun zu meinen Problem:
Wo finde ich den Scannertreiber (Mustek 1200 CU) für SuSE Linux 7.2 ? Auf der mitgelieferten Treiber CD ist der Treiber leider nicht vorhanden und auf den Treiberseiten (z.B. www.treiber.de, www.download.de, ...) war er auch nirgendwo zu finden.
Meine ganze andere Hardware bzw. Peripherie [Lexmark Z53, Grafikarte, Netzwerkkarte (Allied Telesyn AT-2500TX), Streamer, etc.] wurde ansonsten von SuSE Linux 7.2 Professional fast problemlos erkannt und konfiguriert. Der Scanner ist das einzige Peripheriegerät, wo sich Linux sträubt es anzunehmen.
Könnt ihr mir mal bitte helfen und Tips (URLs, Downloads, Forums, ...) geben, wo man Treiber für SuSE Linux 7.2 Professional finden kann?
Jeder Hinweis ist willkommen.
Vielen Dank
Linux 14.983 Themen, 106.394 Beiträge
Im Archiv habe ich folgendes gefunden
Von: stefan.becker (Anonym), Geschrieben am: 16.03.2001
und dann folgendes: Mustek 600CP & clones: - Mustek 600CP (Disma Goggia)
- ...
der müßte mit dem treiber von eddy de greef gehen. du mußt zunävhst die dateien des sane 1.04 überbügeln, dann mit make und make install neu installieren. anschließend die datei mustek_pp.conf ändern. hier ist meine, ich haber aber einen 1200 cp, lies mal in der readme nach was zu ändern ist.
====================================================
For documentation see sane-mustek_pp(5)
# GLOBAL #
# option io-mode [mode] must come before all port definitions, or it won't
# have the effect you'd expect
# enable this option, if you think your scanner supports the UNI protocol
# note however that this might disable the better EPP protocol
option io-mode try_mode_uni
# choose between two different ways to lock to port
#option io-mode alt_lock
# set the maximal height (in lines) of a strip scanned (default: no limit)
#option strip-height 0
Gruß
Sly
# wait n msecs for bank to change (default: 700 msecs)
# if this value is to low, stripes my appear in the scanned image
#option wait-bank 700
# size (in bytes) of scan buffer (default: 1 megabyte)
#option buffer 1048576
# try to avoid to heavy load. Note that this reduces scan speed
#option niceload
# Define the time the lamp has to be on before scan starts (default 5 secs)
#option wait-lamp 5
# DEVICES #
# specify the port your scanner is connected to. Possible are 0x378 (lp1)
# 0x278 (lp2) and 0x3bc (lp0)
port 0x378
# the following options are local to this scanner
# WELL KNOWN OPTIONS #
# LifeTec/Medion LT9350 (aka Aldi-Scanner)
name MD9848
vendor LifeTec
option wait-bank 250
# Select cis600 for a 600CP or cis1200 for a 1200CP
# MAKE SURE TO PICK THE CORRECT ONE !!!
option cis600 # Only for 1200 CP !
# scan maximal 16 lines for one sane_read() call
option strip-height 16
# we just need 16 lines * 3 (rgb) colors * 300 dpi * 8.5 inch bytes
option buffer 122400
# Enable this option, if you want user authentification *and* if it's
# enabled at compile time
#option auth
# use this option to define the maximal black value for lineart scans
#option bw 127
Gruß
Sly