From owner-freebsd-questions Thu Nov 13 09:23:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28524 for questions-outgoing; Thu, 13 Nov 1997 09:23:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: (from jmb@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA28509; Thu, 13 Nov 1997 09:22:58 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199711131722.JAA28509@hub.freebsd.org> Subject: Re: 2.2.5 install problem: not probing psm0? To: mburgett@awen.com Date: Thu, 13 Nov 1997 09:22:58 -0800 (PST) Cc: questions@FreeBSD.ORG In-Reply-To: <199711131557.HAA28449@dragon.awen.com> from "Mike Burgett" at Nov 13, 97 07:57:32 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Burgett wrote: > > I just installed 2.2.5 on an IBM Thinkpad 760ED, and can't seem to get psm0 to > probe at all, with either a custom kernel, or the generic. Trackpoint was > working fine when I killed the Win95 installation that was on it. > > Here's my config lines: > > device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 ^^^^^^^ here is your problem. remove this word from the config file. rebuild the kernel install the kernel jmb