* Connecting with Hyperterm
@ 2004-01-09 21:49 Gosselin, Mark
0 siblings, 0 replies; 2+ messages in thread
From: Gosselin, Mark @ 2004-01-09 21:49 UTC (permalink / raw)
To: Linux Newbie (E-mail)
HI Guys,
I'm trying to connect using Hyperterm via a serial port to a Linux Enterprise 3.0 server...
What do I need to do to make sur ethat the Linux box will accept connections through the
serial ports?? Is there something that needs to be done in /etc/inittab regarding mingetty and/o
mgetty??? How about mgetty.conf files???
The server is a Dell 2650. My PC with the serail cable connected claims to be connected, but
I can see no evidence of it on the screen....
Any help would be most appreciated.
Thanks,
Mark Gosselin
NetScout Systems
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Connecting with Hyperterm
[not found] <6CE6A442029B3347890ED9FCA94FAE0701EEAB98@nsxmail.netscout. com>
@ 2004-01-09 22:32 ` Ray Olszewski
0 siblings, 0 replies; 2+ messages in thread
From: Ray Olszewski @ 2004-01-09 22:32 UTC (permalink / raw)
To: linux-newbie
At 04:49 PM 1/9/2004 -0500, Gosselin, Mark wrote:
>HI Guys,
>
>I'm trying to connect using Hyperterm via a serial port to a Linux
>Enterprise 3.0 server...
>What do I need to do to make sur ethat the Linux box will accept
>connections through the
>serial ports?? Is there something that needs to be done in /etc/inittab
>regarding mingetty and/o
>mgetty??? How about mgetty.conf files???
>
>The server is a Dell 2650. My PC with the serail cable connected claims to
>be connected, but
>I can see no evidence of it on the screen....
>
>Any help would be most appreciated.
I'm guessing that "a Linux Enterprise 3.0 server" is some sort of Red Hat
system. If it is typical of Linux systems, you need a line in /etc/inittab
that looks something like this (this is an example taken from a Debian
system) --
T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
You need the right entry for the serial port you are using (ttyS0 or ttyS1,
on usual systems). The rest of the details will vary depending on which
*getty program your system actually uses.
Aside from that, you need to make sure
that the serial port is enabled in the system's BIOS (aside from
checking the actual BIOS settings, see if "setserial /dev/ttyS1", run as
root, returns a UART type -- or ttyS0 if you're using that port).
that your Linux kernel has serial-port support compiled in (check
dmesg to make sure the serial ports are seen at boot).
that you are using a crossover cable with whatever handshaking the
systems expect.
that Hyperterm itself is working correctly.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-09 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <6CE6A442029B3347890ED9FCA94FAE0701EEAB98@nsxmail.netscout. com>
2004-01-09 22:32 ` Connecting with Hyperterm Ray Olszewski
2004-01-09 21:49 Gosselin, Mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox