Forum

Full Version: Supplemental info for Remote guide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanted to add some info to the page here. regarding using an IR reciever connected to GPIO and solutions to two different issues that can cause repeated key-presses.

I don't know what your adminstrative issues are, but I'm nearly at the end of my patientence trying to get this information out. Your Wiki is pretty sparse, and this may be why.
We lost the wiki by a fault of our host.. So we have to rebuild it.

As for the keyrepeats, you can set Remoterepeat in advancedsettings.xml, it might solve the problem.
I don't have a problem, other than not being able to register for the Wiki.
(21st Aug, 2013 11:09 AM)Dr. Kylstein Wrote: [ -> ]I don't have a problem, other than not being able to register for the Wiki.

Wiki registrations are disabled, if you want an wiki account, you can contact rikardo or me.
or you can contribute here in the forum and Wiki team move it to the right place
Is it possible to add the following text to the remote wiki?

As of now, Xbian is using upstart and not sysv style booting. Jobs and services are located in /etc/init (not /etc/init.d) and new control commands are "stop …" "start …" "reload …."

So in instead of using:
Code:
/etc/init.d/lirc stop
use:
Code:
stop lirc

Source:
http://forum.xbian.org/thread-1852-post-18456.html#pid18456

Caused a lot of Google'ing for me to find this and get my remote to work Smile
Reference URL's