home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14524 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!caen!destroyer!mudos!mju
  3. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  4. Subject: Re: Dell SVR4: Forcing 'stty -lcase'?
  5. Message-ID: <BunBxx.IzH@mudos.ann-arbor.mi.us>
  6. Date: Wed, 16 Sep 1992 00:56:19 GMT
  7. References: <tkevans.716587630@eplrx7.es.dupont.com>
  8. Organization: The Programmer's Pit Stop, Ann Arbor MI
  9. Lines: 24
  10.  
  11. In article <tkevans.716587630@eplrx7.es.dupont.com> tkevans@eplrx7.es.dupont.com writes:
  12. >My Dell SVR4 insists on immediately switching to UPPER CASE on all
  13. >incoming dial-up connections--including UUCP and SLIP dial-in's--
  14. >but does not do it every single time.  It does happen most of
  15. >the time.  This is hard to deal with in chat scripts.  Is there
  16. >some way to prevent this?  The system dialing in is a Sun.
  17.  
  18. It sounds like your modem is not set up correctly.  The modem is
  19. probably configured to return verbal result codes, which means that
  20. sometimes immediately after the other end connects, your system thinks
  21. that someone called "CONNECT" is trying to log in.  Since the "login-id"
  22. is in all caps, getty assumes that the calling system cannot do
  23. lowercase and switches to all-uppercase mode.
  24.  
  25. To fix it, turn off result codes (ATQ1, usually) and save that setting
  26. to NVRAM.  You probably also want to turn off command echo (ATE0), so
  27. your getty and your modem don't get into a screaming match.  You can
  28. then turn result codes back on (ATQ0) in the dialer script for
  29. outgoing calls.
  30.  
  31. -- 
  32. Marc Unangst                | Real men don't use Windows.  Real men use X. 
  33. mju@mudos.ann-arbor.mi.us   | Only a real man would use a GUI where the
  34.                             | shift keys after "Alt" are "Super" and "Hyper."
  35.