From owner-freebsd-questions Sun Jan 4 21:07:37 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02269 for questions-outgoing; Sun, 4 Jan 1998 21:07:37 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from emu.sourcee.com (emu.sourcee.com [199.201.159.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02260 for ; Sun, 4 Jan 1998 21:07:31 -0800 (PST) (envelope-from nrice@emu.sourcee.com) Received: (from nrice@localhost) by emu.sourcee.com (8.8.8/8.8.3) id AAA06990; Mon, 5 Jan 1998 00:07:21 -0500 (EST) Message-ID: <19980105000721.34393@emu.sourcee.com> Date: Mon, 5 Jan 1998 00:07:21 -0500 From: Norman C Rice To: Bob Angell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Thinkpad 755CE / Mouse Problems References: <34B06258.5656@gte.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34B06258.5656@gte.net>; from Bob Angell on Sun, Jan 04, 1998 at 09:32:24PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Jan 04, 1998 at 09:32:24PM -0700, Bob Angell wrote: > I am using the latest PAO distribution to install off of the > Internet via a lan card in the PCMCIA slot. All is going well, > except I am not sure how to enable the psm0 device as it was > not even detectible at bootup. Anyone solved this problem > or perhaps help me "enable" the psm0 device?!? Thanks. > > -Bob- > -- > Bob Angell, Principal - Sys. Engineer/Author/Consultant > Applied Info & Mgnt Sys, 1238 Fenway Ave., SLC, UT 84102 > v801-583-8544 mailto:aimsllc@ibm.net mailto:aims@gte.net > -------------------------------------------------------- > http://home1.gte.net/aims/index.htm > -------------------------------------------------------- > "Had Mama Cass and Karen Carpenter shared that Ham sand- > wich, they would both be with us today!" Try removing `disable' from device psm0 line in the GENERIC kernel configuration file and rebuilding the kernel. The resulting line should similar to the following. device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr -- Regards, Norman C. Rice, Jr.