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-15-2016, 04:57 PM   #1
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
Kobo not recognized anymore

Hi All,
I hope that you can help me. I have two Kobo readers (Glo HD and Aura). Both used to work perfectly with Calibre, but since a few weeks they are not being recognized anymore.
I'm running Win 10 with Calibre ver. 2.49 and Kobo firmware ver. 3.16.576. Both readers are correctly recognized in Windows (drive letter assigned) and by the Kobo App.

Thanks!
Bart

Below is the detection debug log:

calibre 2.49 isfrozen: True is64bit: False
Windows-8-6.2.9200 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: DeDRM && KoboTouchExtended && Kobo Utilities
USB devices on system:
[u'usb\\vid_046d&pid_c531&rev_2100',
u'usb\\vid_0951&pid_16a4&rev_0003&mi_03',
u'usb\\vid_0781&pid_b6ba&rev_0124',
u'usb\\vid_045e&pid_075d&rev_0105&mi_02',
u'usb\\vid_045e&pid_075d&rev_0105',
u'usb\\vid_046d&pid_c318&rev_5500&mi_01',
u'usb\\vid_046d&pid_c318&rev_5500&mi_00',
u'usb\\asmediausbd_hub&vid_040e&pid_0100&rev_0000' ,
u'usb\\vid_2013&pid_0251&rev_0100',
u'usb\\vid_1058&pid_1140&rev_1003',
u'usb\\vid_05e3&pid_0605&rev_060;',
u'usb\\vid_0fcf&pid_1008&rev_0100',
u'usb\\root_hub20&vid8086&pid1e26&rev0004',
u'usb\\vid_0951&pid_16a4&rev_0003&mi_00',
u'usb\\vid_8087&pid_0024&rev_0000',
u'usb\\vid_1689&pid_fd00&ig_00',
u'usb\\root_hub30&vid1033&pid0194&rev0003',
u'usb\\root_hub30&vid8086&pid1e31&rev0004',
u'usb\\vid_0951&pid_16a4&rev_0003',
u'usb\\vid_2237&pid_4223&rev_0110',
u'usb\\vid_046d&pid_c318&rev_5500',
u'usb\\vid_045e&pid_075d&rev_0105&mi_00',
u'usb\\vid_1689&pid_fd00&rev_0124',
u'usb\\vid_8087&pid_0024&rev_0000',
u'usb\\vid_046d&pid_c531&rev_2100&mi_01',
u'usb\\vid_05e3&pid_0612&rev_9013',
u'usb\\vid_05e3&pid_0612&rev_9013',
u'usb\\vid_046d&pid_c531&rev_2100&mi_00',
u'usb\\root_hub20&vid8086&pid1e2d&rev0004']
Traceback (most recent call last):
File "site-packages\calibre\devices\scanner.py", line 85, in __call__
DriveError: No removable drives found
Drives detected:

No disabled plugins
Looking for devices of type: MTP_DEVICE
List of WPD PNP ids:
[u'\\\\?\\swd#wpdbusenum#{76fcb783-b200-11e5-8d77-74d02b25f149}#0000000000000000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}',
u'\\\\?\\swd#wpdbusenum#{d25f6141-d8fe-11e1-aad7-00241d7da29d}#0000000000100000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}']
No suitable MTP devices found

Looking for devices of type: SMART_DEVICE_APP
All IP addresses {'{0551CDD3-0BDB-482D-9353-3119FDB4A206}': [{'broadcast': '192.168.0.255', 'netmask': '255.255.255.0', 'addr': '192.168.0.169'}], '{EB995CFE-6C4E-11E5-8D6C-806E6F6E6963}': [{'broadcast': '127.255.255.255', 'netmask': '255.0.0.0', 'addr': '127.0.0.1'}]}
No device is connected

Looking for devices...
u'usb\\vid_2237&pid_4223&rev_0110'
u'usb\\vid_2237&pid_4223&rev_0110'

Devices possibly connected: None
ubartosz is offline   Reply With Quote
Old 01-15-2016, 09:03 PM   #2
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,435
Karma: 78880114
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
There is an issue it seems with SOME PCs that have been upgraded to Windows 10; some times it seems Kindles and Kobos are not detected.

What is interesting though is that you say that Kobo Desktop DOES detect the device.

In a posting on a thread dealing with a similar issue on a Kindle, Kovid has supplied a command he'd like to see run on a machine with this issue.

Quote:
Originally Posted by kovidgoyal View Post
Run the following in a command prompt and paste the output (with your kindle connected)

Code:
calibre-debug -c "import win32file, string, os; t = win32file.GetDriveType; print ' '.join(['%s:%s' % (d, t(d + ':' + os.sep)) for d in string.ascii_uppercase if t(d+':'+os.sep) > 1])"
Could you try this and post the result?
PeterT is offline   Reply With Quote
Advert
Old 01-16-2016, 07:47 AM   #3
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
Hi Peter,
Thanks. Here is the result:
C:3 D:3 E:5 F:3 G:5 I:3 J:3 M:3 P:3 V:4 X:4 Z:4

I hope it tells you more than it does to me...

Regards,
Bartosz
ubartosz is offline   Reply With Quote
Old 01-16-2016, 07:59 AM   #4
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,435
Karma: 78880114
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Which drive letter is your Kobo? In theory it should be type 2....

Code:
0 Unknown 
1 No Root Directory 
2 Removable Disk 
3 Local Disk 
4 Network Drive 
5 Compact Disc 
6 RAM Disk
PeterT is offline   Reply With Quote
Old 01-16-2016, 11:48 AM   #5
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
Kobo is I:
And it's true - Windows shows it as a local disk... Do you know how do I change that?
ubartosz is offline   Reply With Quote
Advert
Old 01-16-2016, 12:24 PM   #6
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: 30,996
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by ubartosz View Post
Kobo is I:
And it's true - Windows shows it as a local disk... Do you know how do I change that?
As a possible workaround,
Use Connect to Folder (On the connect share Icon)

You need to set (if used) the Template to the same as you were using for the Kobo Device

I don't know what you do if you are using the Kobo Utilities PI
theducks is offline   Reply With Quote
Old 01-16-2016, 03:34 PM   #7
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,435
Karma: 78880114
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
See this post from Kovid. Download and see if it helps

Quote:
Originally Posted by kovidgoyal View Post
Here's a build of calibre with a workaround for the windows 10 bug, hopefully it will do the trick:

https://download.calibre-ebook.com/betas/
PeterT is offline   Reply With Quote
Old 01-17-2016, 10:10 AM   #8
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
"Connect to folder" workaround worked. At least I can manage books easily.
The beta build doesn't seem to solve the problem for me unfortunately...

Thanks!
Bart
ubartosz is offline   Reply With Quote
Old 01-17-2016, 10:51 AM   #9
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,295
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If the beta is not working then post the output of the debug device detection button in Preferences->Miscellaneous from the beta, with your device connected.
kovidgoyal is offline   Reply With Quote
Old 01-17-2016, 10:58 AM   #10
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
There you go:

calibre 2.49 [64bit] isfrozen: True is64bit: True
Windows-8-6.2.9200 Windows ('64bit', 'WindowsPE')
('Windows', '8', '6.2.9200')
Python 2.7.9
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Successfully initialized third party plugins: DeDRM && Kobo Utilities && KoboTouchExtended
USB devices on system:
[u'usb\\vid_046d&pid_c531&rev_2100',
u'usb\\vid_0951&pid_16a4&rev_0003&mi_03',
u'usb\\vid_0781&pid_b6ba&rev_0124',
u'usb\\vid_045e&pid_075d&rev_0105&mi_02',
u'usb\\vid_045e&pid_075d&rev_0105',
u'usb\\vid_046d&pid_c318&rev_5500&mi_01',
u'usb\\vid_046d&pid_c318&rev_5500&mi_00',
u'usb\\asmediausbd_hub&vid_040e&pid_0100&rev_0000' ,
u'usb\\vid_2013&pid_0251&rev_0100',
u'usb\\vid_1058&pid_1140&rev_1003',
u'usb\\vid_05e3&pid_0605&rev_060;',
u'usb\\vid_0fcf&pid_1008&rev_0100',
u'usb\\root_hub20&vid8086&pid1e26&rev0004',
u'usb\\vid_0951&pid_16a4&rev_0003&mi_00',
u'usb\\vid_8087&pid_0024&rev_0000',
u'usb\\vid_2237&pid_4203&rev_0110',
u'usb\\vid_1689&pid_fd00&ig_00',
u'usb\\root_hub30&vid1033&pid0194&rev0003',
u'usb\\root_hub30&vid8086&pid1e31&rev0004',
u'usb\\vid_0951&pid_16a4&rev_0003',
u'usb\\vid_046d&pid_c318&rev_5500',
u'usb\\vid_045e&pid_075d&rev_0105&mi_00',
u'usb\\vid_1689&pid_fd00&rev_0124',
u'usb\\vid_8087&pid_0024&rev_0000',
u'usb\\vid_046d&pid_c531&rev_2100&mi_01',
u'usb\\vid_05e3&pid_0612&rev_9013',
u'usb\\vid_05e3&pid_0612&rev_9013',
u'usb\\vid_046d&pid_c531&rev_2100&mi_00',
u'usb\\root_hub20&vid8086&pid1e2d&rev0004']
Drive type map: {'I': 3L, 'J': 3L, 'M': 3L, 'C': 3L, 'D': 3L, 'E': 5L, 'F': 3L, 'G': 5L, 'X': 4L, 'Z': 4L, 'P': 3L, 'V': 4L}
Found volume with device path: \\?\ide#cdromatapi_ihas124___w____________________ ___hl05____#5&11b6d91b&0&1.1.0#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: None
Found volume with device path: \\?\storage#volume#{7e75c4b0-0cd7-11e3-9af4-806e6f6e6963}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: F
Found volume with device path: \\?\storage#volume#{7e75c4b3-0cd7-11e3-9af4-806e6f6e6963}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: J
Found volume with device path: \\?\storage#volume#{7e75c4b2-0cd7-11e3-9af4-806e6f6e6963}#0000000008100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: M
Found volume with device path: \\?\storage#volume#{d25f6141-d8fe-11e1-aad7-00241d7da29d}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: P
Found volume with device path: \\?\ide#cdromatapi_ihes106___2____________________ ___al02____#5&3a97f27d&0&0.1.0#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: None
Found volume with device path: \\?\storage#volume#{888f7a3e-cce9-11e4-92b2-806e6f6e6963}#0000000000100000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: D
Found volume with device path: \\?\storage#volume#{888f7a3e-cce9-11e4-92b2-806e6f6e6963}#0000000009700000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: C
Found volume with device path: \\?\storage#volume#{7fb5caec-bbcc-11e5-8d79-74d02b25f149}#0000000000000000#{53f5630d-b6bf-11d0-94f2-00a0c91efb8b} Drive letter: I
Drives detected:

No disabled plugins
Looking for devices of type: MTP_DEVICE
List of WPD PNP ids:
[u'\\\\?\\swd#wpdbusenum#{7fb5caec-bbcc-11e5-8d79-74d02b25f149}#0000000000000000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}',
u'\\\\?\\swd#wpdbusenum#{d25f6141-d8fe-11e1-aad7-00241d7da29d}#0000000000100000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}']
No suitable MTP devices found

Looking for devices of type: SMART_DEVICE_APP
All IP addresses {'{EB995CFE-6C4E-11E5-8D6C-806E6F6E6963}': [{'addr': '127.0.0.1', 'broadcast': '127.255.255.255', 'netmask': '255.0.0.0'}], '{0551CDD3-0BDB-482D-9353-3119FDB4A206}': [{'addr': '192.168.0.169', 'broadcast': '192.168.0.255', 'netmask': '255.255.255.0'}]}
No device is connected

Looking for devices...
u'usb\\vid_2237&pid_4203&rev_0110'
u'usb\\vid_2237&pid_4203&rev_0110'

Devices possibly connected: None
ubartosz is offline   Reply With Quote
Old 01-17-2016, 11:14 AM   #11
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,295
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Well, that tells me why it is not working, looks like I will have to try something else, since the device path of the volume id does not indicate it is mounted over USB
kovidgoyal is offline   Reply With Quote
Old 01-17-2016, 11:20 AM   #12
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
Great! Thanks for your help :-)
ubartosz is offline   Reply With Quote
Old 01-17-2016, 12:04 PM   #13
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,295
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Next step, in a windows command prompt can you run the following and post the output (with your Kobo connected)

Code:
calibre-debug -c "from calibre.devices.winusb import *; print get_drive_letters_for_device(0x2237, 0x4203, debug=True)"
kovidgoyal is offline   Reply With Quote
Old 01-17-2016, 12:59 PM   #14
ubartosz
Member
ubartosz began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2016
Device: Kobo Glo HD
Here is the result:

Python function terminated unexpectedly
name 'get_drive_letters_for_device' is not defined (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 132, in main
File "site.py", line 109, in run_entry_point
File "site-packages\calibre\debug.py", line 234, in main
File "<string>", line 1, in <module>
NameError: name 'get_drive_letters_for_device' is not defined
ubartosz is offline   Reply With Quote
Old 01-17-2016, 01:03 PM   #15
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,295
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Sorry wrong command, here is the correct version:

Code:
calibre-debug -c "from urllib import urlopen; exec urlopen('https://raw.githubusercontent.com/kovidgoyal/calibre/master/src/calibre/devices/winusb.py').read() in globals(); print get_drive_letters_for_device(0x2237, 0x4203, debug=True)"
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Glo Kobo Glo not turning on anymore... guardianofavalon Kobo Reader 29 07-07-2017 01:36 AM
Kobo Touch *STILL* not being recognized by Calibre SonDan1 Devices 4 05-18-2012 10:57 AM
Kobo not recognized by Calibre (or Kobo desktop app) spiffy05 Devices 2 06-06-2011 11:43 AM
Why is there no 99$ Kobo anymore? kmo_9000 Which one should I buy? 20 01-04-2011 09:53 AM
my e-reader not recognized anymore m.tarenskeen Calibre 5 11-02-2010 01:08 AM


All times are GMT -4. The time now is 09:03 PM.


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