beta2 ongoing development
|
14th Aug, 2013, 02:20 AM
Post: #115
|
|||
|
|||
Re: RE: beta2 ongoing development
(13th Aug, 2013 07:34 AM)mk01 Wrote: @f1v4 Updated and once again remote is nonfunctional. The update moved my /etc/lirc/lircd.conf to /etc/lirc/lircd.conf.xbian. I had to move it back, restart lircd then XBMC to fix. mk01 we need an intelligent way to add the contents of the new lircd.conf to the existing one, or at least use an include. Currently the contents of /etc/lirc/lircd.conf are Code: include "/etc/lirc/remotes/devinput.conf" The stock file should add an include to a new place in /home/xbian/.remotes/myremote.conf so we can add our custom configuration to this file and it will always be picked up upon updates. So first we add /home/xbian/.remotes/myremote.conf to /etc/lirc/lircd.conf making it Code: include "/home/xbian/.remotes/myremote.conf" Then we create the directory and file: Code: mkdir -p /home/xbian/.remotes Add necessary contents to /home/xbian/.remotes/myremote.conf which will be safe from deletion/changes from future updates. Finally we edit the wiki on xbian remote control to reflect the new way of configuration. Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
« Next Oldest | Next Newest »
|