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
--lMM8JwqTlfDpEaS6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =20 > where the USB keyboard will just lock up. I can still ping and SSH =20 > into the system, but after about 2 minutes of activity, the keyboard =20 > becomes nonresponsive. =20 As far I understood this is caused by the BIOS which emulates PS/2=20 for USB keyboard and mouse. So FreeBSD double-detects your keyboard as PS/2 by atkbd(c) and directly via USB.=20 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.=20 ---------------------------------------------------- $ cat /usr/src70/sys/amd64/conf/DELL755=20 # Kernel-Config for Dell Optiplex 755 / amd64 # # From: Baldur Gislason <baldur at foo.is> # To: freebsd-gnats-submit at FreeBSD.org # Cc: =20 # Subject: Re: usb/119509: USB flaky on Dell Optiplex 755 # Date: Mon, 4 Feb 2008 15:30:52 +0000 #=20 include GENERIC ident DELL755 nodevice atkbdc # AT keyboard controller nodevice atkbd # AT keyboard nodevice psm # PS/2 mouse ---------------------------------------------------- YMMV Regards =20 Raphael --=20 Raphael Becker <rabe@uugrn.org> http://rabe.uugrn.org/ GnuPG: E7B2 1D66 3AF2 EDC7 9828 6D7A 9CDA 3E7B 10CA 9F2D =2E........|.........|.........|.........|.........|.........|.........|.. --lMM8JwqTlfDpEaS6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFH/1A/nNo+exDKny0RAiNoAJ9lLJ+lkhwYd2YXfjEIIds+VS++CwCfe6ZQ gjPWtwpLv8l4HYTIPiyRKPg= =VjVH -----END PGP SIGNATURE----- --lMM8JwqTlfDpEaS6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080411114919.GC4231>