linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7)
@ 2012-01-13 12:45 Nico Schottelius
  2012-01-13 13:36 ` Arend van Spriel
  0 siblings, 1 reply; 4+ messages in thread
From: Nico Schottelius @ 2012-01-13 12:45 UTC (permalink / raw)
  To: LKML, b43-dev, netdev; +Cc: Nico Schottelius

Hello,

with 3.2.0-06100-ge343a89 brcmsmac does not get autoloaded anymore
from udev. Loading it manually returns in dmesg:

--------------------------------------------------------------------------------
[  247.495705] bcma: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800,
rev 0x22, class 0x0)
[  247.495749] bcma: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812,
rev 0x17, class 0x0)
[  247.495832] bcma: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev
0x0F, class 0x0)
[  247.560553] bcma: Unsupported SPROM revision: 255
[  247.560563] bcma: No SPROM available
[  247.560852] bcma: Bus registered
[  247.611789] brcmsmac bcma0:0: mfg 4bf core 812 rev 23 class 0 irq 17
[  247.634051] ieee80211 phy0: wl0: brcms_b_attach: si_attach failed
[  247.634062] ieee80211 phy0: wl0: brcms_b_attach: failed with err 11
[  247.634069] ieee80211 phy0: wl0: brcms_c_attach: failed with err 11
[  247.634111] ieee80211 phy0: brcmsmac: attach() failed with code 11
[  247.634128] brcmsmac: brcms_bcma_probe: brcms_attach failed!
--------------------------------------------------------------------------------

And ip does not show any device:

--------------------------------------------------------------------------------
[13:37] brief:~% ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
--------------------------------------------------------------------------------

With 3.2.0-rc7 the device works, until it begins to hang. As reported
many times before.  As I've switched the environment, it is very good
probable that an AP on channel 13 is in range.

Attached both dmesg/lsmod/configs.

Cheers,

Nico

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7)
  2012-01-13 12:45 brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7) Nico Schottelius
@ 2012-01-13 13:36 ` Arend van Spriel
  2012-01-13 14:18   ` Nico Schottelius
  0 siblings, 1 reply; 4+ messages in thread
From: Arend van Spriel @ 2012-01-13 13:36 UTC (permalink / raw)
  To: Nico Schottelius, LKML, b43-dev, netdev

On 01/13/2012 01:45 PM, Nico Schottelius wrote:
> Hello,
> 
> with 3.2.0-06100-ge343a89 brcmsmac does not get autoloaded anymore
> from udev. Loading it manually returns in dmesg:
> 
> --------------------------------------------------------------------------------
> [  247.495705] bcma: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800,
> rev 0x22, class 0x0)
> [  247.495749] bcma: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812,
> rev 0x17, class 0x0)
> [  247.495832] bcma: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev
> 0x0F, class 0x0)
> [  247.560553] bcma: Unsupported SPROM revision: 255
> [  247.560563] bcma: No SPROM available
> [  247.560852] bcma: Bus registered
> [  247.611789] brcmsmac bcma0:0: mfg 4bf core 812 rev 23 class 0 irq 17
> [  247.634051] ieee80211 phy0: wl0: brcms_b_attach: si_attach failed
> [  247.634062] ieee80211 phy0: wl0: brcms_b_attach: failed with err 11
> [  247.634069] ieee80211 phy0: wl0: brcms_c_attach: failed with err 11
> [  247.634111] ieee80211 phy0: brcmsmac: attach() failed with code 11
> [  247.634128] brcmsmac: brcms_bcma_probe: brcms_attach failed!
> --------------------------------------------------------------------------------
> 
> And ip does not show any device:
> 
> --------------------------------------------------------------------------------
> [13:37] brief:~% ip l
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> --------------------------------------------------------------------------------
> 
> With 3.2.0-rc7 the device works, until it begins to hang. As reported
> many times before.  As I've switched the environment, it is very good
> probable that an AP on channel 13 is in range.
> 
> Attached both dmesg/lsmod/configs.
> 
> Cheers,
> 
> Nico
> 

Could this be on your MacBook Air? If so, Linus has flagged and solved
this issue (see thread "brcm80211 breakage" on netdev mailer).

Gr. AvS


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7)
  2012-01-13 13:36 ` Arend van Spriel
@ 2012-01-13 14:18   ` Nico Schottelius
  2012-01-13 14:20     ` Arend van Spriel
  0 siblings, 1 reply; 4+ messages in thread
From: Nico Schottelius @ 2012-01-13 14:18 UTC (permalink / raw)
  To: Arend van Spriel; +Cc: Nico Schottelius, LKML, b43-dev, netdev

Hey Arend,

Arend van Spriel [Fri, Jan 13, 2012 at 02:36:57PM +0100]:
> Could this be on your MacBook Air? If so, Linus has flagged and solved
> this issue (see thread "brcm80211 breakage" on netdev mailer).

Oh, yes, indeed!

Although the channel 13 issue seems still to exist.

I'll apply his patches this evening and test as well.

Cheers,

Nico

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7)
  2012-01-13 14:18   ` Nico Schottelius
@ 2012-01-13 14:20     ` Arend van Spriel
  0 siblings, 0 replies; 4+ messages in thread
From: Arend van Spriel @ 2012-01-13 14:20 UTC (permalink / raw)
  To: Nico Schottelius, LKML, b43-dev, netdev

On 01/13/2012 03:18 PM, Nico Schottelius wrote:
> Hey Arend,
> 
> Arend van Spriel [Fri, Jan 13, 2012 at 02:36:57PM +0100]:
>> Could this be on your MacBook Air? If so, Linus has flagged and solved
>> this issue (see thread "brcm80211 breakage" on netdev mailer).
> 
> Oh, yes, indeed!
> 
> Although the channel 13 issue seems still to exist.

Likely. I did not dive into that issue yet.

> I'll apply his patches this evening and test as well.
> 
> Cheers,
> 
> Nico
> 

Gr. AvS


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-13 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-13 12:45 brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7) Nico Schottelius
2012-01-13 13:36 ` Arend van Spriel
2012-01-13 14:18   ` Nico Schottelius
2012-01-13 14:20     ` Arend van Spriel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).