Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 09-15-2013, 07:16 PM   #1
boscaiolo
Junior Member
boscaiolo began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2013
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)
boscaiolo is offline   Reply With Quote
Old 09-15-2013, 10:39 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
There have been no changes to device detection in 1.3. THat error indicates your udisks is broken, it is preventing calibre from mounting the device. Either fix udisks, or mount the device by hand before starting calibre.
kovidgoyal is offline   Reply With Quote
Old 09-16-2013, 04:44 AM   #3
boscaiolo
Junior Member
boscaiolo began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2013
Device: sony prs-t2
Quote:
Either fix udisks, or mount the device by hand before starting calibre.
I have never had to configure udisks, and have no idea how it can be broken. I can mount the partitions by hand easily enough, but to where should I mount them? What is calibre looking for? In the case of the Kindle there is only one partition to mount, but the sony presents as three devices. Where should I mount them?
boscaiolo is offline   Reply With Quote
Old 09-16-2013, 04:49 AM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Mount them wherever you like, calibre will detect the mountpoint automatically. And in a linux distro things can break without you having to do anything at all.
kovidgoyal is offline   Reply With Quote
Old 09-16-2013, 05:02 AM   #5
boscaiolo
Junior Member
boscaiolo began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2013
Device: sony prs-t2
Kovid, thanks very much for your quick response and help.
boscaiolo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre suddenly unable to communicate with device Pinkie Calibre 4 02-22-2013 10:31 AM
PRS-T1 Unable to reroot the device after restoration HeXenEoN Sony Reader 6 07-05-2012 02:05 AM
automatically mount "folder device" perler Calibre 0 07-20-2010 04:28 PM
unable to mount Sony PRS-600 with Linux as unprivileged user brainycat Calibre 0 01-02-2010 03:24 AM
Unable to authorize device with Sony Atagahi Sony Reader 7 11-14-2009 11:48 PM


All times are GMT -4. The time now is 10:21 AM.


MobileRead.com is a privately owned, operated and funded community.