From owner-freebsd-questions@FreeBSD.ORG Thu Jul 2 01:45:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F8271065670 for ; Thu, 2 Jul 2009 01:45:26 +0000 (UTC) (envelope-from rjhjr0@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 144F78FC19 for ; Thu, 2 Jul 2009 01:45:25 +0000 (UTC) (envelope-from rjhjr0@gmail.com) Received: by an-out-0708.google.com with SMTP id d14so567444and.13 for ; Wed, 01 Jul 2009 18:45:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=TmX4z/D6ZS2zV5GpUQ7ykjfLwWjhZK7LL13S+x+Tjns=; b=kuuiMQyVU0rn89gSiGdi+pzjTiEVhAu1p5HSGTwits7Fs27nMnqS8cSBwNdv2teH2g BbElRkiexWAcLSFTney8ET4lqrAGtvqzHPvGy/wWwIsWprWSfg4aSKLtpXDer0xuqM/S DwG83EMuiwn3ntaKzva5XgJS2ZZnnHIQFK0Sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fp4B0KR7iUdfZgSeSsIRhkwHcmoWMAocj8pOh+P5z6i7dgds/VOIbpvR+5CMbm1W0j m7feekgORTw7jGa3UcMP2PpUZCTT3Pbf7PWheQUTpuHr8wsxA1GOk6c+M6uAuawQaTf9 YnTXc5FQDNdVcR/CXcYj3J8ztGHWMbbjJPqgU= MIME-Version: 1.0 Received: by 10.231.34.196 with SMTP id m4mr3127587ibd.5.1246499125153; Wed, 01 Jul 2009 18:45:25 -0700 (PDT) In-Reply-To: <3a142e750907011526ka68c664s3606fdc9b4ad2889@mail.gmail.com> References: <3d5d3ca90907011048t1a096865iceaa3b82c1af82f4@mail.gmail.com> <3a142e750907011055r3750fd54rb66612a4b110e090@mail.gmail.com> <3d5d3ca90907011120h35b5e665gee30466ce72097e7@mail.gmail.com> <3a142e750907011526ka68c664s3606fdc9b4ad2889@mail.gmail.com> Date: Wed, 1 Jul 2009 21:45:25 -0400 Message-ID: <3d5d3ca90907011845g26124a59y9643ef4623610f6@mail.gmail.com> From: Robert Hall To: "Paul B. Mahol" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Wireless NICs on 7.2 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: Thu, 02 Jul 2009 01:45:26 -0000 > And what about TX/RX signal? I don't know where to look for that. :) > Could you put backtrace somewhere? > http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html Backtrace from crashing with a Belkin ndis: (kgdb) backtrace #0 doadump () at pcpu.h:196 #1 0xc055bcc3 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc055bece in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc079041c in trap_fatal (frame=0xd5f9571c, eva=0) at /usr/src/sys/i386/i386/trap.c:939 #4 0xc0790680 in trap_pfault (frame=0xd5f9571c, usermode=0, eva=0) at /usr/src/sys/i386/i386/trap.c:852 #5 0xc0790fd9 in trap (frame=0xd5f9571c) at /usr/src/sys/i386/i386/trap.c:530 #6 0xc077dbbb in calltrap () at /usr/src/sys/i386/i386/exception.s:159 #7 0xc32b5239 in BLKWGDv7_sys_drv_data_start () from /boot/modules/BLKWGDv7_sys.ko Previous frame inner to this frame (corrupt stack?) And from a Linksys crash (kgdb) backtrace #0 doadump () at pcpu.h:196 #1 0xc055bcc3 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:418 #2 0xc055bece in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:574 #3 0xc079041c in trap_fatal (frame=0xd600cb98, eva=382216) at /usr/src/sys/i386/i386/trap.c:939 #4 0xc0790680 in trap_pfault (frame=0xd600cb98, usermode=0, eva=382216) at /usr/src/sys/i386/i386/trap.c:852 #5 0xc0790fd9 in trap (frame=0xd600cb98) at /usr/src/sys/i386/i386/trap.c:530 #6 0xc077dbbb in calltrap () at /usr/src/sys/i386/i386/exception.s:159 #7 0xc329dde6 in rt61_sys_drv_data_start () from /boot/modules/./rt61_sys.ko Previous frame inner to this frame (corrupt stack?) I hope this is what you were asking for. :)