Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 01-13-2021, 02:11 PM   #1
Solo1959
Connoisseur
Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.
 
Posts: 69
Karma: 20000
Join Date: Feb 2011
Location: Florida
Device: Kindle Oasis 2, Kindle Voyage, Kindle 5th gen, and many in the past
Onyx Boox Poke 3

Has anyone had any luck getting the Onyx Boox Poke 3 to connect to Calibre on Linux?

I can access the device in the file manager: mtp:/Poke3/Internal shared storage/Download/

But Calibre doesn't seem to see it.

Any suggestions?

Thank you

My Debug Device Detection follows:
Spoiler:

calibre 5.8.1 embedded-python: True is64bit: True
Linux-5.4.0-59-generic-x86_64-with-glibc2.2.5 Linux ('64bit', 'ELF')
('Linux', '5.4.0-59-generic', '#65-Ubuntu SMP Thu Dec 10 12:01:51 UTC 2020')
Python 3.8.5
Interface language: None
Successfully initialized third party plugins: DeDRM (7, 0, 0) && EpubSplit (3, 0, 0)
USB devices on system:
[['0x413c', '0x301a', '0x100', 'PixArt', 'Dell MS116 USB Optical Mouse', ''],
['0x18d1', '0x4ee1', '0x404', 'ONYX', 'SDM636-MTP _SN:4C038640', 'ac47ca16'],
['0x3f0', '0xd711', '0x100', 'HP', 'ENVY 4520 series', 'TH7684H22G0660'],
['0xcf3', '0xe005', '0x2', '', '', ''],
['0x46d', '0xc31d', '0x6601', 'Logitech', 'USB Keyboard', ''],
['0xbda', '0x129', '0x3960', 'Generic', 'USB2.0-CRW', '20100201396000000']]

No disabled plugins
Looking for devices of type: MTP_DEVICE
MTP devices connected:
USBDevice(busnum=2, devnum=4, vendor_id=0x18d1, product_id=0x4ee1, bcd=0x0404, manufacturer=ONYX, product=SDM636-MTP _SN:4C038640, serial=ac47ca16)

Trying to open: USBDevice(busnum=2, devnum=4, vendor_id=0x18d1, product_id=0x4ee1, bcd=0x0404, manufacturer=ONYX, product=SDM636-MTP _SN:4C038640, serial=ac47ca16)
Opening device failed:
Traceback (most recent call last):
File "calibre/devices/mtp/unix/driver.py", line 217, in open
File "calibre/devices/mtp/base.py", line 25, in synchronizer
File "calibre/devices/mtp/unix/driver.py", line 168, in create_device
libmtp.MTPError: Unable to open MTP device with busnum=2 and devnum=4, 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 146, in debug_managed_device_detection
File "calibre/devices/mtp/driver.py", line 128, in open
File "calibre/devices/mtp/base.py", line 25, in synchronizer
File "calibre/devices/mtp/unix/driver.py", line 220, in open
calibre.devices.errors.OpenFailed: Failed to open USBDevice(busnum=2, devnum=4, vendor_id=0x18d1, product_id=0x4ee1, bcd=0x0404, manufacturer=ONYX, product=SDM636-MTP _SN:4C038640, serial=ac47ca16): Error: Unable to open MTP device with busnum=2 and devnum=4, 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'}], 'wlp2s0': [{'addr': '192.168.1.153', 'netmask': '255.255.255.0', 'broadcast': '192.168.1.255'}], 'wgpia0': [{'addr': '10.14.209.46', 'netmask': '255.255.255.255', 'peer': '10.14.209.46'}]}
No device is connected

Looking for devices...

Devices possibly connected: None

Last edited by theducks; 01-13-2021 at 04:59 PM. Reason: spoilered
Solo1959 is offline   Reply With Quote
Old 01-13-2021, 05:27 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,871
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
On linux multiple programs cannot connect to mtp devices simulataneously. Make sure your file manager/desktop environment doesnt automount the device, and calibre will be able to connect ot it.
kovidgoyal is offline   Reply With Quote
Advert
Old 01-13-2021, 08:03 PM   #3
Solo1959
Connoisseur
Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.Solo1959 can self-interpret dreams as they happen.
 
Posts: 69
Karma: 20000
Join Date: Feb 2011
Location: Florida
Device: Kindle Oasis 2, Kindle Voyage, Kindle 5th gen, and many in the past
Quote:
Originally Posted by kovidgoyal View Post
On linux multiple programs cannot connect to mtp devices simulataneously. Make sure your file manager/desktop environment doesnt automount the device, and calibre will be able to connect ot it.
Thank you very much Kovid for your quick reply. Yes, this will most likely work. Now I have to investigate how to do this :-) It's simple I'm sure, but not easy to figure out how to do it. I will do my best and let you know how it works out. Thank you again.
Solo1959 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Onyx Boox Poke 3 ilovereading.com Onyx Boox 21 12-06-2021 06:16 AM
Onyx Boox Poke 2 Color - remote desktop wieslaw2 Onyx Boox 5 11-03-2020 01:55 AM
kobo vs onyx boox poke 3 kalipsosu Which one should I buy? 12 10-22-2020 06:59 PM
My onyx boox poke is brickex thothongthai999 Onyx Boox 0 10-12-2020 05:18 PM


All times are GMT -4. The time now is 08:55 AM.


MobileRead.com is a privately owned, operated and funded community.