Solved: remote only works on xbmc (not system) restart
|
4th Jun, 2014, 12:58 AM
Post: #1
|
|||
|
|||
remote only works on xbmc (not system) restart
Hello,
I have xbian RC2 and i've managed to setup a gpio ir receiver with lirc which is an absolute pain and took way too long. the problem is it only works if i "stop xbmc" and "start xbmc" again from ssh anyway through perserverance i do the following to get ir working from a clean xbian RC2 Setp 1: add "lirc_rpi gpio_in_pin=14" to /etc/modules Setp 2: mv /etc/lirc/hardware/lirc_rpi.conf /etc/lirc/hardware.conf Step 3: remove -u from LIRCD_ARGS="-u" in above file (fixes double input glitch) Step 4: copy my lircd.conf to /etc/lirc/ My lircd.conf (Click to View) Code: <lircmap> irw Snippet Terminal root@xbian:~# irw 000000037ff04be1 00 KEY_UP Trust_RC-2400 000000037ff04be0 00 KEY_DOWN Trust_RC-2400 000000037ff04be0 01 KEY_DOWN Trust_RC-2400 000000037ff04bdf 00 KEY_LEFT Trust_RC-2400 000000037ff04bdf 01 KEY_LEFT Trust_RC-2400 000000037ff04bde 00 KEY_RIGHT Trust_RC-2400 000000037ff04bf3 00 KEY_POWER Trust_RC-2400 000000037ff04bfe 00 KEY_1 Trust_RC-2400 000000037ff04bfd 00 KEY_2 Trust_RC-2400 000000037ff04bfd 01 KEY_2 Trust_RC-2400 000000037ff04bfc 00 KEY_3 Trust_RC-2400 000000037ff04bfb 00 KEY_4 Trust_RC-2400 000000037ff04bfb 01 KEY_4 Trust_RC-2400 000000037ff04bfa 00 KEY_5 Trust_RC-2400 000000037ff04bf9 00 KEY_6 Trust_RC-2400 000000037ff04bf6 00 KEY_9 Trust_RC-2400 000000037ff04bf6 01 KEY_9 Trust_RC-2400 000000037ff04bf6 02 KEY_9 Trust_RC-2400 000000037ff04bf7 00 KEY_8 Trust_RC-2400 000000037ff04bf8 00 KEY_7 Trust_RC-2400 000000037ff04be2 00 KEY_ZOOMIN* Trust_RC-2400 000000037ff04bff 00 KEY_0 Trust_RC-2400 000000037ff04bff 01 KEY_0 Trust_RC-2400 000000037ff04be3 00 KEY_ZOOMOUT# Trust_RC-2400 000000037ff04be3 01 KEY_ZOOMOUT# Trust_RC-2400 So, after restart of system, irw allways shows up fine but xbmc only responds after ssh stop/start. Fixed it by delaying xbmc start Modified /etc/init/xbmc-preload.conf "start on starting mountall" to "start on stopping mountall and started networking and net-device-up wlan0" |
|||
4th Jun, 2014, 01:03 AM
Post: #2
|
|||
|
|||
RE: remote only works on xbmc (not system) restart
This is a known issue waiting to be fixed. Can you maybe add it on github to bring it to mk01's attention again?
pilight - modular domotica solution
|
|||
4th Jun, 2014, 01:39 AM
Post: #3
|
|||
|
|||
RE: remote only works on xbmc (not system) restart | |||
4th Jun, 2014, 01:54 AM
Post: #4
|
|||
|
|||
RE: remote only works on xbmc (not system) restart
Please add all issues to the main xbian repository here:
https://github.com/xbianonpi/xbian/ pilight - modular domotica solution
|
|||
4th Jun, 2014, 02:44 AM
Post: #5
|
|||
|
|||
RE: remote only works on xbmc (not system) restart
Fixed it by delaying xbmc start
Modified /etc/init/xbmc-preload.conf "start on starting mountall" to "start on stopping mountall and started networking and net-device-up wlan0" also put the issue in the right place |
|||
4th Jun, 2014, 03:23 AM
Post: #6
|
|||
|
|||
RE: remote only works on xbmc (not system) restart
Nice one for the wiki
pilight - modular domotica solution
|
|||
14th Jun, 2014, 08:42 PM
Post: #7
|
|||
|
|||
RE: remote only works on xbmc (not system) restart
(4th Jun, 2014 02:44 AM)Ollie Smith Wrote: Fixed it by delaying xbmc start It broke my xbian startup. Then I tried just "start on stopping mountall" and "start on stopping mountall and started networking", but same problem with remote control. I'm running Xbian RC2 and this remote control issue is really annoying since it makes me have to ssh and restart xbmc service each time I reboot xbian. |
|||
22nd Jun, 2014, 07:33 AM
Post: #8
|
|||
|
|||
RE: remote only works on xbmc (not system) restart
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|