Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread Marco Antonio Mauro
On Thu, Oct 17, 2013 at 1:47 PM, Tomislav Požega wrote: > thomson usually sticks with crappy broadcom so don't give much hope for > AR9271.. It's a Ralink RT3070 it seems! The console log is here: http://pastebin.com/LCf2rFCv I didn't take it from my device as I'm having problems with the seria

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread Jacek Kikiewicz
Hi, Well, if boot loader is not supported you have 2 choices: 1. Leave it 2. Make boot loader supported with some hard work :) The devices in linux based so there should be some way... Regards, Jacek On 18.10.2013 10:13, Marco Antonio Mauro wrote: On Thu, Oct 17, 2013 at 1:47 PM, Tomislav Pože

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread James Hilliard
I've been working with someone with a similar one myself the ZTE ZXV10 H108L router modem from Wind Hellas, it has a u-boot bootloader and runs linux. http://pastebin.com/EXzrEwfE is the serial log and http://pastebin.com/H5nbgr3i is printenv, I have issued a GPL source code request to the operator

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread Marco Antonio Mauro
On Fri, Oct 18, 2013 at 10:18 AM, Jacek Kikiewicz wrote: > Well, if boot loader is not supported you have 2 choices: > 1. Leave it > 2. Make boot loader supported with some hard work :) 3. replace bootloader with uboot? Anyways internal pictures are here. https://apps.fcc.gov/oetcf/eas/reports/

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread Jacek Kikiewicz
On 18.10.2013 10:22, Marco Antonio Mauro wrote: On Fri, Oct 18, 2013 at 10:18 AM, Jacek Kikiewicz wrote: Well, if boot loader is not supported you have 2 choices: 1. Leave it 2. Make boot loader supported with some hard work :) 3. replace bootloader with uboot? Anyways internal pictures are

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread James Hilliard
What ISP is this issued by? Do you have a link to this modem on their website? On Fri, Oct 18, 2013 at 3:25 AM, Jacek Kikiewicz wrote: > > On 18.10.2013 10:22, Marco Antonio Mauro wrote: > >> On Fri, Oct 18, 2013 at 10:18 AM, Jacek Kikiewicz wrote: >> >>> Well, if boot loader is not supported

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread Marco Antonio Mauro
On Fri, Oct 18, 2013 at 10:37 AM, James Hilliard wrote: > What ISP is this issued by? Do you have a link to this modem on their > website? Tiscali Italy http://assistenza.tiscali.it/tecnica/adsl/configurazioni/thomson_tg585v8/ This is the support page, in Italian. -- Marcus905 GPG pubkey: htt

[OpenWrt-Devel] [PATCHv2] ar71xx: Fix sysupgrades for Allnet and OpenMesh devices

2013-10-18 Thread Sven Eckelmann
Both Allnet and OpenMesh sysupgrade uses fw_setenv from uboot-envtools to change different settings in the uboot environment. uboot-envtools version 2013.01 introduced a filesystem lock "/var/lock/fw_printenv.lock" to guarantee mutually exclusive access to the uboot environment. But the path /var d

Re: [OpenWrt-Devel] [PATCH] ar71xx: Fix sysupgrades for Allnet and OpenMesh devices

2013-10-18 Thread Sven Eckelmann
On Thursday 17 October 2013 16:12:27 Daniel Golle wrote: > Hi Sven, > > thank you for addressing that issue! > > On 10/17/2013 06:42 PM, Sven Eckelmann wrote: > > diff --git a/target/linux/ar71xx/base-files/lib/upgrade/allnet.sh > > b/target/linux/ar71xx/base-files/lib/upgrade/allnet.sh index > >

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread James Hilliard
Does the software appear to be customized at all for the ISP or does it seem to be generic? I am going to issue a GPL source code request and want to make sure it reaches the right company. There appears to be incomplete source code listed on this website that was formally Thomson http://www3.techn

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-18 Thread José Vázquez Fernández
Take a look at this ticket: https://dev.openwrt.org/ticket/9631 - Original Message - From: Weedy To: OpenWrt Development List Sent: Friday, October 18, 2013 1:02 AM Subject: Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS On 17 Oct 2013 13:07, "chrono" wr

Re: [OpenWrt-Devel] OpenWRT on Ubicom Chipsets

2013-10-18 Thread James Hilliard
Do I need to submit everything all at once or can I add things slowly so I can confirm all components are in compliance with openwrt formatting etc? The first thing to do would be to revert the removal of the ubicom32 platform here https://dev.openwrt.org/wiki/ubicom32, from there I can work on int

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread Marco Antonio Mauro
On Oct 18, 2013 1:00 PM, "James Hilliard" wrote: > > Does the software appear to be customized at all for the ISP or does it seem to be generic? I'm not home at the moment so I cannot grab you some screenshots, but the interface is exactly the same as the one here taken from my ISP's website: ht

Re: [OpenWrt-Devel] [PATCH 1/3] pptpd: Add uci configuration for PPTPD.

2013-10-18 Thread Jo-Philipp Wich
Applied in r38445 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/3] isc-dhcp: dhcrelay: Add more UCI options

2013-10-18 Thread Jo-Philipp Wich
Applied in r38446 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 3/3] isc-dhcp: dhcrelay: Add RFC3527 link selection sub-option

2013-10-18 Thread Jo-Philipp Wich
Applied in r38447 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] iwinfo: make 'type' visible in wrapped iwinfo

2013-10-18 Thread Jo-Philipp Wich
Applied in r38448 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 06/10] iw: add patch to support 802.11j frequencies

2013-10-18 Thread Jo-Philipp Wich
Applied in r38449 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 09/10] x86: fix condition in base-files.mk

2013-10-18 Thread Jo-Philipp Wich
Applied in r38450 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 08/10] wpa_supplicant: fix beacon_int configuration option

2013-10-18 Thread Jo-Philipp Wich
Applied in r38451 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] dropbear: add dropbear.nl mirror, provided by dropbear maintainer

2013-10-18 Thread Jo-Philipp Wich
Applied in r38413 - thanks! ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-18 Thread Weedy
On 18/10/13 07:09 AM, José Vázquez Fernández wrote: > Take a look at this ticket: https://dev.openwrt.org/ticket/9631 Again, I do not personally have this issue but I can see why it would need to be fixed. $ ssh r...@openwrt.lan 'reboot';sleep 3;while ! ping -c3 openwrt.lan; do sleep 2; done; ssh

Re: [OpenWrt-Devel] sysupgrade support for OM2P working in AA?

2013-10-18 Thread Marek Lindner
Hi, > This is the wiki page in question: > http://wiki.openwrt.org/toh/openmesh/om2p#upgrading.openwrt > > Thank you for clarifying that sysupgrade does work! if the sysupgrade works to your satisfaction would you mind updating that section in the wiki ? It might spare the next person some has

Re: [OpenWrt-Devel] Add a new Amazon-SE board

2013-10-18 Thread James Hilliard
Ok, i'm going to contact the manufacturer directly then and see what they say. On Fri, Oct 18, 2013 at 6:17 AM, Marco Antonio Mauro wrote: > > On Oct 18, 2013 1:00 PM, "James Hilliard" > wrote: > > > > Does the software appear to be customized at all for the ISP or does it > seem to be generic?