Quote:
Originally Posted by Markismus
EDIT: you should use
Code:
cat ./koreader/kobohome.bin > /dev/input/event1
Before you looked for the nonexisting directory koreader in the root, while now you specify it as from the current directory ("./")
|
Many thanks Marksimus. I have tried again with your correction, but it did not work. But adding
two dots did, that is with the line
Code:
cat ../koreader/kobohome.bin > /dev/input/event1
I put the two dots only because the koreader directory is at the same level as the _Dict directory where the dictionaries are (I followed your suggestions
here).
Anyhow, glad it works, thanks again for your help - I tried to make telnet work in the past, but that is above my (in)abilities...