Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 13:49:19 +0200
From:      Raphael Becker <rabe@uugrn.org>
To:        "H. Wade Minter" <minter@lunenburg.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: USB keyboard locking up on 7-RELEASE/amd64
Message-ID:  <20080411114919.GC4231@ma.sigsys.de>
In-Reply-To: <CFFDE27E-DAA6-414B-9BF8-5671A1311B4A@lunenburg.org>
References:  <CFFDE27E-DAA6-414B-9BF8-5671A1311B4A@lunenburg.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Wed, Apr 09, 2008 at 05:07:24PM -0500, H. Wade Minter wrote:
> The install went fine, but post-install I'm running into a problem  
> where the USB keyboard will just lock up.  I can still ping and SSH  
> into the system, but after about 2 minutes of activity, the keyboard  
> becomes nonresponsive.
 
As far I understood this is caused by the BIOS which emulates PS/2 
for USB keyboard and mouse. So FreeBSD double-detects your keyboard as
PS/2 by atkbd(c) and directly via USB. 

There is no Option in the (my) BIOS to disable this USB-PS/2 emulation.
Banning atkbd(c) and psm from the kernel worked for me. 

----------------------------------------------------
$ cat /usr/src70/sys/amd64/conf/DELL755 
# Kernel-Config for Dell Optiplex 755 / amd64
#
# From: Baldur Gislason <baldur at foo.is>
# To: freebsd-gnats-submit at FreeBSD.org
# Cc:  
# Subject: Re: usb/119509: USB flaky on Dell Optiplex 755
# Date: Mon, 4 Feb 2008 15:30:52 +0000
# 


include         GENERIC
ident           DELL755

nodevice          atkbdc          # AT keyboard controller
nodevice          atkbd           # AT keyboard
nodevice          psm             # PS/2 mouse
----------------------------------------------------

YMMV

Regards
        
        Raphael

-- 
Raphael Becker          <rabe@uugrn.org>          http://rabe.uugrn.org/
GnuPG:                E7B2 1D66 3AF2 EDC7 9828  6D7A 9CDA 3E7B 10CA 9F2D
.........|.........|.........|.........|.........|.........|.........|..

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFH/1A/nNo+exDKny0RAiNoAJ9lLJ+lkhwYd2YXfjEIIds+VS++CwCfe6ZQ
gjPWtwpLv8l4HYTIPiyRKPg=
=VjVH
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080411114919.GC4231>