Pages : 1
#1 Le 07/07/2007, à 14:41
- micnad
installation imprimante Tally 9114
Bonjour
Je souhaite installer une imprimante laser 9114 de chez Tally qui est un modèle ancien sans être vieux
Sur le CD fourni avec celle-ci, dans le dossier LINUX, il y a 3 fichiers
T9114.db - readme.txt - install.sh
Dans le choix nouvelle imprimante, quand j'essaie d'indiquer le chemin du driver, j'ai un message me disant qu'il n'est accepté que les fichiers *.ppd.
Comment faire pour installer cette imprimante.
Celle-ci n'est pas dans la base d'Ubuntu Feisty Fawn
A vous lire
micnad
PS la copie des fichiers readme, install.sh et T9114.db
readme :
Tally T9114 Laser Printer Series
LINUX Driver Installation Overview
Introduction
------------
This linux dirver installation script supports RedHat 6.0 or later.
Supported Model
---------------
Tally T9114 PCL5e Compatible
Installation Procedure for Redhat 6.x ~ 7.0
--------------------------------------------------
0. Transfer into super user mode.
1. Insert Tally T9114 Printer Driver CD-ROM to CD-ROM Driver.
2. Mount your CD-ROM Driver and run srcript file.
>mount -t iso9660 /dev/cdrom /mnt/cdrom
>cd /mnt/cdrom/en/linux/install/
>install.sh (or ./install.sh)
3. Setup your printer driver.
A. >printtool (Run printtool program)
B. Click Add button and select the proper printer type and click OK button
C. Set proper setting values in "Edit XXXXXXXX Entry" Window and Click Select button of Input Filter
(XXXXXXXX is the printer type you select)
D. Add the needed printer driver for the emulation that your printer supports.
(Select Tally T9114 PCL5e Compatible) and click OK button.
Installation Procedure for Redhat 7.1 Linux
--------------------------------------------------
0. Run printtool (actually, printconf utility will be executed)
1. Add New Printer
2. Select printer driver compatible with 'ljet4' driver as your printer model,
because ljet4 is the driver for PCL5e.
3. run printtool and restart lpd.
*. Redhat 7.1 changed 'printtool' to 'printconf', so install.sh in CD/linux/redhat
doesn't work any more. You can downgrade the printconf to the printtool of
Redhat 7.0, or manually configure your printer setting by above description.
For detail documentations, refer to the following web site.
"http://www.linuxprinting.org/"
install.sh
! /bin/sh
#
# for Tally T9114 Printer
if [ -f /usr/lib/rhs/rhs-printfilters/printerdb.9114 ]; then
echo already installed!!
else
echo add Tally T9114 Printer!!
cp /usr/lib/rhs/rhs-printfilters/printerdb /usr/lib/rhs/rhs-printfilters/printerdb.old
cat /usr/lib/rhs/rhs-printfilters/printerdb.old > /usr/lib/rhs/rhs-printfilters/printerdb
cat t9114.db >> /usr/lib/rhs/rhs-printfilters/printerdb
cp /usr/lib/rhs/rhs-printfilters/printerdb /usr/lib/rhs/rhs-printfilters/printerdb.9114
fi
T9114.db
StartEntry: T9114PCL5
GSDriver: ljet4
Description: {Tally T9114 PCL5e Compatible}
About: { \
Driver for Tally T9114 Laser Printer PCL5e Compatible.\
}
Resolution: {600} {600} {}
Resolution: {300} {300} {}
EndEntry
Dernière modification par micnad (Le 07/07/2007, à 14:42)
Hors ligne
#2 Le 04/04/2008, à 20:17
- fhjfgj
Re : installation imprimante Tally 9114
vjhk
Pages : 1