Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 22/01/2014, à 09:54

Jacky33490

Impossible d'installer pilote imprimante par terminal

Bonjour
Recherche ligne commande pour installer pilote imprimante dont l'erreur est systématique
quand j'essaye de l'installer.
Merci pour vos réponses

1390376555-capture-du-2014-01-22-08-37-43.png

Dernière modification par Jacky33490 (Le 22/01/2014, à 09:55)

Hors ligne

#2 Le 22/01/2014, à 10:02

Compte anonymisé

Re : Impossible d'installer pilote imprimante par terminal

Salut

Déjà tu peux faire un copier/coller du texte du terminal et le poster ici. C'est mieux qu'une image.
Ensuite que contient to répertoire d'install ? :
Que donne dans ton répertoire d'install la commande :
ls

#3 Le 22/01/2014, à 12:20

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

Bonjour jeanjd63

jacky@jacky-desktop:~$ cd epsoneplijs-0.4.1
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ sudo ./install
[sudo] password for jacky:
sudo: ./install: command not found
jacky@jacky-desktop:~/epsoneplijs-0.4.1$


jacky@jacky-desktop:~$ ls epsoneplijs-0.4.1
apsfilter           epl_status.c             ijs_server_epsonepl.c
ChangeLog           epl_test.ps              ijs_server_example.c
common.mak          epl_test.sh              ijs_server.h
configure           epl_time.c               ijs_spec.pdf
configure.in        epl_time.h               ijs_spec.sgml
cups                epl_utils_kusb.c         install-sh
epl_57interpret.c   epl_utils_libieee1284.c  libieee1284-0.2.11.tar.bz2
epl_59interpret.c   epl_utils_libusb.c       libusb-0.1.12.tar.gz
epl_62interpret.c   epl_utils_null.c         LIMITATIONS
epl_bid.h           epl_write.c              low_mem_msg.xbm
epl_bid_replies.c   epsoneplijs.spec         Makefile
epl_bid_utils.c     FAQ                      Makefile.in
epl_compress.c      foomatic                 ps2epl
epl_compress.h      foomatic_PPDs            ps2epl.pl
epl_config.h        foomatic_scripts         README
epl_docs            gs-wts.ps                README.FlowControl
epl_job_footer.c    ijs.c                    README.foomatic
epl_job.h           ijs_client.c             README.ijs
epl_job_header.c    ijs_client_example.c     state.eps
epl_lowmem-gen.c    ijs_client.h             state.fig
epl_lowmem_msg.h    ijs-config.in            test5700lusb.c
epl_page_footer.c   ijs_exec_unix.c          unistd_.h
epl_page_header.c   ijs_exec_win.c           unix.mak
epl_poll.c          ijs.h                    windows.mak
epl_print_stripe.c  ijs_server.c
jacky@jacky-desktop:~$

Hors ligne

#4 Le 22/01/2014, à 12:47

Compte anonymisé

Re : Impossible d'installer pilote imprimante par terminal

La commande serait :
sudo  sh  ./install-sh

#5 Le 22/01/2014, à 12:52

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

Voici la réponse suite à ta commande

jacky@jacky-desktop:~$ cd epsoneplijs-0.4.1
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ sudo  sh  ./install-sh
[sudo] password for jacky:
install:    no input file specified
jacky@jacky-desktop:~/epsoneplijs-0.4.1$

Hors ligne

#6 Le 22/01/2014, à 12:59

Compte anonymisé

Re : Impossible d'installer pilote imprimante par terminal

Tu peux tenter :
./configure
make
sudo  make install

Sinon voir ICI

Dernière modification par Compte anonymisé (Le 22/01/2014, à 13:09)

#7 Le 22/01/2014, à 13:10

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

./configure
make
make install

ta commande a fonctionnée je ne colle pas le résultat car il est très long.
maintenant j'essaye de paramétrer mon EPL-5700L et je t'informe du résultat.

Hors ligne

#8 Le 22/01/2014, à 13:12

Braun

Re : Impossible d'installer pilote imprimante par terminal

Bonjour,
Questions bêtes, que contient le fichier install-sh
N'y aurait-il pas quelque part un mot d'explication sur install-sh et sur Makefile?

Hors ligne

#9 Le 22/01/2014, à 13:19

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

en recherche pilote je tombe encore sur epl 5700 et non pas sur epl 5700L le L est très important et donc imprimante encore en défault.

Hors ligne

#10 Le 22/01/2014, à 13:21

Compte anonymisé

Re : Impossible d'installer pilote imprimante par terminal

Il fallait peut être faire :
./configure
make
sudo  make install

#11 Le 22/01/2014, à 13:51

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

./configure
make
sudo  make install

voila le résultat je remet le couvert

jacky@jacky-desktop:~$ cd epsoneplijs-0.4.1
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for OS USB support... Linux 3.2.0 ... seems good.
checking for libusb... no
checking for OS 1284 support... yes
checking for libieee1284... no
checking for null transport... yes
checking for solaris-specific requirements... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ijs-config
config.status: executing default commands
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ make
make: Rien à faire pour « all ».
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ sudo  make install

Hors ligne

#12 Le 22/01/2014, à 13:53

Compte anonymisé

Re : Impossible d'installer pilote imprimante par terminal

Essaye
./configure --prefix=/usr
./make clean
./make
  sudo make install

Dernière modification par Compte anonymisé (Le 22/01/2014, à 13:54)

#13 Le 22/01/2014, à 14:00

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

Essaye
./configure --prefix=/usr
./make clean
./make
  sudo make install

Résultat

jacky@jacky-desktop:~$ cd epsoneplijs-0.4.1
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ ./configure --prefix=/usr
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for OS USB support... Linux 3.2.0 ... seems good.
checking for libusb... no
checking for OS 1284 support... yes
checking for libieee1284... no
checking for null transport... yes
checking for solaris-specific requirements... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ijs-config
config.status: executing default commands
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ ./make clean
bash: ./make: Aucun fichier ou dossier de ce type
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ ./make
bash: ./make: Aucun fichier ou dossier de ce type
jacky@jacky-desktop:~/epsoneplijs-0.4.1$   sudo make install

Hors ligne

#14 Le 22/01/2014, à 14:02

Compte anonymisé

Re : Impossible d'installer pilote imprimante par terminal

Donc tu refais :
make clean
make
sudo  make install

#15 Le 22/01/2014, à 14:09

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

make clean
make
sudo  make install

Resultat il y a du nouveau je te tiens au courant

jacky@jacky-desktop:~/epsoneplijs-0.4.1$ make
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o ijs_server_epsonepl.o ijs_server_epsonepl.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o ijs_server.o ijs_server.c
ijs_server.c: In function ‘ijs_server_parse_int’:
ijs_server.c:486:7: attention : variable ‘sign’ set but not used [-Wunused-but-set-variable]
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o ijs.o ijs.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_job_header.o epl_job_header.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_page_header.o epl_page_header.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_page_footer.o epl_page_footer.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_job_footer.o epl_job_footer.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_print_stripe.o epl_print_stripe.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_poll.o epl_poll.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_compress.o epl_compress.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_write.o epl_write.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_bid_utils.o epl_bid_utils.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_bid_replies.o epl_bid_replies.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_status.o epl_status.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_time.o epl_time.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_utils_kusb.o epl_utils_kusb.c
epl_utils_kusb.c: In function ‘epl_kernel_init’:
epl_utils_kusb.c:49:7: attention : variable ‘model’ set but not used [-Wunused-but-set-variable]
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_57interpret.o epl_57interpret.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_59interpret.o epl_59interpret.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_62interpret.o epl_62interpret.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_utils_null.o epl_utils_null.c
gcc -DHAVE_KERNEL_USB_DEVICE  -DHAVE_KERNEL_1284  -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -o ijs_server_epsonepl ijs_server_epsonepl.o ijs_server.o epl_job_header.o epl_page_header.o epl_page_footer.o epl_job_footer.o epl_print_stripe.o epl_poll.o epl_compress.o epl_write.o epl_bid_utils.o epl_bid_replies.o epl_status.o epl_time.o epl_utils_kusb.o   epl_57interpret.o epl_59interpret.o epl_62interpret.o epl_utils_null.o         ijs.o 
jacky@jacky-desktop:~/epsoneplijs-0.4.1$ sudo  make install

Hors ligne

#16 Le 22/01/2014, à 14:14

Jacky33490

Re : Impossible d'installer pilote imprimante par terminal

Lors de l'ajout imprimante après validation du pilote généric :

Une erreur s'est produite lors de l'opération CUPS : « client-error-document-format-not-supported ».
il installe un pilote généric mais apparemment pas le bon.

Un grand merci jeanjd63 pour tes conseils et le temps que tu as consacré à m'aider.
Il ne me reste plus qu'à galérer pour trouver le bon pilote epl5700L dans tout ces fichiers et le rendre opérationnel.

Dernière modification par Jacky33490 (Le 22/01/2014, à 15:36)

Hors ligne