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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!darwin.sura.net!jvnc.net!primerd.prime.com!tiger1.prime.com!cummings
  3. From: cummings@tiger1.prime.com (Kevin J. Cummings)
  4. Subject: Re: MouseSystems bus mouse ("WhiteMouse") support?
  5. Message-ID: <1992Sep3.133303@tiger1.prime.com>
  6. Sender: usenet@primerd.prime.com (Usenet)
  7. Organization: Prime Computer, Inc.
  8. References:  <3=ln+=.fpolizo@netcom.com>
  9. Date: Thu, 3 Sep 1992 17:33:03 GMT
  10. Lines: 44
  11.  
  12. In article <3=ln+=.fpolizo@netcom.com>, fpolizo@netcom.com (Fred Polizo) writes:
  13. > Anyone know of a linux mouse driver for a MouseSystems "WhiteMouse" bus mouse?
  14. > I've tried the Microsoft and Logitech drivers, but neither works for me (on
  15. > 0.97pl2).  I tried changing the port addresses and that got the kernel to
  16. > recognize the mouse at boot up.  However, when I try the x11 mouse test
  17. > program, it fails to see any mouse clicks or mouse movements.  I put a
  18. > printk() in mouse_interrupt() and it never gets called, but I'm not sure
  19. > why.  Any ideas?
  20.  
  21. Mouse Systems mice are not compatible with Microsoft mice.  Microsoft mice
  22. only use two buttons, Mouse systems use three.  Besides that, I believe they
  23. send different serial data (or send it at different baud rates?) for movement
  24. and button presses.  I thought that Logitech had a Mouse Systems compatible
  25. mode for their mice, but perhaps the software you have us using Microsoft
  26. compatible mode.  I recently bought a mouse for a friend that would run as
  27. either Microsoft or Mouse Systems compatible.  It had a switch on the bottom
  28. to configure it either way.  You have to install different software depending
  29. on how you want to set the switch.  I used to have an old GENIUS mouse which
  30. was Mouse Systems compatible by default, but if you held down the left mouse
  31. button when you powered it on, it would instead be Microsoft compatible.
  32. (GENUIS has since added a switch on the back of that mouse to switch between
  33. what they called 2 button mode and three button mode.)
  34.  
  35. Take a good look at your mouse's "bus card".  If it is just a serial card
  36. (using either a standard or non-standard com port address or IRQ line)
  37. you may be able to use setserial to configure your kernel to talk with
  38. it like any other serial mouse.  (I have a PC-mouse-II at home and a PC-mouse-III
  39. at work, which are both "bus" mice, but the bus card is just a serial port.
  40. I configured it to use non-standard IO addresses and IRQ lines so as to not
  41. lose any of my 4 standard "COM" ports.)
  42.  
  43. =================================================================
  44. Kevin J. Cummings                       PrimeService
  45. 20 Briarwood Road                       A Computervision Company
  46. Framingham, Mass.                       500 Old Connecticut Path
  47.                     Framingham, Mass.
  48. Work:  cummings@primerd.Prime.COM
  49. Home:  cummings@kjc386.framingham.ma.us
  50.  
  51. Std. Disclaimer: "Mr. McKittrick, after careful consideration,
  52.           I've come to the conclusion that your new
  53.           defense system SUCKS..."   --  War Games
  54. =================================================================
  55.