Quote:
Originally Posted by trefoil
Any suggestions for getting a Kindle 5th generation (w/o touch) running? I just want a simple reader where I can do wifi to send files. Koreader is working on it, but I'm having trouble with the network and the keyboard entry. The network is connected enough to do an auto update with koreader, but even still, the network info says "gateway ping failed" and calibre never connects. Plus, I can't enter the calibre address manually, since every time i finish entering the ip, I can't get the keyboard to work again for the port number, so I end up cancelling the dialog. Incidentally, the ssh-server on koreader works, as I was able to log into the kindle from the same machine running the calibre server. Also, if I tell koreader to connect calibre with auto wireless settings, it always asks me if I want to turn on wifi, even when wifi is already on.
|
No idea about the network stuff on the Kindle. If the network works fine (as your SSH connection shows) might be the code that checks that you're currently connected the thing that fails.
About Non-Touch issues. Yeah. Some widgets don't work. Since modern eink devices are all touch nobody is trying to fix that as far as I know. Patches welcome.
You can edit settings.reader.lua from SSH and add something like:
Code:
["calibre_wireless_url"] = {
["address"] = "192.168.1.1",
["port"] = 9090,
},
The same with the password
Code:
["calibre_wireless_password"] = "mySuperSecretPassword",
and with the path to download
Code:
["inbox_dir"] = "/mnt/us/documents/wewewe",