This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ir_receiver_setup_on_le_potato [2023/05/05 12:20] – austin | ir_receiver_setup_on_le_potato [2024/09/22 22:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 54: | Line 54: | ||
| * | * | ||
| </ | </ | ||
| - | * Load it on boot by added ot /etc/rc.cfg< | + | * Load it on boot |
| - | ir-keytable -a / | + | * create service < |
| + | mobilemouse | ||
| + | # | ||
| + | # Copyright 2023 Gentoo Authors | ||
| + | # Distributed under the terms of the GNU General Public License v2 | ||
| + | |||
| + | name=" | ||
| + | description=" | ||
| + | |||
| + | start() { | ||
| + | /usr/bin/ir-keytable -a / | ||
| + | } | ||
| + | </ | ||
| + | * add to default run level< | ||
| + | rc-update add irkeytable default | ||
| </ | </ | ||
| * Add any modules that you might need to autoload (my case was: ir-nec-decoder and ir-lirc-codec)< | * Add any modules that you might need to autoload (my case was: ir-nec-decoder and ir-lirc-codec)< | ||