Re: Serial Terminals

2001-12-10 Thread J.A.Serralheiro
oh so is your card pnp ? its easy. just run pnpdump and send its output to isapnp.conf ./pnpdump > isapnp.conf then edit the file and uncomment the configuration you desire. man isapnp.conf will help u a lot. dont forget, uou must run isapnp every time you reboot. if that is not done automatic

Re: Serial Terminals

2001-12-10 Thread J.A.Serralheiro
well I have at home a dec vt320 working on my serial com port its very easy. if you isa card has com ports, then it should be equaly easy. see the file /etc/initttab usually near "getty" entries, for screen consoles, you have a comment telling how to put a login prompt at a serial ports good luck

Re: Serial Terminals

2001-12-10 Thread ajlewis2
In linux.debian.user, you wrote: > Hi All, > > Has anyone configured linux serial terminals. > I have a specialix ISA card and some terminals. > How do I configure them. > > Tt I'm reading your post on the newsgroup and haven't seen an answer yet; so I'll offer what little I know. I've never

Re: Serial Terminals

2001-12-10 Thread Daniel Freedman
On Mon, Dec 10, 2001, Titty Jacob wrote: > Hi All, > > Has anyone configured linux serial terminals. > I have a specialix ISA card and some terminals. > How do I configure them. > > Tt Hi Tt, Please see: http://www.linuxdoc.org/HOWTO/Text-Terminal-HOWTO.html HTH, Daniel -- Daniel A. Free

Re: serial terminals

2001-05-11 Thread Mike Fedyk
On Fri, May 11, 2001 at 11:11:30AM -0700, Mike Fedyk wrote: > Hi, > > I'm trying to connect to a serial terminal on PPC/Linux. > > I remember doing it with minicom a while ago, but trying to do it again is > proving dificult. > > Is minicom the right tool for this? I've configured it for the ri

Re: serial terminals

2001-05-11 Thread Mike Fedyk
On Fri, May 11, 2001 at 09:46:00PM +0200, [EMAIL PROTECTED] wrote: > 1. Edit /etc/inittab > > There is probably some commented lines not unlike this one: > > # Example how to put a getty on a serial line (for a terminal) > # > T0:3:respawn:/sbin/getty -L ttyS0 38400 vt320 > > 3 is the initlevel

Re: serial terminals

2001-05-11 Thread haek
1. Edit /etc/inittab There is probably some commented lines not unlike this one: # Example how to put a getty on a serial line (for a terminal) # T0:3:respawn:/sbin/getty -L ttyS0 38400 vt320 3 is the initlevel (it will only be activated in initlevel 3) -L is for local (no carrier detect) serial