From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: Does 2.6.17.11 kernel work on HP zx6000?
Date: Wed, 13 Sep 2006 15:03:59 +0000 [thread overview]
Message-ID: <200609130904.00032.bjorn.helgaas@hp.com> (raw)
In-Reply-To: <20060908232224.GA27087@lucon.org>
On Tuesday 12 September 2006 18:28, H. J. Lu wrote:
> On Tue, Sep 12, 2006 at 02:10:13PM -0600, Bjorn Helgaas wrote:
> > On Tuesday 12 September 2006 10:51, H. J. Lu wrote:
> > > > My guess is that there's something wrong with your console. Maybe
> > > > the kernel thinks you have a VGA console and you're looking at
> > > > serial, or vice versa. EFI can use multiple console devices, but
> > > > the kernel generally only uses one.
> > >
> > > That could be my problem. 2.6.9 works fine. How can I get it to
> > > work?
> >
> > Serial port naming changed in 2.6.10. Documentation/ia64/serial.txt
> > has more details.
> >
> > > I can hook up a serial console. What is the serial setting?
> >
> > If you have VGA, that is generally used by default.
> >
> > IIRC, the zx6000 has these serial ports:
> >
> > ttyS0 built-in, labelled serial A
> > ttyS1 built-in, labelled serial B
> > ttyS2 optional on MP card, UPS port
> > ttyS3 optional on MP card, console port
> >
> > So use "console=ttyS0" or "console=ttyS3" depending on which
> > port you choose.
> Before I do that, can I try your config file?
Sure. I just used "make defconfig" for the kernel. My elilo config
(for netbooting) is below. I use ttyS0 (serial A) as my console.
I pass "console=uart,mmio,0xff5e0000" so that the console starts
working very early. "console=ttyS0" would work as well, but wouldn't
start working until after the serial driver finds its devices.
But it sounds like you're using VGA at the moment. I rarely use
that, but I think "console=tty0" would be the way to explicitly
specify that. I think you would need CONFIG_VT, CONFIG_VT_CONSOLE,
and CONFIG_VGA_CONSOLE set for this (they're all set in defconfig).
Here's my elilo config:
delay\x100
root=/dev/sda2
read-only
prompt
image=/helgaas/ia64/vmlinux.gz
label=Linux
append="console=uart,mmio,0xff5e0000 debug"
prev parent reply other threads:[~2006-09-13 15:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-08 23:22 Does 2.6.17.11 kernel work on HP zx6000? H. J. Lu
2006-09-12 16:10 ` Bjorn Helgaas
2006-09-12 16:51 ` H. J. Lu
2006-09-12 20:10 ` Bjorn Helgaas
2006-09-13 0:28 ` H. J. Lu
2006-09-13 15:03 ` Bjorn Helgaas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200609130904.00032.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox