View Single Post
Old 04-07-2022, 01:35 PM   #26
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,057
Karma: 18027877
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Ok, it's time to dive in. Do you know UsbView.exe? It's here: https://www.ftdichip.com/Support/Uti...crosoftUSBView
Figure out which location on the left side of the screen which is your port.
Just plug/unplug whatever and look for changes.
Make your Lumi go to fastboot.
Look in the right side of the screen for Class/Subclass/Protocol of ff/42/03 that's fastboot.
Code:
Interface Descriptor:
bInterfaceNumber:     0x00
bAlternateSetting:    0x00
bNumEndpoints:        0x02
bInterfaceClass:      0xFF
bInterfaceSubClass:   0x42
bInterfaceProtocol:   0x03
Then look up at the top:
Code:
Device Descriptor:
bcdUSB:             0x0310
bDeviceClass:         0x00
bDeviceSubClass:      0x00
bDeviceProtocol:      0x00
bMaxPacketSize0:      0x09 (9)
idVendor:           0x18D1
idProduct:          0xD00D
Edit: And it should also say this:
Code:
Open Pipes:              2
Check the VID/PID (idVendor/idProduct). Do they show up in UsbLog nice in green?
If not, find it in Zadig and load a new driver.
Does fastboot getvar all work? (It should spit out 100 lines).

Last edited by Renate; 04-07-2022 at 01:38 PM.
Renate is online now   Reply With Quote