[LEDE-DEV] iodine bad endianess?

2017-11-29 Thread Gui Iribarren
Hello, i've been trying to run iodine (client) on LEDE, but the packets generated by the client have a weird problem, which looks like some endianness issue. Comparing the initial handshake packets generated by debian iodine client (which works fine), and LEDE one (which never connects to server) t

[LEDE-DEV] finish LEDE support for RB953GS

2017-08-17 Thread Gui Iribarren
Hey Felix, here i am picking up this thread again http://lists.infradead.org/pipermail/lede-dev/2017-January/005204.html I want to finish proper LEDE support for this board, mainly getting NAND detection working I remember trying out some things after that last mail (with your very kind help over

Re: [LEDE-DEV] dnsmasq sometimes fails to start on 17.01.0

2017-03-29 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On 23/03/17 16:10, Gui

Re: [LEDE-DEV] Release 17.01.0 binary packages have changed and SDK inconsistency

2017-03-28 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On 28/03/17 17:37, Daniel Golle wr

Re: [LEDE-DEV] stack trace: warning at .../sta_info.c:451 in LEDE 17.01.0

2017-03-23 Thread Gui Iribarren via Lede-dev
5:13, Koen Vandeputte wrote: > > > On 2017-03-23 02:30, Gui Iribarren via Lede-dev wrote: >> The sender domain has a DMARC Reject/Quarantine policy which disallows >> sending mailing list messages using the original "From" header. >> >> To mitigate this problem, t

Re: [LEDE-DEV] dnsmasq sometimes fails to start on 17.01.0

2017-03-23 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Thanks both for the replies! I co

Re: [LEDE-DEV] dnsmasq sometimes fails to start on 17.01.0

2017-03-23 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On 23/03/17 00:35, Eric Luehrsen w

[LEDE-DEV] stack trace: warning at .../sta_info.c:451 in LEDE 17.01.0

2017-03-22 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- dumping here more things i come ac

[LEDE-DEV] dnsmasq sometimes fails to start on 17.01.0

2017-03-22 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello devs, i'm trying to understa

[LEDE-DEV] [PATCH v2] ar71xx: add initial support for RB953GS-5HnT-RP

2017-01-09 Thread Gui Iribarren
-off-by: Gui Iribarren --- Changelog v2: * enable serial console during LEDE boot on board "953gs" Regarding the ethernet ports, it looks like the SGMII/RGMII interfaces are connected differently than in the AP135 reference board, so while the switch is working, it does not communicat

[LEDE-DEV] questions about RB953GS on LEDE

2017-01-08 Thread Gui Iribarren
So, I have two issues with porting LEDE to this mikrotik board (patch just sent in another thread) on one hand, console is not initialized properly in the default initramfs.elf the kernel cmdline is missing "console=ttyS0,115200", and so the console is disabled during boot. to workaround it, i d

[LEDE-DEV] [PATCH] ar71xx: add initial support for RB953GS-5HnT-RP

2017-01-08 Thread Gui Iribarren
Add board support, no userspace files yet. Tested over TFTP, switch is working (the 3 ports report link status, didn't configure VLANs) Both miniPCIe slots are confirmed working, including their status LEDs Not tested: reset button, USB port, SFP cages, AR9558 radio. Signed-off-by: Gui Irib