From owner-freebsd-wireless@FreeBSD.ORG Thu Nov 7 19:54:16 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BD4668D5 for ; Thu, 7 Nov 2013 19:54:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9432965 for ; Thu, 7 Nov 2013 19:54:16 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id u18so854837qcx.22 for ; Thu, 07 Nov 2013 11:54:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=08TVjhHcJEkiDu4EpJzDWH4M/qVnelqi23FT394qO8s=; b=AxT7BXX/Pd6XbiQqKnXeHRW60cRwB7zCOh66DeMGRoRlw/2YhdNdcbT05TwjQdaEeL Uc6qfcVo4HIBOSEHK5UxOn8yvWjjMqAfJ2kBFbCTJQOKJx1x/2fGYH0I9ZSaI+UbKGYv zCltrMnp7n8Oaz3g+FcxHQlkyM3J3ZlJVpJNpFu7+kxoP8Qxm/X9eXCvrm2vpJ2Lmx1H XTLXiuAoKLCeSx3Y6hz5/BEoNFH45C1SgxweXGcQnPJqUheVUjWOCLiM5lTv6O4K7+M/ 6OtmT4ymqg6oPLsdbATCAPIlTfSXW1Qdu0pCLQ7YeOeNIgd1QRYB2kZM2bW06SnLV7JB JZYA== MIME-Version: 1.0 X-Received: by 10.224.98.200 with SMTP id r8mr17782055qan.26.1383854055711; Thu, 07 Nov 2013 11:54:15 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Thu, 7 Nov 2013 11:54:15 -0800 (PST) In-Reply-To: References: Date: Thu, 7 Nov 2013 11:54:15 -0800 X-Google-Sender-Auth: bhAzqwVekO5aijz9NAZXidZOmj0 Message-ID: Subject: Re: Intro Centrino 2000 firmware error From: Adrian Chadd To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 19:54:16 -0000 Hi! Look at if_iwn_debug.h. turn on STATE, CMD, INTR and RECV. Then, try again. -adrian On 7 November 2013 11:46, Eitan Adler wrote: > With Adrian's latest patch: > > I am able to create wlan1 based on iwn0 > > iwn0@pci0:2:0:0: class=0x028000 card=0x42228086 chip=0x08918086 > rev=0xc4 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Centrino Wireless-N 2200' > class = network > > However attempting to do wpa_supplicant (even for an open network) > results in the following: > > iwn0: iwn_intr: fatal firmware error > firmware error log: > error type = "UNKNOWN" (0x00002776) > program counter = 0x00009348 > source line = 0x00000067 > error data = 0x0408008000000002 > branch link = 0x0000933600009336 > interrupt link = 0x0000E1AE00000000 > time = 29752 > driver status: > tx ring 0: qid=0 cur=0 queued=0 > tx ring 1: qid=1 cur=0 queued=0 > tx ring 2: qid=2 cur=0 queued=0 > tx ring 3: qid=3 cur=0 queued=0 > tx ring 4: qid=4 cur=9 queued=0 > tx ring 5: qid=5 cur=0 queued=0 > tx ring 6: qid=6 cur=0 queued=0 > tx ring 7: qid=7 cur=0 queued=0 > tx ring 8: qid=8 cur=0 queued=0 > tx ring 9: qid=9 cur=0 queued=0 > tx ring 10: qid=10 cur=0 queued=0 > tx ring 11: qid=11 cur=0 queued=0 > tx ring 12: qid=12 cur=0 queued=0 > tx ring 13: qid=13 cur=0 queued=0 > tx ring 14: qid=14 cur=0 queued=0 > tx ring 15: qid=15 cur=0 queued=0 > tx ring 16: qid=16 cur=0 queued=0 > tx ring 17: qid=17 cur=0 queued=0 > tx ring 18: qid=18 cur=0 queued=0 > tx ring 19: qid=19 cur=0 queued=0 > rx ring: cur=9 > > > > -- > Eitan Adler > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"