Re: bcm4306 rev2 kernel segfault and reboot

2009-09-13 Thread Daniel Schmitt
Larry Finger wrote: Daniel Schmitt wrote: Gábor Stefanik wrote: Please enable CONFIG_KALLSYMS. This trace is useless without symbol information. Sorry, I forgot. I figured out that there is a problem with reading SPROM of my bcm4306. I initialized a fallback SPROM at beginning of modinit

Re: bcm4306 rev2 kernel segfault and reboot

2009-09-13 Thread Larry Finger
Daniel Schmitt wrote: Well, I already tried 4 different WLAN miniPci cards on two different WP188 boards. Same behaviour. I think the WLAN cards are something special. They don't have SPROM on ssb. Who knows what there is missing, too? Sometimes I manage it to get them working as AP for

bcm4306 crashes on IPX4XX and works on x86 ?!?

2009-09-13 Thread Daniel Schmitt
Hello Group, I posted a few days ago my problems with this WLAN minipci card: Linux OpenWrt 2.6.28.10 #5 Thu Sep 10 20:36:33 CEST 2009 armv5teb unknown 00:02.0 0280: 14e4:4325 (rev 02) Subsystem: 1414:0004 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr+

Re: bcm4306 crashes on IPX4XX and works on x86 ?!?

2009-09-13 Thread Gábor Stefanik
On Sun, Sep 13, 2009 at 7:05 PM, Daniel Schmitt dan...@schmitt-united.de wrote: Hello Group, I posted a few days ago my problems with this WLAN minipci card: Linux OpenWrt 2.6.28.10 #5 Thu Sep 10 20:36:33 CEST 2009 armv5teb unknown 00:02.0 0280: 14e4:4325 (rev 02)          Subsystem:

Re: bcm4306 crashes on IPX4XX and works on x86 ?!?

2009-09-13 Thread Thomas Ilnseher
On So, 2009-09-13 at 19:05 +0200, Daniel Schmitt wrote: Does anybody know what I can change in OpenWRT relating to PCI options for WP188? That maybe totally off topic, but: I fiddled a bit with getting wireless running on an ASUS WL-520GU router. I noticed the following: OpenWRT's mac80211

[PATCH] ssb: Fix error when V1 SPROM extraction is forced

2009-09-13 Thread Larry Finger
When an SPROM revision is not recognized, the code falls back to a V1 SPROM; however, that revision is not forced in the appropriate structure. Signed-off-by: Larry Finger larry.fin...@lwfinger.net --- Index: wireless-testing/drivers/ssb/pci.c

Re: 5354 + B43 = Instant Crash

2009-09-13 Thread Thomas Ilnseher
Ah, I can reply to the list again! Petr Kubin knew what the problem was (citing his mail:) try this: in phy_common.c (next-to-last line), in b43_phyop_switch_analog_generic, comment out ``b43_write16(dev, B43_MMIO_PHY0, on ? 0 : 0xF4);'' Now it works!! Great work, Stefanik, Michael, Larry

Re: 5354 + B43 = Instant Crash

2009-09-13 Thread Larry Finger
Thomas Ilnseher wrote: Ah, I can reply to the list again! Petr Kubin knew what the problem was (citing his mail:) try this: in phy_common.c (next-to-last line), in b43_phyop_switch_analog_generic, comment out ``b43_write16(dev, B43_MMIO_PHY0, on ? 0 : 0xF4);'' Now it works!! There