Thread: unbrik kindle3
View Single Post
Old 03-26-2012, 09:00 AM   #5
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quickly, before GeekMaster slams me (again) for not writing a helpful post.

Before connecting the usb cable, what do you expect to see in the kernel message buffer?

You must be able to answer that question if you are going to do any problem solving.

Here is a starting point to help you answer that question:

(the '-c' option clears the message buffer, which requires 'root' privledges)

sudo dmesg -c
Insert a removable USB device, a USB stick if you have one
dmesg
Cut & paste the result somewhere you can refer to it later.

If your desktop automation auto-mounted the USB stick, unmount it.

sudo dmesg -c
Remove the USB stick
dmesg
Cut & paste the result somewhere you can refer to it later.

Now carefully follow the directions GeekMaster directed you to, upto and just prior to inserting the USB cable.

sudo dmesg -c
insert the USB cable
dmesg
Cut & paste the result somewhere you can refer to it and compare with the expected result you saved above.

What are the differences?
Can you account for the differences?

(ans: the only significant difference might be the device name, which is dynamically picked in "discovery order" unless your re-naming it with a udev rule).

Are there any error messages or warning messages included in the kernel messages from inserting either the USB stick or (later) insterting the USB cable?

What are they? (there should not be any warnings or errors)
Can you account for the differences?

You must have a properly recognized device before going any further.
knc1 is offline   Reply With Quote