View Single Post
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#19
Originally Posted by alladin View Post
Hello Everyone,
i am new to the n900 and would love to get this wol functionality on there, the problem is that when i follow the beginning instructions, it doesn't seem to work. I downloaded rootsh and the editor, but it looks as if my root thing is not working. here is the copy past from the shell account, any advice would be appreciated:
hello alladin

Do not use sudo gainroot, instead add /home/user before the slash in that command

mkdir /home/user/MyScripts

then you do not need root access since your creating a folder in your own home folder.

Explaination:
What you do without "/home/user/" is create a folder at the root directory instead which is possible with premissions but not really recommended or needed. if you really intend to create it there I recommend you use leafpad editor instead since pygtkeditor has problems launching with that command alone if you are using sudo gainroot, which is what is happening with the errors you got above. Just to emphasize again I wouldn't create it there. if you do not know what I'm talking about just add the "/home/user" and forget the explaination.

good luck.

Last edited by Cue; 2010-04-15 at 02:44.