Summary: | Device notifier shows multiple entries (four) for mtp device | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Arnout Boelens <a.m.p.boelens> |
Component: | libsolid-udev | Assignee: | Lukáš Tinkl <lukas> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | ereslibre, gekylafas, hamelg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | device notifier screenshot |
Description
Arnout Boelens
2014-09-23 15:43:57 UTC
Created attachment 89759 [details]
device notifier screenshot
I have the same issue when I connect my amazon kindle (see the previous attachment). "solid-hardware listen" catches 3 new devices when connecting it : Device Added: udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2' Device Added: udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2/2-3.2:1.1' Device Added: udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2/2-3.2:1.0' here is the detail : $ solid-hardware details ''/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2'' Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString) udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2' parent = '/org/kde/solid/udev' (string) vendor = 'Amazon' (string) product = 'Kindle' (string) description = 'Kindle' (string) Block.major = 189 (0xbd) (int) Block.minor = 151 (0x97) (int) Block.device = '/dev/bus/usb/002/024' (string) Camera.supportedProtocols = {'ptp'} (string list) Camera.supportedDrivers = {'gphoto'} (string list) PortableMediaPlayer.supportedProtocols = {'mtp'} (string list) PortableMediaPlayer.supportedDrivers = {'usb'} (string list) $ solid-hardware details ''/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2/2-3.2:1.0'' Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString) udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2/2-3.2:1.0' parent = '/org/kde/solid/udev' (string) vendor = '' (string) product = '' (string) description = '' (string) Camera.supportedProtocols = {'ptp'} (string list) Camera.supportedDrivers = {'gphoto'} (string list) PortableMediaPlayer.supportedProtocols = {'mtp'} (string list) PortableMediaPlayer.supportedDrivers = {'usb'} (string list) $ solid-hardware details '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2/2-3.2:1.1' Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString) udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1a.7/usb2/2-3/2-3.2/2-3.2:1.1' parent = '/org/kde/solid/udev' (string) vendor = '' (string) product = '' (string) description = '' (string) Camera.supportedProtocols = {'ptp'} (string list) Camera.supportedDrivers = {'gphoto'} (string list) PortableMediaPlayer.supportedProtocols = {'mtp'} (string list) PortableMediaPlayer.supportedDrivers = {'usb'} (string list) Is it a device notifier bug ? this bug is a duplicate of https://bugs.kde.org/show_bug.cgi?id=336523 This bug is reported on libsolid which is the kdelibs4 version of the solid library. It is now in maintenance mode. If you think it should still be fixed in the KDE Frameworks 5 version of solid please move it to or report a bug on frameworks-solid. *** This bug has been marked as a duplicate of bug 336523 *** |