Junior Member
Posts: 1
Karma: 10
Join Date: Aug 2013
Device: Kindle Fire HD 8.9
|
Calibre not detecting Kindle Fire HD
I just installed Calibre, am using the latest update, but when I plug my kindle into my pc Calibre does not detect it. I have followed the steps listed on the sticky about devices not being detected, but all the settings seemed to be correct. This is what I got when I ran the debug device detection:
calibre 0.9.43 [64bit] isfrozen: True is64bit: True
Windows-Vista-6.0.6001-SP1 Windows ('64bit', 'WindowsPE')
('Windows', 'Vista', '6.0.6001')
Python 2.7.4
Windows: ('Vista', '6.0.6001', 'SP1', 'Multiprocessor Free')
USB devices on system:
[u'usb\\root_hub&vid8086&pid2937&rev0003',
u'usb\\root_hub&vid8086&pid2935&rev0003',
u'usb\\root_hub&vid8086&pid2934&rev0003',
u'usb\\root_hub&vid8086&pid2936&rev0003',
u'usb\\root_hub&vid8086&pid2938&rev0003',
u'usb\\root_hub&vid8086&pid2939&rev0003',
u'usb\\root_hub20&vid8086&pid293c&rev0003',
u'usb\\root_hub20&vid8086&pid293a&rev0003',
u'usb\\vid_0bda&pid_0158&rev_5888',
u'usb\\vid_1949&pid_0008&rev_0216']
Traceback (most recent call last):
File "site-packages\calibre\devices\scanner.py", line 85, in __call__
DriveError: No removable drives found
Drives detected:
No disabled plugins
Looking for devices of type: MTP_DEVICE
List of WPD PNP ids:
[u'\\\\?\\usb#vid_1949&pid_0008#b0ca060424841egd#{6 ac27878-a6fa-4155-ba85-f98f491d4f33}']
MTP device: \\?\usb#vid_1949&pid_0008#b0ca060424841egd#{6ac278 78-a6fa-4155-ba85-f98f491d4f33}
{'device_version': u'1.0',
'friendly_name': u'',
'has_bulk_properties': True,
'has_storage': True,
'manufacturer_name': u'Amazon',
'model_name': u'Kindle',
'protocol': u'MTP: 1.00',
'serial_number': u'B0CA060424841EGD',
'storage': [{'capacity': 29080309760L,
'capacity_objects': 0L,
'description': u'Internal storage',
'filesystem': u'Generic hierarchical',
'free_objects': 1073741824L,
'free_space': 21816426496L,
'id': u's10001',
'name': u'Internal storage',
'rw': True,
'type': u'fixed_ram'}],
'type': 'media player'}
Trying to open: \\?\usb#vid_1949&pid_0008#b0ca060424841egd#{6ac278 78-a6fa-4155-ba85-f98f491d4f33}
Opened Kindle successfully
Device info:
{'device_version': u'1.0',
'friendly_name': u'',
'has_bulk_properties': True,
'has_storage': True,
'manufacturer_name': u'Amazon',
'model_name': u'Kindle',
'protocol': u'MTP: 1.00',
'serial_number': u'B0CA060424841EGD',
'storage': [{'capacity': 29080309760L,
'capacity_objects': 0L,
'description': u'Internal storage',
'filesystem': u'Generic hierarchical',
'free_objects': 1073741824L,
'free_space': 21816426496L,
'id': u's10001',
'name': u'Internal storage',
'rw': True,
'type': u'fixed_ram'}],
'type': 'media player'}
Any help getting this fixed would be very appreciated.
|