home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20732 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!newsserver.sfu.ca!rchen
  3. From: rchen@fraser.sfu.ca (Robert Chen)
  4. Subject: internal modem and serial device driver
  5. Message-ID: <1992Dec16.230026.9878@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. Date: Wed, 16 Dec 1992 23:00:26 GMT
  9. Lines: 32
  10.  
  11. I have the following setup:
  12.  
  13. Serial card on COM1 and COM2 (14450s)   (mouse and 14.4 modem respectively)
  14. 2400baud modem on COM3                  
  15.  
  16. At bootup, linux only recognises /dev/ttys0 and /dev/ttys1 (COM1 and
  17. COM2).  No mention of ttys2 (the internal modem).
  18.  
  19. The strange thing is, I can use the 2400 fine to dial in and dial out.
  20. In fact, I have a 14.4kbps on /dev/ttys1 and I have dialed in from
  21. home to my 2400 and the out through the 14.4.  I am using using the
  22. new getty_ps which works great for me.
  23.  
  24. Now for the problem.  I have a 9600bps mouse on /dev/ttys0.  While
  25. getty_ps is running (and hence accessing ttys2), my X cursor is jumpy
  26. when I move the mouse.  Since ttys0 and ttys2 share IRQ3, I assume
  27. that this has something to do with the serial driver (and the fact
  28. that my modem on ttys2 is not recognised at bootup).
  29.  
  30. What I would like to be able to do is access all three com ports
  31. simultaneously.  I would rather not move the 2400 baud modem to
  32. another IRQ (not 5 anyway) because I have an ethernet board using that
  33. IRQ (and it shouldn't be neccessary since at 2400bps, sharing an IRQ
  34. shouldn't be a problem).
  35.  
  36. Can anybody point me to a solution?  Is anybody successfully using
  37. COM1 and COM3 simultaneously?  Why is my internal modem not
  38. recognised?  
  39.  
  40. Any suggestions would be very appreciated.
  41.  
  42. - Ken
  43.