Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:51609 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751472Ab2FHPOQ (ORCPT ); Fri, 8 Jun 2012 11:14:16 -0400 Message-ID: <1339168452.5748.0.camel@jlt3.sipsolutions.net> (sfid-20120608_171420_397861_867305D6) Subject: Re: chip id 4318 regression: WARN_ON_ONCE(sdata->vif.hw_queue[i] >= n_queues)) From: Johannes Berg To: Andre Heider Cc: Larry Finger , Michael =?ISO-8859-1?Q?B=FCsch?= , linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org, =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= Date: Fri, 08 Jun 2012 17:14:12 +0200 In-Reply-To: (sfid-20120608_170415_375251_68B65A73) References: <1339014959.4523.0.camel@jlt3.sipsolutions.net> <1339053364.4517.0.camel@jlt3.sipsolutions.net> <20120607180325.7752b3c0@milhouse> <1339094215.4630.7.camel@jlt3.sipsolutions.net> <1339102567.4630.8.camel@jlt3.sipsolutions.net> <4FD11B47.10002@lwfinger.net> <1339136879.5832.1.camel@jlt3.sipsolutions.net> <1339137689.5832.2.camel@jlt3.sipsolutions.net> <1339167160.4901.0.camel@jlt3.sipsolutions.net> (sfid-20120608_170415_375251_68B65A73) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, 2012-06-08 at 17:04 +0200, Andre Heider wrote: > >> > http://p.sipsolutions.net/854d460da251f9d6.txt > >> > >> Sorry, still not loading any firmware. > > > > So you're going to have to tell me what happens :-) > > Well, nothing ;) > > I just see this in dmesg: > > [ 1.012107] b43-sdio mmc1:0001:1: Chip ID 14e4:4318 > [ 1.018765] ssb: Found chip with id 0x4318, rev 0x02 and package 0x02 > [ 1.096506] ssb: chipcommon status is 0x0 > [ 1.105314] b43-phy0: Broadcom 4318 WLAN found (core revision 9) > > Hence the device doesn't get up and there's no way for me to interact > with the system. Ok, well, bugger :-) Can you go to main.c and print out the return value of ieee80211_register_hw()? I have a feeling that's where the failure is though I don't really know why. johannes