hp laserjet 1020
: 10 sie 2005, 11:12
j.w. Czy komuś udało sie tą drukarkę zmusić do pracy? Wykrywa sie i dodaje bezproblemowo, można na nią wydrukować - niestety drukarka wogóle nie reaguje....
Polskie forum użytkowników Ubuntu
https://ubuntu.pl/forum/
Garsc uwag dla zielonych w linuksie:
postepuje zgodnie z:
http://foo2zjs.rkkda.com/ / http://support.ideainformatica.com/hplj1020/
wszystko ok, drukarka rzeczywiscie dlugo mysli po wlaczeniu.
Instaluje na 5.1 jako 1005 bo 1020 nie ma i ... jak drukuje to wypluwa czyste kartki, zero tekstu itp. wie ktos dlaczego ?
Osobiście nie musiałem zmieniać nic w pliku konfiguracyjnym (z B na b) bo jak ściągnąłem wersję z podanego adresu było już dobrze. Podobnie jeśli chodzi o marginesy, u mnie ten problem nie wystąpił, ale jakby co to wkleiłem też jak to rozwiązać.You need to get the udev patched version of foo2zjs at:-
http://support.ideainformatica.com/hplj ... hed.tar.gz
make
sudo make install
this will install the drivers and firmware.
Next edit the file (in the foo2zjs directory you're currently in) called 58-foo2zjs.rules (or some such) to correct a bug (it took me ages to work out why udev wouldn't upload the firmware)
look for the entry for the 1020 - specifically change
SYSFS{idProduct}=="2B17"
to
SYSFS{idProduct}=="2b17"
(the typo prevents udev from spotting the printer being plugged in!)
now install the udev scripts/rules :-
sudo make install-udev
I don't know if you need to restart udev (I messed about so much last night I got lost) but it can't hurt (?)
sudo udevstart
When you power cycle the printer you should hear it whirring as it powers, then whirring again as the new firmware is uploaded.
To check the firmware is in look at /var/log/messages - -there should be some note of successful upload of firmware.
Now you need to restart cupsys
sudo /etc/init.d/cupsys restart
Next use the normal gnome printer config tool to install the HP1020 - you should see the option to use the correct HP1020 foo2zjs driver.
Hope this helps someone!
I also found it necessary to install "cupsys-bsd" to get the cups versions of "lpr lpq" etc, and also :-
sudo lpoptions -o cpi-12 -o lpi=7 -o page-left=36 -o page-right=36 -o page-top=36 -o page-bottom=36
to make plain (lpr) text fit nicely on the page.