From owner-freebsd-usb@FreeBSD.ORG Mon Aug 3 18:28:59 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0500F106564A for ; Mon, 3 Aug 2009 18:28:59 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out1.uni-muenster.de (ZIVM-OUT1.UNI-MUENSTER.DE [128.176.192.8]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4268FC08 for ; Mon, 3 Aug 2009 18:28:57 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.43,315,1246831200"; d="scan'208";a="279084301" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 03 Aug 2009 20:28:56 +0200 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id 83E7A614001; Mon, 3 Aug 2009 20:28:56 +0200 (CEST) Date: Mon, 03 Aug 2009 20:28:56 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Hans Petter Selasky Message-ID: In-Reply-To: <200908031205.35502.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: kernel debugger and usb keyboard X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2009 18:28:59 -0000 to be sure i just updated my sources and rebuild/reinstalled the kernel. i'm now running FreeBSD otaku 8.0-BETA2 FreeBSD 8.0-BETA2 #2 r196050: Mon Aug 3 18:54:46 CEST 2009 root@otaku:/usr/obj/usr/src/sys/ARUNDEL i386 still when i hit the panic key combo i'm unable to use my usb keyboard in the kernel debugger. alex Hans Petter Selasky schrieb am 2009-08-03: > On Monday 03 August 2009 10:08:56 Alexander Best wrote: > > hmm...is it necessary to add any extra options to the kernelconf? > > because > > when i hit the panic key-combo under r196037 i'm still not able to > > use my > > usb keyboard. i have the following debug related options in my > > kernelconf: > > options KDB > > options BREAK_TO_DEBUGGER > > options DDB > > makeoptions DEBUG=-g > > options INVARIANTS > > options INVARIANT_SUPPORT > > options WITNESS > > options DEBUG_LOCKS > > options DEBUG_VFS_LOCKS > > options DIAGNOSTIC > > options SW_WATCHDOG > > options KTRACE # ktrace(1) support > > options SOCKBUF_DEBUG > > options DEBUG_MEMGUARD > > legacy usb keyboard support is enabled in the bios so i can use my > > keyboard > > at the bootmanager prompt. > > i did makeworld 4 days ago. > You need to build a kernel newer than friday. > --HPS