* serial console cable specs
@ 1999-02-11 18:17 Mike Shaver
1999-02-11 18:51 ` Matthias Kleinschmidt
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Mike Shaver @ 1999-02-11 18:17 UTC (permalink / raw)
To: linux
I have a DIN<->DB9 adaptor and a DB9 cable, but Something Isn't Right.
I have it set to 9600 N81, and I set console to d2, and I can see the
system menu when the machine boots. But I can't type anything at it.
This is making it quite difficult to do anything with my machine, so I'm
going to go get another cable.
What does this cable need to be? Do I need a NULL-modem thing? How can
I be 100% sure that a cable I purchase will let my Indy experience the
joys or serial consoling?
And, in the meantime, how can I force my Indy back to console=g?
Mike
--
163795.99 137038.05
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: serial console cable specs
1999-02-11 18:17 serial console cable specs Mike Shaver
@ 1999-02-11 18:51 ` Matthias Kleinschmidt
1999-02-11 18:54 ` Bob Mende Pie
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Matthias Kleinschmidt @ 1999-02-11 18:51 UTC (permalink / raw)
To: linux
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
Hi,
On Thu, Feb 11, 1999 at 01:17:37PM -0500, Mike Shaver wrote:
> What does this cable need to be? Do I need a NULL-modem thing? How can
> I be 100% sure that a cable I purchase will let my Indy experience the
> joys or serial consoling?
take a lool at :
http://techpubs.sgi.com/library/dynaweb_bin/hdwr/bin/nph-dynaweb.cgi/
dynaweb/SGI_EndUser/Indy_OwnerGd/@Generic__BookTextView/9520
Matthias
--
Matthias Kleinschmidt
Cedar Dell 568B, Box 5398
UMass Dartmouth
285 Old Westport Rd.
North Dartmouth, MA 02747
Tel.: +1 508 910 6851
email: matthias@fmc-container.mach.uni-karlsruhe.de
[-- Attachment #2: Type: application/pgp-signature, Size: 290 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: serial console cable specs
1999-02-11 18:17 serial console cable specs Mike Shaver
1999-02-11 18:51 ` Matthias Kleinschmidt
@ 1999-02-11 18:54 ` Bob Mende Pie
1999-02-11 18:59 ` Alex deVries
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Bob Mende Pie @ 1999-02-11 18:54 UTC (permalink / raw)
To: shaver; +Cc: linux
The irix man page serial(7) has pinouts for all of the SGI serial ports.
You can view this man page at:
http://reality.sgi.com/cgi-bin/uman?p=serial&s=7
/Bob... mailto:mende@sgi.com
http://reality.sgi.com/mende KF6EID
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: serial console cable specs
1999-02-11 18:17 serial console cable specs Mike Shaver
1999-02-11 18:51 ` Matthias Kleinschmidt
1999-02-11 18:54 ` Bob Mende Pie
@ 1999-02-11 18:59 ` Alex deVries
1999-02-11 19:04 ` Richard Hartensveld
1999-02-11 19:43 ` Alistair Lambie
4 siblings, 0 replies; 7+ messages in thread
From: Alex deVries @ 1999-02-11 18:59 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
On Thu, 11 Feb 1999, Mike Shaver wrote:
>
> And, in the meantime, how can I force my Indy back to console=g?
>
Can't you just telnet in?
<Alex runs away quickly>
- Alex
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: serial console cable specs
1999-02-11 18:17 serial console cable specs Mike Shaver
` (2 preceding siblings ...)
1999-02-11 18:59 ` Alex deVries
@ 1999-02-11 19:04 ` Richard Hartensveld
1999-02-11 22:35 ` Mike Shaver
1999-02-11 19:43 ` Alistair Lambie
4 siblings, 1 reply; 7+ messages in thread
From: Richard Hartensveld @ 1999-02-11 19:04 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Mike Shaver wrote:
> I have a DIN<->DB9 adaptor and a DB9 cable, but Something Isn't Right.
>
> What does this cable need to be? Do I need a NULL-modem thing? How can
> I be 100% sure that a cable I purchase will let my Indy experience the
> joys or serial consoling?
>
man serial under irix will give you the pinouts.
> And, in the meantime, how can I force my Indy back to console=g?
also under irix, you can use the program nvram and do:
nvram console g
or set the environment from within the bootprom.
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: serial console cable specs
1999-02-11 18:17 serial console cable specs Mike Shaver
` (3 preceding siblings ...)
1999-02-11 19:04 ` Richard Hartensveld
@ 1999-02-11 19:43 ` Alistair Lambie
4 siblings, 0 replies; 7+ messages in thread
From: Alistair Lambie @ 1999-02-11 19:43 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Mike Shaver wrote:
>
> I have it set to 9600 N81, and I set console to d2, and I can see the
> system menu when the machine boots. But I can't type anything at it.
> This is making it quite difficult to do anything with my machine, so I'm
> going to go get another cable.
>
I have found some terminals (assuming that is what you are using) that
require either DSR or CTS before they will transmit anything even with
flow control off.
Cheers, Alistair
--
Alistair Lambie alambie@csd.sgi.com
SGI Global Product Support SGI Voicemail/VNET: 234-1455
Level 5, Cigna House, M/S: INZ-3780
PO Box 24 093, Ph: +64-4-494 6325
40 Mercer St, Wellington, Fax: +64-4-494 6321
New Zealand Mobile: +64-21-635 262
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: serial console cable specs
1999-02-11 19:04 ` Richard Hartensveld
@ 1999-02-11 22:35 ` Mike Shaver
0 siblings, 0 replies; 7+ messages in thread
From: Mike Shaver @ 1999-02-11 22:35 UTC (permalink / raw)
To: Richard Hartensveld; +Cc: linux
Richard Hartensveld wrote:
> > And, in the meantime, how can I force my Indy back to console=g?
>
> also under irix, you can use the program nvram and do:
>
> nvram console g
>
> or set the environment from within the bootprom.
No, you see, my problem is that I can't type at the boot prom (busted
cable) or boot the system (autoboot is off, which is usually a feature).
Mike
--
180790.79 150203.05
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~1999-02-11 22:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-02-11 18:17 serial console cable specs Mike Shaver
1999-02-11 18:51 ` Matthias Kleinschmidt
1999-02-11 18:54 ` Bob Mende Pie
1999-02-11 18:59 ` Alex deVries
1999-02-11 19:04 ` Richard Hartensveld
1999-02-11 22:35 ` Mike Shaver
1999-02-11 19:43 ` Alistair Lambie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox