From owner-freebsd-questions@FreeBSD.ORG Fri Jul 27 07:11:27 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A511316A417 for ; Fri, 27 Jul 2007 07:11:27 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC3A13C428 for ; Fri, 27 Jul 2007 07:11:26 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so48609nfb for ; Fri, 27 Jul 2007 00:11:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DO7LDmO7f7+BSMW2LRfh55kTV8ioBKJ0wqre9cl+yp186yXil+CbB3TpeKm3yelSEVGkzPWWpIk9v7xKemzFzCzD93B8RL/l/joc3mWr4A2YLxskRxnRtVlPGxZX3i8H4uxmmAw747wCx289gsyQsurcsCCElml4cGnRMRL5/p0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d/gXM4T7+MAQpdoAHOwwZYvA2CSxnUAwsoUIPjzVtSUw2zpEEwh1TJgzvwdI6vzlQ3KhQpbYJzsAUtxKnwHzeqtghWxG9brAAiFRcKzdIGILKPHLPUwxW5b0ZjEY+uNplADqDCREkPuyObO19YPKvqQ6OL1eVf3Q3V/KDySqTCU= Received: by 10.82.178.11 with SMTP id a11mr2115827buf.1185518671095; Thu, 26 Jul 2007 23:44:31 -0700 (PDT) Received: by 10.82.171.9 with HTTP; Thu, 26 Jul 2007 23:44:31 -0700 (PDT) Message-ID: <14989d6e0707262344v5a864e33o8943641f6612e090@mail.gmail.com> Date: Fri, 27 Jul 2007 08:44:31 +0200 From: "Christian Walther" To: tannercurrie@yahoo.com In-Reply-To: <937017.1182.qm@web31706.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <937017.1182.qm@web31706.mail.mud.yahoo.com> Cc: questions@freebsd.org Subject: Re: PS/2 problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2007 07:11:27 -0000 Hi Tanner, On 27/07/07, Tanner Currie wrote: > Hi I just installed FreeBSD 6.2 and it's working great > except my keyboard (PS/2 connected) cuts in and out. I > tested the keyboard which works perfectly on another > machine. It will work fine for 5 or 10 minutes and > then it cuts in and out (it also beeps sometimes > before it dies). I was suspicious of a purely physical > problem but sometimes it will be completely > unresponsive and 30 seconds later it will puke out > everything I was trying to type. I also plugged in a > PS/2 to USB adapter thinking I could try a different > door but that was completely dead (I don't know how to > diagnose the USB connection). Any advise? > I don't remember that a PS/2 keyboard contains some sort of buffer that can store several key presses. What you describe sounds as if some part of your kernel locks up. Maybe you've got an interrupt problem somewhere, or some other piece of hardware is broken. Firstly, what configuration do you have? Are you using a GENERIC kernel, or one you compiled on your own? In case you built your own kernel: Does this happen when you switch to GENERIC, too? What HW are you on? An output of dmesg would be great here. Is your system networked? If your answer is yes here: When the problem occurs, are you able to access the machine from another computer? E.g. does it respond to anything from a remote machine? Christian