https://bugzilla.novell.com/show_bug.cgi?id=342496#c4 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |feiko_w@hotmail.com --- Comment #4 from Johannes Meixner <jsmeix@novell.com> 2007-11-22 01:05:50 MST --- The "Operation not permitted" message indicates a permission problem but according to your hp-check output the permissions are exactly as they should be ---------------------------------------------------------------------------- Checking for permissions of USB attached printers... HP Device 0x1604 at 001:004: Device URI: hp:/usb/DeskJet_940C?serial=HU23F1P0K5CO Device node: /dev/bus/usb/001/004 Mode: 0664 UID: 0 (root) GID: 7 (lp) Device group and mode appear correct. ---------------------------------------------------------------------------- The CUPS backend runs as user lp which is group lp so that there is read/write access for the CUPS backend. Nevertheless: What results now when you run it as root lsusb -d 03f0:1604 and ls -l /dev/bus/usb/*/* and getfacl /dev/bus/usb/*/* "ls -l" should result crw-rw-r-- root lp /dev/bus/usb/<bus-number>/<device-number> Try if it works when you do as root chmod a+rw /dev/bus/usb/<bus-number>/<device-number> where <bus-number> and <device-number> are those which are currently shown by "lsusb" (those numbers change each time when you unplug and re-plug it to the USB - perhaps also when you switch it off and on - depending on the particular model). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.