Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-18-2014, 02:26 PM   #16
baiumbg
Member
baiumbg began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: Kindle Paperwhite 2
Not sure what you mean by usbms, but here's everything dmesg says about the port I've plugged the PW in:

Quote:
usb 1-1.1: default language 0x0409
usb 1-1.1: udev 3, busnum 1, minor = 2
usb 1-1.1: New USB device found, idVendor=1949, idProduct=0004
usb 1-1.1: new USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.1: Product: Amazon Kindle
usb 1-1.1: Manufacturer: Amazon
usb 1-1.1: usb_probe_device
usb 1-1.1: configuration #1 chosen from 1 choice
usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
usb-storage 1-1.1:1.0: usb_probe_interface
usb-storage 1-1.1:1.0: usb_probe_interface - got id
scsi6 : usb-storage 1-1.1:1.0
And no, it doesn't seem to unregister.
baiumbg is offline   Reply With Quote
Old 05-18-2014, 02:51 PM   #17
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
By USBMS, I meant USB Mass Storage, so I'd be interested in what comes next .
NiLuJe is offline   Reply With Quote
Advert
Old 05-18-2014, 03:08 PM   #18
baiumbg
Member
baiumbg began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: Kindle Paperwhite 2
Eh, sorry about being too overly noob Not sure where I'm supposed to look for that. If it's in the dmesg output - I didn't find anything else related.
baiumbg is offline   Reply With Quote
Old 05-18-2014, 04:07 PM   #19
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
I'll post an example from my local box ASAP to give you an idea of what it should look like with a 'sane' device (and, specifically, what's interesting in the bunch of info dumped by the kernel) .
NiLuJe is offline   Reply With Quote
Old 05-18-2014, 05:27 PM   #20
baiumbg
Member
baiumbg began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: Kindle Paperwhite 2
That would be great, thanks!
baiumbg is offline   Reply With Quote
Advert
Old 05-18-2014, 05:40 PM   #21
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Plugged, USBMS

Code:
[762053.780020] usb 2-4: new high-speed USB device number 18 using ehci-pci
[762053.916089] usb-storage 2-4:1.0: USB Mass Storage device detected
[762053.916135] scsi10 : usb-storage 2-4:1.0
[762054.920348] scsi 10:0:0:0: Direct-Access     Kindle   Internal Storage 0100 PQ: 0 ANSI: 2
[762054.929211] sd 10:0:0:0: [sde] Attached SCSI removable disk
[762057.190338] sd 10:0:0:0: [sde] 6754304 512-byte logical blocks: (3.45 GB/3.22 GiB)
[762057.411337] sd 10:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[762057.634235]  sde: sde1
Eject
Code:
[762187.509236] sde: detected capacity change from 3458203648 to 0
Unplug
Code:
[762221.454887] usb 2-4: USB disconnect, device number 18
Plugged, USBnet
Code:
[762265.939015] usb 2-4: new high-speed USB device number 19 using ehci-pci
[762266.075191] cdc_ether 2-4:1.0 usb0: register 'cdc_ether' at usb-0000:00:1d.7-4, CDC Ethernet Device, ee:49:00:11:08:4d
Note that my kernel is way less verbose because it's not built with verbose/debug USB output (which happens to be the default for a lot of binary distro (i.e. Ubuntu)). [And also potentially worded differently because it's newer].

So, yeah, see if you can spot usb-storage detecting a disk... Barring that, what happens right after the detection of a new USB device.

Last edited by NiLuJe; 05-18-2014 at 05:44 PM.
NiLuJe is offline   Reply With Quote
Old 05-20-2014, 09:09 AM   #22
baiumbg
Member
baiumbg began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: Kindle Paperwhite 2
Sorry, what exactly did you do/run to get that output? I'm still relatively new to linux, so I haven't gotten around all the terminal commands :S
baiumbg is offline   Reply With Quote
Old 05-20-2014, 10:18 AM   #23
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Those are all snippets form dmesg .
NiLuJe is offline   Reply With Quote
Old 05-20-2014, 10:25 AM   #24
baiumbg
Member
baiumbg began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: Kindle Paperwhite 2
You just ran it 4 times then?
baiumbg is offline   Reply With Quote
Old 05-20-2014, 10:30 AM   #25
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Not necessarily, since I didn't clear the ring buffer (dmesg -c). I just cut and pasted the relevant entries.
NiLuJe is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Paperwhite 2 in Boot Loop -- Please Help hashanga Kindle Developer's Corner 2 12-07-2013 09:25 PM
Kindle 4 stuck in boot loop gers1978 Amazon Kindle 5 07-16-2013 06:56 AM
PRS-350 Unbricking from boot loop? Analogus Sony Reader 19 06-16-2011 03:35 PM
Kindle 3 Boot loop jlove Kindle Developer's Corner 13 05-17-2011 05:23 AM
PRS-650 Boot loop after large changes Soul_Est Sony Reader 5 11-29-2010 12:12 PM


All times are GMT -4. The time now is 06:15 AM.


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