Let's not do anything rash until we check a couple more things:
Haggai, can you run:
import dbus
bus = dbus.SystemBus()
ud_mgr_obj = bus.get_object("org.freedesktop.UDisks", "/org/freedesktop/UDisks")
ud_mgr = dbus.Interface(ud_mgr_obj, "org.freedesktop.UDisks")
for dev in ud_mgr.EnumerateDevices():
try:
device_obj = bus.get_object("org.freedesktop.UDisks", dev)
device_props = dbus.Interface(device_obj, dbus.PROPERTIES_IFACE)
if device_props.Get('org.freedesktop.UDisks.Device', "DeviceIsDrive"):
print device_props.Get('org.freedesktop.UDisks.Device',
"DeviceFile")
print device_props.Get('org.freedesktop.UDisks.Device',
"DriveConnectionInterface")
print device_props.Get('org.freedesktop.UDisks.Device',
"DriveMedia")
and paste the output here.
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/953160
Title:
mediacard/sd test doesn't complete
To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox/+bug/953160/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs