Member
Posts: 17
Karma: 10
Join Date: Feb 2011
Device: Sony PRS 350
|
I got a firmware update to firmwareversion 16.0.0 on my tolino last night, and now it is not detected anymore. Calibre is running on onenSUSE Tumbleweed, installed via the original binary download from the homepage.
here's the device debug output:
Spoiler:
calibre 6.7.1 embedded-python: True
Linux-6.0.3-1-default-x86_64-with-glibc2.36 Linux ('64bit', 'ELF')
('Linux', '6.0.3-1-default', '#1 SMP PREEMPT_DYNAMIC Sat Oct 22 07:43:26 UTC 2022 (f00a35f)')
Python 3.10.1
Interface language: None
Successfully initialized third party plugins: FanFicFare (4, 17, 0) && Generate Cover (2, 3, 0) && Kobo Books (1, 9, 2) && Kobo Utilities (2, 16, 6) && KoboTouchExtended (3, 6, 3)
USB devices on system:
[['0x58f', '0x6362', '0x100', 'Generic', 'Mass Storage Device', '058F63626476'],
['0x41e',
'0x4097',
'0x1000',
'Creative Technology Ltd.',
'Live! Cam Chat HD VF0790',
'2014032010517'],
['0x46d', '0xc52b', '0x1211', 'Logitech', 'USB Receiver', ''],
['0x46d', '0xc626', '0x431', '3Dconnexion', 'SpaceNavigator', ''],
['0x738',
'0x2221',
'0x100',
'Mad Catz',
'Saitek Pro Flight X-56 Rhino Stick',
'k0287585'],
['0x4173',
'0x8000',
'0x440',
'Rakuten Kobo Inc.',
'tolino vision 6',
'23007940,b76fccef8a4347e4897c9555aa604bb8'],
['0x738',
'0xa221',
'0x100',
'Mad Catz',
'Saitek Pro Flight X-56 Rhino Throttle',
'ko028877']]
No disabled plugins
Looking for devices of type: MTP_DEVICE
Unknown device USBDevice(busnum=2, devnum=14, vendor_id=0x4173, product_id=0x8000, bcd=0x0440, manufacturer=Rakuten Kobo Inc., product=tolino vision 6, serial=23007940,b76fccef8a4347e4897c9555aa604bb8) claims to be an MTP device
MTP devices connected:
USBDevice(busnum=2, devnum=14, vendor_id=0x4173, product_id=0x8000, bcd=0x0440, manufacturer=Rakuten Kobo Inc., product=tolino vision 6, serial=23007940,b76fccef8a4347e4897c9555aa604bb8)
Trying to open: USBDevice(busnum=2, devnum=14, vendor_id=0x4173, product_id=0x8000, bcd=0x0440, manufacturer=Rakuten Kobo Inc., product=tolino vision 6, serial=23007940,b76fccef8a4347e4897c9555aa604bb8)
Opening device failed:
Traceback (most recent call last):
File "calibre/devices/mtp/unix/driver.py", line 214, in open
File "calibre/devices/mtp/base.py", line 24, in synchronizer
File "calibre/devices/mtp/unix/driver.py", line 166, in create_device
libmtp.MTPError: Unable to open MTP device with busnum=2 and devnum=14, tried 1 such devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/devices/mtp/unix/driver.py", line 144, in debug_managed_device_detection
File "calibre/devices/mtp/driver.py", line 127, in open
File "calibre/devices/mtp/base.py", line 24, in synchronizer
File "calibre/devices/mtp/unix/driver.py", line 217, in open
calibre.devices.errors.OpenFailed: Failed to open USBDevice(busnum=2, devnum=14, vendor_id=0x4173, product_id=0x8000, bcd=0x0440, manufacturer=Rakuten Kobo Inc., product=tolino vision 6, serial=23007940,b76fccef8a4347e4897c9555aa604bb8): Error: Unable to open MTP device with busnum=2 and devnum=14, tried 1 such devices
Looking for devices of type: SMART_DEVICE_APP
All IP addresses {'lo': [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'peer': '127.0.0.1'}], 'br0': [{'addr': '192.168.238.67', 'netmask': '255.255.255.0', 'broadcast': '192.168.238.255'}], 'docker0': [{'addr': '172.17.0.1', 'netmask': '255.255.0.0', 'broadcast': '172.17.255.255'}], 'virbr1': [{'addr': '192.168.100.1', 'netmask': '255.255.255.0', 'broadcast': '192.168.100.255'}], 'virbr0': [{'addr': '192.168.122.1', 'netmask': '255.255.255.0', 'broadcast': '192.168.122.255'}]}
No device is connected
Looking for devices...
Devices possibly connected: None
Last edited by theducks; 10-25-2022 at 08:33 AM.
Reason: spoilered
|