![]() |
#1 |
Kindle Dissector
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 662
Karma: 475607
Join Date: Jul 2010
Device: Amazon Kindle 3
|
![]()
The Kindle came with three USB gadget drivers. g_file_storage (connecting Kindle to computer as a storage drive), g_ether (USB networking), and g_serial (no idea). I got g_serial to load by doing the following through SSH:
Code:
rmmod g_ether; mknod /dev/ttygserial c 127 0; rmmod arcotg_udc; rmmod charger; modprobe charger; modprobe arcotg_udc; modprobe g_serial use_acm=1; Everything has to be in one line, because only one gadget driver can be loaded at a time, loading serial will disable USB networking/storage until restart. I plugged it into my Windows machine and installed drivers with the following directions: http://www.mjmwired.net/kernel/Docum...get_serial.txt Got COM3, connected with Putty, then... nothing. Anyone got this working, and if so, what does it do (my guess is USB interface for the TTL port). |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
PRS-600 Serial console (i.e. shell) over USB | Xaphiosis | Sony Reader Dev Corner | 6 | 08-22-2010 11:06 PM |
My Kindle's E-mail Address? | Paul in Saudi | Amazon Kindle | 6 | 10-25-2009 07:58 PM |
When will new Kindle's arrive | cmumford | Amazon Kindle | 1 | 12-18-2007 09:49 AM |
iLiad USB serial modules | drazvan | iRex Developer's Corner | 8 | 07-30-2007 05:43 PM |
PRS-500 How to get reader's serial # through USB? | VladSukhoy | Sony Reader Dev Corner | 19 | 02-10-2007 03:09 PM |