http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c14 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jsmeix@novell.com | --- Comment #14 from Johannes Meixner <jsmeix@novell.com> 2009-11-04 04:09:25 MST --- I know that HAL is deprecated and going to be removed in the future but I don't know that it is actually already removed in openSUSE 11.2. I wonder if there was no sufficient announcement regarding such a backward incompatible change? Regarding udev: The sane-backends RPM contains /etc/udev/rules.d/55-libsane.rules which has entries of the form (long line is wrapped only here): ------------------------------------------------------------------------ ATTR{idVendor}=="03f0", ATTR{idProduct}=="0011", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes" ------------------------------------------------------------------------ so that an ACL should be assigned. In contrast the hplip RPM contains /etc/udev/rules.d/55-hpmud.rules which has entries of the form (long line is wrapped only here): ------------------------------------------------------------------------ ATTR{idVendor}=="03f0", ATTR{idProduct}=="??11", OWNER="root", GROUP="lp", MODE="664", ENV{sane_hpaio}="yes" ------------------------------------------------------------------------ so that no ACL should be assigned because theere is no ENV{libsane_matched}="yes" for HP devices which also explains why we have bug reports regarding this issue only for HP devices. Kay, could you enhance udev so that it sets the same ACL also for HP devices in case of ENV{sane_hpaio}="yes" -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.