I still find no way to boot a 2.5.6x kernel.
It reports (more or less) : "no console found, specify init= option"
This is the relevant part of my config:
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_LP_CONSOLE is not set
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
What am I missing?
Another problem is the PCMCIA that I already reported for 2.5.68; it
stalls if I don't remove the Cardbus card.
Pau
On Fri, May 09, 2003 at 06:47:59PM +0200, Pau Aliagas wrote:
> Another problem is the PCMCIA that I already reported for 2.5.68; it
> stalls if I don't remove the Cardbus card.
I never got around to sending the patch because I only received one
report. Please try the patch found at:
http://marc.theaimsgroup.com/?l=linux-kernel&m=105162599105406&w=2
--
Russell King ([email protected]) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
On Fri, 9 May 2003, Russell King wrote:
> On Fri, May 09, 2003 at 06:47:59PM +0200, Pau Aliagas wrote:
> > Another problem is the PCMCIA that I already reported for 2.5.68; it
> > stalls if I don't remove the Cardbus card.
>
> I never got around to sending the patch because I only received one
> report. Please try the patch found at:
>
> http://marc.theaimsgroup.com/?l=linux-kernel&m=105162599105406&w=2
I get plenty of rejects in 2.5.69. Do you have a newer version for it to
test?
Pau
On Tue, May 13, 2003 at 10:49:47AM +0200, Pau Aliagas wrote:
> On Fri, 9 May 2003, Russell King wrote:
>
> > On Fri, May 09, 2003 at 06:47:59PM +0200, Pau Aliagas wrote:
> > > Another problem is the PCMCIA that I already reported for 2.5.68; it
> > > stalls if I don't remove the Cardbus card.
> >
> > I never got around to sending the patch because I only received one
> > report. Please try the patch found at:
> >
> > http://marc.theaimsgroup.com/?l=linux-kernel&m=105162599105406&w=2
>
> I get plenty of rejects in 2.5.69. Do you have a newer version for it to
> test?
Last night, I posted an updated patch in the "PCMCIA 2.5.X sleeping from
illegal context" thread.
--
Russell King ([email protected]) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
On Tue, 13 May 2003, Russell King wrote:
> On Tue, May 13, 2003 at 11:49:47AM +0200, Pau Aliagas wrote:
> > On Tue, 13 May 2003, Russell King wrote:
> > > Last night, I posted an updated patch in the "PCMCIA 2.5.X sleeping from
> > > illegal context" thread.
Tha patch works, AFAICS. With this patch the system does not hang and
boots with the card inserted. I still have no solution for the console
problem: the system does not boot and says "no console found".
Any hints?
Pau