Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 1996 09:05:06 -0800 (PST)
From:      Soren Dossing <sauber@netcom.com>
To:        questions@freefall.freebsd.org
Subject:   Re: PS/2 Mouse
Message-ID:  <Pine.3.89.9612200820.A19510-0100000@netcom22>
In-Reply-To: <199612201411.GAA21259@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>I just installed the device for a MouseSystems PS/2 and config the
>kernel.  On boot it says "psm0 disabled, not probed".  Any solutions to
>this?  In dev dir it does list the device.

I had the same problem. For some reason there is a disable keyword in the 
config file:

device         psm0    at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr

For me it worked when I removed this keyword:

device          psm0    at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

Soren



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.3.89.9612200820.A19510-0100000>