paralell port scanner

Post Reply
Message
Author
chris

paralell port scanner

#1 Post by chris »

wie kann ich einen mustek cp1200 paralell port scanner un suse 8.0 einrichten?????

vost

Re: paralell port scanner

#2 Post by vost »

Hallo chris

Zuerst installierst Du das Sane-Paket. Danach editierst Du die Datei /etc/sane.d/dll.conf
Das beispiel unten kannst Du direkt kopieren
-------------------dll.conf Beispiel ------------------------------------------------
# enable the next line if you want to allow access through the network:
# net
# abaton
# agfafocus
# apple
# avision
# artec
# as6e
# bh
# canon
# coolscan
# dc25
# dc210
# dc240
# dmc
# epson
# hp
# m3096g
# microtek
# microtek2
# mustek
mustek_pp # <--- eigentlich reicht nur diese Zeile
# mustek_usb
# nec
# pie
# pint
# plustek
# pnm
# qcam
# ricoh
# s9036
# sharp
# sm3600
# snapscan
# sp15c
# st400
# tamarack
# umax
# umax_pp
# umax1220u
# v4l
---------------------------------- Ende Beispiel --------------------------------

danach editierst Du die Datei /etc/sane.d/mustek_pp.conf

----------------------------------- Beispiel ------------------------------------

# 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

# 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)
# for 2.4.x+ kernels, this isn't true anymore. Here lp0 is assigned to the
# first available port, normally 0x378
port 0x378

# the following options are local to this scanner

# WELL KNOWN OPTIONS #

# most scanners only need 200 - 250 msecs to change bank -> try it out

# Mustek ScanExpress 6000 P
# name SE-6000P
# vendor Mustek
# option wait-lamp 15

# Mustek ScanExpress 600 SEP
# name SE-600SEP
# vendor Mustek
# option wait-lamp 15

# Mustek ScanMagic 4800 P
# name SM-4800P
# vendor Mustek
# option wait-lamp 15

# Mustek 600 III EP Plus
# name 600IIIEPP
# vendor Mustek
# option wait-lamp 15 # some models only need 5 secs...

# Mustek ScanMagic/Express 1200 ED Plus (this scanner isn't yet supported!!!)
# name SM-1200EDP
# name SE-1200EDP
# vendor Mustek
# this scanner has an optical resolution of 600 dpi
# option use600
# this scanner *must* use option niceload
# option niceload

# Fidelity Imaging Solutions Inc. Gallery 4800
# name Gallery-4800
# vendor Fidelity-Imaging-Solutions

# Viviscan Compact II
# name Compact-II
# vendor Viviscan

# Medion MD9848 (aka Aldi-Scanner)
# name MD9848
# vendor Medion
# option wait-bank 250

# 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

--------------------------------------- Ende Beispiel ---------------------------------------

Dein Scanner ist leider nicht dabei, aber vielleich funzts ja auch mit einem ähnlichen, mußt halt ein bischen probieren

mfG vost

Post Reply