I'm having issues getting Calibre to recognize my NotePro. It used to connect, but I have since changed the OS and upgraded the NotePro to Android 11. The calibre log shows an error of some sort.
The device is recognized by the OS and does not auto-mount.
Calibre log.
dmesg
The device is recognized by the OS and does not auto-mount.
Calibre log.
Spoiler:
calibre 5.35 embedded-python: False is64bit: True
Linux-5.16.4-1-default-x86_64-with-glibc2.34 Linux ('64bit', 'ELF')
('Linux', '5.16.4-1-default', '#1 SMP PREEMPT Sat Jan 29 12:57:02 UTC 2022 (b146677)')
Python 3.8.12
Interface language: None
Successfully initialized third party plugins: Count Pages (1, 11, 1)
USB devices on system:
[['0x26bd', '0x9917', '0x110', '', 'USB DISK 3.0', '0701576160CE6E42'],
['0xbda', '0xb00b', '0x110', 'Realtek', 'Bluetooth Radio', '00e04c000001'],
['0x4ca', '0x708f', '0x10', 'Generic', 'HP IR Camera', '200901010001'],
['0x2207', '0x11', '0x310', 'Onyx', 'NotePro', 'G8ERIQZS5N'],
['0x25a7', '0xfa61', '0x620', 'Compx', '2.4G Receiver', ''],
['0x4ca',
'0x708e',
'0x7',
'DHBUA019IB25JG',
'HP Wide Vision HD Camera',
'200901010001'],
['0xbda', '0x8153', '0x3000', 'Realtek', 'USB 10/100/1000 LAN', '000001'],
['0x2109',
'0x8888',
'0x1',
'VIA Labs, Inc.',
'USB Billboard Device',
'0000000000000001']]
No disabled plugins
Looking for devices of type: MTP_DEVICE
MTP devices connected:
USBDevice(busnum=1, devnum=77, vendor_id=0x2207, product_id=0x0011, bcd=0x0310, manufacturer=Onyx, product=NotePro, serial=G8ERIQZS5N)
Trying to open: USBDevice(busnum=1, devnum=77, vendor_id=0x2207, product_id=0x0011, bcd=0x0310, manufacturer=Onyx, product=NotePro, serial=G8ERIQZS5N)
Opening device failed:
Traceback (most recent call last):
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 213, in open
self.dev = self.create_device(connected_device)
File "/usr/lib64/calibre/calibre/devices/mtp/base.py", line 23, in synchronizer
return func(self, *args, **kwargs)
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 165, in create_device
return self.libmtp.Device(d.busnum, d.devnum, d.vendor_id,
libmtp.MTPError: Unable to open MTP device with busnum=1 and devnum=77, tried 1 such devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 143, in debug_managed_device_detection
self.open(d, 'debug')
File "/usr/lib64/calibre/calibre/devices/mtp/driver.py", line 126, in open
BASE.open(self, device, library_uuid)
File "/usr/lib64/calibre/calibre/devices/mtp/base.py", line 23, in synchronizer
return func(self, *args, **kwargs)
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 216, in open
raise OpenFailed('Failed to open %s: Error: %s'%(
calibre.devices.errors.OpenFailed: Failed to open USBDevice(busnum=1, devnum=77, vendor_id=0x2207, product_id=0x0011, bcd=0x0310, manufacturer=Onyx, product=NotePro, serial=G8ERIQZS5N): Error: Unable to open MTP device with busnum=1 and devnum=77, 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'}], 'wlo1': [{'addr': '192.168.0.3', 'netmask': '255.255.255.0', 'broadcast': '192.168.0.255'}], 'enp4s0f3u1u3': [{'addr': '192.168.0.2', 'netmask': '255.255.255.0', 'broadcast': '192.168.0.255'}]}
No device is connected
Looking for devices...
Devices possibly connected: None
Linux-5.16.4-1-default-x86_64-with-glibc2.34 Linux ('64bit', 'ELF')
('Linux', '5.16.4-1-default', '#1 SMP PREEMPT Sat Jan 29 12:57:02 UTC 2022 (b146677)')
Python 3.8.12
Interface language: None
Successfully initialized third party plugins: Count Pages (1, 11, 1)
USB devices on system:
[['0x26bd', '0x9917', '0x110', '', 'USB DISK 3.0', '0701576160CE6E42'],
['0xbda', '0xb00b', '0x110', 'Realtek', 'Bluetooth Radio', '00e04c000001'],
['0x4ca', '0x708f', '0x10', 'Generic', 'HP IR Camera', '200901010001'],
['0x2207', '0x11', '0x310', 'Onyx', 'NotePro', 'G8ERIQZS5N'],
['0x25a7', '0xfa61', '0x620', 'Compx', '2.4G Receiver', ''],
['0x4ca',
'0x708e',
'0x7',
'DHBUA019IB25JG',
'HP Wide Vision HD Camera',
'200901010001'],
['0xbda', '0x8153', '0x3000', 'Realtek', 'USB 10/100/1000 LAN', '000001'],
['0x2109',
'0x8888',
'0x1',
'VIA Labs, Inc.',
'USB Billboard Device',
'0000000000000001']]
No disabled plugins
Looking for devices of type: MTP_DEVICE
MTP devices connected:
USBDevice(busnum=1, devnum=77, vendor_id=0x2207, product_id=0x0011, bcd=0x0310, manufacturer=Onyx, product=NotePro, serial=G8ERIQZS5N)
Trying to open: USBDevice(busnum=1, devnum=77, vendor_id=0x2207, product_id=0x0011, bcd=0x0310, manufacturer=Onyx, product=NotePro, serial=G8ERIQZS5N)
Opening device failed:
Traceback (most recent call last):
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 213, in open
self.dev = self.create_device(connected_device)
File "/usr/lib64/calibre/calibre/devices/mtp/base.py", line 23, in synchronizer
return func(self, *args, **kwargs)
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 165, in create_device
return self.libmtp.Device(d.busnum, d.devnum, d.vendor_id,
libmtp.MTPError: Unable to open MTP device with busnum=1 and devnum=77, tried 1 such devices
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 143, in debug_managed_device_detection
self.open(d, 'debug')
File "/usr/lib64/calibre/calibre/devices/mtp/driver.py", line 126, in open
BASE.open(self, device, library_uuid)
File "/usr/lib64/calibre/calibre/devices/mtp/base.py", line 23, in synchronizer
return func(self, *args, **kwargs)
File "/usr/lib64/calibre/calibre/devices/mtp/unix/driver.py", line 216, in open
raise OpenFailed('Failed to open %s: Error: %s'%(
calibre.devices.errors.OpenFailed: Failed to open USBDevice(busnum=1, devnum=77, vendor_id=0x2207, product_id=0x0011, bcd=0x0310, manufacturer=Onyx, product=NotePro, serial=G8ERIQZS5N): Error: Unable to open MTP device with busnum=1 and devnum=77, 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'}], 'wlo1': [{'addr': '192.168.0.3', 'netmask': '255.255.255.0', 'broadcast': '192.168.0.255'}], 'enp4s0f3u1u3': [{'addr': '192.168.0.2', 'netmask': '255.255.255.0', 'broadcast': '192.168.0.255'}]}
No device is connected
Looking for devices...
Devices possibly connected: None
dmesg
Spoiler:
[10701.058220] usb 1-1.3.4: new high-speed USB device number 76 using xhci_hcd
[10701.160991] usb 1-1.3.4: New USB device found, idVendor=2207, idProduct=0011, bcdDevice= 3.10
[10701.161001] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10701.161005] usb 1-1.3.4: Product: NotePro
[10701.161008] usb 1-1.3.4: Manufacturer: Onyx
[10701.161010] usb 1-1.3.4: SerialNumber: G8ERIQZS5N
[10709.022382] usb 1-1.3.4: USB disconnect, device number 76
[10712.070205] usb 1-1.3.4: new high-speed USB device number 77 using xhci_hcd
[10712.176739] usb 1-1.3.4: New USB device found, idVendor=2207, idProduct=0011, bcdDevice= 3.10
[10712.176751] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10712.176755] usb 1-1.3.4: Product: NotePro
[10712.176758] usb 1-1.3.4: Manufacturer: Onyx
[10712.176760] usb 1-1.3.4: SerialNumber: G8ERIQZS5N
[10701.160991] usb 1-1.3.4: New USB device found, idVendor=2207, idProduct=0011, bcdDevice= 3.10
[10701.161001] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10701.161005] usb 1-1.3.4: Product: NotePro
[10701.161008] usb 1-1.3.4: Manufacturer: Onyx
[10701.161010] usb 1-1.3.4: SerialNumber: G8ERIQZS5N
[10709.022382] usb 1-1.3.4: USB disconnect, device number 76
[10712.070205] usb 1-1.3.4: new high-speed USB device number 77 using xhci_hcd
[10712.176739] usb 1-1.3.4: New USB device found, idVendor=2207, idProduct=0011, bcdDevice= 3.10
[10712.176751] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10712.176755] usb 1-1.3.4: Product: NotePro
[10712.176758] usb 1-1.3.4: Manufacturer: Onyx
[10712.176760] usb 1-1.3.4: SerialNumber: G8ERIQZS5N