home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21664 < prev    next >
Encoding:
Internet Message Format  |  1992-12-25  |  2.6 KB

  1. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!nyet
  2. From: nyet@cco.caltech.edu (n liu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: BUG in 0.99[p1] kernel config script and Re: Serial driver issues
  5. Date: 25 Dec 1992 09:05:03 GMT
  6. Organization: California Institute of Technology, Pasadena
  7. Lines: 49
  8. Message-ID: <1heirvINN3gr@gap.caltech.edu>
  9. References: <joergp.725145625@gmd.de>
  10. NNTP-Posting-Host: punisher.caltech.edu
  11.  
  12. joergp@gmd.de (Joerg Prust) writes:
  13.  
  14.  
  15. >As far as I read from recent news, these cannot share the same IRQ-lines.
  16. >The last weeks there have been some postings regarding multiport cards,
  17. >but with a little soldering, you can use IRQ's 10 to 12 with every
  18. >off-the-shelve short (8 bit) card! I read about this in the German
  19. >computer magazine c't (jan '93) and intend to try that for Linux.
  20. >You "just" have to disconnect the IRQ3/4 lines of one card and connect
  21. >them to the pins D3 and D4 of the upper part of the slot connector, which
  22. >drive the IRQ10 and IRQ11 lines (i.e.).
  23. >To do this, you only need a card which fits into the 16-bit-part of the
  24. >AT-bus-slot and a few inches of wire (I will recycle an old CGA card...).
  25. >The only problem might be to find the IRQ lines on the serial card, but most
  26. >of them have jumpers to set the IRQ's. These can be left open and will be
  27. >the points where the new connector has to be attached to.
  28.  
  29. >Of course this should ONLY be done if you are not afraid of
  30. >hardware-hacking and know what you are doing!!!
  31.  
  32. Cards CAN be connected to the same IRQ.. its just that your system won't
  33. know which one called the interrupt and won't service the right card all
  34. of the time. Under DOS this is occasionally fine, but under Linux you want
  35. to be able to all of the devices simultaneosly.
  36.  
  37. As far as hardware diddling goes, my io card jumpers are set up like this:
  38.  
  39.  
  40.   2       4        6        8       10     12       14        16       18
  41. GAME   PARALLEL-->lpt2    com2<--SERIAL2->com4     irq7      irq4<--SERIAL2
  42.   |       |                 ^       |               ^         ^        |
  43.   v       v                 |       v               |         |        v
  44. enable   lpt1     com1<--SERIAL1-->com3   irq5<--PARALLEL   SERIAL1-->irq3
  45.   1       3        5        7       9      11       13        15       17
  46.  
  47. So I took off the serial irq jumpers, set 10-12 and 7-9, and wire wrapped
  48. 11 to 15 and 14 to 18.
  49.  
  50. I pulled off the parallel 1 jumper in a weak attempt to disable the address
  51. decoding, but linux still thinks its there.
  52.  
  53. However, the setup did seem to work, but the lpt thing bothers me.
  54.  
  55. So the question here is how to disable the lpt port so com3 and 4 can use
  56. irq 5 or 7.
  57.  
  58. Ideas?
  59. -- 
  60. nyet@cco.caltech.edu
  61.