Junior Member
Posts: 3
Karma: 10
Join Date: Sep 2013
Location: Rio de Janeiro
Device: sony prs-t2
|
unable to mount any device in 1.3
I always upgrade when calibre offers a new version at startup.
Having just upgraded to 1.3, I find calibre no longer detects my sony prst2. Trying to get debug information caused it to completely freeze with 1 process running. It was necessary to force close calibre.
I then tried again with the Kindle 2 keyboard. This also is no longer detected. Unlike the Sony, I do get debug information which shows the mount failed (see below):
The debug info does not reveal where it is trying to mount, so I cannot check for permissions problems.
Any suggestions?
-------------------------------------
calibre 1.3 isfrozen: True is64bit: True
Linux-3.2.0-4-amd64-x86_64-with-debian-jessie-sid Linux ('64bit', 'ELF')
('Linux', '3.2.0-4-amd64', '#1 SMP Debian 3.2.41-2')
Python 2.7.5
Linux: ('debian', 'jessie/sid', '')
USB devices on system:
[['0x46d', '0xc069', '0x5601', u'Logitech', u'USB Laser Mouse', u''],
['0x1949', '0x4', '0x100', u'Amazon', u'Amazon Kindle', u'B00AD0B1241503U4'],
['0x6f8',
'0x300a',
'0x100',
u'Guillemot Corporation',
u'Hercules Dualpix Infinite',
u''],
['0x413c', '0x2003', '0x100', u'Dell', u'Dell USB Keyboard', u'']]
No disabled plugins
Looking for devices of type: MTP_DEVICE
No MTP devices connected to system
Looking for devices...
USBDevice(busnum=4, devnum=4, vendor_id=0x1949, product_id=0x0004, bcd=0x0100, manufacturer=Amazon, product=Amazon Kindle, serial=B00AD0B1241503U4)
Detected possible device KINDLE2
Devices possibly connected: Kindle 2/3/4/Touch/PaperWhite Device Interface,
Trying to open Kindle 2/3/4/Touch/PaperWhite Device Interface ... Udisks mount call failed:
Traceback (most recent call last):
File "site-packages/calibre/devices/usbms/device.py", line 599, in do_mount
File "site-packages/calibre/devices/udisks.py", line 180, in mount
File "site-packages/calibre/devices/udisks.py", line 133, in mount
File "site-packages/dbus/proxies.py", line 140, in __call__
File "site-packages/dbus/connection.py", line 630, in call_blocking
DBusException: org.freedesktop.UDisks2.Error.NotAuthorizedCanObta in: Not authorized to perform operation
Udisks mount call failed:
Traceback (most recent call last):
File "site-packages/calibre/devices/usbms/device.py", line 599, in do_mount
File "site-packages/calibre/devices/udisks.py", line 180, in mount
File "site-packages/calibre/devices/udisks.py", line 133, in mount
File "site-packages/dbus/proxies.py", line 140, in __call__
File "site-packages/dbus/connection.py", line 630, in call_blocking
DBusException: org.freedesktop.UDisks2.Error.NotAuthorizedCanObta in: Not authorized to perform operation
failed
Opening of the following devices failed
<calibre.devices.kindle.driver.KINDLE2 object at 0x38695d0>
Traceback (most recent call last):
File "site-packages/calibre/devices/__init__.py", line 157, in debug
File "site-packages/calibre/devices/usbms/device.py", line 862, in open
File "site-packages/calibre/devices/usbms/device.py", line 623, in open_linux
DeviceError: Unable to mount main memory (Error code: 1)
|