Code: Select all
$ calibre
Unable to open device <calibre.devices.nook.driver.NOOK object at 0x17f1690>
Traceback (most recent call last):
File "/usr/lib64/calibre/calibre/gui2/device.py", line 166, in do_connect
dev.open(detected_device, self.current_library_uuid)
File "/usr/lib64/calibre/calibre/devices/usbms/device.py", line 860, in open
self.open_linux()
File "/usr/lib64/calibre/calibre/devices/usbms/device.py", line 615, in open_linux
%self.__class__.__name__)
DeviceError: Unable to detect the NOOK disk drive. Either the device has already been ejected, or your kernel is exporting a deprecated version of SYSFS.
Code: Select all
uname -r
3.3.8-gentoo
cat .config |grep SYSFS
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_RTC_INTF_SYSFS=y
# CONFIG_DMI_SYSFS is not set
CONFIG_SYSFS=y
Thank you for any help.

