Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!killer!jolnet!ralph From: ralph@jolnet.ORPK.IL.US (Ralph Allas Jr) Newsgroups: comp.sys.att Subject: Re: set 7300 modem to auto-answer Message-ID: <146@jolnet.ORPK.IL.US> Date: 10 Feb 89 07:37:26 GMT References: <859@ncr-sd.SanDiego.NCR.COM> Reply-To: ralph@jolnet.ORPK.IL.US (Ralph Allas Jr) Distribution: usa Organization: Jolnet, Public Access Unix, Orland Park (Joliet), Ill. Lines: 27 In article <859@ncr-sd.SanDiego.NCR.COM> kit@falstaf.SanDiego.NCR.COM (Kit Chow, x3039) writes: > >Can anyone tell me how I can set the internal modem on the 7300 >to auto-answer? > >Thanx in advance You should log in as "install" and go to HARDWARE SETUP. From there, you can set up the obm, On-Board-Modem. Tell the form what line you have a line on, and what line you have a phone on, etc... From there, the system should update your /etc/inittab so that a getty will be fired up on ph0 when the system boots up. This should allow your modem to auto-answer. Note: There should be a line in /etc/inittab that looks like so: ph0:2:respawn:/etc/getty ph0 1200 It should not look like so: :ph0:2:respawn:/etc/getty ph0 1200 The ':' at the begging of the line is like a remark. The note at the top of /etc/inittab says not to edit this file because it is program-modified. I have installed a different getty on my Unix-pc for the RS-232 port, and it works fine. I had to edit /etc/inittab with 'vi', but I had some advice before doing so. -Ralph I hope this helps...