mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nico Schottelius <nico-linux-20111017@schottelius.org>
To: Arend van Spriel <arend@broadcom.com>
Cc: Nico Schottelius <nico-linux-20111017@schottelius.org>,
	Eric Dumazet <eric.dumazet@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	netdev <netdev@vger.kernel.org>,
	wey-yi.w.guy@intel.com
Subject: Re: BUG: All network processes hang (brcmsmac/wpa_supplicant)
Date: Wed, 19 Oct 2011 16:55:01 +0200	[thread overview]
Message-ID: <20111019145501.GB1414@schottelius.org> (raw)
In-Reply-To: <4E9EE20F.1030403@broadcom.com>

[-- Attachment #1: Type: text/plain, Size: 2199 bytes --]

Hey Arend,


Arend van Spriel [Wed, Oct 19, 2011 at 04:43:27PM +0200]:
> I actually don't see the rtnl_lock or mutex_lock that was listed in your
> original dmesg. There are a lot of warning traces from mac80211.c.

Oh, sorry, ip r was stuck already and I didn't wait 120 seconds!


> The other interesting thing is the following:
> 
> [  367.389096] wlan0: deauthenticating from 00:03:52:e3:0e:10 by local
> choice (reason=3)
> [  367.416312] cfg80211: Calling CRDA to update world regulatory domain
> [  369.367667] wlan0: direct probe to 00:03:52:2c:01:00 (try 1/3)
> [  369.565008] wlan0: direct probe to 00:03:52:2c:01:00 (try 2/3)
> [  369.764891] wlan0: direct probe to 00:03:52:2c:01:00 (try 3/3)
> [  369.964768] wlan0: direct probe to 00:03:52:2c:01:00 timed out
> [  381.310339] wlan0: direct probe to 00:0f:61:1a:0c:50 (try 1/3)
> [  381.508071] wlan0: direct probe to 00:0f:61:1a:0c:50 (try 2/3)
> [  381.707955] wlan0: direct probe to 00:0f:61:1a:0c:50 (try 3/3)
> [  381.907788] wlan0: direct probe to 00:0f:61:1a:0c:50 timed out
> [  393.250073] wlan0: direct probe to 00:03:52:2c:01:00 (try 1/3)
> [  393.447810] wlan0: direct probe to 00:03:52:2c:01:00 (try 2/3)
> [  393.647700] wlan0: direct probe to 00:03:52:2c:01:00 (try 3/3)
> [  393.847576] wlan0: direct probe to 00:03:52:2c:01:00 timed out
> [  405.183177] wlan0: direct probe to 00:0f:61:1a:1d:30 (try 1/3)
> [  405.380906] wlan0: direct probe to 00:0f:61:1a:1d:30 (try 2/3)
> [  405.580773] wlan0: direct probe to 00:0f:61:1a:1d:30 (try 3/3)
> [  405.780658] wlan0: direct probe to 00:0f:61:1a:1d:30 timed out
> 
> There is another thread title "iwlagn is getting very shaky". It makes
> me wonder.
> 
> Where did you get your kernel from. From you dmesg I see:

It's a mix of Keith's and Jiri's branches:

http://www.nico.schottelius.org/blog/macbook-air-42-touchpad-keyboard-correct-screen-resolution/

Those two are needed to get screen/keyboard/mouse working on the MacBook Air.

You can pull the merged result directly from

  git://git.schottelius.org/foreign/linux-keith-jiri-mba

Cheers,

Nico

-- 
PGP key: 7ED9 F7D3 6B10 81D7 0EC5  5C09 D7DC C8E4 3187 7DF0

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2011-10-19 14:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18 11:14 Nico Schottelius
2011-10-18 12:24 ` Eric Dumazet
2011-10-19 12:36   ` Nico Schottelius
2011-10-19 12:49     ` Eric Dumazet
2011-10-19 12:58       ` Arend van Spriel
2011-10-19 13:05         ` Eric Dumazet
2011-10-19 13:09           ` Nico Schottelius
2011-10-19 13:07       ` Nico Schottelius
2011-10-19 14:28         ` Nico Schottelius
2011-10-19 14:43           ` Arend van Spriel
2011-10-19 14:55             ` Nico Schottelius [this message]
2011-10-19 16:48               ` Arend van Spriel
2011-10-19 21:42                 ` Nico Schottelius
2011-10-20  6:28                   ` Arend van Spriel
2011-10-22  1:59                     ` Nico Schottelius
2011-10-22  8:13                       ` Arend Van Spriel
2011-10-22  8:30                         ` Greg KH
2011-10-22  8:44                           ` Arend van Spriel
2011-10-19 14:46           ` Eric Dumazet
2011-10-19 14:58             ` Nico Schottelius
2011-10-18 13:14 ` Arend van Spriel
2011-10-18 13:34   ` Nico Schottelius

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111019145501.GB1414@schottelius.org \
    --to=nico-linux-20111017@schottelius.org \
    --cc=arend@broadcom.com \
    --cc=eric.dumazet@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=wey-yi.w.guy@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®