No luck on that one.
Posts by dorrpost
-
-
No luck on enable/disable.
Any other ideas?
-
Do not see anything interesting/apparent in the log file either..
-
Hi,
Suddenly lost connection between frontend and backend (been running for a good while). Can reach web server (tvh) from external source, but the client cant even connect on localhost. Libreelec do have a working connection outwards. Only step taken so far is an update of the system.
Any ideas on where to begin?
HTPC running LE Official 8.2.5 (kodi 17.6)
TVH HTSP 3.4.27.1
Best regards
-
But are there any problem with the LIRC part since the IR code is taken in and interpreted? (IRW printout is working) I do not have any clue on how Kodi handles it from there..
-
Trying the MCE road now, do I need to enable any other protocols to ir-keytable? In that case, which one?
Doesnt work straight out of the box... -
Nope, it doesnt react at all...
CodeLibreELEC:~ # irw 00000000a0a0e817 00 KEY_LEFT Hauppauge 00000000a0a034cb 00 KEY_UP Hauppauge 00000000a0a0c837 00 KEY_RIGHT Hauppauge 00000000a0a0b44b 00 KEY_DOWN Hauppauge 00000000a0a0c23d 00 KEY_OK Hauppauge 00000000a0a048b7 00 KEY_CHANNELUP Hauppauge 00000000a0a008f7 00 KEY_CHANNELDOWN Hauppauge ^C
-
Yep, lircd.conf is apperently read in correctly.
Are the commands interpreted some elsewhere?
-
Might there be a problem with reconizing the remote as an keyboard?
-
Hi everyone!
Having quite big issues getting my remote working. Do getting the expected output with #irw, but then nothing. Do not have any clue on where to continue troubleshooting. Have reduced the commands to minimum for ts...
IR input: TBS6982
Remote: Harmony 650 running as an Hauppage/.config/lircd.conf
Code
Display More# Please make this file available to others # by sending it to <[email protected]> # # this config file was automatically generated # using lirc-0.9.1-git(default) on Sat May 7 21:23:21 2016 # # contributed by # # brand: Hauppauge /storage/.config/lircd.conf # model no. of remote control: # devices being controlled by this remote: #/storage/.config/lircd.conf begin remote name Hauppauge bits 16 flags SPACE_ENC eps 30 aeps 100 header 4506 4486 one 611 1634 zero 611 490 ptrail 619 pre_data_bits 16 pre_data 0xA0A0 gap 48988 min_repeat 1 suppress_repeat 1 # uncomment to suppress unwanted repeats toggle_bit_mask 0x0 begin codes KEY_LEFT 0xE817 KEY_RIGHT 0xC837 KEY_UP 0x34CB KEY_DOWN 0xB44B KEY_OK 0xC23D KEY_CHANNELUP 0x48B7 KEY_CHANNELDOWN 0x08F7 end codes end remote
/Userdata/Lircmap.xmlCode
Display More<lircmap> <remote device=”Hauppauge”> <left>KEY_LEFT</left> <right>KEY_RIGHT</right> <up>KEY_UP</up> <down>KEY_DOWN</down> <select>KEY_OK</select> <pageplus>KEY_CHANNELUP</pageplus> <pageminus>KEY_CHANNELDOWN</pageminus> </remote> </lircmap>
/Userdata/keymaps/keymap.xmlCode
Display More<keymap> <global> <remote> <left>Left</left> <right>Right</right> <up>Up</up> <down>Down</down> <select>Select</select> <pageplus>Pageup</pageplus> <pageminus>Pagedown</pageminus> </remote> </global> </keymap>
Any ideas?Best regards/
Chris