Quote:
Originally Posted by lucasmpr
RNDIS/Ethernet Gadget
Is the one you're looking for  ]
You can also activate SSH over wifi on Kual > USBNetwork
|
OK. Thank you.
I tried to follow this guy's advice:
http://aming-blog.blogspot.nl/2010/0...tethering.html
But that didn't work. Then I followed this guy's advice:
https://www.mobileread.com/forums/sh...d.php?t=201572
which seems to be working.
Code:
--- 192.168.15.244 ping statistics ---
8 packets transmitted, 8 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.582/0.867/1.688/0.326 ms
~> ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244): 56 data bytes
64 bytes from 192.168.15.244: icmp_seq=0 ttl=64 time=0.731 ms
64 bytes from 192.168.15.244: icmp_seq=1 ttl=64 time=0.863 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.825 ms
^C
--- 192.168.15.244 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.731/0.806/0.863/0.055 ms
~> ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244): 56 data bytes
64 bytes from 192.168.15.244: icmp_seq=0 ttl=64 time=1.665 ms
64 bytes from 192.168.15.244: icmp_seq=1 ttl=64 time=0.943 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.745 ms
64 bytes from 192.168.15.244: icmp_seq=3 ttl=64 time=0.800 ms
64 bytes from 192.168.15.244: icmp_seq=4 ttl=64 time=0.711 ms
64 bytes from 192.168.15.244: icmp_seq=5 ttl=64 time=0.760 ms
^C
--- 192.168.15.244 ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.711/0.937/1.665/0.334 ms
~> ssh root@192.168.15.244
The authenticity of host '192.168.15.244 (192.168.15.244)' can't be established.
RSA key fingerprint is *****************************
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added '192.168.15.244' (RSA) to the list of known hosts.
Welcome to Kindle!
root@192.168.15.244's password:
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]#
It seem's like I've SSH'd into the Kindle, cheers! All I have to do now is to get the KindleVNC to work ... back on it!
edit:
When I did not have the kindle plugged in:
Code:
~> ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
--- 192.168.15.244 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
When I plugged in the kindle again:
Code:
~> ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244): 56 data bytes
64 bytes from 192.168.15.244: icmp_seq=0 ttl=64 time=1.656 ms
64 bytes from 192.168.15.244: icmp_seq=1 ttl=64 time=0.727 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.836 ms
64 bytes from 192.168.15.244: icmp_seq=3 ttl=64 time=0.731 ms
--- 192.168.15.244 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.727/0.987/1.656/0.388 ms
So I tried to SSH into it:
Code:
~> sudo ssh root@192.168.15.244
zsh: correct 'ssh' to '.ssh' [nyae]? n
Welcome to Kindle!
root@192.168.15.244's password:
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]#
I went to System preferences -> Sharing -> Screen Sharing and enabled screen sharing (this is the built-in VNC right?)
Code:
Other users can access your computer's screen at vnc://192.168.1.125/ or by looking for “John's MacBook Pro” in the Finder sidebar.
However, when I now try to connect to 192.168.1.125 nothing happens, really.
Code:
[root@kindle root]# /mnt/us/kindlevncviewer/kvncviewer.sh 192.168.1.125 &
[root@kindle root]# 23/03/2018 06:49:26 VNC server supports protocol version 3.889 (viewer 3.8)
23/03/2018 06:49:26 We have 4 security types to read
23/03/2018 06:49:26 0) Received security type 30
23/03/2018 06:49:26 Selecting security type 30 (0/4 in the list)
23/03/2018 06:49:26 1) Received security type 31
23/03/2018 06:49:26 2) Received security type 32
23/03/2018 06:49:26 3) Received security type 35
23/03/2018 06:49:26 Selected Security Scheme 30
23/03/2018 06:49:26 GCrypt support was not compiled in
edit:
Hmmmm, interesting. When my kindle is unlocked and plugged in and I try to mount the kvncviewer my screen *does refresh* but then nothing happens. It does refresh, so that MUST mean something is happening behind the scenes.
edit:
So I just downloaded a VNCviewer for my Mac and that seems to work fine. In other words, I can enter the VNC session with my own screen at 192.168.1.125. I guess that this implies that the VNCviewer on my kindle is broken or doesn't work.
So, should I leave the kindle unlocked or locked? How do I boot up the vncviewer?