Tune Failed
Collapse
X
-
surprisingly, Dream Elite Black Hole 1.24 worked with no issues at all. Which means Gemini 5.0 image is the cause of the Tuner Failed problem.
I've been using Dream Elite for two days now (with simple tuner configuration) and never got the tuner failed error at all.
I guess the drivers used in Gemini 5.0 is the cause of the problem.



Comment
-
I have had same problem with DM800.
I increased the value of /proc/stb/frontend/0/tone_amplitude .
The default is 7 in most cases. I increased to 12 and now it is running very stable.
You can increase this value in shell-mode by typing command
Greets.Code:echo "10" > /proc/stb/frontend/0/tone_amplitude
Comment
-
was it Gemini image?I have had same problem with DM800.
I increased the value of /proc/stb/frontend/0/tone_amplitude .
The default is 7 in most cases. I increased to 12 and now it is running very stable.
You can increase this value in shell-mode by typing command
Greets.Code:echo "10" > /proc/stb/frontend/0/tone_amplitude




Comment
-
-
You can read the current value with commandBtw: After reboot this value will change back to default.Code:cat /proc/stb/frontend/0/tone_amplitude
If you will make this value persistent, you have to include thecommand to the boot-up-scripts.Code:echo .... > /proc/stb/frontend/0/tone_amplitude
But first try around with some values.
Greets.Comment
-


Comment