From owner-freebsd-bugs Mon Jan 20 16:10:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA11978 for bugs-outgoing; Mon, 20 Jan 1997 16:10:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA11959; Mon, 20 Jan 1997 16:10:05 -0800 (PST) Date: Mon, 20 Jan 1997 16:10:05 -0800 (PST) Message-Id: <199701210010.QAA11959@freefall.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: bin/2539: keyboard lock with Toshiba laptop Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2539; it has been noted by GNATS. From: Kazutaka YOKOTA To: jbrann@freebie.brann.org Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: bin/2539: keyboard lock with Toshiba laptop Date: Tue, 21 Jan 1997 09:12:18 +0900 >>Number: 2539 >>Category: bin >>Synopsis: keyboard lock with Toshiba laptop >>Confidential: no >>Severity: serious >>Priority: high >>Responsible: freebsd-bugs >>State: open >>Class: support >>Submitter-Id: current-users >>Arrival-Date: Mon Jan 20 11:40:02 PST 1997 >>Last-Modified: >>Originator: John Brann >>Organization: >Not while I'm at home >>Release: FreeBSD 2.2-BETA i386 >>Environment: > >Toshiba 415CS laptop, FreeBSD 2.2-BETA. > >>Description: > >Enabling the builtin PS/2 mouse causes keyboard hang. This is observable >with the install kernel, the GENERIC kernel and a purpose-built kernel. > >Disabling the psm0 device causes the machine to behave normally. The `psm' driver in 2.2-BETA is very new, and several problems have been reported and corrected so far. Would you possibly check the following? 1. Any error messages logged during the boot process. The lines you should look for are marked with either "sc0:...", "psm:...", or "kbdio:...". 2. If you can bother, put options "PSM_DEBUG=2" options "KBDIO_DEBUG=2" in your kernel configuration file, rebuild the kernel and reboot. You should see a lot more messages this time. 3. Please don't use `moused' for now. The `psm' driver and `moused' in 2.2-BETA just don't work together (this problem has been correced for the next release.) >The mouse works correctly with 2.1.6 and 2.2-960612-SNAP Hmmm. Kazu.