home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6952 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!wupost!gumby!yale!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!news.funet.fi!hydra!klaava!torvalds
  2. From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: MicroSoft Bus Mouse v.s. Linux 0.96c(pl2)
  5. Message-ID: <1992Jul29.092511.18926@klaava.Helsinki.FI>
  6. Date: 29 Jul 92 09:25:11 GMT
  7. References: <1992Jul27.191720.2986@uwm.edu> <2835@ariel.its.unimelb.EDU.AU>
  8. Organization: University of Helsinki
  9. Lines: 20
  10.  
  11. In article <2835@ariel.its.unimelb.EDU.AU> rab@ariel.its.unimelb.EDU.AU (Richard Alan Brown) writes:
  12. >
  13. >I have a Microsoft InPort mouse, and it certainly doesn't work. However,
  14. >Nathan Laredo advises me that InPort mice are really just serial mice.
  15. >My InPort mouse card uses IRQ 5 and according to the docs uses port address
  16. >0x23C-0x23F, so i tried:
  17. >
  18. >    % setserial /dev/tty2 0x23C 5
  19. >
  20. >and locked up the system quite nicely! I have no idea what to do next...
  21. >any ideas ??
  22.  
  23. setserial got broken in pl1 or pl2: it locks the machine under some
  24. circumstances (actually, anything that opens a serial device that has
  25. the wrong parameters will do it).  I'll make 0.97 available this weekend
  26. (dynamic buffers and the new SCS drivers), and the problem should be
  27. corrected.  I'm still testing out some bug that seems to occur when
  28. memory is tight, but 0.97 should be pretty stable. 
  29.  
  30.         Linus
  31.