My system sees my Nook HD, but Calibre does not.
Here's my debug device output as suggested (minus serial#):
Code:
calibre 1.23 isfrozen: True is64bit: True
Linux-3.11.0-12-generic-x86_64-with-debian-wheezy-sid Linux ('64bit', 'ELF')
('Linux', '3.11.0-12-generic', '#19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013')
Python 2.7.5
Linux: ('debian', 'wheezy/sid', '')
USB devices on system:
[['0x2525', '0x8913', '0x5022', u'Fellowes Inc.', u'Fellowes 5 Button', u''],
['0xbda', '0x158', '0x5887', u'Generic', u'USB2.0-CRW', u'20071114173400000'],
['0x4e8',
'0x6866',
'0x228',
u'SAMSUNG',
u'SAMSUNG_Android_SCH-I200PP',
u'94c47c5d'],
['0x5986', '0x137', '0x5', u'Vimicro Co.,ltd', u'HP Webcam', u''],
['0x2080', '0x6', '0x216', u'BN LLC', u'BNTV400', u'###############']]
No disabled plugins
Looking for devices of type: MTP_DEVICE
MTP devices connected:
USBDevice(busnum=1, devnum=7, vendor_id=0x2080, product_id=0x0006, bcd=0x0216, manufacturer=BN LLC, product=BNTV400, serial=###############)
Trying to open: USBDevice(busnum=1, devnum=7, vendor_id=0x2080, product_id=0x0006, bcd=0x0216, manufacturer=BN LLC, product=BNTV400, serial=###############)
Opening device failed:
Traceback (most recent call last):
File "site-packages/calibre/devices/mtp/unix/driver.py", line 127, in debug_managed_device_detection
File "site-packages/calibre/devices/mtp/driver.py", line 123, in open
File "site-packages/calibre/devices/mtp/base.py", line 24, in synchronizer
File "site-packages/calibre/devices/mtp/unix/driver.py", line 196, in open
OpenFailed: Failed to open USBDevice(busnum=1, devnum=7, vendor_id=0x2080, product_id=0x0006, bcd=0x0216, manufacturer=BN LLC, product=BNTV400, serial=###############): Error: No raw devices found
Looking for devices...
Devices possibly connected: None
Also, when starting Calibre from terminal I get:
Code:
michael@michael-laptop ~ $ calibre
Error while trying to open MTPDevice(busnum=1, devnum=8, vendor_id=8320, product_id=6, bcd=534, serial=u'############', manufacturer=u'BN LLC', product=u'BNTV400') (Driver: <calibre.devices.mtp.driver.MTP_DEVICE object at 0x2ddded0>)
Traceback (most recent call last):
File "site-packages/calibre/gui2/device.py", line 290, in detect_device
File "site-packages/calibre/devices/mtp/driver.py", line 123, in open
File "site-packages/calibre/devices/mtp/base.py", line 24, in synchronizer
File "site-packages/calibre/devices/mtp/unix/driver.py", line 196, in open
OpenFailed: Failed to open MTPDevice(busnum=1, devnum=8, vendor_id=8320, product_id=6, bcd=534, serial=u'############', manufacturer=u'BN LLC', product=u'BNTV400'): Error: No raw devices found
I'm using Mint Linux 16 Cinnamon 64-bit
Cinnamon Version 2.0.14
Linux Kernel 3.11.0-12-generic
Any help would be super appriciated.