Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread jonsm...@gmail.com
IR remotes use different protocols. These protocols are supported by different kernel modules like NEC, RC5, etc. You also need keymaps for mapping the remote protocols into standard key events. Look in the kernel source at drivers/media/rc/.. If you get things set up right Linux can decode

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread Andreas Baierl
What's your fex like? Did you recognise https://github.com/linux-sunxi/sunxi-boards/commit/68acb3b1610a44b9402560623f7e35b7882585e9? Regards Am 04.12.2014 14:42, schrieb Simo Xefil: Hello to all! I'm trying to debug IR signals on a A20 based board with Arch Linux. I'm trying to test if I'm

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread Simo Xefil
Il giorno giovedì 4 dicembre 2014 14:51:57 UTC+1, Jon Smirl ha scritto: IR remotes use different protocols. These protocols are supported by different kernel modules like NEC, RC5, etc. You also need keymaps for mapping the remote protocols into standard key events. Look in the kernel

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread Simo Xefil
Il giorno giovedì 4 dicembre 2014 14:57:37 UTC+1, Andreas Baierl ha scritto: What's your fex like? Did you recognise https://github.com/linux-sunxi/sunxi-boards/commit/68acb3b1610a44b9402560623f7e35b7882585e9 ? Regards How to identify if it's applied? A little bit out of my known ranges

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread Simo Xefil
Il giorno giovedì 4 dicembre 2014 14:57:37 UTC+1, Andreas Baierl ha scritto: What's your fex like? Did you recognise https://github.com/linux-sunxi/sunxi-boards/commit/68acb3b1610a44b9402560623f7e35b7882585e9 ? Regards sorry, found! My script.fex is already so: [ir_para] ir_used = 1

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread jonsm...@gmail.com
On Thu, Dec 4, 2014 at 9:23 AM, Simo Xefil xe...@xefil.com wrote: Il giorno giovedì 4 dicembre 2014 14:51:57 UTC+1, Jon Smirl ha scritto: IR remotes use different protocols. These protocols are supported by different kernel modules like NEC, RC5, etc. You also need keymaps for mapping the

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread Simo Xefil
Il giorno giovedì 4 dicembre 2014 16:24:23 UTC+1, Jon Smirl ha scritto: It is unlikely that your built-in IR can also transmit. Your box would need to have a jack labeled IR out. You will probably need an external USB box like this one:

Re: [linux-sunxi] Infrared Remote Control (sunxi-ir)

2014-12-04 Thread jonsm...@gmail.com
I have not tried this... but I think if you load the kernel lirc device driver the raw data will be available on /dev/lirc. It may also be available in sysfs as part of the base IR system. Google around, someone else must have tried getting to it. http://www.lirc.org/ On Thu, Dec 4, 2014 at