From owner-freebsd-current@FreeBSD.ORG Tue May 5 07:50:44 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A6A1065679 for ; Tue, 5 May 2009 07:50:44 +0000 (UTC) (envelope-from quakelee@geekcn.org) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 693E98FC1B for ; Tue, 5 May 2009 07:50:44 +0000 (UTC) (envelope-from quakelee@geekcn.org) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 64AE75C073 for ; Tue, 5 May 2009 15:50:43 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 362F655D16AF; Tue, 5 May 2009 15:50:43 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id 2gheBWGM091e; Tue, 5 May 2009 15:49:54 +0800 (CST) Received: from qld630 (unknown [219.142.100.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 8C47D55D16AE; Tue, 5 May 2009 15:49:44 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=geekcn.org; c=nofws; q=dns; h=date:to:subject:from:organization:content-type: mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=wwhMAwZSZ9iivE8S5C1wWUpHX7C2TpoX2H80Tz61sMNatYSqUI4nRS170kQHamCBy fDSDHCriHU0PcEYzp/N3Q== Date: Tue, 05 May 2009 15:49:28 +0800 To: "Hans Petter Selasky" , freebsd-current@freebsd.org From: "Chao Shin" Organization: GeekCN Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <200905050919.51551.hselasky@c2i.net> <200905050938.20963.hselasky@c2i.net> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200905050938.20963.hselasky@c2i.net> User-Agent: Opera Mail/9.64 (Win32) Cc: Subject: Re: current couldn't attach usb mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 07:50:45 -0000 在 Tue, 05 May 2009 15:38:20 +0800,Hans Petter Selasky 写道: > On Tuesday 05 May 2009, Chao Shin wrote: >> Hi Hans, >> >> I disabled fuse.ko and reboot box, nothing changed >> >> [root@currentpark] ~# kldstat >> Id Refs Address Size Name >> 1 1 0xffffffff80100000 c1b1e8 kernel >> > Because my box have no ps/2 mouse and keyborad interface, so after I entered kdb, the keyboard can not work any more... any idea? > Then you need to build a kernel with debugging and get a backtrace: > > options KDB # Enable kernel debugger support. > options DDB # Support DDB. > options GDB # Support remote GDB. > > When you get to the debugger prompt at boot, type "bt" for backtrace. > > --HPS > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" -- The Power to Serve