Register Guidelines E-Books Today's Posts Search

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

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 02-01-2010, 09:48 AM   #181
jft
Enthusiast
jft began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Jan 2010
Location: Germany
Device: Kindle DXi
Absolutly right.

Sorry I was too lazy to create a package just for three bash scripts. My "storage" script is just the opposite of the usbnetwork script (rmmod g_ether, modprobe g_file_storage). The two other scripts - "qz.h" and "qx.h" - just call "usbnetwork" respectively "storage" and are located in the hotkey folder.
jft is offline  
Old 02-01-2010, 10:12 AM   #182
hyruilan
Junior Member
hyruilan began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2010
Device: Kindle DX
Quote:
Originally Posted by leader View Post
Oh, I also got another problem when telnet to kindle via usbnetwork. After a few minutes (maybe 2 or 3 min), the connection will be closed with a msg saying "Connection closed by foreign host". But I can reconnect to kindle again by using
Code:
telnet 192.168.2.2
Is there any idea for why this happen?
Well, I finally registered here. I figure, if I learned so much from this forum so far, I might as well start contributing.

Anyway, I had that problem too, and with some searching here I found out that stopping the netwatchd daemon will solve that problem. You can do that by executing /etc/init.d/netwatchd stop
hyruilan is offline  
Advert
Old 02-02-2010, 01:12 PM   #183
kevindorsey
Evangelist
kevindorsey has a complete set of Star Wars action figures.kevindorsey has a complete set of Star Wars action figures.kevindorsey has a complete set of Star Wars action figures.
 
Posts: 488
Karma: 258
Join Date: Mar 2009
Device: kindle
Quote:
Originally Posted by hyruilan View Post
Well, I finally registered here. I figure, if I learned so much from this forum so far, I might as well start contributing.

Anyway, I had that problem too, and with some searching here I found out that stopping the netwatchd daemon will solve that problem. You can do that by executing /etc/init.d/netwatchd stop
Great first post and a solid contribution
kevindorsey is offline  
Old 02-07-2010, 04:09 PM   #184
hoaxbox
Junior Member
hoaxbox began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2010
Device: none
below >>>

Last edited by hoaxbox; 02-07-2010 at 08:03 PM.
hoaxbox is offline  
Old 02-07-2010, 04:21 PM   #185
hoaxbox
Junior Member
hoaxbox began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2010
Device: none
if anyone is having trouble installing the RNDIS driver on win7/vista

use this generic driver

http://www.mediafire.com/file/y1atutinfuj/linux.inf

Last edited by hoaxbox; 02-07-2010 at 08:15 PM.
hoaxbox is offline  
Advert
Old 02-08-2010, 03:13 PM   #186
kindx
Member
kindx began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2010
Device: kindle dxi
timeout?

Hi,

even with netwatchd stop I run into any kind of timeout about 2 minutes after telnet. Connection is refused an ping stoppes to get answers.

[Update:] It was fixed by itself.

Any idea what it could be?
(DXI, Win7)

I would prefere if I could use the serial connection, but don't know the root password. So I added a new user, logging into works fine, but it would need root privileges. How to provide him?

[Update:] Oh, just setting new root password works fine too!

merci

Last edited by kindx; 02-11-2010 at 04:40 PM.
kindx is offline  
Old 02-15-2010, 09:01 AM   #187
leader
Junior Member
leader began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2010
Device: kindle dx global
As the firmware updated to 2.3.3, will there be any new usbnetwork packages releasing? I was doing some font replacing by "mount --bind" as I mentioned here.
Quote:
Originally Posted by leader View Post
Code:
mntroot rw
mount --bind /mnt/us/fonts /usr/java/lib/fonts
/etc/init.d/framework restart
And if I wanted to keep 3G access at the same time, I also ran the commands below:
Code:
/mnt/us/usbnet/bin/usbnet-disable
/etc/init.d/framework restart
But after updating to 2.3.3, it seems that I can't gain the 3G access again after doing the same things above. I'm confused. I can only enable the 3G access when I reboot the Kindle DX. And sometimes DX is frozen when I try to use "basic web" to test if I can get online.
Is there any ideas why this happened?
Any help would be appreciated. Thank you in advanced.

Last edited by leader; 02-15-2010 at 09:24 AM.
leader is offline  
Old 02-16-2010, 04:23 AM   #188
leader
Junior Member
leader began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2010
Device: kindle dx global
Hi, there.
I do these things as said in #187 in another way now, so usbnetwork doesn't have to be activated for many times.
I write a script into init.d and make a symbol link in rcS.d so that font replacement automatically starts when Kindle boot up if there is an file called "AUTO" in /mnt/us/fonts. So everything is OK now.
Quote:
Originally Posted by leader View Post
As the firmware updated to 2.3.3, will there be any new usbnetwork packages releasing? I was doing some font replacing by "mount --bind" as I mentioned here.
And if I wanted to keep 3G access at the same time, I also ran the commands below:
Code:
/mnt/us/usbnet/bin/usbnet-disable
/etc/init.d/framework restart
But after updating to 2.3.3, it seems that I can't gain the 3G access again after doing the same things above. I'm confused. I can only enable the 3G access when I reboot the Kindle DX. And sometimes DX is frozen when I try to use "basic web" to test if I can get online.
Is there any ideas why this happened?
Any help would be appreciated. Thank you in advanced.
leader is offline  
Old 02-20-2010, 02:08 AM   #189
gentheaven
Junior Member
gentheaven began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2010
Device: Kindle DX
to hippocratesnoah

if you failed to update your kindle dx as hippocratesnoah.
700507:004006 ota_install: C defatchatchinfo="/opt/amazon/ebook/config/framework.mario.conf":checksum failure

solution: use usbnet
edit file opt/amazon/ebook/config/framework.mario.conf
USE_WAN : false
change to
USE_WAN : true

then saved changes, reboot kindle DX.
Then you update to 2.3, may OK.
gentheaven is offline  
Old 03-05-2010, 04:52 PM   #190
alxwang
Connoisseur
alxwang began at the beginning.
 
Posts: 96
Karma: 14
Join Date: Mar 2009
Device: Kindle DX, PocketBook 360
Which version of package of usbNetwork should be used with 2.3.3? I found ver 5 and ver 11.
Thanks.
alxwang is offline  
Old 03-24-2010, 05:53 AM   #191
jamessz
Junior Member
jamessz began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2009
Location: China
Device: kindle dx
thanks
jamessz is offline  
Old 03-31-2010, 06:04 AM   #192
pdiazs
Junior Member
pdiazs began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2010
Device: Kindle DX US
Some further questions

First af all my most sincere thank you for your help in this forum.

Unfortunately i´m not familiar with Linux Programming, so I dont know what should I do with the code you provide. Ive search on this subject on the forum and I´ve seen nothing.

Another question Ive been gathering around, Ive got the US kindleDX, bit I live in Spain, is there anyway to use the wireless connection in this situation?

Thank you again.
pdiazs is offline  
Old 05-08-2010, 11:44 PM   #193
bzImage
Enthusiast
bzImage doesn't litterbzImage doesn't litter
 
Posts: 45
Karma: 106
Join Date: Nov 2009
Device: Kindle 2
Quote:
Originally Posted by leader View Post
Code:
/mnt/us/usbnet/bin/usbnet-disable
/etc/init.d/framework restart
But after updating to 2.3.3, it seems that I can't gain the 3G access again after doing the same things above. I'm confused. I can only enable the 3G access when I reboot the Kindle DX. And sometimes DX is frozen when I try to use "basic web" to test if I can get online.
Is there any ideas why this happened?
Any help would be appreciated. Thank you in advanced.
Using firmware 2.3.3 on K2i i have the same problem.. did you found any solution to have the 3G alive an also be able to telnet/ssh to the kindle ?
bzImage is offline  
Old 05-14-2010, 02:28 PM   #194
renkan13
Junior Member
renkan13 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2010
Device: Kindle DX (US)
Did anyone get an idea how to make usbnetwork work on a 2.5 firmware KindleDX US? It seems that the Version 11 does not work on 2.5 firmware.
Thank you.
renkan13 is offline  
Old 05-14-2010, 10:40 PM   #195
Pushka
Wizard
Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.Pushka ought to be getting tired of karma fortunes by now.
 
Pushka's Avatar
 
Posts: 1,119
Karma: 1019140
Join Date: Oct 2009
Location: Australia
Device: kindle, Ipad, Iphone, Nexus and PPW
The developers have to get their hands on the 2.5 file before anything can be done.
Pushka is offline  
Closed Thread

Tags
kindle usb network


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Networking on Mac OS? DairyKnight Kindle Developer's Corner 19 07-02-2012 04:19 PM
Hacks Kindle 3 USB Networking n10 Amazon Kindle 2 10-11-2010 09:29 PM
Firmware Update USB networking for 2.5? dd_engi Amazon Kindle 9 05-09-2010 06:45 AM
Is there any way to remove USB networking hack? aghazi Kindle Developer's Corner 4 11-27-2009 07:35 PM


All times are GMT -4. The time now is 03:31 AM.


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