Hello Till I'm still testing but something appears wrong. When I plug the printer in I get "Missing sysattr idVendor" in the syslog. Which means the device path udev-configure-printer is trying to find the vendor, product ids, and serial number from, is not the device's root. udev-configure-printer is reporting the device as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1 which is not the device's root but instead the path to one of the device's interfaces. But the patch I included should be navigating up the tree to the device's root. This is one of the existing bugs I tried to fix that occured before I made my patch. If I unplug and plug the printer into a different usb port it correctly finds the vendor id. This second time when it worked the path was: /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1 I've even removed the ippusbxd binary from /usr/sbin so it is oing through ippusb scanning. Which means, at least for this printer, something more fundamental is broken. Sorry, I do not had much time to work on printer stuff so I'm slowly testing the patches. Daniel 2014-11-07 7:48 GMT+09:00 Till Kamppeter