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" |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
remote only works on xbmc (not system) restart - Ollie Smith - 4th Jun, 2014 12:58 AM
RE: remote only works on xbmc (not system) restart - CurlyMo - 4th Jun, 2014, 01:03 AM
RE: remote only works on xbmc (not system) restart - Ollie Smith - 4th Jun, 2014, 01:39 AM
RE: remote only works on xbmc (not system) restart - CurlyMo - 4th Jun, 2014, 01:54 AM
RE: remote only works on xbmc (not system) restart - Ollie Smith - 4th Jun, 2014, 02:44 AM
RE: remote only works on xbmc (not system) restart - prelsidente - 14th Jun, 2014, 08:42 PM
RE: remote only works on xbmc (not system) restart - CurlyMo - 4th Jun, 2014, 03:23 AM
RE: remote only works on xbmc (not system) restart - mk01 - 22nd Jun, 2014, 07:33 AM
|