mirror of
https://github.com/dennisreimann/kindle-display.git
synced 2026-08-13 12:33:45 +02:00
More notes regarding USB Network
Via grnqrtr, see https://github.com/rootzoll/raspiblitz/pull/1301#issuecomment-655840707
This commit is contained in:
parent
471249b104
commit
b0384ca4aa
1 changed files with 19 additions and 2 deletions
21
README.md
21
README.md
|
|
@ -101,9 +101,26 @@ vi /etc/crontab/root
|
|||
sh /mnt/base-us/RUNME.sh
|
||||
```
|
||||
|
||||
#### Notes regarding USB Network (via [openoms](https://gist.github.com/openoms/56979d0859d7063cb734bdacabf1068f))
|
||||
#### Notes regarding USB Network
|
||||
|
||||
Unmount and eject your Kindle (You might also want to unplug it, some devices behave strangely when toggling usbnet/usbms while plugged in).
|
||||
Some hints via
|
||||
[openoms](https://gist.github.com/openoms/56979d0859d7063cb734bdacabf1068f)) and
|
||||
[grnqrtr](https://github.com/rootzoll/raspiblitz/pull/1301#issuecomment-655840707), also see the
|
||||
[mobileread forum](https://www.mobileread.com/forums/showthread.php?t=204942).
|
||||
|
||||
Unmount and eject your Kindle.
|
||||
Also unplug it, as some devices behave strangely when toggling usbnet/usbms while plugged in.
|
||||
|
||||
Toggle USBnetwork `ON` in the launcher and plug in the cable again.
|
||||
Kill any automation or [configure your Kindle](kindle/mnt/RUNME.sh) to do so.
|
||||
|
||||
```bash
|
||||
sudo ip link set up dev usb0 (It may already be up)
|
||||
sudo ip address add 192.168.15.201 peer 192.168.15.244 dev usb
|
||||
```
|
||||
|
||||
Use the networking until your done (`telnet 192.168.15.244`).
|
||||
Un-plug cable and toggle USBnetwork `OFF` in launcher.
|
||||
|
||||
You'll need to be in debug mode to run private commands.
|
||||
So, on the Home screen, bring up the search bar (by hitting [DEL] on devices with a keyboard, or the keyboard key on a K4, for example), and enter:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue