User Tools

Site Tools


ir_receiver_setup_on_le_potato

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ir_receiver_setup_on_le_potato [2023/05/05 12:17] austinir_receiver_setup_on_le_potato [2024/09/22 22:08] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * Make sure that the kernel module is loaded **meson_ir** (Its in their kernel by default and if you use their config for a custom kernel)   * Make sure that the kernel module is loaded **meson_ir** (Its in their kernel by default and if you use their config for a custom kernel)
   * Install Dependencies<code>   * Install Dependencies<code>
-emerge --ask media-tv/v4l-utils app-misc/lirc dev-python/python-evdev+emerge --ask media-tv/v4l-utils app-misc/lirc dev-python/python-evdev app-misc/evtest
 </code> </code>
   * Modprobe kernel modules<code>   * Modprobe kernel modules<code>
Line 54: Line 54:
 *                              my_remote.toml *                              my_remote.toml
 </code> </code>
-  * Load it on boot by added ot /etc/rc.cfg<code> +  * Load it on boot 
-ir-keytable -a /etc/rc_maps.cfg -s rc0+    * create service <code> 
 +mobilemouse /etc/init.d # cat irkeytable 
 +#!/sbin/openrc-run 
 +# Copyright 2023 Gentoo Authors 
 +# Distributed under the terms of the GNU General Public License v2 
 + 
 +name="irkeytable" 
 +description="add irkeytable config" 
 + 
 +start() { 
 +    /usr/bin/ir-keytable -a /etc/rc_maps.cfg -s rc0 
 +
 +</code> 
 +    * add to default run level<code> 
 +rc-update add irkeytable default
 </code> </code>
   * Add any modules that you might need to autoload (my case was: ir-nec-decoder and ir-lirc-codec)<code>   * Add any modules that you might need to autoload (my case was: ir-nec-decoder and ir-lirc-codec)<code>
Line 109: Line 123:
 Testing ... (interrupt to exit) Testing ... (interrupt to exit)
 </code> </code>
 +  * Once evtest is working you can code against it: [[https://github.com/adrenlinerush/mocp_i2c_lcd_ir_remote/blob/master/mocp_ir_daemon.py|My Example controlling moc]]
  
ir_receiver_setup_on_le_potato.1683289026.txt.gz · Last modified: 2024/09/22 22:08 (external edit)