{"id":318,"date":"2015-01-25T21:00:37","date_gmt":"2015-01-25T20:00:37","guid":{"rendered":"http:\/\/www.anginf.de\/?p=318"},"modified":"2015-01-26T00:21:48","modified_gmt":"2015-01-25T23:21:48","slug":"configure-ir-remote-for-odroid-c1","status":"publish","type":"post","link":"https:\/\/www.anginf.de\/?p=318","title":{"rendered":"Configure IR Remote for ODROID C1"},"content":{"rendered":"<ol>\n<li>\n<pre lang=\"bash\">sed -i 's\/debug_enable\\ =\\ 0\/debug_enable\\ =\\ 1\/' \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<li>\n<pre lang=\"bash\">odroid_remote \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<li>\n<pre lang=\"bash\">tail -f \/var\/log\/kern.log<\/pre>\n<\/li>\n<li>Now press the buttons on your IR remote. You will get an error code which changes in the first letters. The last four letters are the factory code.<\/li>\n<li>Replace the ZZZZ in the following with the four letters command and execute the command.\n<pre lang=\"bash\">sed -i 's\/factory_code.*\/factory_code\\ =\\ 0xZZZZ0001\/' \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<li>\n<pre lang=\"bash\">odroid_remote \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<li>\n<pre lang=\"bash\">tail -f \/var\/log\/kern.log<\/pre>\n<\/li>\n<li>The custom error code will be replaced by &#8222;<code>scancode is ...., invalid key is 0x....<\/code>&#8222;<\/li>\n<li>The LAST two letters of the &#8222;scancode&#8220; are the needed keycodes. Enter it under key_begin and repeat_key_begin in your \/etc\/odroid_remote.conf<\/li>\n<li>\n<pre lang=\"bash\">odroid_remote \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<li>If you&#8217;re satisfied with the result, disable the debug_enable flag again:<\/li>\n<li>\n<pre lang=\"bash\">sed -i 's\/debug_enable\\ =\\ 1\/debug_enable\\ =\\ 0\/' \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<li>And one final last time, run the odroid_remote-program:<\/li>\n<li>\n<pre lang=\"bash\">odroid_remote \/etc\/odroid_remote.conf<\/pre>\n<\/li>\n<\/ol>\n<p>Here&#8217;s my sample \/etc\/odroid_remote.conf, I configured it using a YAMAHA RV520 remote control:<\/p>\n<pre lang=\"bash\">\r\nfactory_code = 0x1f000001\r\nwork_mode = 0\r\nrepeat_enable = 1\r\nrepeat_delay = 40\r\nrepeat_peroid = 39\r\nrelease_delay = 121\r\ndebug_enable = 1\r\n\r\nkey_begin\r\n        0x45 2   # Key \"1\"\r\n        0x41 3   # Key \"2\"\r\n        0x5e 4   # Key \"3\"\r\n        0x49 5   # Key \"4\"\r\n        0x4d 6   # Key \"5\"\r\n        0x51 7   # Key \"6\"\r\n        0x58 8   # Key \"7\"\r\n        0x5c 9   # Key \"8\"\r\n        0x5d 10  # Key \"9\"\r\n#       0x00 11  # Key \"0\"\r\n        0x1f 25  # Remote \">\" (Play), Kodi \"Play\", Key \"P\"\r\n        0x13 33  # Remote \">>\" (FFWD), Kodi \"Fast Forward\", Key \"F\"\r\n        0x15 19  # Remote \"<<\" (RWND), Kodi \"Rewind\", Key \"R\"\r\n#       0x00 57  # Remote \"||\" (Pause), Kodi \"Pause\/play\", Key \"<SPACEBAR>\"\r\n        0x14 14  # Remote STOP, Kodi STOP, Key \"X\"\r\n        0x1c 105  # Remote Left, Kodi Left, Key Left\r\n        0x1d 106  # Remote Right, Kodi Right, Key Right\r\n        0x1e 103  # Remote Up, Kodi Up, Key Up\r\n        0x1a 108  # Remote Down, Kodi Down, Key Down\r\n        0x4a 28  # Remote Select, Kodi Select, Key \"<ENTER>\"\r\n        0x1b 14  # Remote Return, Kodi Back, Key \"<BACKSPACE>\"\r\n        0x1b 1   # Remote Exit, Kodi Previous Menu\/Home Screen, Key \"<ESC>\"\r\n        0x40 71  # Remote Home, Kodi Top Menu, Key \"<HOME>\"\r\nkey_end\r\n\r\nrepeat_key_begin\r\n        0x45 2   # Key \"1\"\r\n        0x41 3   # Key \"2\"\r\n        0x5e 4   # Key \"3\"\r\n        0x49 5   # Key \"4\"\r\n        0x4d 6   # Key \"5\"\r\n        0x51 7   # Key \"6\"\r\n        0x58 8   # Key \"7\"\r\n        0x5c 9   # Key \"8\"\r\n        0x5d 10  # Key \"9\"\r\n#       0x00 11  # Key \"0\"\r\n        0x1f 25  # Remote \">\" (Play), Kodi \"Play\", Key \"P\"\r\n        0x13 33  # Remote \">>\" (FFWD), Kodi \"Fast Forward\", Key \"F\"\r\n        0x15 19  # Remote \"<<\" (RWND), Kodi \"Rewind\", Key \"R\"\r\n#       0x00 57  # Remote \"||\" (Pause), Kodi \"Pause\/play\", Key \"<SPACEBAR>\"\r\n        0x14 14  # Remote STOP, Kodi STOP, Key \"X\"\r\n        0x1c 105  # Remote Left, Kodi Left, Key Left\r\n        0x1d 106  # Remote Right, Kodi Right, Key Right\r\n        0x1e 103  # Remote Up, Kodi Up, Key Up\r\n        0x1a 108  # Remote Down, Kodi Down, Key Down\r\n        0x4a 28  # Remote Select, Kodi Select, Key \"<ENTER>\"\r\n        0x1b 14  # Remote Return, Kodi Back, Key \"<BACKSPACE>\"\r\n        0x1b 1   # Remote Exit, Kodi Previous Menu\/Home Screen, Key \"<ESC>\"\r\n        0x40 71  # Remote Home, Kodi Top Menu, Key \"<HOME>\"\r\nrepeat_key_end\r\n<\/pre>\n<p>And here are the keycodes you&#8217;ll need for each key:<\/p>\n<table style=\"height: 4209px;\" border=\"0\" width=\"195\" rules=\"ALL\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col span=\"2\" width=\"80\" \/> <\/colgroup>\n<tbody>\n<tr>\n<td class=\"xl63\" width=\"80\" height=\"20\">Key<\/td>\n<td class=\"xl63\" width=\"80\">keycodes<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">ESC<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">1<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">1<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">2<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">2<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">3<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">3<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">4<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">4<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">5<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">5<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">6<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">6<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">7<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">7<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">8<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">8<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">9<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">9<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">10<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">0<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">11<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">&#8211;<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">12<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">=<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">13<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">BS<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">14<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">TAB<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">15<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Q<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">16<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">W<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">17<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">E<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">18<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">R<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">19<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">T<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">20<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Y<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">21<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">U<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">22<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">I<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">23<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">O<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">24<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">P<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">25<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">[<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">26<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">]<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">27<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">ENTER<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">28<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">L CTRL<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">29<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">A<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">30<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">S<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">31<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">D<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">32<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">33<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">G<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">34<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">H<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">35<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">J<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">36<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">K<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">37<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">L<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">38<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">;<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">39<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">&#8218;<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">40<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">`<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">41<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">L SHIFT<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">42<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">\\<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">43<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Z<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">44<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">X<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">45<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">C<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">46<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">V<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">47<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">B<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">48<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">N<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">49<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">M<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">50<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">,<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">51<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">.<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">52<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">\/<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">53<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">R SHIFT<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">54<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">*<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">55<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">L ALT<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">56<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">SPACE<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">57<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">CAPS LOCK<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">58<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F1<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">59<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F2<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">60<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F3<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">61<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F4<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">62<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F5<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">63<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F6<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">64<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F7<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">65<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F8<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">66<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F9<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">67<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F10<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">68<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">NUM LOCK<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">69<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"40\">SCROLL LOCK<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">70<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">HOME 7<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">71<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">UP 8<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">72<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">PGUP 9<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">73<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">&#8211;<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">74<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">LEFT 4<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">75<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" align=\"right\" width=\"80\" height=\"20\">5<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">76<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"40\">RT ARROW 6<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">77<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">+<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">78<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">END 1<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">79<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">DOWN 2<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">80<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">PGDN 3<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">81<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">INS<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">82<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">DEL<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">84<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F11<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">87<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">F12<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">88<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">R ENTER<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">96<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">R CTRL<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">97<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">\/<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">98<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">PRT SCR<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">99<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">R ALT<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">100<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Home<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">102<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Up<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">103<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">PgUp<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">104<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Left<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">105<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Right<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">106<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">End<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">107<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Down<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">108<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">PgDn<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">109<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Insert<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">110<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Del<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">111<\/td>\n<\/tr>\n<tr>\n<td class=\"xl64\" width=\"80\" height=\"20\">Pause<\/td>\n<td class=\"xl64\" align=\"right\" width=\"80\">119<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Helpful links for this article:<\/p>\n<ul>\n<li><a title=\"Keyboard Controls for KODI\" href=\"http:\/\/kodi.wiki\/view\/Keyboard_controls\" target=\"_blank\">Keyboard Controls for KODI<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>sed -i &#8217;s\/debug_enable\\ =\\ 0\/debug_enable\\ =\\ 1\/&#8216; \/etc\/odroid_remote.conf odroid_remote \/etc\/odroid_remote.conf tail -f \/var\/log\/kern.log Now press the buttons on your IR remote. You will get an error code which changes in the first letters. The last four letters are the factory code. Replace the ZZZZ in the following with the four letters command and execute the &hellip; <a href=\"https:\/\/www.anginf.de\/?p=318\" class=\"more-link\"><span class=\"screen-reader-text\">Configure IR Remote for ODROID C1<\/span> weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-318","post","type-post","status-publish","format-standard","hentry","category-allgemein"],"_links":{"self":[{"href":"https:\/\/www.anginf.de\/index.php?rest_route=\/wp\/v2\/posts\/318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.anginf.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.anginf.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.anginf.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.anginf.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=318"}],"version-history":[{"count":9,"href":"https:\/\/www.anginf.de\/index.php?rest_route=\/wp\/v2\/posts\/318\/revisions"}],"predecessor-version":[{"id":327,"href":"https:\/\/www.anginf.de\/index.php?rest_route=\/wp\/v2\/posts\/318\/revisions\/327"}],"wp:attachment":[{"href":"https:\/\/www.anginf.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.anginf.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.anginf.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}