On 20/02/14 23:19, Mark Buda wrote:
reassign 730539 hplip
tags 730539 patch
thanks


The problem is that the "hp-config_usb_printer" command is taking too
long, and udevd kills the worker handling the device insertion, so it
never gets to the part of the udev rules that allow access by the
scanner group or, for that matter, the active console user. See
<https://bugs.launchpad.net/hplip/+bug/1185866> for more details.

A fix given there is to modify "/lib/udev/rules.d/56-hpmud.rules" to
change

/usr/bin/hp-config_usb_printer $env{BUSNUM}:$env{DEVNUM} ; fi

to

/usr/bin/hp-config_usb_printer $env{BUSNUM}:$env{DEVNUM} >/dev/null 2>&1 </dev/null 
& fi

Sorry for the slow response, but I had to wait until I could reboot
the machine.  I made the change, but couldn't get udevd to
recognize the new rule.  I tried:
    # udevadm control --reload-rules
    # udevadm trigger

Neither of these got udevd to recognize the rule change, however
once I rebooted, udevd picked up the change and the problem was
fixed.


Thanks for your perseverance


Lorry


--
vLife Systems Ltd
Registered Office: The Apex, 2 Sheriffs Orchard, Coventry, CV1 3PP
Registered in England and Wales No. 06477649
http://vlifesystems.com


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to