Hmm... I have never used Gemini...
Start-Up-Scripts are places in /etc/init.d.
Maybe you find there a file like "done" oder "rc.local"...
If not, you can add a file named "setamp" with the following contents:
Now you have to add this to your runlevel and make this new file executable. You can do this by typing
(If gemini uses an other runlevel than 3 you have to change the path from rc3.d to what ever.
You can see used runlevel with command "ps ax" at the first line. ex. (init 3))
Greets.
Start-Up-Scripts are places in /etc/init.d.
Maybe you find there a file like "done" oder "rc.local"...
If not, you can add a file named "setamp" with the following contents:
Code:
#! /bin/sh # # setamp This script sets the amplitude # # Version: @(#)setamp 1.00 10-Jul-2010 [email protected] # echo "10" > /proc/stb/frontend/0/tone_amplitude
Code:
ln -s /etc/init.d/setamp /etc/init.d/rc3.d/S99setamp chmod augo+rx /etc/init.d/setamp
You can see used runlevel with command "ps ax" at the first line. ex. (init 3))
Greets.




Comment