Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Otto Solares
It works on squashfs but didn't on pure jffs2 which I pressume was our only environment difference. The logcat diff between jffs2 and squashfs seems to be: +user.info sysinit: Trying to fix trx header in firmware at 0x20... +user.info sysinit: New crc32: 0x407d9371, rewriting block +user.info sys

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Otto Solares
Rechecked and yes, I'm using your latest patch and at boot the file /lib/firstboot/25_fixtrx is there but next boot "lose" the firmware. BTW I'm just using pure jffs2 image, will test squashfs and let you know. - Otto On Sat, Mar 20, 2010 at 02:27:29AM +0100, Bernhard Loos wrote: > Are you reall

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Bernhard Loos
Are you really sure, you used the second patch I posted and the firstboot script is included in the image? 2010/3/20 Otto Solares : > On Fri, Mar 19, 2010 at 06:34:03PM -0600, Otto Solares wrote: >> On Fri, Mar 19, 2010 at 11:25:40AM -0600, Otto Solares wrote: >> > On Fri, Mar 19, 2010 at 04:53:34

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Otto Solares
On Fri, Mar 19, 2010 at 06:34:03PM -0600, Otto Solares wrote: > On Fri, Mar 19, 2010 at 11:25:40AM -0600, Otto Solares wrote: > > On Fri, Mar 19, 2010 at 04:53:34PM +0100, Bernhard Loos wrote: > > > Does this happen directly after flashing or only after a reboot? > > > > After the first reboot. >

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Otto Solares
On Fri, Mar 19, 2010 at 11:25:40AM -0600, Otto Solares wrote: > On Fri, Mar 19, 2010 at 04:53:34PM +0100, Bernhard Loos wrote: > > Does this happen directly after flashing or only after a reboot? > > After the first reboot. > > > If openwrt does come up at least once, could you run "mtd -o 32 fix

[OpenWrt-Devel] mjpg-streamer and kernel crash again

2010-03-19 Thread Kövesdi György
Hi, At last i could create symbolic backtrace (attached). The hardware is an Asus WL500GP-V2, a 160 Gb HD (on USB), a UVC webcam (Logitech Quickcam Sphere). The commandline is: mjpg-streamer -i "input_uvc.so -f 25 -r 320x240 -l off" -o "output_file.so -r /data/jpeg" 128Mb swap is used. Some co

[OpenWrt-Devel] netfilter kernel module makefile description patch

2010-03-19 Thread edgar . soldin
there seem to be some leftovers from https://dev.openwrt.org/ticket/6257 this patch fixes the descriptions of kmod package ipt-conntrack Thanks ede Index: package/kernel/modules/netfilter.mk === --- package/kernel/modules/netfilter.m

[OpenWrt-Devel] Fwd: add vars for uci firewall include scripts

2010-03-19 Thread edgar . soldin
hi jow, just a friendly reminder .. Thanks ede Original Message Subject: [OpenWrt-Devel] add vars for uci firewall include scripts Date: Wed, 09 Dec 2009 19:00:37 +0100 From: edgar.sol...@web.de Reply-To: OpenWrt Development List To: OpenWrt Development List the change to uci_

[OpenWrt-Devel] syslog-ng3 latest and log kernel messages patch

2010-03-19 Thread edgar . soldin
this patch adds logging of kernel messages to the config file upgrades to latest version 3.0.5 Thanks Ede Index: feeds/packages/admin/syslog-ng3/files/syslog-ng.conf === --- feeds/packages/admin/syslog-ng3/files/syslog-ng.conf (Revisi

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Otto Solares
On Fri, Mar 19, 2010 at 04:53:34PM +0100, Bernhard Loos wrote: > Does this happen directly after flashing or only after a reboot? After the first reboot. > If openwrt does come up at least once, could you run "mtd -o 32 fixtrx > firmware" and give me the output? Yes, it comes up once and for the

Re: [OpenWrt-Devel] [PATCH] faifa:

2010-03-19 Thread Florian Fainelli
On Friday 19 March 2010 16:04:58 Raphaël HUCK wrote: > Hi, > > this patch cleans the package Makefile a little and adds 3 patches to: > > - fix Makefile.in > - link faifa against the static library > - a fix for 64 bits devices > > -Raphaël > faifa changes merged upstream in r54, r55. Patch ap

Re: [OpenWrt-Devel] [PATCH] lzo: fix parallel build

2010-03-19 Thread Florian Fainelli
On Friday 19 March 2010 17:01:12 Raphaël HUCK wrote: > Hi, > > this patch fixes lzo parallel build and uses PKG_INSTALL:=1. > > -Raphaël > Applied in r20301, thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.o

Re: [OpenWrt-Devel] [PATCH] Add dmalloc package

2010-03-19 Thread Florian Fainelli
On Friday 19 March 2010 16:46:15 Raphaël HUCK wrote: > Hi, > > this patch adds the dmalloc package, which is a library useful for > memory-leak tracking, fence-post write detection, file/line number > reporting, and general logging of statistics. > > -Raphaël > Applied in r20300, thanks! __

[OpenWrt-Devel] [PATCH] lzo: fix parallel build

2010-03-19 Thread Raphaël HUCK
Hi, this patch fixes lzo parallel build and uses PKG_INSTALL:=1. -Raphaël diff '--exclude=.svn' -pruN libs/lzo.orig/Makefile libs/lzo/Makefile --- libs/lzo.orig/Makefile 2010-03-19 16:58:57.0 +0100 +++ libs/lzo/Makefile 2010-03-19 16:58:40.0 +0100 @@ -9,13 +9,14 @@ include $(TOPDI

Re: [OpenWrt-Devel] AR7240 switch // was: TP-Link TL-WR741ND: broadcasts on ethernet not reaching CPU

2010-03-19 Thread Joerg Albert
Hi, On 03/19/2010 10:14 AM, Bas Mevissen wrote: > On Thu, 2010-03-18 at 23:04 +0100, Joerg Albert wrote: >> On 03/15/2010 09:33 AM, Bas Mevissen wrote: >> >>> Do you have access to an oscilloscope? It might be that the signal > level >>> or signal shape is not perfect. I've seen mixed results with

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Bernhard Loos
2010/3/19 W. Michael Petullo : >>> The WRT160NL gets shipped with a new bootloader since some time, which >>> actually checks the checksum in the trx image header. As the >>> checksummed area includes the jffs2 start marker, this will blow up >>> after first boot. >>> This patch fixes this by addin

Re: [OpenWrt-Devel] ifb in backfire?

2010-03-19 Thread Bruno Wolff III
On Fri, Mar 12, 2010 at 14:06:44 -0600, Bruno Wolff III wrote: > > Is there going to be a way to create ifb devices in backfire when it is > released? I found some documentation on how to create ifb devices using ip (I have iproute installed on my router with backfire on it) but that didn't wo

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-19 Thread Bernhard Loos
Does this happen directly after flashing or only after a reboot? If openwrt does come up at least once, could you run "mtd -o 32 fixtrx firmware" and give me the output? 2010/3/19 Otto Solares : > On Wed, Mar 17, 2010 at 05:34:33PM +0100, Bernhard Loos wrote: >> Hello >> I forgot to svn add the fi

[OpenWrt-Devel] [PATCH] Add dmalloc package

2010-03-19 Thread Raphaël HUCK
Hi, this patch adds the dmalloc package, which is a library useful for memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. -Raphaël diff -pruN devel.orig/dmalloc/Makefile devel/dmalloc/Makefile --- devel.orig/dmalloc/Makefile 1970-01-01

[OpenWrt-Devel] [PATCH] faifa:

2010-03-19 Thread Raphaël HUCK
Hi, this patch cleans the package Makefile a little and adds 3 patches to: - fix Makefile.in - link faifa against the static library - a fix for 64 bits devices -Raphaël diff '--exclude=.svn' -pruN net/faifa.orig/Makefile net/faifa/Makefile --- net/faifa.orig/Makefile 2010-03-19 11:35:42.000

Re: [OpenWrt-Devel] [off-topic]Sending mail on forum disabled - can't register or retrieve password

2010-03-19 Thread Gregers Petersen
Dear All There have been some unfortunate problems with the forum registration. Hopefully things will be back to normal today, as soon as the admin-crew is finished fixing. I have to appologize for the delay in reply and general information. Adrian wrote: > Hello everyone! > > I'm sorry that I'

Re: [OpenWrt-Devel] [off-topic]Sending mail on forum disabled - can't register or retrieve password

2010-03-19 Thread Adrian
Dnia piątek, 19 marca 2010 o 14:51:01 Travis Kemen napisał(a): > On Fri, Mar 19, 2010 at 5:44 AM, Adrian wrote: > > Hello everyone! > > > > I'm sorry that I've sent this mail here, but I really don't see any other > > option left. I've already tried contacting with admin, but got no > > response.

Re: [OpenWrt-Devel] [off-topic]Sending mail on forum disabled - can't register or retrieve password

2010-03-19 Thread Travis Kemen
On Fri, Mar 19, 2010 at 5:44 AM, Adrian wrote: > Hello everyone! > > I'm sorry that I've sent this mail here, but I really don't see any other > option left. I've already tried contacting with admin, but got no response. > > Procedure of registration of forum requires using a password sent by e-ma

[OpenWrt-Devel] Suggestions to ease maintenance of OpenWrt based firmware

2010-03-19 Thread Raphaël HUCK
Hi, I've been thinking lately on what could be done in OpenWrt to ease the maintenance of a firmware based on it. It is quite easy to integrate third-party applications by putting them into packages and using the feeds, so they stay out of the trunk and don't have to be worried about. Then you h

[OpenWrt-Devel] [off-topic]Sending mail on forum disabled - can't register or retrieve password

2010-03-19 Thread Adrian
Hello everyone! I'm sorry that I've sent this mail here, but I really don't see any other option left. I've already tried contacting with admin, but got no response. Procedure of registration of forum requires using a password sent by e-mail for first login, but these messages aren't even sent!

Re: [OpenWrt-Devel] [OpenWrt] #6812: kamikaze trunk can't start RB433AH

2010-03-19 Thread Yongheng Qi
Thanks Bas, I will try to your advice. thanks very much 2010/3/19 Bas Mevissen > On Fri, 2010-03-19 at 10:12 +0800, Yongheng Qi wrote: > > Thanks Bas , > > > > > > because kamikze trunk used linux kernel changed so faster. and my > > application depend on fixed kernel version. > > > You can ke

Re: [OpenWrt-Devel] AR7240 switch // was: TP-Link TL-WR741ND: broadcasts on ethernet not reaching CPU

2010-03-19 Thread Bas Mevissen
On Thu, 2010-03-18 at 23:04 +0100, Joerg Albert wrote: > On 03/15/2010 09:33 AM, Bas Mevissen wrote: > > > Do you have access to an oscilloscope? It might be that the signal level > > or signal shape is not perfect. I've seen mixed results with various > > serial to USB adapters too. > > I used a

Re: [OpenWrt-Devel] [OpenWrt] #6812: kamikaze trunk can't start RB433AH

2010-03-19 Thread Bas Mevissen
On Fri, 2010-03-19 at 10:12 +0800, Yongheng Qi wrote: > Thanks Bas , > > > because kamikze trunk used linux kernel changed so faster. and my > application depend on fixed kernel version. > You can keep the kernel version stable and have the other stuff up to date. But that won't help if there is