From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3A9BB4F1.D1697CF0@FWS.Gov> From: "Mark C. Otto" MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: [9fans] PS2 vs Com1 Mouse Problems References: <200102010808.AAA00583@tammananny.tiger> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 27 Feb 2001 09:08:49 -0500 Topicbox-Message-UUID: 6a6bda8c-eac9-11e9-9e20-41e7f4b1d025 I made the mistake of having a PS2 mouse and a serial mouse hooked up at different times during the install process (indecision and a dearth of 3-button mice). My setup seems confused about which it has. If I run echo $mouseport, I get the proper ps2, but aux/mouse -n $mouseport returns aux/mouse: can't open #t/eiapsctl - file does not exist From reading uart(3) p. 438, it seems to be treating the mouse as a serial device and expecting $mouseport to be 0 or 1 in bind -a #t/eia^$mouseport^ctl /dev Not having a mouse or rio, this is hard to see where to correct this. Thanks for any help. Mark