Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

2.6.29-rc1 on zaurus (spitz)

3 views
Skip to first unread message

Pavel Machek

unread,
Jan 28, 2009, 6:38:35 AM1/28/09
to kernel list, Russell King, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, Cyril Hrubis, thomm...@gmail.com, mi...@ucw.cz
Hi!

2.6.29-rc1 was great step forward over previous kernels: it not only
displays something on screen but also mounts root
filesystem. Unfortunately it then panics with "attempted to kill
init".

I tried both with CONFIG_EABI=N and CONFIG_EABI=Y, OABI_COMPAT=Y. Any
more tricks I should try?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Russell King

unread,
Jan 28, 2009, 2:47:53 PM1/28/09
to Pavel Machek, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, Cyril Hrubis, thomm...@gmail.com, mi...@ucw.cz
On Wed, Jan 28, 2009 at 12:38:09PM +0100, Pavel Machek wrote:
> Hi!
>
> 2.6.29-rc1 was great step forward over previous kernels: it not only
> displays something on screen but also mounts root
> filesystem. Unfortunately it then panics with "attempted to kill
> init".
>
> I tried both with CONFIG_EABI=N and CONFIG_EABI=Y, OABI_COMPAT=Y. Any
> more tricks I should try?

Don't enable EABI unless you have changed userspace to be EABI compliant.
Also check that you have NWFPE enabled if you're not using a soft-float
userspace.

You could also build the kernel with DEBUG_USER enabled and pass
user_debug=-1 on the kernel's command line, and see if you get any more
information.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:

Pavel Machek

unread,
Feb 3, 2009, 8:10:55 AM2/3/09
to Russell King, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, Cyril Hrubis, thomm...@gmail.com, mi...@ucw.cz
On Wed 2009-01-28 19:47:23, Russell King wrote:
> On Wed, Jan 28, 2009 at 12:38:09PM +0100, Pavel Machek wrote:
> > Hi!
> >
> > 2.6.29-rc1 was great step forward over previous kernels: it not only
> > displays something on screen but also mounts root
> > filesystem. Unfortunately it then panics with "attempted to kill
> > init".
>
> > I tried both with CONFIG_EABI=N and CONFIG_EABI=Y, OABI_COMPAT=Y. Any
> > more tricks I should try?
>
> Don't enable EABI unless you have changed userspace to be EABI compliant.
> Also check that you have NWFPE enabled if you're not using a soft-float
> userspace.

Probleem seems to be fixed in 2.6.29-rc3. 2.6.28 also works... (but
won't charge the battery :-().

> You could also build the kernel with DEBUG_USER enabled and pass
> user_debug=-1 on the kernel's command line, and see if you get any more
> information.

Thanks for support!

Cyril Hrubiš

unread,
Feb 12, 2009, 4:22:55 PM2/12/09
to Pavel Machek, kernel list, Russell King, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
Hi,
2.6.29-rc4 boots on spitz and looks overall good but framebuffer
redraws some lines terribly slow. When I'm editing text in bash from
the middle in some cases I can see redrawing the text pixel by pixel.
And suspend to ram on pressing On/Off button does nothing now (some
missing config option?).
--
watashi |v|3+@n
Cyril Hrubis
me...@ucw.cz
http://atrey.karlin.mff.cuni.cz/~metan/

Cyril Hrubiš

unread,
Feb 12, 2009, 5:20:31 PM2/12/09
to Pavel Machek, Russell King, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, thomm...@gmail.com, mi...@ucw.cz
Hi,
The display problems seems to be cpufreq related. It changes type of
bad effects when varying cpu speed from slow and random line redraw to
flashing big white random patterns. And I've seen similar behaviour
with voipac pxa module where framebuffer with cpu set to 416Mhz moves
accidentally some pixels to the right under cpu load. Moreover several
speed changes leads to "hda: lost interrupt" on spitz.

--
watashi |v|3+@n
Cyril Hrubis

watash...@gmail.com
http://atrey.karlin.mff.cuni.cz/~metan/

Pavel Machek

unread,
Feb 22, 2009, 8:25:22 AM2/22/09
to Cyril Hrubi?, kernel list, Russell King, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
Hi!

> And suspend to ram on pressing On/Off button does nothing now (some
> missing config option?).

It does not work for me either... but neither it does in 2.6.28...

Pavel Machek

unread,
Feb 22, 2009, 8:57:25 AM2/22/09
to Cyril Hrubi?, kernel list, Russell King, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
On Thu 2009-02-12 22:22:37, Cyril Hrubi? wrote:
> Hi,
> 2.6.29-rc4 boots on spitz and looks overall good but framebuffer
> redraws some lines terribly slow. When I'm editing text in bash from
> the middle in some cases I can see redrawing the text pixel by pixel.
> And suspend to ram on pressing On/Off button does nothing now (some
> missing config option?).

Hmm, it gets worse: echo mem > /sys/power/state sleeps 2.6.28, but
there's no way to resume it.

About hda timeouts... I remember seeing them under older kernels, too,
under loads such as kernel compile... plus keypresses tend to get lost
under high loads :-(.

Russell King

unread,
Feb 22, 2009, 9:24:27 AM2/22/09
to Pavel Machek, Cyril Hrubi?, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
On Sun, Feb 22, 2009 at 02:56:51PM +0100, Pavel Machek wrote:
> On Thu 2009-02-12 22:22:37, Cyril Hrubi? wrote:
> > Hi,
> > 2.6.29-rc4 boots on spitz and looks overall good but framebuffer
> > redraws some lines terribly slow. When I'm editing text in bash from
> > the middle in some cases I can see redrawing the text pixel by pixel.
> > And suspend to ram on pressing On/Off button does nothing now (some
> > missing config option?).
>
> Hmm, it gets worse: echo mem > /sys/power/state sleeps 2.6.28, but
> there's no way to resume it.

Sounds like the on/off button isn't configured as a wakeup source.
Without knowing anything about the platform (iow, where the on/off
button is connected) it's hard to tell what could be the problem.

Has the on/off button ever worked?

> About hda timeouts... I remember seeing them under older kernels, too,
> under loads such as kernel compile... plus keypresses tend to get lost
> under high loads :-(.

Really, what we need is for someone to step up to take on sorting out
Zaurus. Looking at this thread, it seems there's very few people here
willing. Also, I think Richard Purdie has moved on from Zaurus stuff.

I know there are a small number of people on linux-arm-kernel who have
access to some Zaurus platforms, but I don't know what they are. Really,
you should be posting to that list if you seriously want help, because
I doubt they're subscribed to LKML.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:

Richard Purdie

unread,
Feb 23, 2009, 10:20:15 AM2/23/09
to Russell King, Pavel Machek, Cyril Hrubi?, kernel list, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
On Sun, 2009-02-22 at 14:23 +0000, Russell King wrote:
> On Sun, Feb 22, 2009 at 02:56:51PM +0100, Pavel Machek wrote:
> > On Thu 2009-02-12 22:22:37, Cyril Hrubi? wrote:
> > > Hi,
> > > 2.6.29-rc4 boots on spitz and looks overall good but framebuffer
> > > redraws some lines terribly slow. When I'm editing text in bash from
> > > the middle in some cases I can see redrawing the text pixel by pixel.
> > > And suspend to ram on pressing On/Off button does nothing now (some
> > > missing config option?).
> >
> > Hmm, it gets worse: echo mem > /sys/power/state sleeps 2.6.28, but
> > there's no way to resume it.
>
> Sounds like the on/off button isn't configured as a wakeup source.
> Without knowing anything about the platform (iow, where the on/off
> button is connected) it's hard to tell what could be the problem.

Its connected in through GPIO 0.

> Has the on/off button ever worked?

Yes, this always used to work fine for both suspending and resuming.

> > About hda timeouts... I remember seeing them under older kernels, too,
> > under loads such as kernel compile... plus keypresses tend to get lost
> > under high loads :-(.
>
> Really, what we need is for someone to step up to take on sorting out
> Zaurus. Looking at this thread, it seems there's very few people here
> willing. Also, I think Richard Purdie has moved on from Zaurus stuff.

Its really a time problem. I couldn't keep up with the PXA architecture
changes and give enough time to review and test them all effectively and
things have slipped from there. I've tried to provide input where I can
but would certainly welcome any help. My new employer means I'll be
doing less ARM work in general too for some reason...

Cheers,

Richard

--
Richard Purdie
Intel Open Source Technology Centre

Pavel Machek

unread,
Mar 17, 2009, 9:18:26 AM3/17/09
to Russell King, Cyril Hrubi?, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz

> > About hda timeouts... I remember seeing them under older kernels, too,
> > under loads such as kernel compile... plus keypresses tend to get lost
> > under high loads :-(.
>
> Really, what we need is for someone to step up to take on sorting out
> Zaurus. Looking at this thread, it seems there's very few people here
> willing. Also, I think Richard Purdie has moved on from Zaurus stuff.
>
> I know there are a small number of people on linux-arm-kernel who have
> access to some Zaurus platforms, but I don't know what they are. Really,
> you should be posting to that list if you seriously want help, because
> I doubt they're subscribed to LKML.

linux-arm-kernel seems subscriber-only :-(.

Anyway, new problem blocking testing is that somewhere between
2.6.29-rc3 and -rc7, pcmcia support stopped working => hda is no
longer detected.
Pavel

Russell King

unread,
Mar 17, 2009, 3:20:24 PM3/17/09
to Pavel Machek, Cyril Hrubi?, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
On Sat, Mar 14, 2009 at 05:24:39PM +0100, Pavel Machek wrote:
> > > About hda timeouts... I remember seeing them under older kernels, too,
> > > under loads such as kernel compile... plus keypresses tend to get lost
> > > under high loads :-(.
> >
> > Really, what we need is for someone to step up to take on sorting out
> > Zaurus. Looking at this thread, it seems there's very few people here
> > willing. Also, I think Richard Purdie has moved on from Zaurus stuff.
> >
> > I know there are a small number of people on linux-arm-kernel who have
> > access to some Zaurus platforms, but I don't know what they are. Really,
> > you should be posting to that list if you seriously want help, because
> > I doubt they're subscribed to LKML.
>
> linux-arm-kernel seems subscriber-only :-(.

Yes.

> Anyway, new problem blocking testing is that somewhere between
> 2.6.29-rc3 and -rc7, pcmcia support stopped working => hda is no
> longer detected.

lalala, I'm not listening.

Really, if you want help, I've pointed you at the place where you can
get that. I'm not able to give you any other help with your Zaurus
problems.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:

Russell King

unread,
Mar 17, 2009, 3:23:24 PM3/17/09
to Pavel Machek, Cyril Hrubi?, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, thomm...@gmail.com, mi...@ucw.cz
And, btw, please drop Pavel Urban's email address from future replies,
it seems his address is not valid.

pavel...@ct.cz
SMTP error from remote mail server after RCPT TO:<pavel...@ct.cz>:
host m-in.ct.cz [194.228.96.22]: 553 5.3.0 <pavel...@ct.cz>... Not in DB

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:

Pavel Machek

unread,
Mar 29, 2009, 7:11:46 AM3/29/09
to Russell King, Cyril Hrubi?, kernel list, rpu...@rpsys.net, le...@cs.wisc.edu, Di...@opfer-online.de, armin...@web.de, pavel...@ct.cz, thomm...@gmail.com, mi...@ucw.cz
Hi!

> On Sat, Mar 14, 2009 at 05:24:39PM +0100, Pavel Machek wrote:
> > > > About hda timeouts... I remember seeing them under older kernels, too,
> > > > under loads such as kernel compile... plus keypresses tend to get lost
> > > > under high loads :-(.
> > >
> > > Really, what we need is for someone to step up to take on sorting out
> > > Zaurus. Looking at this thread, it seems there's very few people here
> > > willing. Also, I think Richard Purdie has moved on from Zaurus stuff.
> > >
> > > I know there are a small number of people on linux-arm-kernel who have
> > > access to some Zaurus platforms, but I don't know what they are. Really,
> > > you should be posting to that list if you seriously want help, because
> > > I doubt they're subscribed to LKML.
> >
> > linux-arm-kernel seems subscriber-only :-(.
>
> Yes.
>
> > Anyway, new problem blocking testing is that somewhere between
> > 2.6.29-rc3 and -rc7, pcmcia support stopped working => hda is no
> > longer detected.
>
> lalala, I'm not listening.

lalala... I think I tried to subscribe to linux-arm-kernel, but all I
got is automated reply and no flood of messages. Is subscription
moderated, too?

0 new messages