home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25371 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!enterpoop.mit.edu!bloom-beacon!bloom-picayune.mit.edu!daemon
  3. From: Theodore Ts'o <tytso@Athena.MIT.EDU>
  4. Subject: Re: Serial I/O in 99pl3-4
  5. Message-ID: <1993Jan25.032931.24421@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: tytso@Athena.MIT.EDU
  8. Organization: The Internet
  9. Date: Mon, 25 Jan 1993 03:29:31 GMT
  10. Lines: 19
  11.  
  12.    From: edmonds@cs.ubc.ca (Brian Edmonds)
  13.    Date: 23 Jan 93 20:19:48 GMT
  14.  
  15.    Well, I'm not exactly having trouble, but the behaviour did change when 
  16.    I went from p0 to p3 (might have been p2 to p3 even, I'm fuzzy on that 
  17.    :).  The ports generally seem to work fine, except for one anomaly.  
  18.    When I hang up from our local annex, I used to get the NO CARRIER 
  19.    message from the modem when it disconnected.  Now, instead, I get no 
  20.    message, and if I type anything to the modem after the disconnet, I get 
  21.    an I/O error (unable to write or somesuch).  So far this hasn't been a 
  22.    problem, but it does seem to indicate a bug somewhere.  BTW, I'm not 
  23.    using the serial autoconfigure option. 
  24.  
  25. Ah.... that's a new feature, to make serial driver POSIX complaint: when
  26. carrier is dropped, the rough equivelent of a vhangup() is executed.  If
  27. you want to avoid this, set the CLOCAL flag on the serial line.
  28.  
  29.                         - Ted
  30.  
  31.