Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

OpenELEC for s82, M8, MXIII, Tronsmart S89

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • no_spam_for_me
    replied
    check,
    if your autostart.sh exits
    Code:
    [B]ls -al[/B] /storage/.config/auto*
    what's inside the autostart.sh
    Code:
    [B]cat[/B] /storage/.config/autostart.sh
    If you want to create a new file, you have to use >
    Code:
    [B]echo[/B] "#!/bin/sh" [B]>[/B] /storage/.config/autostart.sh
    (where " means a string)

    If you want to attach something to an existing file you have to use >>
    Code:
    [B]echo[/B] "echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config" [B]>>[/B] /storage/.config/autostart.sh
    Make it executable
    Code:
    [B]chmod[/B] 0777  /storage/.config/autostart.sh
    btw: this all isn't ssh (its only secure shell (a terminal), which is the same as the good old dos-prompt) BUT Linux commands...

    Leave a comment:


  • clarkss12
    replied
    Originally posted by razdolbaev View Post
    After just execute command in ssh
    echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config
    I tied this, but still no luck, still shuts off when I change to another device.

    thanks again

    Leave a comment:


  • clarkss12
    replied
    Originally posted by clarkss12 View Post
    I am really new at ssh, if you could get a step by step instruction, I would greatly appreciate it.
    Ok, I did this

    echo "#!/bin/sh" > /storage/.config/autostart.sh && chmod +x /storage/.config/autostart.sh

    then this.

    echo "echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config" > ~/.config/autostart.sh

    chmod +x ~/.config/autostart.sh
    Click image for larger version

Name:	Openelec with putty.jpg
Views:	1
Size:	92.0 KB
ID:	436094

    but it still did not work.

    Any other ideas?

    thanks

    Leave a comment:


  • razdolbaev
    replied
    After just execute command in ssh
    echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config

    Leave a comment:


  • clarkss12
    replied
    Originally posted by ccadi View Post
    You have to have the autostart.sh file in the directory before you execute the command. It will work as I had the same problem a while ago and it solved it.

    Ok, I did this

    echo "#!/bin/sh" > /storage/.config/autostart.sh && chmod +x /storage/.config/autostart.sh

    then I did this.

    echo "echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config" > ~/.config/autostart.sh

    chmod +x ~/.config/autostart.sh

    but still did not solve my problem of box turning off.

    Any other ideas?

    thanks

    Leave a comment:


  • clarkss12
    replied
    Originally posted by ccadi View Post
    You have to have the autostart.sh file in the directory before you execute the command. It will work as I had the same problem a while ago and it solved it.
    I am really new at ssh, if you could get a step by step instruction, I would greatly appreciate it.

    Leave a comment:


  • ccadi
    replied
    You have to have the autostart.sh file in the directory before you execute the command. It will work as I had the same problem a while ago and it solved it.

    Leave a comment:


  • clarkss12
    replied
    Originally posted by noosk View Post
    Tvs with CEC usually have an interface to toggle these settings. I have an LG and you can access the settings by pressing the SimplLink button on the remote
    I have an older TV that does not have CEC. I am also using a new Denon reciever, but I talked to the tech support from Denon, and he said the Device ( my S89H) is the one that has the CEC function.

    thanks for your help.

    Leave a comment:


  • clarkss12
    replied
    Originally posted by razdolbaev View Post
    Need disable CEC
    via ssh
    echo "echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config" > ~/.config/autostart.sh
    chmod +x ~/.config/autostart.sh
    After restart box CEC will be disabled.
    Thanks for your help, I tried that, but it did not work..

    I copied this into putty as per your instructions, is this correct?

    echo "echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config" > ~/.config/autostart.sh
    chmod +x ~/.config/autostart.sh

    Leave a comment:


  • winomat
    replied
    Originally posted by no_spam_for_me View Post
    Because the thermal throttling ignores the min_freq... means, if the SoC reaches a temperature where the kernel have to throttle under the min_freq the kernel will do so...

    thx for info

    Leave a comment:


  • noosk
    replied
    OpenELEC for s82, M8, MXIII, Tronsmart S89

    Originally posted by clarkss12 View Post
    I have one little problem, my S89H with OpenELEC, turns off when I turn off the TV. Normally that would be a nice feature, however since I am using it as PVR with recording feature, it is not a good thing for me.

    My question, is there a setting to keep box alive?
    Tvs with CEC usually have an interface to toggle these settings. I have an LG and you can access the settings by pressing the SimplLink button on the remote

    Leave a comment:


  • razdolbaev
    replied
    Need disable CEC
    via ssh
    echo "echo 0 > /sys/class/amhdmitx/amhdmitx0/cec_config" > ~/.config/autostart.sh
    chmod +x ~/.config/autostart.sh
    After restart box CEC will be disabled.

    Leave a comment:


  • clarkss12
    replied
    OpenELEC turning off

    I have one little problem, my S89H with OpenELEC, turns off when I turn off the TV. Normally that would be a nice feature, however since I am using it as PVR with recording feature, it is not a good thing for me.

    My question, is there a setting to keep box alive?

    Leave a comment:


  • no_spam_for_me
    replied
    Originally posted by winomat View Post
    thx bobones and no_spam_for_me..
    working now

    Edit:

    ok the wierd part now is that even thos i did set 1608000 min_freq after a while it set down the cpu to 1200000.
    Anyone knows why? Kerber?
    Because the thermal throttling ignores the min_freq... means, if the SoC reaches a temperature where the kernel have to throttle under the min_freq the kernel will do so...

    Leave a comment:


  • bobones
    replied
    Originally posted by clarkss12 View Post
    After months of trying to find a solution to stream live TV and with a guide at a reasonable cost, I have finally succeed. After trying several different Android TV boxes, I finally found that the newer quad core Amlogic plays all my over the air broadcast channels flawlessly.

    ...
    Nice work, thanks for sharing.

    Leave a comment:

Working...
X