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 10-13-2017, 10:29 PM   #1
armaggedon51
Member
armaggedon51 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2012
Device: aluratek libre reader pro
Calibre ignoring my tablet (Irulu X1S) - Linux Mint 18.2

I just bought that tablet and Calibre seems to ignore it when connected. Calibre in Windows has no issue with it.

I use Linux MInt 18.2 and Calibre recognize correctly my two Kobo tablets and an old Samsung multimedia player but no luck with this one. Mint recognize it and open the content. It's on MTP protocol like the others.

Anything special with that tablet ?
armaggedon51 is offline   Reply With Quote
Old 10-13-2017, 10:37 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,059
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
How about attaching a Device Debug log (from Linux)?
(please wrap in spoiler tags)

Preferences: Miscellaneous: <click the button>
theducks is offline   Reply With Quote
Advert
Old 10-13-2017, 11:09 PM   #3
armaggedon51
Member
armaggedon51 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2012
Device: aluratek libre reader pro
Quote:
Originally Posted by theducks View Post
How about attaching a Device Debug log (from Linux)?
(please wrap in spoiler tags)

Preferences: Miscellaneous: <click the button>
Ok got it. Sorry I have no idea what "spoilers tags" are ???

-----------------------------------------
calibre 3.9 embedded-python: True is64bit: True
Linux-4.10.0-37-generic-x86_64-with-debian-stretch-sid Linux ('64bit', 'ELF')
('Linux', '4.10.0-37-generic', '#41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017')
Python 2.7.12
Linux: ('debian', 'stretch/sid', '')
Interface language: fr
USB devices on system:
[['0x45e',
'0x745',
'0x676',
u'Microsoft',
u'Microsoft\xae 2.4GHz Transceiver v8.0',
u''],
['0x46d', '0xc069', '0x5601', u'Logitech', u'USB Laser Mouse', u''],
['0x46d', '0x825', '0x10', u'', u'', u'89637890'],
['0x1f3a',
'0x1006',
'0xffff',
u'Android',
u'Android',
u'8400503444046019018e']]

No disabled plugins
Looking for devices of type: MTP_DEVICE
MTP devices connected:
USBDevice(busnum=3, devnum=2, vendor_id=0x1f3a, product_id=0x1006, bcd=0xffff, manufacturer=Android, product=Android, serial=8400503444046019018e)

Trying to open: USBDevice(busnum=3, devnum=2, vendor_id=0x1f3a, product_id=0x1006, bcd=0xffff, manufacturer=Android, product=Android, serial=8400503444046019018e)
Opening device failed:
Traceback (most recent call last):
File "site-packages/calibre/devices/mtp/unix/driver.py", line 151, in debug_managed_device_detection
File "site-packages/calibre/devices/mtp/driver.py", line 126, in open
File "site-packages/calibre/devices/mtp/base.py", line 26, in synchronizer
File "site-packages/calibre/devices/mtp/unix/driver.py", line 221, in open
OpenFailed: Failed to open USBDevice(busnum=3, devnum=2, vendor_id=0x1f3a, product_id=0x1006, bcd=0xffff, manufacturer=Android, product=Android, serial=8400503444046019018e): Error: Unable to open MTP device with busnum=3 and devnum=2, tried 1 such devices


Looking for devices of type: SMART_DEVICE_APP
All IP addresses {'enp3s0': [{'broadcast': '192.168.1.255', 'netmask': '255.255.255.0', 'addr': '192.168.1.101'}], 'lo': [{'netmask': '255.0.0.0', 'peer': '127.0.0.1', 'addr': '127.0.0.1'}]}
No device is connected

Looking for devices...

Devices possibly connected: None
armaggedon51 is offline   Reply With Quote
Old 10-13-2017, 11:15 PM   #4
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: 45,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
On linux onlya single program can connect to an MTP device at a time. Stop mint from opening the device and you will be able to conenct to it in calibre.
kovidgoyal is offline   Reply With Quote
Old 10-13-2017, 11:49 PM   #5
armaggedon51
Member
armaggedon51 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2012
Device: aluratek libre reader pro
Oh Hi Kovid,

I disable all "connect devices" actions of Mint in the options. The only thing it was doing was opening the device "folder view", no other program. Anyway, sadly it makes no difference.

Like I mentioned, Calibre open the other tablets fine with Mint the default "open devices actions" which is just a main folder view. Hum strange ...

P.S confirm it is the same behaviour in Mint 17.3 for that tablet.
armaggedon51 is offline   Reply With Quote
Advert
Old 10-14-2017, 01:25 AM   #6
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: 45,355
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That error indicates something on your computer is opening the device. You need to figure out what it is and stop it.
kovidgoyal is offline   Reply With Quote
Old 10-14-2017, 01:35 AM   #7
armaggedon51
Member
armaggedon51 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2012
Device: aluratek libre reader pro
Hum no I am not figuring it out. There is nothing different in Linux behaviour between that tablet and the other ones. So we'll leave it to that. I will only use your program in Windows for that one.

Thanks !
armaggedon51 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre and Linux Mint 18.0 enuddleyarbl Calibre 9 07-23-2016 08:17 PM
Calibre on Linux Mint kjetil1001 Calibre 1 01-09-2015 03:46 PM
Linux Mint, Calibre and NOOKHD Moondancer Devices 2 02-22-2014 11:05 AM
Linux Mint, iPhone 4 and Calibre ertpresso Devices 6 03-30-2012 05:38 AM
Calibre in Linux mint Cy1clown Calibre 6 05-18-2011 02:16 PM


All times are GMT -4. The time now is 01:04 PM.


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