ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Драйвер для принтеров HP 10xx foo2zjs
@ 2007-05-26 12:56 Dmitriy Shadrinov
  2007-05-26 16:18 ` Michael Shigorin
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitriy Shadrinov @ 2007-05-26 12:56 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

С современным udev не дружат правила написанные для автоматической загрузки
firmware, необходимых для работы этих принтеров. Для починки необходимо просто
правильно написать операцию сравнения. Сейчас файлик с
правилами (/etc/udev/rules.d/11-hplj10xx.rules) содержит строки вида:

KERNEL=="lp*", BUS="usb", SYSFS{idVendor}="03f0", SYSFS{product}="hp LaserJet 1000", NAME="usb/%k", SYMLINK="hplj1000%e", MODE="0666", RUN+="/etc/hotplug/usb/hplj1000"

для восстановления работоспособности достаточно исправить так:

KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", SYSFS{product}=="hp LaserJet 1000", NAME="usb/%k", SYMLINK="hplj1000%e", MODE="0666", RUN+="/etc/hotplug/usb/hplj1000"


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-27 22:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-26 12:56 [sisyphus] Драйвер для принтеров HP 10xx foo2zjs Dmitriy Shadrinov
2007-05-26 16:18 ` Michael Shigorin
2007-05-26 18:38   ` Dmitriy Shadrinov
2007-05-26 21:10     ` Michael Shigorin
2007-05-27 10:30       ` Dmitriy Shadrinov
2007-05-27 18:29         ` Michael Shigorin
2007-05-27 19:25           ` Dmitriy Shadrinov
2007-05-27 22:01             ` Michael Shigorin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git