[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

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

[linux-sunxi] Re: [PATCH 4/5] ARM: dts: sun6i: Add sun6i-a31s.dtsi

2014-12-04 Thread Maxime Ripard
On Wed, Nov 26, 2014 at 05:39:31PM +0800, Chen-Yu Tsai wrote: Are the gates really identical? As in not even stripped down? According to the user manuals, the AHB1 gates on the A31s don't have GMAC (or EMAC in the manual) and MIPI DSI listed. Though it seems a lot of A31s hardware

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

[linux-sunxi] Re: [PATCH 5/5] ARM: dts: sun6i: Add dts file for CSQ CS908 board

2014-12-04 Thread Maxime Ripard
Hi, On Wed, Nov 26, 2014 at 09:58:18AM +0100, Hans de Goede wrote: Hi, On 11/25/2014 07:21 PM, Maxime Ripard wrote: On Sun, Nov 23, 2014 at 01:54:43PM +0100, Hans de Goede wrote: The CSQ CS908 is an A31s based top-set box, with 1G RAM, 8G NAND, rtl8188etv usb wifi, 2 USB A receptacles (1

Re: [linux-sunxi] [PATCH 1/3] dts-binding: input: sun7ips2: Device tree bindings for Allwinner sun7i A20 PS2 host controller

2014-12-04 Thread Hans de Goede
Hi, Interesting patch-set. I knew the A10 / A20 had ps/2 but I did not expect anyone to use it :) I'll try to make some time to give this a try an A10, guess I need to desolder a ps2 female connector from some old board :) On 12/03/2014 11:47 PM, vishnupatekar wrote: ---

Re: [linux-sunxi] [PATCH 3/3] ARM:dts:sun7i:ps2 added nodes for Sun7i A20 PS2 controller. added ps2 nodes in lime2 board dts.

2014-12-04 Thread Hans de Goede
Hi, On 12/04/2014 12:06 AM, vishnupatekar wrote: --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 10 arch/arm/boot/dts/sun7i-a20.dtsi| 30 ++- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git

[linux-sunxi] Re: [PATCH] remove sunxi_nand from sun7i_defconfig

2014-12-04 Thread nilsnuls0
I have no issues on A10 A20 with /dev/nand(whole device) formatted as btrfs(with compression), 6 month working setup with 3.4.79/103. Nand used as storage for Gentoo portage and synced daily(cron). Mele A100/M3. -- You received this message because you are subscribed to the Google Groups