From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 12 15:15:00 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB75F106566B; Thu, 12 Jan 2012 15:15:00 +0000 (UTC) (envelope-from freebsd.users@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 121AA8FC13; Thu, 12 Jan 2012 15:14:59 +0000 (UTC) Received: by eaai12 with SMTP id i12so85952eaa.13 for ; Thu, 12 Jan 2012 07:14:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=mZB6cqdpHYWFYPdYuXM/iLyEuGsA4UAnvHRVbHMXg7s=; b=HhkFPQqV7mEHGFlbKazL/iVgQMnKqkv97HF/j9EYzSMV1PZeYAs8CqmfSXkros2B8U kdnnVEQE+IJXPfHSDRhtudEUUMOMNNNJiOex9d5Wc5XAQDBv416feF2Bn7NwCMr5nXzw e6atxrnEDSPXFhTnY+sNOYQdxq7aKDEc0/q20= MIME-Version: 1.0 Received: by 10.213.105.144 with SMTP id t16mr54531ebo.95.1326379462400; Thu, 12 Jan 2012 06:44:22 -0800 (PST) Received: by 10.213.35.207 with HTTP; Thu, 12 Jan 2012 06:44:22 -0800 (PST) In-Reply-To: <201201120739.26518.jhb@freebsd.org> References: <201201120439.q0C4dOJ1025920@red.freebsd.org> <201201120739.26518.jhb@freebsd.org> Date: Thu, 12 Jan 2012 22:44:22 +0800 Message-ID: From: dave shar To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Thu, 12 Jan 2012 16:17:56 +0000 Cc: freebsd-gnats-submit@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: amd64/164036: Moused fails on 9_0_RELENG X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 15:15:00 -0000 On Thu, Jan 12, 2012 at 8:39 PM, John Baldwin wrote: > On Wednesday, January 11, 2012 11:39:24 pm Justin wrote: >> >> >Number: =A0 =A0 =A0 =A0 164036 >> >Category: =A0 =A0 =A0 amd64 >> >Synopsis: =A0 =A0 =A0 Moused fails on 9_0_RELENG >> >Confidential: =A0 no >> >Severity: =A0 =A0 =A0 critical >> >Priority: =A0 =A0 =A0 medium >> >Responsible: =A0 =A0freebsd-amd64 >> >State: =A0 =A0 =A0 =A0 =A0open >> >Quarter: >> >Keywords: >> >Date-Required: >> >Class: =A0 =A0 =A0 =A0 =A0sw-bug >> >Submitter-Id: =A0 current-users >> >Arrival-Date: =A0 Thu Jan 12 04:40:09 UTC 2012 >> >Closed-Date: >> >Last-Modified: >> >Originator: =A0 =A0 Justin >> >Release: =A0 =A0 =A0 =A09_0_RELENG-amd64 >> >Organization: >> >Environment: >> 9_0_RELENG_amd64 >> >Description: >> My logitech PS/2 mouse doesn't get detected. >> >> verbose dmesg - http://paste.pocoo.org/show/532596 >> >> /boot/device.hints - http://paste.pocoo.org/show/532599 >> >> KERNCONF - http://paste.pocoo.org/show/532667/ >> >> I've tried using various parameters such as "debug.acpi.disabled=3D"host= res" > and some in /etc/X11/xorg.conf but it didn't work. >> >> On running "moused -d -i all -p /dev/psm0" I get "moused: unable to open > /dev/psm0: No such file or directory" >> >> The problem appears to be - >> "atkbdc0: failed to probe at port 0x60 on > isa0" > > Yes, that would be the root cause. =A0Can you verbosely boot a kernel tha= t > doesn't have sound, many of the messages from the verbose dmesg above wer= e > lost. > > -- > John Baldwin Here is verbose boot without sound devices - http://paste.pocoo.org/show/53= 3788/