conntrack disables network

2009-08-11 Thread Necati Demir
Hi, I am using 2300SX (http://www.compactpc.com.tw/ebox-2300SX.htm). When i enable conntrack in kernel configuration for NAT operations, ethernet card does not work. This is really strange. I mean, i can see eth0 in ifconfig output, but when i run "udhcpc -i eth0" it does not get IP. I tried givi

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread Albin Tonnerre
Hi Sam, On Fri, Aug 07, 2009 at 11:08:16PM +0200, Sam Ravnborg wrote : > We could add libgcc as a prerequisite. > Untested patch below. When compiling with this patch applied, I get the following error: Kernel: arch/arm/boot/Image is ready LD arch/arm/boot/compressed/vmlinux /home/alb

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread Sam Ravnborg
On Tue, Aug 11, 2009 at 11:44:18AM +0200, Albin Tonnerre wrote: > Hi Sam, > > On Fri, Aug 07, 2009 at 11:08:16PM +0200, Sam Ravnborg wrote : > > We could add libgcc as a prerequisite. > > Untested patch below. > > When compiling with this patch applied, I get the following error: > > Kernel: a

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread Matthieu CASTET
Albin Tonnerre a écrit : > Hi Sam, > > On Fri, Aug 07, 2009 at 11:08:16PM +0200, Sam Ravnborg wrote : >> We could add libgcc as a prerequisite. >> Untested patch below. > > When compiling with this patch applied, I get the following error: > > Kernel: arch/arm/boot/Image is ready > LD

Re: New MMC maintainer needed

2009-08-11 Thread Matt Fleming
On Mon, Aug 03, 2009 at 02:13:28PM +0300, Adrian Hunter wrote: > Pierre Ossman wrote: >> Con: >> >> - The scanning code gets less clear as you increase the number of >>possible paths through it. >> >> - Different systems will have different init sequences, possibly >>provoking bugs in the

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread Albin Tonnerre
On Tue, Aug 11, 2009 at 03:39:43PM +0200, Sam Ravnborg wrote : > On Tue, Aug 11, 2009 at 11:44:18AM +0200, Albin Tonnerre wrote: > > Hi Sam, > > > > On Fri, Aug 07, 2009 at 11:08:16PM +0200, Sam Ravnborg wrote : > > > We could add libgcc as a prerequisite. > > > Untested patch below. > > > > When

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread H. Peter Anvin
On 08/11/2009 02:44 AM, Albin Tonnerre wrote: > Hi Sam, > > On Fri, Aug 07, 2009 at 11:08:16PM +0200, Sam Ravnborg wrote : >> We could add libgcc as a prerequisite. >> Untested patch below. > > When compiling with this patch applied, I get the following error: > > Kernel: arch/arm/boot/Image i

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread Albin Tonnerre
On Tue, Aug 11, 2009 at 09:03:14AM -0700, H. Peter Anvin wrote : > On 08/11/2009 02:44 AM, Albin Tonnerre wrote: > > Hi Sam, > > > > On Fri, Aug 07, 2009 at 11:08:16PM +0200, Sam Ravnborg wrote : > >> We could add libgcc as a prerequisite. > >> Untested patch below. > > > > When compiling with th

Re: [PATCH 4/6] Add support for LZO-compressed kernels for ARM

2009-08-11 Thread H. Peter Anvin
On 08/11/2009 09:27 AM, Albin Tonnerre wrote: > > So I guess the only options left are either define a dummy raise() function, > or > get rid of the divisions like Alain Knaff did in his patch ? > Define a dummy raise, get rid of the divisions, or provide your own division function (there is pr