home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9724 < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.7 KB  |  55 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!tamuts!n217cg
  3. From: n217cg@tamuts.tamu.edu (Scott Taylor)
  4. Subject: Re: How to run a second modem on COM3, IRQ5
  5. Message-ID: <1992Sep3.055226.22057@tamsun.tamu.edu>
  6. Followup-To: comp.os.linux
  7. Summary: no problemo
  8. Keywords: setserial, modems, IRQ
  9. Sender: Scott Taylor (n217cg@tamuts.tamu.edu)
  10. Organization: ~/lib/organization
  11. References: <1992Sep2.202602.18765@magnus.acs.ohio-state.edu>
  12. Date: Thu, 3 Sep 1992 05:52:26 GMT
  13. Lines: 40
  14.  
  15. In article <1992Sep2.202602.18765@magnus.acs.ohio-state.edu> bjones@magnus.acs.ohio-state.edu (William A Jones) writes:
  16. >I just obatined a Gateway Telepath modem from a coworker who decided that he
  17. >didn't want it anymore.  So, now I have two high speed modems.  But, after
  18. >reading the documentation, I discovered that the Telepath can be configured
  19. >to use any of the 4 COM ports as IRQ5.  So, what I was hoping to do is
  20. >keep my current installation (Microsoft Mouse on COM1, IRQ4; modem on
  21. >COM2, IRQ3) and run the Gateway on COM3 (or COM4) using IRQ5.  Is this
  22. >possible?  If so, what changes (I'm sure there are some) would I need to
  23. >make to the kernel?  What else would I have to do to get this to happen?
  24. >
  25. You shouldn't need to make any changes to the kernel (assuming you are  running
  26. anything newer than 0.96a) to get this to work.  I currently am running my modem
  27. (2400 baud internal) as a third serial port using IRQ 5; the manual calls it
  28. COM3 IRQ 5 or COM6 (don't you love DOS?).  It works fine.  What you will need
  29. is the program setserial.c that was posted here some time ago; it's probably
  30. available from a fine ftp site near you, or I can mail it to you.  Also, make 
  31. sure that the adress of the modem doesn't conflict with the addresses of your
  32. other serial ports; setting it up as COM3 should be OK.  Shut down your PC, put 
  33. in the card, and reboot.  Linux should report three serial ports.  Make sure
  34. you have a /dev/ttys3 (assuming that the other two serial ports are ttys1 and 
  35. ttys2); you can make it with "mknod /dev/ttys3 c 4 66".  Then run setserial:
  36. "setserial /dev/ttys3 0x03e8 5" (for COM3, IRQ 5, of course).  Be careful, 
  37. since setserial can lock up your system if anything is incorrect (either 
  38. the args to setserial or your modem configuration).  After that, you should
  39. be in business.  You may want to put your setserial command in /etc/rc (or
  40. rc.local), so that the modem is set up every time you reboot.
  41.  
  42. BTW, I am running 0.96c pl2; I assume  the procedure is the same for 0.97
  43. and that setserial is still necessary and still works. Please feel free
  44. to correct  me if I'm wrong (it won't be a new experience ;-) )
  45.  
  46. >Thanks,
  47. >
  48. >Bill
  49. >
  50. >
  51. >
  52.  
  53. Scott Taylor
  54. n217cg@tamuts.tamu.edu
  55.