Thread
:
Unlocked FM-Transmitter frequency 76.0Mhz->107.9Mhz (Limitation Fixed)
View Single Post
hawaii
2010-08-31 , 01:39
Posts: 1,030 | Thanked: 792 times | Joined on Jun 2009
#
175
Why on EARTH would you need a cronjob to do this?
Change it on boot using an /etc/event.d/ script and be done with it. There's no reason you need to constantly echo the value in.
/etc/event.d/region-swap
start on started hildon-desktop
stop on starting shutdown
console none
service
script
echo 4 > /sys/class/i2c-adapter/i2c-2/2-0063/region
end script
And that's it. If you want it controlled by a cronjob, and only run at boot, simply use @reboot.
Quote & Reply
|
The Following User Says Thank You to hawaii For This Useful Post:
les_garten
hawaii
View Public Profile
Send a private message to hawaii
Find all posts by hawaii