merge-requests/1/head
Gerhard Jaeger 2004-07-02 13:16:41 +00:00
rodzic 425ca5c4ee
commit 4ea5776b0a
3 zmienionych plików z 35 dodań i 43 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
:version "0.01" :version "0.01"
:manpage "sane-plustek_pp" :manpage "sane-plustek_pp"
; backend's web page ; backend's web page
:url "http://www.gjaeger.de/scanner/plustek.html" :url "http://www.gjaeger.de/scanner/plustek_pp/"
:devicetype :scanner :devicetype :scanner

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane-plustek_pp 5 "13 Jan 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .TH sane-plustek_pp 5 "18 June 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane-plustek_pp .IX sane-plustek_pp
.SH NAME .SH NAME
sane-plustek_pp \- SANE backend for Plustek parallel port sane-plustek_pp \- SANE backend for Plustek parallel port
@ -13,7 +13,7 @@ The access of the scanner is either done directly by the backend
or via kernel module, called pt_drv which can be created out of or via kernel module, called pt_drv which can be created out of
the plustek_pp backend code - see also section the plustek_pp backend code - see also section
.B "BUILDING THE KERNEL MODULE" .B "BUILDING THE KERNEL MODULE"
for further information. for further information.
.SH "SUPPORTED DEVICES" .SH "SUPPORTED DEVICES"
@ -258,36 +258,27 @@ Unpack this tar-ball and go to the directory:
.br .br
.I sane-backends/doc/plustek .I sane-backends/doc/plustek
.br .br
Within this directory, you should find a file called: Within this directory, you should find a script called:
.br .br
.I Makefile.module .I MakeModule.sh
.br .br
Now if your Linux kernelsources are installed correctly, it should Now if your Linux kernelsources are installed correctly,
be possible to build, install and load the module it should be possible to build, install and load the
module
.B pt_drv. .B pt_drv.
Try .B Please note,
that the kernelsources need to be configured correctly.
Refer to your distributions
manual on how this is done. As root user, try
.br .br
.I make -f Makefile.module .I ./MakeModule.sh
.br .br
to obtain a help text, about the targets, the makefile supports. the script will try and get all necessary information about your
running kernel and will lead you through the whole installation
process.
.br .br
Use .B Note: Installing and loading the can only be done as
.br superuser.
.I make -f Makefile.module all
.br
to build the module.
Use
.br
.I make -f Makefile.module install
.br
to install the module.
Use
.br
.I make -f Makefile.module load
.br
to load the module.
.br
.B Note: Installing and loading the can only be done as superuser.
.PP .PP
.SH "KERNEL MODULE SETUP" .SH "KERNEL MODULE SETUP"
@ -295,7 +286,9 @@ The configuration of the kernel module is done by providing
some or more options found below to the kernel module at some or more options found below to the kernel module at
load time. This can be done by invoking insmod with the load time. This can be done by invoking insmod with the
appropriate parameters or appending the options to the file appropriate parameters or appending the options to the file
.B /etc/conf.modules .B /etc/modules.conf (kernel < 2.6.x)
or
.B /etc/modprobe.conf (kernel >= 2.6.x)
.PP .PP
.B .B
The Options: The Options:
@ -419,7 +412,8 @@ has been set to EPP-mode. When detecting any other
mode such as ECP or PS/2 the driver tries to set to a mode such as ECP or PS/2 the driver tries to set to a
faster, supported mode. If this fails, it will use the faster, supported mode. If this fails, it will use the
SPP mode, as this mode should work with all Linux supported SPP mode, as this mode should work with all Linux supported
parallel ports. parallel ports. If in doubt, enter your BIOS and set it to
any mode except ECP.
.PP .PP
Former Plustek scanner models (4830, 9630) supplied a Former Plustek scanner models (4830, 9630) supplied a
ISA parallel port adapter card. This card is ISA parallel port adapter card. This card is
@ -447,8 +441,11 @@ The static library implementing this backend.
The shared library implementing this backend (present on systems that The shared library implementing this backend (present on systems that
support dynamic loading). support dynamic loading).
.TP .TP
.I /lib/modules/<Kernel-Version>/misc/pt_drv.o .I /lib/modules/<Kernel-Version>/kernel/drivers/parport/pt_drv.o
The Linux Kernelmodule. The Linux kernelmodule for kernels < 2.6.x.
.TP
.I /lib/modules/<Kernel-Version>/kernel/drivers/parport/pt_drv.ko
The Linux kernelmodule for kernels >= 2.6.x.
.PP .PP
.SH ENVIRONMENT .SH ENVIRONMENT
@ -480,27 +477,22 @@ export SANE_DEBUG_PLUSTEK_PP=10
.br .br
.I @DOCDIR@/plustek/Plustek-PARPORT.changes .I @DOCDIR@/plustek/Plustek-PARPORT.changes
.br .br
.I http://www.gjaeger.de/scanner/plustek.html .I http://www.gjaeger.de/scanner/plustek_pp/
.SH "CONTACT AND BUG-REPORTS" .SH "CONTACT AND BUG-REPORTS"
.PP
Please send any information and bug-reports to: Please send any information and bug-reports to:
.br .br
.B Plustek Driver Mailing List <plustek@linuxhacker.org> .B SANE Mailing List
.br
or directly to:
.br
.B Gerhard Jaeger <gerhard@gjaeger.de>
.PP .PP
Additional info and hints can be obtained from our Additional info and hints can be obtained from our
.br .br
Mailing-List archive at: Mailing-List archive at:
.br .br
.B http://www.linuxhacker.org/cgi-bin/ezmlm-cgi/3 .B http://www.sane-project.org/mailing-lists.html
.PP .PP
or directly from the projects' homepage at: or directly from the projects' homepage at:
.br .br
.B http://www.gjaeger.de/scanner/plustek.html .B http://www.gjaeger.de/scanner/plustek_pp/
.PP .PP
To obtain debug messages from the backend, please set the To obtain debug messages from the backend, please set the
environment-variable environment-variable

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane-u12 5 "23 Apr 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .TH sane-u12 5 "18 June 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane-u12 .IX sane-u12
.SH NAME .SH NAME
sane-u12 \- SANE backend for Plustek USB flatbed scanners, sane-u12 \- SANE backend for Plustek USB flatbed scanners,
@ -152,7 +152,7 @@ export SANE_DEBUG_U12=10
.br .br
.I @DOCDIR@/u12/U12.changes .I @DOCDIR@/u12/U12.changes
.br .br
.I http://www.gjaeger.de/scanner/u12.html .I http://www.gjaeger.de/scanner/u12/
.SH "CONTACT AND BUG-REPORTS" .SH "CONTACT AND BUG-REPORTS"
Please send any information and bug-reports to: Please send any information and bug-reports to:
@ -167,7 +167,7 @@ Mailing-List archive at:
.PP .PP
or directly from the projects' homepage at: or directly from the projects' homepage at:
.br .br
.B http://www.gjaeger.de/scanner/u12.html .B http://www.gjaeger.de/scanner/u12/
.PP .PP
To obtain debug messages from the backend, please set the To obtain debug messages from the backend, please set the
environment-variable environment-variable