From owner-freebsd-hardware Mon Aug 26 06:14:32 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA09674 for hardware-outgoing; Mon, 26 Aug 1996 06:14:32 -0700 (PDT) Received: from mars.eecs.ukans.edu ([129.237.116.37]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA09669 for ; Mon, 26 Aug 1996 06:14:30 -0700 (PDT) Received: (from conley@localhost) by mars.eecs.ukans.edu (8.6.12/8.6.12) id IAA01858; Mon, 26 Aug 1996 08:14:18 -0500 Date: Mon, 26 Aug 1996 08:14:17 -0500 (CDT) From: "Dennis R. Conley" X-Sender: conley@mars To: "Matthew A. Gessner" cc: sln@public.jn.sd.cn, hardware@FreeBSD.org Subject: Re: Config mouse in XF86 In-Reply-To: <32218C08.41C67EA6@aristar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hardware@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >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 I just stumbled through this problem yesterday. Rebuilding a new kernel didn't help, then I noticed that the original line appeared in the GENERIC config file as: device psm0 at isa? port disabled "IO_KBD" conflicts tty irq 12 vector psmintr ^^^^^^^^ The keyword "disabled" must be removed, another kernel built and then the mouse will work fine.