I seem to have run into this issue with a new Kubuntu Jaunty install.
calibre-debug -d output with device plugged in but not mounted;
USB devices on system: [(1356, 798, 553), (7531, 1, 518)]
Looking for BEBOOK
Looking for BEBOOK_MINI
Looking for BLACKBERRY
Looking for CYBOOKG3
Looking for EB600
Looking for ILIAD
Looking for IREXDR1000
Looking for JETBOOK
Looking for KINDLE
Looking for KINDLE2
Looking for KINDLE_DX
Looking for PRS500
Looking for PRS505
Looking for PRS700
Looking for ANDROID
Looking for CYBOOK_OPUS
Looking for COOL_ER
Device possibly connected: <calibre.devices.prs505.driver.PRS505 object at 0x9008dcc>
Error: device /dev/sdc is not removable
Error: device /dev/sdc is not removable
Trying to open device... failed
Opening of the following devices failed
<calibre.devices.prs505.driver.PRS505 object at 0x9008dcc>
Traceback (most recent call last):
File "/home/kovid/work/calibre/src/calibre/debug.py", line 130, in debug_device_driver
File "/home/kovid/work/calibre/src/calibre/devices/prs505/driver.py", line 57, in open
File "/home/kovid/work/calibre/src/calibre/devices/usbms/device.py", line 548, in open
File "/home/kovid/work/calibre/src/calibre/devices/usbms/device.py", line 526, in open_linux
DeviceError: Unable to mount main memory (Error code: 4)
calibre-debug -d outpuut with device plugged in and mounted;
USB devices on system: [(1356, 798, 553), (7531, 1, 518)]
Looking for BEBOOK
Looking for BEBOOK_MINI
Looking for BLACKBERRY
Looking for CYBOOKG3
Looking for EB600
Looking for ILIAD
Looking for IREXDR1000
Looking for JETBOOK
Looking for KINDLE
Looking for KINDLE2
Looking for KINDLE_DX
Looking for PRS500
Looking for PRS505
Looking for PRS700
Looking for ANDROID
Looking for CYBOOK_OPUS
Looking for COOL_ER
Device possibly connected: <calibre.devices.prs505.driver.PRS505 object at 0x9b6bdcc>
Trying to open device... OK
Main memory: '/media/disk/'
Total space: (220360704L, 0, 0)
I may investigate disabling HAL to see if the problem persists.
Thanks for all the hard work on this great program!
Cheers!
|