Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - Ubuensaka

Sivuja: [1]
1
LightScribe ulkoinen DVD asema Löytyskö Suomesta? Tarve olisi Oulussa? Lisäksi DVD RW ja R levyjä?

2
Miten Ota sitten tulostin käyttöön HP Device Managerin (HPLIP Toolbox) kautta? Managerin tulisi näkyä?

3
Hp Laserjet P1005 ei edelleenkään tulosta. Olen vielä varsin noviisi Linux mailmassa.
Joten Miten Ota sitten tulostin käyttöön HP Device Managerin (HPLIP Toolbox) kautta?

4
Miten saisin Windows tulostin Hp Laserjet P1005 käyttöön Ubuntussa versioni on 22.04

5
Laitealue / Nvidia GF108GL(Quatro 600)
« : 03.10.22 - klo:07.36 »
Mistä löydän Ubuntuun 22.4.01 LTS:ään oikean ajurin Nvidia GF108GL(Quatro 600) näytönaojaimelle. Näyttönä on Samsung LS32085K HDMI nyt takuus on vain 800x600 vaikka näyttö pystyy paljon parempaan.

6
Laitealue / Vs: Epson EPL-5700L ei toimi
« : 26.06.08 - klo:12.37 »
Täällä on keskustelua Epsonin tulostimen asentamisesta Ubuntuun. Pahimmassa tapauksessa melko työmaa, mutta itse sain homman toimimaan.

http://forum.ubuntu-fi.org/index.php?topic=11551.0

5700:ssa ei ole toteutettu flow-control -ominaisuutta kunnolla. Tulostinta hidastetaan sen verran, että oletetaan paperinsyötön ehtivän mukaan. Näin estetään muistin täyttyminen. Muissa malleissa tarkkaillaan tulostimen muistin täyttymistä ja hidastetaan tulostusta ainoastaan tarvittaessa:

void do_5700l_slowdown(EPL_job_info *epl_job_info)
{
#ifdef USE_FLOW_CONTROL
  double now;
  double time_between_writes;
  double sec_interval;

  now = get_time_now();
  /* sleep time is vertical resolution dependent */
  time_between_writes = SECS_BETWEEN_WRITES_5700L * 600 / epl_job_info->dpi_v;

  /* should we delay? */
  sec_interval = epl_job_info->time_last_write_stripe - now;
  if (sec_interval < time_between_writes)
    {
      sleep_seconds(time_between_writes - sec_interval);
    }
  /* upper levels will keep time_last_write_stripe updated for us */
#endif
}


Sinun tapauksessa siis esimerkiksi paperin loppuminen aiheuttaa lopputulostuksen katoamisen, koska muisti täyttyy. Periaatteessa olisi mahdollista kehittää tuota ajuria toimimaan myös 5700:n osalta, mutta Epson ei ole julkaissut tietoja tulostimestaan, joten homma pitää tehdä reverse-engineering -periaatteella. Jonkun verran tuota ohjelmakoodia tutkiskelin, mutta en kaikkia ymmärtänyt.

--------------------

OK, kiitos vastauksesta...

Täytynee laittaa tuo tulostin tuohon radioamatöörikoneeseen (vanha winukka kone) ja tulostaa kortit sillä...

:)
Lainan vielä linkin jos kiinnostaa :
http://forum.ubuntu-fi.org/index.php?topic=18029.0
Ubuensaka  ;)



7
aika moni tulostin toimii jo suoraan uusimmissa ubuntuissa, mutta ilmeisesti ei tullut eloa kun liitit kaapelin?

Oikeasti paikasta olet ohjetta näköjään etsinyt...

./configure
make
Tässä kohti Päättyy virheilmoitukseen !

millainen virheilmoitus siitä tulee?

Katsoppa yllä olevasta käväsin päivittämässä äsken !

8
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=howto

Epson 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  :o
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  ;D

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  ::)


 

 





Sivuja: [1]