View Single Post
Old 06-25-2021, 03:01 PM   #1
donquijote
Junior Member
donquijote began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2017
Device: Kobo Glo HD
Question Kobo Aura One not recognized after fiddling with plugins

Hi guys,

Today, I set up a new Calibre Instance in Pop!OS. Connecting my Kobo Aura One worked perfectly fine, until I realized that I was missing the KoboTouchExtended plugin. Installed that, deactivated KoboTouch and... Calibre refuses to recognize the device. Removing KoboTouchExtended and reactivating KoboTouch could not revert that behavior. Here's the debug:

Code:
Looking for devices...
USBDevice(busnum=1, devnum=4, vendor_id=0x2237, product_id=0x4225, bcd=0x0110, manufacturer=Kobo, product=eReader-4.26.16704, serial=N70977L008174)
		Detected possible device KOBOTOUCH
 
Devices possibly connected: KoboTouch,  
Trying to open KoboTouch ... failed
Opening of the following devices failed
Driver:KoboTouch, Options - format_map: ['kepub', 'epub', 'pdf', 'txt', 'cbz', 'cbr'], use_subdirs: True, read_metadata: True, use_author_sort: False, save_template: {author_sort}/{title} - {authors}, extra_customization: [], manage_collections: True, collections_columns: , create_collections: False, delete_empty_collections: False, ignore_collections_names: , upload_covers: False, dithered_covers: False, keep_cover_aspect: False, upload_grayscale: False, letterbox_fs_covers: False, letterbox_fs_covers_color: #000000, png_covers: False, show_archived_books: False, show_previews: False, show_recommendations: False, update_series: True, update_core_metadata: False, update_purchased_kepubs: False, update_device_metadata: True, update_subtitle: False, subtitle_template: , modify_css: False, override_kobo_replace_existing: True, support_newer_firmware: True, debugging_title: , driver_version: 2.5.1
Traceback (most recent call last):
  File "calibre/devices/usbms/device.py", line 813, in open
  File "calibre/devices/kobo/driver.py", line 1524, in open_linux
  File "calibre/devices/usbms/device.py", line 566, in open_linux
calibre.devices.errors.DeviceError: Unable to detect the KOBOTOUCH disc drive. Either the device has already been ejected, or your kernel is exporting a deprecated version of SYSFS.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "calibre/devices/__init__.py", line 159, in debug
  File "calibre/devices/usbms/device.py", line 816, in open
  File "calibre/devices/kobo/driver.py", line 1524, in open_linux
  File "calibre/devices/usbms/device.py", line 566, in open_linux
calibre.devices.errors.DeviceError: Unable to detect the KOBOTOUCH disc drive. Either the device has already been ejected, or your kernel is exporting a deprecated version of SYSFS.
I can access the device in file manager, it is properly mounted. I wiped my user config to see, if I broke something - no change. Using WIndows 10, connection works perfectly fine. So... what's that fuss? And what the hell is SYSFS?

Thanks a lot!
donquijote is offline   Reply With Quote