From owner-freebsd-questions Sat Feb 17 14:48:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03494 for questions-outgoing; Sat, 17 Feb 1996 14:48:54 -0800 (PST) Received: from cwbone.bsi.com.br ([200.250.250.14]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA03485 for ; Sat, 17 Feb 1996 14:48:46 -0800 (PST) Received: from lenzi (callc.bsi.com.br [200.250.250.73]) by cwbone.bsi.com.br (8.6.12/8.6.9) with SMTP id TAA19676; Sat, 17 Feb 1996 19:48:40 GMT Date: Sat, 17 Feb 1996 19:48:59 +0000 () From: Sergio de Almeida lenzi X-Sender: lenzi@lenzi To: David Bos cc: questions@freebsd.com Subject: Re: FreeBSD X and serial mouse In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk > I could not get my mouse set up to work with X. > > When I boot up I get: > > device sio0 at 0xf38-0x3ff irq4 on isa type 16450 > > I ran xf86config. > > I tried a two button mouse or a three button mouse. > For the device I chose /dev/psm0 since I did not > see /dev/mouse and don't know how to make a device. > > I read something about reconfiguring the kernel, but > I don't think that I have the source code ( unless > it comes with the bin distribution.) > > When I do startx, I get a fatal error saying that > the mouse is not configured. > Hello, your problem is that you did not made a link between /dev/cuaa0 and /dev/mouse so.... 1) ln -sf /dev/cuaa0 /dev/mose 2) find the protocol of your mouse (generaly option 6 in xf86config,mouse opt) after that your mouse should work. By the way /dev/psm0 is for ps/2 mouse types.