* [Comm] Рецепт: рестарт подвисшего HP1020
@ 2009-02-09 11:22 Денис Черносов
2009-02-09 14:08 ` Евгений
0 siblings, 1 reply; 4+ messages in thread
From: Денис Черносов @ 2009-02-09 11:22 UTC (permalink / raw)
To: ALT Linux Community general discussions
В удаленном офисе стоит HP1020 под ALD4.1. Периодически крепко
повисает. Не спасают (как ни странно) ни перезапуск компа, ни
перезапуск принтера. В результате поисков и экспериментов такой
однострочный скрипт. Возможно кому пригодится:
# cancel -a; service cups stop; sleep 3; rmmod usblp; sleep 3;
modprobe usblp; sleep 3; service cups start
Первая команда опционально (очищает очередь печати).
--
С уважением,
Черносов Денис
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Рецепт: рестарт подвисшего HP1020
2009-02-09 11:22 [Comm] Рецепт: рестарт подвисшего HP1020 Денис Черносов
@ 2009-02-09 14:08 ` Евгений
2009-02-10 6:32 ` Денис Черносов
0 siblings, 1 reply; 4+ messages in thread
From: Евгений @ 2009-02-09 14:08 UTC (permalink / raw)
To: ALT Linux Community general discussions
Денис Черносов пишет:
> В удаленном офисе стоит HP1020 под ALD4.1. Периодически крепко
> повисает. Не спасают (как ни странно) ни перезапуск компа, ни
> перезапуск принтера. В результате поисков и экспериментов такой
> однострочный скрипт. Возможно кому пригодится:
>
> # cancel -a; service cups stop; sleep 3; rmmod usblp; sleep 3;
> modprobe usblp; sleep 3; service cups start
>
> Первая команда опционально (очищает очередь печати).
>
Какой драйвер используете?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Рецепт: рестарт подвисшего HP1020
2009-02-09 14:08 ` Евгений
@ 2009-02-10 6:32 ` Денис Черносов
2009-02-10 7:06 ` Шишков Евгений
0 siblings, 1 reply; 4+ messages in thread
From: Денис Черносов @ 2009-02-10 6:32 UTC (permalink / raw)
To: ALT Linux Community general discussions
9 февраля 2009 г. 18:08 пользователь Евгений <evgent@tula.net> написал:
> Денис Черносов пишет:
>>
>> В удаленном офисе стоит HP1020 под ALD4.1. Периодически крепко
>> повисает. Не спасают (как ни странно) ни перезапуск компа, ни
>> перезапуск принтера. В результате поисков и экспериментов такой
>> однострочный скрипт. Возможно кому пригодится:
>>
>> # cancel -a; service cups stop; sleep 3; rmmod usblp; sleep 3;
>> modprobe usblp; sleep 3; service cups start
>>
>> Первая команда опционально (очищает очередь печати).
>>
>
> Какой драйвер используете?
# head -n 30 /etc/cups/ppd/HP1020.ppd
*PPD-Adobe: "4.3"
*%
*% For information on using this, and to obtain the required backend
*% script, consult http://www.linuxprinting.org/
*%
*% This file is published under the GNU General Public License
*%
*% PPD-O-MATIC (3.0.0 or newer) generated this PPD file. It is for use with
*% all programs and environments which use PPD files for dealing with
*% printer capability information. The printer must be configured with the
*% "foomatic-rip" backend filter script of Foomatic 3.0.0 or newer. This
*% file and "foomatic-rip" work together to support PPD-controlled printer
*% driver option access with arbitrary free software printer drivers and
*% printing spoolers.
*%
*% To save this file on your disk, wait until the download has completed
*% (the animation of the browser logo must stop) and then use the
*% "Save as..." command in the "File" menu of your browser or in the
*% pop-up manu when you click on this document with the right mouse button.
*% DO NOT cut and paste this file into an editor with your mouse. This can
*% introduce additional line breaks which lead to unexpected results.
*%
*% You may save this file as 'HP-LaserJet_1020-foo2zjs.ppd'
*%
*%
*FormatVersion: "4.3"
*FileVersion: "1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "FOO2ZJS.PPD"
# rpm -qa | grep foo2zjs
foo2zjs-20080923-alt1
--
С уважением,
Черносов Денис
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Рецепт: рестарт подвисшего HP1020
2009-02-10 6:32 ` Денис Черносов
@ 2009-02-10 7:06 ` Шишков Евгений
0 siblings, 0 replies; 4+ messages in thread
From: Шишков Евгений @ 2009-02-10 7:06 UTC (permalink / raw)
To: ALT Linux Community general discussions
Денис Черносов пишет:
> 9 февраля 2009 г. 18:08 пользователь Евгений <evgent@tula.net> написал:
>> Денис Черносов пишет:
>>> В удаленном офисе стоит HP1020 под ALD4.1. Периодически крепко
>>> повисает. Не спасают (как ни странно) ни перезапуск компа, ни
>>> перезапуск принтера. В результате поисков и экспериментов такой
>>> однострочный скрипт. Возможно кому пригодится:
>>>
>>> # cancel -a; service cups stop; sleep 3; rmmod usblp; sleep 3;
>>> modprobe usblp; sleep 3; service cups start
>>>
>>> Первая команда опционально (очищает очередь печати).
>>>
>> Какой драйвер используете?
Попробуйте перекачать прошивку для него
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-02-10 7:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 11:22 [Comm] Рецепт: рестарт подвисшего HP1020 Денис Черносов
2009-02-09 14:08 ` Евгений
2009-02-10 6:32 ` Денис Черносов
2009-02-10 7:06 ` Шишков Евгений
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git