Onko kukaan saanut Epson EPL 5700L toimimaan Ubuntu 7.10:ssä ?
Yritin kääntää sorsat ohjeen mukaisesti, mutta en onnistunut
Ohjeen löysin täältä osoitteesta:
http://epsonepl.sourceforge.net/?page=howtoEpson EPL Printer Driver
Thanks to a lot of hard work by Hin-Tak and Roberto, it is fairly simple to print PostScript documents to the printer over the parallel port (USB support isn't ready yet). Firstly, download the printer driver from the files section and extract them somewhere suitable. This may be easiest done as root.
su -
<type password>
wget <SourceForge mirror URL>
tar -zxvf epsoneplijs-xxxx.tgz (where xxxx is the current revision)
cd epsoneplijs-xxxx
This will extract the Epson driver source tree to your current working directory and then cd you into the source tree. If you have an EPL5800L EPL5900L, 6100L or 6200L you will now have to edit the ps2epl script that is in your current working directory. A few lines from the bottom you will see the text '-sDeviceModel=EPL5700L' - change the 5700 bit to whatever model you have. Next run './configure' followed by 'make'
./configure
make
Tässä kohti Päättyy virheilmoitukseen !
This will configure the driver for your system and, where needed, tell you about anything your system needs for it to work properly. The 'make' command will begin the compilation process. Now you will have a configured and built epson driver, ready to be installed with 'make install'
make install
For this to work, you will have to have write permission to various parts of the filesystem that normally only root has access to.
Now you have to get your document in PostScript format. A lot of linux applications will readily save their data in PostScript format, whereas some will be able to save it in PDF format. If you have data in PDF format, it can easily be converted with the 'ps2pdf' command from the Ghostscript interpreter system. Once you get your data in PS format (let's call it your_file.ps), you need to convert it into the custom Epson EPL format with the 'ps2epl' command, wich will output the file but with a .epl extension.
./ps2epl your_file.ps
Now comes the simple bit...
cat your_file.epl > /dev/lp0
And that's it! Happy printing folks
Löytyskö vinkkiä asian korjaamiseksi tai suoraan käännettyä koodia jostain ?
Löyty jo
**************************************************************************************
Lisäys 26.6.2008 klo 12:05
Itse löysin oman virheeni
Kohdassa:
***** Tässä kohti Päättyy virheilmoitukseen !
Piti mennävain oikeaan hakemistoon, siis sinne missä oli tuo ps2epl - tiuedosto !
ja sitten vain tuo maaginen komento:
./configure
ja sitten
make
Ja vot sitten se käänty ihan oikein
Nyt uusi probleema ja sen ratkaisu tässä:
Ajo alkaa taas tästä taas:
***************************
epsoneplijs-0.4.0$ make install
/usr/bin/install -c ijs_server_epsonepl -c /usr/local/bin/ijs_server_epsonepl
/usr/bin/install: tavallisen tiedoston "/usr/local/bin/ijs_server_epsonepl" luominen ei onnistu: Permission denied
make: *** [install] Virhe 1
Make install - komento päätyy tähän yllä ollevaan virheilmoitukseen:
==========================================
Virhe 1 korjaantui antamalla : Komento
sudo make install
ja sitten pyysi salasanan Password:
Annoin Rootin salasanan ja lopuksi Enter
ja Wot sekän teki sen lopputulos alla:
Malli tässä alla:
*******************
epsoneplijs-0.4.0$ sudo make install
Password:
Sorry, try again.
Password:
/usr/bin/install -c ijs_server_epsonepl -c /usr/local/bin/ijs_server_epsonepl
Seuraavaksi mietin välillä seuraavaa probleemaa
Mitähän tämä on Suomennettuna:
************************************
On vähän vaikeaa kun en ole lukenut stuota Srbo Kroatian kieltä päivääkään
Teksti tässä ohjeesta:
***********************
Tähän asti on päästy ok ! 26.6.2008
Now you have to get your document in PostScript format. A lot of linux applications will readily save their data in PostScript format, whereas some will be able to save it in PDF format. If you have data in PDF format, it can easily be converted with the 'ps2pdf' command from the Ghostscript interpreter system. Once you get your data in PS format (let's call it your_file.ps), you need to convert it into the custom Epson EPL format with the 'ps2epl' command, wich will output the file but with a .epl extension.
./ps2epl your_file.ps
Now comes the simple bit...
cat your_file.epl > /dev/lp0
And that's it! Happy printing folks
Josko jouku viisaampi jeleppais