Quote:
Originally Posted by Thracks
Try "echo 1 >>" with two brackets.
|
The double ">>" is used to append to a file, so this won't change anything. Tried it and had no effect.
Quote:
Originally Posted by Booker-T
I have read the logcat and I cannot see there is a step running script in init.d
I doubt the function is not running correct.
Besides, I think you need to remount /sys
so add follow code first
mount -o remount sysfs /sys
|
Thanks, but this does not work either. It seems like the script is not executed at boot time, because if I run it manually when I am in the OS it works.
I use Bigxie build 9 and this bootloader if this is important.
Sorry for annoying you all, I am just interested in how the init.d stuff works.
And thanks to everyone that tries to help
|