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 08-13-2012, 10:16 AM   #16
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
Quote:
Originally Posted by geekmaster View Post
What's to disagree with? I just provided a list of what we NEED (some of which may already be built in).
This is the reference:
Quote:
Originally Posted by geekmaster
You also need to port device drivers for the various devices you plan to install, ...
It has been such a long time ago that you wrote it, that you evidently forgot you wrote about "non-trivial" actions.
knc1 is offline   Reply With Quote
Old 08-13-2012, 10:29 AM   #17
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
This is the reference:

It has been such a long time ago that you wrote it, that you evidently forgot you wrote about "non-trivial" actions.
I was talking about devices that are not already built-in, such as keyboard/mouse/USB sound/USB webcam/etc.

There appears to be a built-in USB mass-storage gadget. By "porting" I meant borrowing from other sources such as freescale.com or other freescale-based devices such as the nook simple touch, or compiling from GPL source when necessary. Obviously we should use built-in stuff WHEN it is provided, but we need to locate it first and find out how to load it and use it.

For many people, just finding and reading the required documentation is non-trivial. If it WAS as trivial as you seem to be saying, it would have been done a long time ago. There were complications, which is WHY it has not been done yet. It is not "hard", but it is also not "trivial".

"Trivial" means just getting a USB host mode cable, plugging it in, and using it. Needing to "modprobe" a USB gadget and then to mount the device to use it is non-trivial for most people here. I was correct when I said it was "non-trivial".

Let's not divert this thread into an angry discussion about word definitions of "trivial" and "non-trivial" -- I used them correctly here.

Last edited by geekmaster; 08-13-2012 at 10:34 AM.
geekmaster is offline   Reply With Quote
Old 08-13-2012, 10:58 AM   #18
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
And I used the word: "disagree" correctly also as a statement of fact.
The words you are playing games with now are subjective terms.

And I also disagree with your conclusion above about diverting this thread.

Allowing you to demonstrate to the casual reader what happens to anyone who writes:
"I disagree with geekmaster"
in a post is important for anyone using this forum to know and to expect.
knc1 is offline   Reply With Quote
Old 08-13-2012, 10:58 AM   #19
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
I just want to add in that there's also a bit naming confusion - not in this thread, but in general - about "OTG" with regard to USB.

On the consumer side it mostly means some device is capable to interact with other "OTG" devices, as e.g. a camera and a printer.

On the hardware folks side, OTG is often used as a hinter to a multi-mode capable USB interface - an interface that is capable of driving other USB devices in addition to being an USB client. While this case covers the "consumer side" I've mentioned before, it is often also used for USB interfaces that would work in full Host mode. This is probably true for the Kindle's USB port, too.

Another thing: The gadget device options in the Linux kernel are kind of a USB client side software stack. Thus the mentioned mass-storage module is an implementation of a USB mass storage client. For driving HDDs and USB flash memory, the "normal" usb mass storage driver of the Linux kernel should be sufficient. That one should be provided by a USB HCI abstraction providing driver specifically for the USB controller in the Freescale SoC, which would be the mentioned fsl-ehci driver. However, I think it is only recognizing one USB bus, and I think that would probably be the host-mode bus that's used for e.g. driving the 3G modem (at least on older Kindle models, that was the case). Something must be triggered to present the other USB interface as a Host, too, so the fsl-ehci driver could care for it.
hawhill is offline   Reply With Quote
Old 08-13-2012, 11:01 AM   #20
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
That is one of the functions that the "Auto-Sense" I mentioned earlier would do if present.
knc1 is offline   Reply With Quote
Old 08-13-2012, 11:03 AM   #21
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
And I used the word: "disagree" correctly also as a statement of fact.
The words you are playing games with now are subjective terms.

And I also disagree with your conclusion above about diverting this thread.

Allowing you to demonstrate to the casual reader what happens to anyone who writes:
"I disagree with geekmaster"
in a post is important for anyone using this forum to know and to expect.
Oh, so you are in one of "those moods" again.

The "disagree with geekmaster" thing is almost always about word definitions (and claiming that I used them wrong, just like here). Needing to locate and read a manual is not trivial for many people. Typing the commands to load USB gadgets is not trivial for most people. In the case of the Nook Simple Touch, they had to write a program to toggle a bit on a GPIO port to make it work. That is not trivial for anybody (even you). This thread is not about you telling people they use words incorrectly. It is about what things we need (or might need) to get USB devices working on the kindles. Please provide useful information instead of being disagreeable and provocative with YOUR "word games". Thanks.

Last edited by geekmaster; 08-13-2012 at 12:02 PM.
geekmaster is offline   Reply With Quote
Old 08-13-2012, 11:04 AM   #22
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
:iloveyou:

Quote:
Originally Posted by hawhill View Post
... so the fsl-ehci driver could care for it.
That made me feel all warm inside. ahhh...
twobob is offline   Reply With Quote
Old 08-13-2012, 11:14 AM   #23
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by hawhill View Post
... I think it is only recognizing one USB bus, and I think that would probably be the host-mode bus that's used for e.g. driving the 3G modem (at least on older Kindle models, that was the case). Something must be triggered to present the other USB interface as a Host, too, so the fsl-ehci driver could care for it.
That seems to agree with what I found in an old MobileRead thread, where they mostly decided that the built-in USB gadget drivers were manipulating the INTERNAL USB instead of the external USB port. In which case things become even MORE "non-trivial", requiring solutions similar to what they used to get this stuff working on the Nook Simple Touch.

The "something must be triggered" is probably what the custom Nook Simple Touch program did to configure the external port for OTG. That is why I added that program to the (non-trivial) list of things that may be needed in my earlier post.

Last edited by geekmaster; 08-13-2012 at 11:22 AM.
geekmaster is offline   Reply With Quote
Old 08-13-2012, 11:19 AM   #24
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
Quote:
Originally Posted by knc1 View Post
That is one of the functions that the "Auto-Sense" I mentioned earlier would do if present.
Yep, I think so. Part of that game, however, is a properly connected "ID" pin on the MicroUSB port. I've got a feeling this might not be the case (as the Kindle is a highly specialized PCB design, they will probably refrain to route a single connection through half the PCB that they won't likely use soon). I might be wrong here, but my experience is limited to very few tests with the K3.

Too bad that full USB host functionality still has a bad reputation with vendors of mobile handheld devices. Then, I can understand their motivation: It's basically a support nightmare, and the electrical connections involved may present unexpected behaviour for therefore unexpected usages (say, someone decides to connect his coffee mug heater with the kindle just because it is equipped with a "power cord" that resembles 1:1 a USB connection, but isn't likely to get approval from the USB consortium soon).
hawhill is offline   Reply With Quote
Old 08-13-2012, 11:23 AM   #25
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by hawhill View Post
coffee mug heater .. with the kindle ..a USB connection
That's all I read. Where do I plug it in?????? BBBBOOOOOMM!! Faaarck.

Who's this Hawhill guy? I must hunt him down for personally destroying my trivial and inexpensive device with his crazy lies about my USB!!!

Err. Yeah I see your point.

EDIT: I would like to point out that a coffee mug heater stands a far greater chance than other devices in the same family developers will get their drinks!

Last edited by twobob; 08-13-2012 at 11:26 AM.
twobob is offline   Reply With Quote
Old 08-13-2012, 11:27 AM   #26
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
If you can switch on host mode power out to the kindle USB port, you could go to the amazon store and buy a "USB Humping Dog" for your kindle:
http://www.amazon.com/THUMBS-UP-USB-.../dp/B000LA8ZBA


Of course, you would need to get a USB hub working on your kindle to do this:


And yes, porting the USB Missile Launcher software to the kindle would be "non-trivial".

Last edited by geekmaster; 08-13-2012 at 11:34 AM.
geekmaster is offline   Reply With Quote
Old 08-15-2012, 06:08 PM   #27
henryholland
Junior Member
henryholland began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2012
Location: London, UK
Device: Kindle Touch
Hello All,

So... what I'd really like to plug in is a USB -> LAN adapter, so i can connect my K5 to a wired network. I work in a museum, where we shy away from using wifi in our exhibits for maintenance reasons... so its sort of copper or nothing..

Since i already have the usbnet hack installed and can SSH, what do you think the chances/pitfalls of me plugging in a LAN adapter with a powered hub & micro usb converter? Do you think it might 'just work'?

Obviously I should just try it out, but i'd be very grateful for your input!

Cheers

-h
henryholland is offline   Reply With Quote
Old 08-15-2012, 06:19 PM   #28
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by henryholland View Post
Hello All,

So... what I'd really like to plug in is a USB -> LAN adapter, so i can connect my K5 to a wired network. I work in a museum, where we shy away from using wifi in our exhibits for maintenance reasons... so its sort of copper or nothing..

Since i already have the usbnet hack installed and can SSH, what do you think the chances/pitfalls of me plugging in a LAN adapter with a powered hub & micro usb converter? Do you think it might 'just work'?

Obviously I should just try it out, but i'd be very grateful for your input!
-h
That's probably even more difficult than what the OP asked for. For your setup, you'd need loads of additional hardware, as well as OTG support on the Kindle *and* the correct driver for the LAN adapter. That's a lot of question marks and work, if it's feasible at all.

Just put a WiFi hotspot somewhere in a corner, set it up with WPA2-PSK (or even better, Enterprise WPA2), and configure it to only allow the Kindle's MAC address. Reasonably safe, zero maintenance after setting it up, and no hassle with the Kindle either. And you can even walk around with the Kindle
ixtab is offline   Reply With Quote
Old 08-15-2012, 06:36 PM   #29
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by ixtab View Post
That's probably even more difficult than what the OP asked for. For your setup, you'd need loads of additional hardware, as well as OTG support on the Kindle *and* the correct driver for the LAN adapter. That's a lot of question marks and work, if it's feasible at all.

Just put a WiFi hotspot somewhere in a corner, set it up with WPA2-PSK (or even better, Enterprise WPA2), and configure it to only allow the Kindle's MAC address. Reasonably safe, zero maintenance after setting it up, and no hassle with the Kindle either. And you can even walk around with the Kindle
If he must abide by a "no wireless" rule, then USBnet is currently the only way to go. Otherwise you need to find a USB LAN adapter that has ARM linux support with a loadable kernel module compatible with the kindle linux kernel (or a custom linux kernel). USBnet is a LOT easier, and already works.
geekmaster is offline   Reply With Quote
Old 08-15-2012, 08:49 PM   #30
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Here is the USB host mode switcher for the Nook. We might need something similar for the kindle:
https://github.com/verygreen/Nook-Co...usbswitch.java


This shows how to control it with echo commands. We may be able to do something similar too:
http://forum.xda-developers.com/show....php?t=1457971
geekmaster is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
USB OTG on Sony PRS-T1? scam? bercoo Sony Reader 15 04-04-2013 09:58 AM
Experiments with USB-OTG HarryT Android Devices 13 07-03-2012 03:55 PM
Support officially outsourced to Phillippines (paid support) larka enTourage eDGe 5 06-08-2011 12:48 AM
Is Astak support on vacation or just stopped support? dmikov Astak EZReader 9 01-22-2010 01:43 PM
USB OTG Mythic Bookeen 7 11-11-2007 12:39 PM


All times are GMT -4. The time now is 04:25 PM.


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