* [parisc-linux] setting up the STI console on a 735/99
@ 2001-07-12 18:52 rpengelly
2001-07-13 12:13 ` Matthieu Le Corre
0 siblings, 1 reply; 7+ messages in thread
From: rpengelly @ 2001-07-12 18:52 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
So I have now succesfully installed the base system on a external narrow SCSI. I can boot off of it. Now the next question is how do I set it up to go to the STI console instead of the serial?
Ray
[-- Attachment #2: Type: text/html, Size: 575 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] setting up the STI console on a 735/99
2001-07-12 18:52 [parisc-linux] setting up the STI console on a 735/99 rpengelly
@ 2001-07-13 12:13 ` Matthieu Le Corre
2001-07-13 12:47 ` rpengelly
2001-07-16 7:53 ` Richard Hirst
0 siblings, 2 replies; 7+ messages in thread
From: Matthieu Le Corre @ 2001-07-13 12:13 UTC (permalink / raw)
To: parisc-linux
Le Jeudi 12 Juillet 2001 20:52, vous avez écrit :
> So I have now succesfully installed the base system on a external narrow
> SCSI. I can boot off of it. Now the next question is how do I set it up to
> go to the STI console instead of the serial?
>
> Ray
try console=tty on palo commande line
i try it, messages go on console but i get a "unable to open initial console"
and back to serial to login !
----------------------------------------
Content-Type: text/html; charset="iso-8859-1"; name="Pièces jointes : 1"
Content-Transfer-Encoding: quoted-printable
Content-Description:
----------------------------------------
--
_________________________________________________
Matthieu Le Corre
Service informatique
Ecole Polytechnique de l'Université de Nantes
Matthieu.Lecorre@polytech.univ-nantes.fr
02.40.68.32.23
__________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] setting up the STI console on a 735/99
2001-07-13 12:13 ` Matthieu Le Corre
@ 2001-07-13 12:47 ` rpengelly
2001-07-16 7:53 ` Richard Hirst
1 sibling, 0 replies; 7+ messages in thread
From: rpengelly @ 2001-07-13 12:47 UTC (permalink / raw)
To: Matthieu Le Corre, parisc-linux
I tried that but with the same result. Is there any way to get away from the
serial console and use the monitor for the 735? We're trying to set up a lab
of 700 and 735 for students so we need to get them running without the
serial console.
----- Original Message -----
From: "Matthieu Le Corre" <matthieu.lecorre@polytech.univ-nantes.fr>
To: <parisc-linux@lists.parisc-linux.org>
Sent: Friday, July 13, 2001 8:13 AM
Subject: Re: [parisc-linux] setting up the STI console on a 735/99
> Le Jeudi 12 Juillet 2001 20:52, vous avez écrit :
> > So I have now succesfully installed the base system on a external narrow
> > SCSI. I can boot off of it. Now the next question is how do I set it up
to
> > go to the STI console instead of the serial?
> >
> > Ray
>
> try console=tty on palo commande line
>
> i try it, messages go on console but i get a "unable to open initial
console"
> and back to serial to login !
>
> ----------------------------------------
> Content-Type: text/html; charset="iso-8859-1"; name="Pièces jointes : 1"
> Content-Transfer-Encoding: quoted-printable
> Content-Description:
> ----------------------------------------
>
> --
> _________________________________________________
>
> Matthieu Le Corre
> Service informatique
> Ecole Polytechnique de l'Université de Nantes
> Matthieu.Lecorre@polytech.univ-nantes.fr
> 02.40.68.32.23
> __________________________________________________
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] setting up the STI console on a 735/99
2001-07-13 12:13 ` Matthieu Le Corre
2001-07-13 12:47 ` rpengelly
@ 2001-07-16 7:53 ` Richard Hirst
2001-07-16 9:46 ` Matthieu Le Corre
1 sibling, 1 reply; 7+ messages in thread
From: Richard Hirst @ 2001-07-16 7:53 UTC (permalink / raw)
To: Matthieu Le Corre; +Cc: parisc-linux
On Fri, Jul 13, 2001 at 02:13:36PM +0200, Matthieu Le Corre wrote:
> Le Jeudi 12 Juillet 2001 20:52, vous avez écrit :
> > So I have now succesfully installed the base system on a external narrow
> > SCSI. I can boot off of it. Now the next question is how do I set it up to
> > go to the STI console instead of the serial?
> >
> > Ray
>
> try console=tty on palo commande line
>
> i try it, messages go on console but i get a "unable to open initial console"
> and back to serial to login !
I don't know whether linux supports graphical console on 735 yet.
You could try enabling a line in /etc/inittab to spawn a getty on
tty0, and see if you then get a login prompt.
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] setting up the STI console on a 735/99
2001-07-16 7:53 ` Richard Hirst
@ 2001-07-16 9:46 ` Matthieu Le Corre
2001-07-17 9:30 ` Richard Hirst
0 siblings, 1 reply; 7+ messages in thread
From: Matthieu Le Corre @ 2001-07-16 9:46 UTC (permalink / raw)
To: parisc-linux
Le Lundi 16 Juillet 2001 09:53, vous avez écrit :
> On Fri, Jul 13, 2001 at 02:13:36PM +0200, Matthieu Le Corre wrote:
> > Le Jeudi 12 Juillet 2001 20:52, vous avez écrit :
> > > So I have now succesfully installed the base system on a external
> > > narrow SCSI. I can boot off of it. Now the next question is how do I
> > > set it up to go to the STI console instead of the serial?
> > >
> > > Ray
> >
> > try console=tty on palo commande line
> >
> > i try it, messages go on console but i get a "unable to open initial
> > console" and back to serial to login !
>
> I don't know whether linux supports graphical console on 735 yet.
> You could try enabling a line in /etc/inittab to spawn a getty on
> tty0, and see if you then get a login prompt.
i get it !
but i get a "unable to open initial console"
console seem to work because i get the whole message to the console ....
it's a shame that i get this "unable to open initial console"
>
> Richard
--
_________________________________________________
Matthieu Le Corre
Service informatique
Ecole Polytechnique de l'Université de Nantes
Matthieu.Lecorre@polytech.univ-nantes.fr
02.40.68.32.23
__________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] setting up the STI console on a 735/99
2001-07-16 9:46 ` Matthieu Le Corre
@ 2001-07-17 9:30 ` Richard Hirst
2001-07-17 10:11 ` Matthieu Le Corre
0 siblings, 1 reply; 7+ messages in thread
From: Richard Hirst @ 2001-07-17 9:30 UTC (permalink / raw)
To: Matthieu Le Corre; +Cc: parisc-linux
On Mon, Jul 16, 2001 at 11:46:53AM +0200, Matthieu Le Corre wrote:
> Le Lundi 16 Juillet 2001 09:53, vous avez écrit :
> > On Fri, Jul 13, 2001 at 02:13:36PM +0200, Matthieu Le Corre wrote:
> > > Le Jeudi 12 Juillet 2001 20:52, vous avez écrit :
> > > > So I have now succesfully installed the base system on a external
> > > > narrow SCSI. I can boot off of it. Now the next question is how do I
> > > > set it up to go to the STI console instead of the serial?
> > > >
> > > > Ray
> > >
> > > try console=tty on palo commande line
Shouldn't that be console=tty0 and not console=tty ?
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [parisc-linux] setting up the STI console on a 735/99
2001-07-17 9:30 ` Richard Hirst
@ 2001-07-17 10:11 ` Matthieu Le Corre
0 siblings, 0 replies; 7+ messages in thread
From: Matthieu Le Corre @ 2001-07-17 10:11 UTC (permalink / raw)
To: parisc-linux
Le Mardi 17 Juillet 2001 11:30, vous avez écrit :
> On Mon, Jul 16, 2001 at 11:46:53AM +0200, Matthieu Le Corre wrote:
> > Le Lundi 16 Juillet 2001 09:53, vous avez écrit :
> > > On Fri, Jul 13, 2001 at 02:13:36PM +0200, Matthieu Le Corre wrote:
> > > > Le Jeudi 12 Juillet 2001 20:52, vous avez écrit :
> > > > > So I have now succesfully installed the base system on a external
> > > > > narrow SCSI. I can boot off of it. Now the next question is how do
> > > > > I set it up to go to the STI console instead of the serial?
> > > > >
> > > > > Ray
> > > >
> > > > try console=tty on palo commande line
>
> Shouldn't that be console=tty0 and not console=tty ?
not better ...
>
> Richard
>
>
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux
--
_________________________________________________
Matthieu Le Corre
Service informatique
Ecole Polytechnique de l'Université de Nantes
Matthieu.Lecorre@polytech.univ-nantes.fr
02.40.68.32.23
__________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-07-17 10:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-12 18:52 [parisc-linux] setting up the STI console on a 735/99 rpengelly
2001-07-13 12:13 ` Matthieu Le Corre
2001-07-13 12:47 ` rpengelly
2001-07-16 7:53 ` Richard Hirst
2001-07-16 9:46 ` Matthieu Le Corre
2001-07-17 9:30 ` Richard Hirst
2001-07-17 10:11 ` Matthieu Le Corre
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.