MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Devices (https://www.mobileread.com/forums/forumdisplay.php?f=234)
-   -   Nook Simple Touch Reader not seen by 0.8.3 (https://www.mobileread.com/forums/showthread.php?t=135470)

lignumaqua 06-02-2011 02:23 PM

Nook Simple Touch Reader not seen by 0.8.3
 
Just received my new Nook Simple Touch Reader and V0.8.3 doesn't recognize it automatically. I then added a custom configured plug in using the following data which seems to work fine.

USB Vendor ID (in hex): 0x2080
USB Product ID (in hex): 0x0003
USB Revision ID (in hex): 0x0216
Windows main memory vendor string: B
Windows main memory ID string: EBOOK_DISK

kovidgoyal 06-02-2011 02:44 PM

That is exactly the same as the builtin NOOK_TSR driver (with the difference that the VENDOR string is B&N not B. Can you post the device debug output with your TSR connected.

lignumaqua 06-02-2011 02:50 PM

Code:

Version: 0.8.3
USB devices on system:
[u'usb\\root_hub&vid8086&pid3a37&rev0000',
 u'usb\\root_hub&vid8086&pid3a34&rev0000',
 u'usb\\root_hub&vid8086&pid3a38&rev0000',
 u'usb\\root_hub&vid8086&pid3a36&rev0000',
 u'usb\\root_hub&vid8086&pid3a39&rev0000',
 u'usb\\root_hub&vid8086&pid3a35&rev0000',
 u'usb\\root_hub20&vid8086&pid3a3a&rev0000',
 u'usb\\root_hub20&vid8086&pid3a3c&rev0000',
 u'usb\\vid_03f0&pid_110c&rev_><02',
 u'usb\\vid_0409&pid_0050&rev_0100',
 u'usb\\vid_045e&pid_00dd&rev_0173',
 u'usb\\vid_045e&pid_00dd&rev_0173&mi_00',
 u'usb\\vid_045e&pid_00dd&rev_0173&mi_01',
 u'usb\\vid_046d&pid_0807&rev_0009',
 u'usb\\vid_046d&pid_0807&rev_0009&mi_00',
 u'usb\\vid_046d&pid_0807&rev_0009&mi_02',
 u'usb\\vid_046d&pid_c52b&rev_1201',
 u'usb\\vid_046d&pid_c52b&rev_1201&mi_00',
 u'usb\\vid_046d&pid_c52b&rev_1201&mi_01',
 u'usb\\vid_046d&pid_c52b&rev_1201&mi_02',
 u'usb\\vid_058f&pid_6364&rev_0100',
 u'usb\\vid_058f&pid_6364&rev_0100&mi_00',
 u'usb\\vid_058f&pid_6364&rev_0100&mi_01',
 u'usb\\vid_05e3&pid_0608&rev_7764',
 u'usb\\vid_05e3&pid_0608&rev_7764',
 u'usb\\vid_0619&pid_0104&rev_0500',
 u'usb\\vid_0781&pid_b6b7&rev_9335',
 u'usb\\vid_2080&pid_0003&rev_0216']
Drives detected:
        (0) K:\ ~ \\?\STORAGE#VOLUME#_??_USBSTOR#DISK&VEN_B&N&PROD_EBOOK_DISK&REV_0100#3012140013273007&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}#{53F5630D-B6BF-11D0-94F2-00A0C91EFB8B}
Available plugins: ALEX ALURATEK_COLOR ANDROID ARCHOS7O AVANT AZBOOKA BAMBOOK BLACKBERRY
BOEYE_BDX BOEYE_BEX BOOQ BOOX COOL_ER CYBOOK DBOOK E52 E71X EB511
EB600 EBK52 ECLICTO EDGE EEEREADER ELONEX ESLICK
FOLDER_DEVICE_FOR_CONFIG GEMEI GER2 HANLINV3 HANLINV5 ILIAD INVESBOOK
IPAPYRUS IREXDR1000 IREXDR800 IRIVER_STORY ITALICA ITUNES JETBOOK
JETBOOK_MINI KINDLE KINDLE2 KINDLE_DX KOBO LUMIREAD MENTOR MIBUK N516
N770 N810 NEWSMY NEXTBOOK NOOK NOOK_COLOR NOOK_TSR NUUT2 ORIZON
PALMPRE PDNOVEL PDNOVEL_KOBO PICO POCKETBOOK301 POCKETBOOK360
POCKETBOOK602 POCKETBOOK701 PRS505 README S60 SHINEBOOK SNE SOVOS
SPECTRA STASH SUNSTECH_EB700 SWEEX TECLAST_K3 THEBOOK TREKSTOR
USER_DEFINED VELOCITYMICRO WEXLER
 
Looking for devices...
        u'usb\\vid_2080&pid_0003&rev_0216'
        No match found in: \\?\STORAGE#VOLUME#_??_USBSTOR#DISK&VEN_B&N&PROD_EBOOK_DISK&REV_0100#3012140013273007&0#{53F56307-B6BF-11D0-94F2-00A0C91EFB8B}#{53F5630D-B6BF-11D0-94F2-00A0C91EFB8B}
        u'usb\\vid_2080&pid_0003&rev_0216'
                Detected possible device USER_DEFINED
 
Devices possibly connected: User Defined USB driver, 
Trying to open User Defined USB driver ... OK
Main memory: 'K:\\'
Total space: (247767040, 0, 0)


kovidgoyal 06-02-2011 02:53 PM

Never mind, stupid typo in the driver, fixed in next release.

lignumaqua 06-02-2011 03:20 PM

Thanks! :)

arpantz 06-02-2011 05:05 PM

Quote:

Originally Posted by lignumaqua (Post 1564345)
Just received my new Nook Simple Touch Reader and V0.8.3 doesn't recognize it automatically. I then added a custom configured plug in using the following data which seems to work fine.

USB Vendor ID (in hex): 0x2080
USB Product ID (in hex): 0x0003
USB Revision ID (in hex): 0x0216
Windows main memory vendor string: B
Windows main memory ID string: EBOOK_DISK

How would I go about doing this? I just got my Simple Touch Reader today. If I can't figure it out, I'll just borrow the micro SD from my Nook Color until the update.

And thank you, Kovid, for working on STR support on Calibre. I love reading manga on my Nook and can't wait to get started on the STR! Calibre is my ereaders' best friend!

kovidgoyal 06-02-2011 05:25 PM

Just wait till tomorrow 0.8.4 will be released.

arpantz 06-02-2011 06:48 PM

Sweet! Thanks for the speedy update.

tigersfan 06-03-2011 09:12 AM

I'm about to get my first dedicated e-reader today, a Nook STR. Does anyone know if Calibre will connect to it wirelessly? Or will I have to use the USB cable?

Manichean 06-03-2011 10:24 AM

You'll either have to use a USB connection (and Calibre 0.8.4) in order to get Calibre to recognize your device, our you could use the content server via WiFi in order to connect wirelessly.

tigersfan 06-03-2011 11:23 AM

Ok, so it SHOULD work w/ the content server? Do I have to do anything special on either my PC or my Nook?

theducks 06-03-2011 11:35 AM

Quote:

Originally Posted by tigersfan (Post 1565705)
Ok, so it SHOULD work w/ the content server? Do I have to do anything special on either my PC or my Nook?

You need to make the initial configuration setup on the PC. Preferences: Sharing over the net.
Very simple for other devices (includes anything with a web browser) on your LAN .

Configuring routers for outside world access is quite a bit trickier. IMHO, if you don't know how to do this, you probably don't know the pitfalls and care needed of opening a hole in your cable/DSL firewall :eek:

lignumaqua 06-03-2011 10:45 PM

Just confirming that 0.8.4 fixed the problem and the Nook STR is now recognized. Thanks! :)

tigersfan 06-04-2011 08:16 AM

Quote:

Originally Posted by theducks (Post 1565719)
You need to make the initial configuration setup on the PC. Preferences: Sharing over the net.
Very simple for other devices (includes anything with a web browser) on your LAN .

Configuring routers for outside world access is quite a bit trickier. IMHO, if you don't know how to do this, you probably don't know the pitfalls and care needed of opening a hole in your cable/DSL firewall :eek:

Well, I'm not even trying to do access it from outside my home. Ideally, I'd like to be able to put books onto my Nook from Calibre without having to use the USB cable. But, it appears that this isn't possible since the Nook Simple Touch Reader doesnt have a web browser. Ah well, it's not a deal breaker, just would have been nice.

Kosst Amojan 06-04-2011 03:06 PM

New nook came into today...updated Calibre...all is right with the world.

Thanks Kovid!


All times are GMT -4. The time now is 06:20 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.