Re: Connecting on COM 1

2002-08-16 Thread Edward Dekkers

 There is a Serial How-to. One reference is:

 http://www.tldp.org/HOWTO/Serial-HOWTO.html

 I use minicom to connect to a Cisco router over a serial line from a Linux
 box. Once I plugged in the right cable (a null modem) it just worked. No
 tinkering with Linux required.

 Mike

That will help him, yes, Mike, but remember he asked for a login prompt?

You use the port as a terminal. He wants a terminal (Hyperterminal) to log
in to his box from what I understand.

I'm sure he does have to tinker a bit ;-)

Regards,
Ed.



 On Thursday 15 August 2002 03:48 am, Joe Giles wrote:
  List,
  Is there any spicific configuration I need to do to be able to connect
to my
 server using Hyperterminal on COM 1? I tried this but I dont get a
login...
 
 
  Thanks
 
  Joe Giles
  [EMAIL PROTECTED]
  AOL ID: mcigiles





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Francisco Neira

Edward Dekkers wrote:

There is a Serial How-to. One reference is:

http://www.tldp.org/HOWTO/Serial-HOWTO.html

I use minicom to connect to a Cisco router over a serial line from a Linux
box. Once I plugged in the right cable (a null modem) it just worked. No
tinkering with Linux required.

Mike



That will help him, yes, Mike, but remember he asked for a login prompt?

You use the port as a terminal. He wants a terminal (Hyperterminal) to log
in to his box from what I understand.

I'm sure he does have to tinker a bit ;-)

Regards,
Ed.
  

Hi,

AFAIK, this is done modifying the inittab file so there is a spawning of 
mingetty (or was getty?) in the device /dev/ttyS0 (eg). mingetty will 
grant a login to the serial port 0.

HTH

Francisco





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Nick Lindsell

At 21:11 16/08/2002 +0800, you wrote:
  There is a Serial How-to. One reference is:
 
  http://www.tldp.org/HOWTO/Serial-HOWTO.html
 
  I use minicom to connect to a Cisco router over a serial line from a Linux
  box. Once I plugged in the right cable (a null modem) it just worked. No
  tinkering with Linux required.
 
  Mike

That will help him, yes, Mike, but remember he asked for a login prompt?

You use the port as a terminal. He wants a terminal (Hyperterminal) to log
in to his box from what I understand.

I'm sure he does have to tinker a bit ;-)


A getty of one variety or another will be required - mingetty seems OK.
In /etc/inittab the lines

s1:2345:respawn:/sbin/mingetty 19200 ttyS1 vt100

will give a login @19k2 on com 1
and the command init q will start them up.

Windows Hyperterm will work with this - I use it at work.




Regards,
Ed.

 
 
  On Thursday 15 August 2002 03:48 am, Joe Giles wrote:
   List,
   Is there any spicific configuration I need to do to be able to connect
to my
  server using Hyperterminal on COM 1? I tried this but I dont get a
login...
  
  
   Thanks
  
   Joe Giles
   [EMAIL PROTECTED]
   AOL ID: mcigiles





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Joe Giles

Yes, that is correct. I understand all the facets of Serial, just not sure how to hook 
it up to a Linux system. The reason I wanted to do this is so I can get console access 
to my server in-case my network goes down and I have to restart the server or a 
service. 

I will continue reading. 

Thanks for the info.

Joe

  There is a Serial How-to. One reference is:
 
  http://www.tldp.org/HOWTO/Serial-HOWTO.html
 
  I use minicom to connect to a Cisco router over a serial line from a Linux
  box. Once I plugged in the right cable (a null modem) it just worked. No
  tinkering with Linux required.
 
  Mike
 
 That will help him, yes, Mike, but remember he asked for a login prompt?
 
 You use the port as a terminal. He wants a terminal (Hyperterminal) to log
 in to his box from what I understand.
 
 I'm sure he does have to tinker a bit ;-)
 
 Regards,
 Ed.
 
 
 
  On Thursday 15 August 2002 03:48 am, Joe Giles wrote:
   List,
   Is there any spicific configuration I need to do to be able to connect
 to my
  server using Hyperterminal on COM 1? I tried this but I dont get a
 login...
  
  
   Thanks
  
   Joe Giles
   [EMAIL PROTECTED]
   AOL ID: mcigiles
 
 
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 


Joe Giles
[EMAIL PROTECTED]
AOL ID: mcigiles



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Bret Hughes

On Fri, 2002-08-16 at 08:45, Nick Lindsell wrote:
 
 A getty of one variety or another will be required - mingetty seems OK.
 In /etc/inittab the lines
 
 s1:2345:respawn:/sbin/mingetty 19200 ttyS1 vt100
 
 will give a login @19k2 on com 1
 and the command init q will start them up.

FWIW ttyS1 is COM2 not COM1  ttyS0 would be COM1

Bret




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Bret Hughes

On Fri, 2002-08-16 at 08:51, Joe Giles wrote:
 Yes, that is correct. I understand all the facets of Serial, just not sure how to 
hook it up to a Linux system. The reason I wanted to do this is so I can get console 
access to my server in-case my network goes down and I have to restart the server or 
a service. 
 
 I will continue reading. 
 
 Thanks for the info.
 
 Joe
 
   There is a Serial How-to. One reference is:
  
   http://www.tldp.org/HOWTO/Serial-HOWTO.html


This is a good resource and the inittab lines mentioned in previous
posts should get you going.  You can also get console messages to be
spit out in case you are having problems with the box and want to be
able to see what is going on.

google for linux serial console  seeems like there is a HOT on it too.

HTH

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Joe Giles

Ok, I think I got it to work, or communicate anyway, but all I see is 
[[[pp][][]BBB][][[]]

Looks like a COM port config issue.. You guys got me on the right track, and I 
appreciate it. I think I can figure out the rest (However, any additional help is 
always welcome :-P)

Thanks again

Joe

 On Fri, 2002-08-16 at 08:51, Joe Giles wrote:
  Yes, that is correct. I understand all the facets of Serial, just not sure how to 
hook it up to a Linux system. The reason I wanted to do this is so I can get console 
access to my server in-case my network goes down and I have to restart the server or 
a service. 
  
  I will continue reading. 
  
  Thanks for the info.
  
  Joe
  
There is a Serial How-to. One reference is:
   
http://www.tldp.org/HOWTO/Serial-HOWTO.html
 
 
 This is a good resource and the inittab lines mentioned in previous
 posts should get you going.  You can also get console messages to be
 spit out in case you are having problems with the box and want to be
 able to see what is going on.
 
 google for linux serial console  seeems like there is a HOT on it too.
 
 HTH
 
 Bret
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 


Joe Giles
[EMAIL PROTECTED]
AOL ID: mcigiles



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-16 Thread Nick Lindsell

At 16:16 16/08/2002 +, you wrote:
Ok, I think I got it to work, or communicate anyway, but all I see is 
[[[pp][][]BBB][][[]]

Usually a speed issue - check your hyperterm settings, 19200  is
what I use and that should match the line in /etc/inittab.

ttfn
nick@nexnix




Looks like a COM port config issue.. You guys got me on the right track, 
and I appreciate it. I think I can figure out the rest (However, any 
additional help is always welcome :-P)

Thanks again

Joe

  On Fri, 2002-08-16 at 08:51, Joe Giles wrote:
   Yes, that is correct. I understand all the facets of Serial, just not 
 sure how to hook it up to a Linux system. The reason I wanted to do this 
 is so I can get console access to my server in-case my network goes down 
 and I have to restart the server or a service.
  
   I will continue reading.
  
   Thanks for the info.
  
   Joe
  
 There is a Serial How-to. One reference is:

 http://www.tldp.org/HOWTO/Serial-HOWTO.html
  
 
  This is a good resource and the inittab lines mentioned in previous
  posts should get you going.  You can also get console messages to be
  spit out in case you are having problems with the box and want to be
  able to see what is going on.
 
  google for linux serial console  seeems like there is a HOT on it too.
 
  HTH
 
  Bret
 
 
 
  --
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 


Joe Giles
[EMAIL PROTECTED]
AOL ID: mcigiles



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-15 Thread Edward Dekkers

 List,
 Is there any spicific configuration I need to do to be able to connect to
my server using Hyperterminal on COM 1? I tried this but I dont get a
login...

Yes there is a specific configuration. I've never done it and I really don't
have too much of an idea, but I would assume it involves a NULL modem cable,
and running some sort of getty over ttyS0 or 1.

Doesn't the Linux Documentation Project have anything on this? I assume it
would?

Regards,
Ed.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Connecting on COM 1

2002-08-15 Thread Mike Davison


There is a Serial How-to. One reference is:

http://www.tldp.org/HOWTO/Serial-HOWTO.html

I use minicom to connect to a Cisco router over a serial line from a Linux 
box. Once I plugged in the right cable (a null modem) it just worked. No 
tinkering with Linux required. 

Mike


On Thursday 15 August 2002 03:48 am, Joe Giles wrote:
 List, 
 Is there any spicific configuration I need to do to be able to connect to my 
server using Hyperterminal on COM 1? I tried this but I dont get a login...
 
 
 Thanks
 
 Joe Giles
 [EMAIL PROTECTED]
 AOL ID: mcigiles
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list