Quote:
Only one program can access an MTP device at a time on Linux. Prevent your desktop/file manager from automounting the device and it will be detected in calibre.
|
I have a Kindle Paperwhite, an eReader, an ink device. Is it an MTP device?
I found some directions for turning automounting in nemo ( the file manager ) off.
nemo -> edit > preferences > behavior > media handline.
1. I unchecked the automounting options and closed nemo.
2. I then plugged in the Paperwhite, no kindle icon appeared on my desktop
3. I booted up Calibre, still no "send to device" button or options.
Calibre gave me this error message:
Quote:
calibre, version 6.13.0
ERROR: Error: Error communicating with device
Failed to access files in the main memory of your device. You should contact the device manufacturer for support. Common fixes are: try a different USB cable/USB port on your computer. If you device has a "Reset to factory defaults" type of setting somewhere, use it. Underlying error: [Errno 30] Read-only file system: '/media/steve/Kindle/driveinfo.calibre'
Traceback (most recent call last):
File "calibre/devices/usbms/driver.py", line 159, in get_device_information
File "calibre/devices/usbms/driver.py", line 131, in _update_driveinfo_file
OSError: [Errno 30] Read-only file system: '/media/steve/Kindle/driveinfo.calibre'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "calibre/gui2/device.py", line 104, in run
File "calibre/gui2/device.py", line 516, in _get_device_information
File "calibre/devices/usbms/driver.py", line 170, in get_device_information
File "calibre/devices/usbms/driver.py", line 149, in raise_os_error
OSError: Failed to access files in the main memory of your device. You should contact the device manufacturer for support. Common fixes are: try a different USB cable/USB port on your computer. If you device has a "Reset to factory defaults" type of setting somewhere, use it. Underlying error: [Errno 30] Read-only file system: '/media/steve/Kindle/driveinfo.calibre'
|