---
excerpt_separator:
category: technology
layout: post
title: Intel NUC, remote controls, and Fedora 22
date: '2015-10-30T18:12:00.002-04:00'
author: Anna Wiggins
tags:
- Media
- System Administration
- linux
- Technology
modified_time: '2015-10-30T18:14:24.849-04:00'
blogger_id: tag:blogger.com,1999:blog-4209116010564764361.post-2467150110977202956
blogger_orig_url: http://www.stringofbits.net/2015/10/intel-nuc-remote-controls-and-fedora-22.html
---
I've had a fun time getting kodi to work with my new remote on an Intel NUC. So, in case you're in a similar situation, here's what worked for me! These instructions are for Fedora 22 and the hardware I linked to in this paragraph, but a lot of the instructions should be applicable in slightly different situations as well.
dnf -y install v4l-utils
/etc/rc_keymaps/rc6_mce
file provided by wstewart at that link, and then run the command they mention:ir-keytable -c -p RC-5,RC-6 -w /etc/rc_keymaps/rc6_mce
ir-keytable -t
, then edit /etc/rc_keymaps/rc6_mce
. See the kodi keyboard shortcuts page for details on what keypress you need to send. If you can't figure out what the constant name for a key is, (most of them are obvious) refer to the kernel source's input.h.