From owner-freebsd-hardware Mon Aug 26 04:35:33 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06046 for hardware-outgoing; Mon, 26 Aug 1996 04:35:33 -0700 (PDT) Received: from home.winc.com (root@home.winc.com [204.178.182.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA06039 for ; Mon, 26 Aug 1996 04:35:30 -0700 (PDT) Received: from phoenix.aristar.com (slip125.winc.com [204.178.182.125]) by home.winc.com (8.7.1/8.7.3) with SMTP id HAA03943; Mon, 26 Aug 1996 07:34:58 -0400 Message-ID: <32218C08.41C67EA6@aristar.com> Date: Mon, 26 Aug 1996 07:35:36 -0400 From: "Matthew A. Gessner" Organization: Aristar, Inc. X-Mailer: Mozilla 3.0b5aGold (X11; I; FreeBSD 2.1.0-RELEASE i386) MIME-Version: 1.0 To: sln@public.jn.sd.cn CC: hardware@freebsd.org Subject: Re: Config mouse in XF86 References: <321ED316.6701@public.jn.sd.cn> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Song Lining wrote: > > Hi all, > > I 've installed the FreeBSD days ago and it runs well except the > configuration of XF86. I met difficulties in configuring my mouse. I've > tried to link /dev/mouse to /dev/mse0 and /dev/psm0, when I using > command "startx" , the system told me that my mouse devices /dev/mse0 or > /dev/psm0 have not been configured. The message is: "/dev/psm0: device > not configured". But I have built the devices using MAKEDEV. Who can > help me? > > PS: I'm using a Compaq Presario CDS 724 (intel 486) > > Thanks! > > Song Lining Been there; done that; here's what to do (thanks first to all the folks who told ME what to do!): You need to reconfigure your kernel, so that the device psm0 is available. To do this, you need to have the kernel sources. In the directory /sys/i386/conf you should find a file called GENERIC. (If you've already configured your kernel for something else, use that config file.) Say you call the new config file MYKERNEL. Uncomment or add the line that says: device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr Then run the following commands (taken right out of the handbook!): # /usr/sbin/config MYKERNEL # cd ../../compile/MYKERNEL # make # make install HTH, Matt -- Matthew Gessner, Computer Scientist, Aristar, Inc. 302 N. Cleveland-Massillon Rd. Akron, OH 44333 Voice (330) 668-2267, Fax (330) 668-2961