Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Rafał Miłecki
2012/6/27 Florian Fainelli : > Hello Rafal, > > On Wednesday 27 June 2012 09:56:32 Rafał Miłecki wrote: >> GOOD NEWS guys! :) >> >> 1) First of all, WNDR4500's CFE can run lzma compressed vmlinux. You >> can know that for example from earlier-attached official.analyze.txt. >> My analyze of trx head

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-27 Thread Wojciech Dubowik
On 06/27/2012 04:11 PM, Luka Perkov wrote: Hi Wojciech, On Wed, Jun 27, 2012 at 02:17:32PM +0200, Wojciech Dubowik wrote: I have tested it on iconnect and it works from NAND. Older version used to work from openocd but new one doesn't. Can you please explain how did you test old version with O

[OpenWrt-Devel] Captive Portal with OAuth support?

2012-06-27 Thread Nguyễn Hồng Quân
I'm about to implement Captive Portal with OAuth support for OpenWrt. Is there anyone in this mailing list tried with this idea? Which should I start from? I just begin and I'm trying with WifiDog, but have problem when installing AuthPuppy. Do you think which webserver should be installed to use w

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Hauke Mehrtens
On 06/27/2012 10:14 PM, Rafał Miłecki wrote: > 2012/6/27 Hauke Mehrtens : >> On 06/27/2012 12:21 PM, Rafał Miłecki wrote: >>> Is there any open driver available for this controller? GPL license? >>> Or some different? >> >> We have support for the older NAND flash controller, but this one is >> dif

[OpenWrt-Devel] Fwd: [PATCH] Add support for Edimax 3G-6200N

2012-06-27 Thread lukasz
Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski Index: target/linux/ramips/base-files/lib/upgrade/platform.sh === --- target/linux/ramips/base-files/lib/upgrade/platform.sh (revision 32505) +++

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Rafał Miłecki
2012/6/27 Hauke Mehrtens : > On 06/27/2012 12:21 PM, Rafał Miłecki wrote: >> Is there any open driver available for this controller? GPL license? >> Or some different? > > We have support for the older NAND flash controller, but this one is > different. I could try to write the driver but for now t

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Hauke Mehrtens
On 06/27/2012 12:21 PM, Rafał Miłecki wrote: > 2012/6/27 Hauke Mehrtens : >> I will try to find some time today to work on the code reading out the >> clocks of the SoC. > > Thanks. Let me try to summarize WNDR4500 support-lacking things: > > 1) Image generator > The current one isn't working. I

Re: [OpenWrt-Devel] [PATCH v2 1/1] lsof: add LDFLAGS so that -lrpc is included

2012-06-27 Thread Philip Prindeville
On 6/23/12 10:35 PM, John Crispin wrote: > On 23/06/12 22:56, Philip Prindeville wrote: >> Eglibc doesn't bundle librpc, therefore -lrpc must be passed through LDFLAGS. >> >> Alas, lsof doesn't take LDFLAGS out-of-the-box. Patch the Makefile to do so. >> >> Also, patch a previous patch which was b

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-27 Thread Luka Perkov
Hi Wojciech, On Wed, Jun 27, 2012 at 02:17:32PM +0200, Wojciech Dubowik wrote: > I have tested it on iconnect and it works from NAND. Older version > used to work from openocd but new one doesn't. Can you please explain how did you test old version with OpenOCD? > Maybe there is problem somewher

Re: [OpenWrt-Devel] Bridged interface MAC address changes during DHCP client transaction wtih netifd

2012-06-27 Thread Mark Mentovai
Felix Fietkau wrote: > I did add code to netifd to take care of this a while ago, but there was > a bug that prevented it from working. This bug is fixed in the latest > version, committed in r32506 Great, I confirmed that this is working as it used to now. Thanks!

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-27 Thread Wojciech Dubowik
On 06/15/2012 12:41 AM, Luka Perkov wrote: On Tue, Jun 12, 2012 at 12:34:55AM +0200, Martin Mueller wrote: DockStar> printenv baudrate=115200 bootargs=console=ttyS0,115200 mtdparts=orion_nand:1M(u-boot),4M@2M(kernel),32M@4M(rootfs),219M@37M(data) rw root=/dev/mtdblock2 rw rootfstype=jffs2 boot

[OpenWrt-Devel] [PATCH] iptraf - Modify Makefile to include the rvnamed binary

2012-06-27 Thread Johnny Halfmoon
This patch modifies the iptraf Makefile to include the rvnamed binary to the iptraf package. The rvnamed binary for MIPS is only 12KB and is used by iptraf to do name resolution in a background process. Signed-off-by: Johnny Halfmoon --- packages/net/iptraf/Makefile | 1 + 1 file changed, 1 inse

Re: [OpenWrt-Devel] TL-WR741ND with r32499: Could not open nvram!

2012-06-27 Thread Zeus Panchenko
thanks for quick reply but is there way to do something like wrt54gl related: nvram set wl0_hwaddr=00:11:22:33:44:57 nvram commit ? -- Zeus V. Panchenko jid:z...@im.ibs.dn.ua IT Dpt., I.B.S. LLC GMT+2 (EET)

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Rafał Miłecki
2012/6/27 Hauke Mehrtens : > I will try to find some time today to work on the code reading out the > clocks of the SoC. Thanks. Let me try to summarize WNDR4500 support-lacking things: 1) Image generator The current one isn't working. I believe I can fix that. Workaround: use "lzma" from WNDR450

Re: [OpenWrt-Devel] TL-WR741ND with r32499: Could not open nvram!

2012-06-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > what am I missing? The fact that those units have no nvram. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/q10wACgkQdputYINPTPNtmACglI1Rr6b

[OpenWrt-Devel] TL-WR741ND wlan mac address change

2012-06-27 Thread Zeus Panchenko
hi all, may somebody advice please? after bricking my TL-WR741ND I recovered it with almost "original" fullflash image I was able to find ... after that everything works except wlan ... wlan mac address became `11:12:13:14:15:16' and wifi is not working # cat /sys/class/ieee80211/phy0/macaddr

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread g . esp
- Mail original - > De: "Rafał Miłecki" > À: "Hauke Mehrtens" > Cc: openwrt-devel@lists.openwrt.org > Envoyé: Mercredi 27 Juin 2012 09:56:32 > Objet: Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at > 0x80001000" > > GOOD NEWS guys! :) > > 1) First of all, WNDR4

[OpenWrt-Devel] [PATCH 2/2] [BRCM63XX] Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)

2012-06-27 Thread Álvaro Fernández Rojas
Correctly detect CFE bootloaders starting with "cfe-" instead of "cfe-v". Signed-off-by: Álvaro Fernández Rojas Index: target/linux/brcm63xx/patches-3.3/802-cfe_version_mod.patch === --- target/linux/brcm63xx/patches-3.3/802-cfe_ver

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Hauke Mehrtens
On 06/27/2012 10:22 AM, Florian Fainelli wrote: > Hello Rafal, > > On Wednesday 27 June 2012 09:56:32 Rafał Miłecki wrote: >> GOOD NEWS guys! :) >> >> 1) First of all, WNDR4500's CFE can run lzma compressed vmlinux. You >> can know that for example from earlier-attached official.analyze.txt. >> My

[OpenWrt-Devel] [PATCH 1/2] [BRCM63XX] Add 963281T_TEF board support

2012-06-27 Thread Álvaro Fernández Rojas
Add 963281T_TEF board support. This board needs a 16M image (--pad 8) to work. Signed-off-by: Álvaro Fernández Rojas Index: target/linux/brcm63xx/image/Makefile === --- target/linux/brcm63xx/image/Makefile(revisión: 32510)

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Florian Fainelli
Hello Rafal, On Wednesday 27 June 2012 09:56:32 Rafał Miłecki wrote: > GOOD NEWS guys! :) > > 1) First of all, WNDR4500's CFE can run lzma compressed vmlinux. You > can know that for example from earlier-attached official.analyze.txt. > My analyze of trx header has shown there are only 2 images.

[OpenWrt-Devel] TL-WR741ND with r32499: Could not open nvram!

2012-06-27 Thread Zeus Panchenko
hi all, may somebody advice please? while trying to run `nvram show' I receive this: root@OpenWRT:~# nvram show Could not open nvram! Possible reasons are: - No device found (/proc not mounted or no nvram present) - Insufficient permissions to open mtd device - Insufficient memo

Re: [OpenWrt-Devel] WNDR4500: OpenWRT freezing at "Starting program at 0x80001000"

2012-06-27 Thread Rafał Miłecki
GOOD NEWS guys! :) 1) First of all, WNDR4500's CFE can run lzma compressed vmlinux. You can know that for example from earlier-attached official.analyze.txt. My analyze of trx header has shown there are only 2 images. offset0 is 0x1C, offset1 is 0x141a78 and offset2 is ZERO (yes!). And as explaine