Description of problem: /etc/udev/rules.d/60-libsane.rules does not contain a rule for the HP OfficeJet 5615 printer/scanner/fax/copier. This prevents users other than root from accessing the scanner because pam-console doesn't notice the device. Version-Release number of selected component (if applicable): sane-backends-1.0.18-5.fc6 How reproducible: always Steps to Reproduce: 1. plug in the HP OfficeJet 5615 via USB 2. look at the newly created /dev/usbdev1.7_ep0* files Actual results: device files are owned by root Expected results: device files should be owned by the currently logged-in user Additional info: The following udev rule fixes this: # Hewlett-Packard OfficeJet 5615 SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="4f11", SYMLINK+="scanner-%k"
Please try sane-backends-1.0.18-10.fc6 which should be in updates-testing and contains fixes in that area.
Closing due to inactivity.