Author Topic: ATX raspi on openelec kodi [solved]  (Read 4283 times)

Plugandplay

  • NewMember
  • *
  • Posts: 1
ATX raspi on openelec kodi [solved]
« on: June 17, 2015, 03:23:17 PM »
Hi There,

I've used an atx raspi for powering my raspberry pi for a while now. I'm in the process of building a nice enclosure for my other pi that runs openelec kodi and is connected to my TV. I was going to use the switch and atxraspi for it but when I tried to run the sudo wget command there was an error to do with not being able to connect to the https. I have no Linux knowledge whatsoever but after a bit of thinking and googeling I used the nano command and copied and pasted the script, saved and executed with bash.
Problem now is the openelec file system being read only...
Is there a way (that can be followed by a complete novice in Linux) to run this script?

Looking forward to your replies☺

Cheers
« Last Edit: March 14, 2016, 01:33:29 PM by Felix »

mheyman

  • NewMember
  • *
  • Posts: 3
Re: ATX raspi on openelec kodi
« Reply #1 on: July 10, 2015, 01:41:47 AM »
Did you ever find a solution for this? I am using Lakka which is also OpenElec and I got the read only error too.

zoomzoomluke

  • NewMember
  • *
  • Posts: 3
Re: ATX raspi on openelec kodi
« Reply #2 on: July 10, 2015, 08:01:02 AM »
One solution on OpenElec is to convert the script into a Kodi Service Add-on. Shouldn't take very long, I'm still waiting on my ATXRaspi so I can't test it but once it turns up i'll make the Add-on if no one else has done it yet.


arjanv

  • NewMember
  • *
  • Posts: 5
  • Country: nl
Re: ATX raspi on openelec kodi
« Reply #4 on: February 22, 2016, 03:58:31 PM »
Hi,

anyone has this working on openelec?

thanks

chunkysteveo

  • NewMember
  • *
  • Posts: 3
  • Country: gb
Re: ATX raspi on openelec kodi
« Reply #5 on: February 25, 2016, 09:24:44 AM »
Works on OSMC without any issue..?

arjanv

  • NewMember
  • *
  • Posts: 5
  • Country: nl
Re: ATX raspi on openelec kodi
« Reply #6 on: March 05, 2016, 12:47:02 PM »
Works on OSMC without any issue..?

not working by me

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: ATX raspi on openelec kodi
« Reply #7 on: March 11, 2016, 04:06:25 PM »
FYI it looks like for openelect things that should run at startup should go in /storage/.config/autostart.sh
See this page for details: http://wiki.openelec.tv/index.php/Autostart.sh
I guess this would be the equivalent to /etc/rc.local on debian distros
« Last Edit: March 14, 2016, 01:31:44 PM by Felix »

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: ATX raspi on openelec kodi
« Reply #8 on: March 14, 2016, 01:33:13 PM »
! UPDATE !

I have successfully created a script that works for OpenElec/Kodi, it is tested and works the same as on raspbian.
The install instructions for OpenElec are now posted on this page: http://lowpowerlab.com/atxraspi/#installation
Please use the latest script at the link above, not the one attached here earlier.
Sorry for not having done this earlier guys.