Posts: 39
Joined: Sep 2009
Reputation:
0
xekon
Junior Member
Posts: 39
2018-01-20, 04:55
(This post was last modified: 2018-01-20, 04:57 by xekon.)
thank you for your post, this does indeed work, all of the buttons on my remote can be configured to do what I need.
I do have one issue though, is it possible using the kernel/rc_keymaps to bind a particular key to do the equivalent of irsend?
I know with the old LIRC setup if your IR receiver also had the ability to send ir signals then you would use irsend.
my receiver is the popular MCE hp receiver and remote HP ovu400103/00
on the back of the device is a spot to plug in your ir transmitter (super tiny transmitter on a cable, you can route near your other device you need to control such as controlling the volume directly on a stereo receiver, or being able to turn it on or off.)
would prefer to be able to send ir codes to my other devices so that I can use one single remote to control my devices instead of having to use multiple remotes
Posts: 29
Joined: Jul 2010
Reputation:
0
Hi,
I have just moved from a windows Kodiover to Ubuntu, kodi installed ok, but the remote (RC6) hardly works, one or two buttons work.
I found this entry in the forum, seemed easy but the folder rc_keymaps does not appear to exist in my installation so where do I put the file?
Posts: 29
Joined: Jul 2010
Reputation:
0
This is becoming a real pain in the backside.
I really do not want to go back to windows, so I am trying hard here.
I have so far got a working Libreelec but I want to instead try and use a full blown linux build with Kodi in it, but not so kodi takes over the entire system (boot into kodi but leave the desktop running as well)
I tried Mint, but CPU went nuts with kodi running
I then ran Lubuntu but it was more painful getting it working
I ended up with Ubuntu (not my favorite version of Linux) and Kodi installed problem free, nice and fast no cpu issues etc, however my RC6 MCE remote only has a few buttons that work.
I found this port and thought great someone has done the work for me, however I appear to be lacking the RC_Keymaps folder, so I figured I could simply create it, however when I tried to run the command in the readme file " sudo ir-keytable -c -w /etc/rc_keymaps/rc6_mce " it would not run as ir-keytable does not exit, so I installed it, then ran it, and a message suggested it had done something (sorry I cant recalll what it said)
Reading something about restarting Ubuntu I told it to reboot, upon restarting it entered immediately into Kodi and I am now unable to get back into Ubuntu again.
So after an hour playing I now have to wipe it all and start all over again.
Surely there are instructions that work somewhere?
Posts: 29
Joined: Jul 2010
Reputation:
0
ok so I gave up on ubuntu and installed Manjaro figured what the hell I may as well try something simpler, again installed no issues, Kodi runs perfect, same blasted remote problem.
this time the rc_keymaps folder was there, so I put the rc6_mce file into the folder and again tried to run the command, this time I get
invalid parameter on line 9 of /etc/rc_keymaps/rc6_mce
ir-keytable: failed to read table file /etc/rc_keymaps/rc6_mce
I may have to concede defeat, and stick to Libreelec which seems to work just fine.
Posts: 14
Joined: Oct 2011
Reputation:
0
For anyone having issues here are complete instructions;
Install is easy;
1) remove LIRC (sudo apt-get remove *lirc* --purge)
2) install ir-keytable (sudo apt-get install ir-keytable)
3) create /etc/rc_keymaps directory (sudo mkdir /etc/rc_keymaps)
4) copy the rc6-mce config file from github to rc_keymaps, or copy it as raw and paste into a new rc6-mce text file in /etc/rc-keymaps.
5) sudo ir-keytable -c -w /etc/rc_keymaps/rc6_mce
Remote will then work without issue, as long as your receiver is already working of course.
If this doesn't work, 1) check that your remote is a MCE remote. 2) check that your receiver is an ehome receiver. Google is your friend.
Posts: 14
Joined: Oct 2011
Reputation:
0
That seems very unlikely, ir-keytable is the modern implementation of IR in Linux. This isn't a 'trick' it's the correct way to configure a remote control.
Posts: 129
Joined: Feb 2018
Reputation:
1
one more small question:
How do I associate a button with three "ketboard button" at the same time?
I would like to do so (Ctr+Shift+O) but it doesn't work:
0x8034842f KEY_CTRL KEY_SHIFT KEY_O
I also tried
0x8034842f KEY_CTRL+KEY_SHIFT+KEY_O
or
0x8034842f 'KEY_CTRL KEY_SHIFT KEY_O'
Sorry for grammatical errors, use an online translator