View Single Post
Posts: 198 | Thanked: 76 times | Joined on Mar 2010
#3
Originally Posted by yamanote View Post
I tried in the console in winscp but that, after entering the code, showed 'root::'. Thinking it was an error I tried this line in xterm:

Code:
echo root:$(grep -A 13 lock_code /dev/mtd1|tail -1): > /home/user/MyDocs/old_lockcode
looks, like the grep does not return anything.
try to execute the command separately:

grep -A 13 lock_code /dev/mtd1

and check if it returns something.
you most likely need to be root, as pointed out already.
 

The Following User Says Thank You to arne.anka For This Useful Post: