Comment 18 for bug 1161985

Revision history for this message
Tor Sjowall (u-cor-u) wrote :

I too can confirm this problem on two different installations of Ubuntu 13.10.

lsusb -vd 14cd:6116
...
  idVendor 0x14cd Super Top
  idProduct 0x6116 M6116 SATA Bridge
  bcdDevice 1.50
...
    bmAttributes 0xc0
      Self Powered
    MaxPower 2mA
...

Note that the device reports 'self powered' and 2mA but it is in fact using power from the USB hub. The device works with Windows XP on a the same PC (dual boot).

I did make an unsuccessful attemp at downgrading udisks2 as described above. I didn't dare to force the downgrade considering the number of dependencies.

tor@maxlap:~/Downloads$ sudo dpkg -i udisks2_2.0.0-1_i386.deb
dpkg: warning: downgrading udisks2 from 2.1.0-4 to 2.0.0-1
(Reading database ... 244438 files and directories currently installed.)
Preparing to replace udisks2 2.1.0-4 (using udisks2_2.0.0-1_i386.deb) ...
Unpacking replacement udisks2 ...
dpkg: dependency problems prevent configuration of udisks2:
 udisks2 depends on libatasmart4 (>= 0.13).
 udisks2 depends on libgudev-1.0-0 (>= 165); however:
  Package libgudev-1.0-0:i386 is not installed.
 udisks2 depends on libpolkit-agent-1-0 (>= 0.99); however:
 udisks2 depends on libpolkit-gobject-1-0 (>= 0.101); however:
 udisks2 depends on libudisks2-0; however:

dpkg: error processing udisks2 (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 udisks2
tor@maxlap:~