Summary: | net-print/foo2zjs-99999999 uses hotplug scripts to upload firmware to printers | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roman Belov <romblv> |
Component: | Current packages | Assignee: | Printing Team <printing> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | ostroffjh |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=145809 https://github.com/gentoo/gentoo/pull/33695 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Roman Belov
2013-02-09 14:36:01 UTC
I was found that hotplug script is completely broken from now. Printer was not recognized as valid usb device after firmware upload. 5863 Dec 30 23:14:37 fakemoon kernel: usb 1-4: new high-speed USB device number 5 using xhci_hcd 5864 Dec 30 23:14:42 fakemoon kernel: usb 1-4: device descriptor read/8, error -110 5865 Dec 30 23:14:47 fakemoon kernel: usb 1-4: device descriptor read/8, error -110 Now I am forced to use own bash script, export DEVICE_URI="usb://HP/LaserJet%201018?serial=KP3CB8W" /usr/libexec/cups/backend/usb 1 root firmware 1 0 /usr/share/foo2zjs/firmware/sihp1018.dl and udev rule. SUBSYSTEM=="usb", ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="4117", RUN+="/root/hplj1018" Sorry for bad english in previous comment. I think things have changed, as this seems to work now for me with an HP Laserjet P1505. |