home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22875 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.1 KB  |  54 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsm!cbnewsl!att-out!cbfsb!cbnewsg.cb.att.com!wto
  3. From: wto@cbnewsg.cb.att.com (William T. O Connell)
  4. Subject: Conflicting IRQs
  5. Message-ID: <1993Jan6.070636.5289@cbfsb.cb.att.com>
  6. Keywords: modem,mouse
  7. Sender: news@cbfsb.cb.att.com
  8. Organization: AT&T
  9. Date: Wed, 6 Jan 1993 07:06:36 GMT
  10. Lines: 42
  11.  
  12. Mouse (com1) and modem (com3) conflict when used simultaneously (e.g under X).
  13. The mouse dies :-(  (can't do anything but re-boot). This will under X
  14. either when I have a uugetty running on com3 or try to start seyon. 
  15.  
  16. There have been posts in the past that discuss how to handle situations
  17. like this when two devices are used simultaneously which have the same IRQ.
  18. e.g.)
  19.     <wyvern@gnu.ai.mit.edu> posted about a month ago to
  20.     change the line in the kernel (serial.c) from
  21.     
  22.     struct struct_ISR COM3_ISR = { 4, 0x3e8, UART_ISR_proc, 0 );
  23.     to    
  24.     struct struct_ISR COM3_ISR = { 5, 0x3e8, UART_ISR_proc, 0 );
  25.                        ^
  26.  
  27. Before modifying and re-building the kernel, I downloaded setserial.tar.Z
  28. from tsx-11, and decided to try it with the 'setserial' command.
  29.  
  30. Prior to modifying the serial ports, they had the following settings:
  31.     /dev/ttys0, Type: 16450, Line: 0, Port: 0x03f8, IRQ: 4  # Mouse
  32.     /dev/ttys2, Type: 16450, Line: 2, Port: 0x03e8, IRQ: 4  # Modem
  33.  
  34. Notice, same IRQ values.
  35.  
  36. So I thought I would simply change the IRQ on the modem from 4 to 5. e.g)
  37.     /dev/ttys0, Type: 16450, Line: 0, Port: 0x03f8, IRQ: 4  # Mouse
  38.     /dev/ttys2, Type: 16450, Line: 2, Port: 0x03e8, IRQ: 5  # Modem
  39.                                      ^
  40.  
  41. What happens is when I go into X, and either try to start seyon -or-
  42. have uugetty running, the mouse won't move (stubborn little thing).
  43.  
  44. Now, I tried many combinations of the above scenerio (i.e. chging the 
  45. mouse's value instead, chging from 5 to some other IRQ value like 10, ...)
  46.  
  47. I'm kinda stuck right now (especially since I thought the above
  48. scenerio would fix it), Could someone give me a helping hand up
  49. and give me some insight (or lack of it)?
  50.  
  51. Thanks,
  52.  
  53. - Bill       wto@ihlpx.att.com
  54.