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 10:4

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: > http://www.hauppauge.com/site/webstore

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 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 remot

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_us

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

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 > kern

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 ab

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 ev

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

2014-12-04 Thread 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 able to read values from a remote IR control. During boot I can recognise the ir as follow: [2.478959] input: sunxi-ir as /devices/virtual/input/input0 Looking on the devices I get