Re: kernel 2.6.3x

2009-11-11 Thread Martin Jansa
On Wed, Nov 11, 2009 at 08:37:32PM +0100, A.A. wrote:
 Hello,
 
 can I install kernel 2.6.3x on openmoko freerunner gta02?
 Where can I download it?

shr build is here
http://build.shr-project.org/tests/mrmoku/2.6.31/images/om-gta02/

but its not officially released and userland fully ported to new sysfs
paths and ie frameworkd cannot open UNSOL|CALL|MISC channels as PaulFertser 
said:

Gsm PM needs to be updated. It's supposed that userspace will do the 
management via gpiolib and regulator subsystem exposed sysfs nodes.

-- 
uin:136542059jid:martin.ja...@gmail.com
Jansa Martin sip:jama...@voip.wengo.fr 
JaMa 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel 2.6.3x?

2009-11-10 Thread Jose Luis Perez Diez
El Monday, 9 de November de 2009 19:05:04 arne anka va escriure:
...
 so, simple question: how's the state of the new kernel? anybody working on
 it?

GTA02 boots mainline 2.6.32  and Lars is working on pending patches see 
http://article.gmane.org/gmane.comp.handhelds.openmoko.kernel/10406 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel 2.6.3x?

2009-11-10 Thread Abelenda
On Tue, 10 Nov 2009 09:09:00 +0100
Jose Luis Perez Diez jl...@escomposlinux.org wrote:

 El Monday, 9 de November de 2009 19:05:04 arne anka va escriure:
 ...
  so, simple question: how's the state of the new kernel? anybody
  working on it?
 
 GTA02 boots mainline 2.6.32  and Lars is working on pending patches
 see
 http://article.gmane.org/gmane.comp.handhelds.openmoko.kernel/10406 
 

Well my neo freerunner made a nice kernel panic when booting the 2.6.32
with a config that should have everything needed, (I even tried
with the config file given in this reply
http://article.gmane.org/gmane.comp.handhelds.openmoko.kernel/10407 )
so I really don't know... as for now I am on a custom andy-tracking
kernel because I can't find another version source that boot on my
neo... (I don't use openembedded I'm a I do it my way kind of guy ^^)

Oh I found out that the 2.6.32_rc6 has an undefined reference to
GTA02_GPIO_AMP_HP_IN something really bad because it never apprear
anywhere else in the code (grep -R  proved that) offending file is
sound/soc/s3c24xx/neo1973_gta02_wm8753.c compiled with
SND_S3C24XX_SOC_NEO1973_GTA02_WM8753=y 

I alsa found out that the compilation fails at link time if debug is not
activated because of an undefined reference to printascii() (defined
in assembly only when debug activated) function is called anyway in
s3c_pm_dbg() which is called even if debug is deactivated)

I don't know if I should post it on the official kernel mailinglist or
not so I post it here.



signature.asc
Description: PGP signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel 2.6.3x?

2009-11-10 Thread A.A.
Where can I download the kernel 2.6.3x?

2009/11/10 Abelenda diego.abele...@gmail.com

 On Tue, 10 Nov 2009 09:09:00 +0100
 Jose Luis Perez Diez jl...@escomposlinux.org wrote:

  El Monday, 9 de November de 2009 19:05:04 arne anka va escriure:
  ...
   so, simple question: how's the state of the new kernel? anybody
   working on it?
 
  GTA02 boots mainline 2.6.32  and Lars is working on pending patches
  see
  http://article.gmane.org/gmane.comp.handhelds.openmoko.kernel/10406
 

 Well my neo freerunner made a nice kernel panic when booting the 2.6.32
 with a config that should have everything needed, (I even tried
 with the config file given in this reply
 http://article.gmane.org/gmane.comp.handhelds.openmoko.kernel/10407 )
 so I really don't know... as for now I am on a custom andy-tracking
 kernel because I can't find another version source that boot on my
 neo... (I don't use openembedded I'm a I do it my way kind of guy ^^)

 Oh I found out that the 2.6.32_rc6 has an undefined reference to
 GTA02_GPIO_AMP_HP_IN something really bad because it never apprear
 anywhere else in the code (grep -R  proved that) offending file is
 sound/soc/s3c24xx/neo1973_gta02_wm8753.c compiled with
 SND_S3C24XX_SOC_NEO1973_GTA02_WM8753=y

 I alsa found out that the compilation fails at link time if debug is not
 activated because of an undefined reference to printascii() (defined
 in assembly only when debug activated) function is called anyway in
 s3c_pm_dbg() which is called even if debug is deactivated)

 I don't know if I should post it on the official kernel mailinglist or
 not so I post it here.


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




-- 
A.A.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


kernel 2.6.3x?

2009-11-09 Thread arne anka
a while ago there were some posts about making kernel 2.6.3x available,  
because it needs far less patches and improves amongst others power saving.
but now that kernel 2.6.31 is out for a while, no one ever mentioned  
anything.

so, simple question: how's the state of the new kernel? anybody working on  
it?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel 2.6.3x?

2009-11-09 Thread Richy
afaik 2.6.31 will be used in next shr-unstable. Available some time
soon, hopefully

On Mon, Nov 9, 2009 at 19:05, arne anka openm...@ginguppin.de wrote:
 a while ago there were some posts about making kernel 2.6.3x available,
 because it needs far less patches and improves amongst others power saving.
 but now that kernel 2.6.31 is out for a while, no one ever mentioned
 anything.

 so, simple question: how's the state of the new kernel? anybody working on
 it?

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: kernel 2.6.3x?

2009-11-09 Thread Martin Jansa
On Mon, Nov 09, 2009 at 09:29:38PM +0100, Richy wrote:
 afaik 2.6.31 will be used in next shr-unstable. Available some time
 soon, hopefully

No there is still 2.6.29 from andy-tracking now..

But 2.6.31 is in OE repo now and it works really good.

 On Mon, Nov 9, 2009 at 19:05, arne anka openm...@ginguppin.de wrote:
  a while ago there were some posts about making kernel 2.6.3x available,
  because it needs far less patches and improves amongst others power saving.
  but now that kernel 2.6.31 is out for a while, no one ever mentioned
  anything.
 
  so, simple question: how's the state of the new kernel? anybody working on
  it?
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

-- 
uin:136542059jid:martin.ja...@gmail.com
Jansa Martin sip:jama...@voip.wengo.fr 
JaMa 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community