home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22453 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!cs.utexas.edu!torn!newshub.ccs.yorku.ca!yorku.ca!marcf
  3. From: marcf@nexus.yorku.ca (Marc G Fournier)
  4. Subject: Re: Appendum to problems with AST board
  5. Message-ID: <marcf.725995637@yorku.ca>
  6. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  7. Organization: York University
  8. References: <1993Jan2.075722.15958@athena.mit.edu>
  9. Date: Sat, 2 Jan 1993 17:27:17 GMT
  10. Lines: 33
  11.  
  12. tytso@ATHENA.MIT.EDU (Theodore Ts'o) writes:
  13.  
  14. >   From: marcf@nexus.yorku.ca (Marc G Fournier)
  15. >   Date: Sat, 2 Jan 1993 03:50:08 GMT
  16.  
  17. >       When I boot up the system, the kernel properly finds the
  18. >   AST board, except it 'recognizes' them as ttys[8-11], which
  19. >   do not exist.  I figured that I had to mknod them, so I tried it
  20. >   out, but it didn't seem to work.  After thinking about it, over
  21. >   dinner, it struck me like lightening...it is 'half' working...I'm
  22. >   getting communications in one direction, but not the other.  Is
  23. >   that possible?  It is sending out /etc/issue and login prompts,
  24. >   but isn't allowing the other end to enter anything.  
  25.  
  26.  
  27. >Sounds like interrupts to the FourPort board aren't working right.  If
  28. >you don't have AUTO_IRQ (the automatic IRQ detection code) enabled, then
  29. >you either need to jumper your FourPort card for IRQ 5, or you need to
  30. >modify serial.c to use the proper IRQ for your card, or you need to use
  31. >the setserial program to let the kernel know what IRQ the card is using.
  32.  
  33.     This is basically what I found out.  I did have AUTO_IRQ enabled
  34. in the kernel, but for some reason, it wasn't picking up the IRQ correctly.
  35. I had the IRQ  set at 2, with the 'addresses' set at 2a0->2b8(?), but
  36. the IRQ that the kernel was finding was 5 :(  What I ended up doing was
  37. just changing the IRQ to 5, and I seem to be having at least hard-wired
  38. communications.  
  39.  
  40.     Now, to get the modems to work :)
  41.  
  42.     Thanks loads...
  43.  
  44. Marc
  45.