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

  • xoexpireu
    replied
    thanx for reply clark i got it working now

    Originally posted by clarkss12 View Post
    What have you tried so far?
    thanx for reply clark i got it working now with 4.97. i do have one issue though if im watchin g a move about a 1/2 hour into the movie openelec just reboots for no reason. i just turned off samba and acceleration to see if that fixes it i hope so cause openelec is running awesome on this box now other than the random reboots.

    Leave a comment:


  • papampi
    replied
    Originally posted by versus4582 View Post
    The download link on first page is dead !!! Anyone else has the ROM to share it please???
    here it is :


    Latest stable release can be found under 5.0.0 folder and development releases are in devel

    Leave a comment:


  • versus4582
    replied
    The download link on first page is dead !!! Anyone else has the ROM to share it please???

    Leave a comment:


  • clarkss12
    replied
    Originally posted by xoexpireu View Post
    I need help anyone please.
    My box is
    MX lll 4k 2g/8
    my current android setting says
    model#M82
    android 4.4.2
    Kernel V 3.10.33
    oman@obuntu #2
    build@ 107K4
    XBMC says
    CPU: ARMv7 Processor rev 1 (v7l)
    Hardware: Amlogic Meson8 platform
    Revision:000b

    Can someone please help me out getting openelec on this box i greatly appretiate it.
    Thank You
    What have you tried so far?

    Leave a comment:


  • xoexpireu
    replied
    i need help loading openelec please

    I need help anyone please.
    My box is
    MX lll 4k 2g/8
    my current android setting says
    model#M82
    android 4.4.2
    Kernel V 3.10.33
    oman@obuntu #2
    build@ 107K4
    XBMC says
    CPU: ARMv7 Processor rev 1 (v7l)
    Hardware: Amlogic Meson8 platform
    Revision:000b

    Can someone please help me out getting openelec on this box i greatly appretiate it.
    Thank You

    Leave a comment:


  • MikeD
    replied
    For now he don't know exactly. He tested today one of his tuner and got the same stuttering.
    I will test my tuner on another server and try to connect with my amlogic device. I hope this works. Otherwise I will return it and look for another tuner or stick with my linux receiver as an enigma backend.

    Leave a comment:


  • clarkss12
    replied
    Originally posted by MikeD View Post
    I have bought a dvbsky S960 but the drivers aren't really good for amlogic. Kerber tries to add new drivers to help me but still no luck.
    Live-TV is stuttering a lot until it completely freezes with actual drivers.
    Is the stuttering due to the tuner drivers? My S89H plays the live streams flawlessly. Even playing the HD streams, mpeg2 TS format, 720p and 1080i, I get no skipped or dropped frames.

    Leave a comment:


  • MikeD
    replied
    I have bought a dvbsky S960 but the drivers aren't really good for amlogic. Kerber tries to add new drivers to help me but still no luck.
    Live-TV is stuttering a lot until it completely freezes with actual drivers.

    Leave a comment:


  • clarkss12
    replied
    Originally posted by MikeD View Post
    I also want to use it this way. But still got problems with my dvb-s2 tuner.
    How far have you gotten?

    Leave a comment:


  • MikeD
    replied
    I also want to use it this way. But still got problems with my dvb-s2 tuner.

    Leave a comment:


  • clarkss12
    replied
    Originally posted by MikeD View Post
    Did you check with a ftp client if you mounted the stick correctly? When you navigate to your mounted path you should see the files stored on the stick (in case it isn't empty).
    I did a search for ftp client, and installed filezilla, but not idea how to use it. haha.

    Anyway, I have been trying to make tvheadend configuration more complicated than it is. I finally went to "video" and add new source. I copied the link to my USB stick, and copied that into the configuration page of tvheadend. Now I am recording to my USB stick.

    I do appreciate your help. I don't know any Linux, and been years since I used DOS.

    OpenELEC is working fantastic on my S89H.
    The video and audio is working flawlessly.
    The pause and play are working great.
    The recording is working great also.
    Guide data imported from Windows 7 computer.

    Still have to figure out how to install and execute a script to grab the EPG data.



    Just to see if I could do it, I wanted my S89H to be a stand alone DVR and it is 90% there now.

    Leave a comment:


  • MikeD
    replied
    Did you check with a ftp client if you mounted the stick correctly? When you navigate to your mounted path you should see the files stored on the stick (in case it isn't empty).

    Leave a comment:


  • clarkss12
    replied
    I know that I am probably posting in the wrong thread or even the wrong site, but I seem to get better answers on this thread.

    Anyway, I am running tvheadend server on my S89H, and I can't get the recording location to be on a USB stick. I have been reading about mounting the stick in Linux, and I THINK I have it mounted correctly. When I go to the configuration screen, I change the recording system path to what I think is my USB stick, but it still records on the internal memory.

    I used mkdir to create this "/storage/mnt/sda1/recordings" folder, but tvheadend still won't record to that location.

    Can someone point out to me my mistakes?

    thanks in advance.

    Leave a comment:


  • clarkss12
    replied
    losing connection with tuners

    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.
    Thank you razdolbaev, no spam, and others, you have solved my CEC problem. Now, I have one more minor problem, when I reboot my S89H with OpenELEC 5.0 I lose my tuner connection. I have to go into"get addons", uninstall tvheadend. It will automatically reinstall it, then it will connect to my tuners. Otherwise it is working fantastic.

    Any ideas?

    Leave a comment:


  • clarkss12
    replied
    Originally posted by no_spam_for_me View Post
    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...
    Thanks for the help, No_Spam, razdolbaev and ccadi, now I understand the commands much better. With all your help, my box does not shut off with I change to a different source, a very big improvement. It still shuts off when I power down my system each night, but that maybe for some other reason.

    My S89H running OpenELEC, is connected to my new Denon receiver, which has 6 HDMI inputs. I have a PS3, R89, Uverse cable box and this S89H connected to it via HDMI. I have one HDMI cable that feeds into my 6 year old 1080P TV. I use a Logitech universal remote to control the devices. With the remote, at bed time, I just hit one button and it shuts down the Denon receiver and the TV and the Uverse cable box.

    Any ideas on why it shuts down the S89H?

    thanks

    Edit: further test, I powered down each device individually and my S89H did not shut down. So, that means that my universal remote is what is shutting down my box.

    Problem, solved.... thanks for all your help.
    Last edited by clarkss12; 01-24-2015, 16:42. Reason: Problem Solved!!!

    Leave a comment:

Working...
X