https://bugzilla.novell.com/show_bug.cgi?id=852551 https://bugzilla.novell.com/show_bug.cgi?id=852551#c31 --- Comment #31 from Dean Martin <deano_ferrari@hotmail.com> 2014-01-06 19:14:55 UTC --- (In reply to comment #30)
Do not use /lib/udev/rules.d for storing rules, either use /usr/lib/udev/rules.d or (better, since those are not packaged rules), /etc/udev/rules.d
Actually /lib/udev/ is just a link to /usr/lib/udev anyway. # ls -l /lib/udev lrwxrwxrwx 1 root root 13 Dec 14 09:27 /lib/udev -> /usr/lib/udev
Second, starting with 13.1, libgphoto udev rules have been replaced with hwdb rules, for better performance.
PTP cameras should be hanlded properly. Non ptp camera needs to be added to /usr/lib/udev/hwdb.d/20-gphoto.hwdb (which should be done automatically by libgphoto package, when support is added there).
Yes, but PTP cameras are not being handled properly. They are not added to 20-gphoto.hwdb dynamically. So, maybe this is still work in progress? FWIW, I have the following installed libgphoto2-6-2.5.2.1-2.2.1.x86_64 libgphoto2-6-32bit-2.5.2.1-2.2.1.x86_64 It seems to me that there is no corresponding udev rule yet to update the database automatically, or am I missing something? -- 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.