Sto cercando di installare i driver per una porta parallela PCI che mi dovrebbe permettere
di stamapre con una vecchia stampante dotata solo di tale porta.
Purtroppo le mie finanze non mi consentono nuovi acquisti e vista la misera mole di stampe che faccio
vorrei recuperare la mia vecchia stampantina.
Ne posseggo 2 (una canon bjc-240 ed una epson stylus color 660).
Ne ho provate di tutti i colori e seguito tante guide ma purtroppo non riesco.
I driver di tale porta sono in formato tar.gz ho seguito alla lettera il readme ma purtroppo mi restituisce un errore e mi sono piantato.
Allego il file nella speranza che qualche anima pia mi guidi passo/passo per far funzionare sta benedetta parallela:
Codice: Seleziona tutto
The Following files will be there with the tar of the Driver:
mcs9865.c
mcs9865.h
mcs9865-isa.c
mcs9865-isa.h
Makefile
README
mcs9865
Building the Driver:
--------------------
Change to the folder with the Starex source files. And run the following Command:
$ make
Once the driver is compliles the loadable module mcs9865.ko will be created in the same folder.
** '$' --this symbol represent the shell prompt on linux
Loading the Driver:
-------------------
To load the driver use the following command:
$ insmod mcs9865.ko
$ insmod mcs9865-isa.ko
** '$' --this symbol represent the shell prompt on linux
Unloading the Driver:
---------------------
To unload the driver use the following command:
$rmmod mcs9865
$rmmod mcs9865-isa
** '$' --this symbol represent the shell prompt on linux
Installing the Driver:
----------------------
To install the driver use the following command:
make install
