Re: b43 dma error

2009-09-08 Thread Gábor Stefanik
Do you have the threaded-IRQ patches applied? Also, what card is this? (BCM4312?) Try upgrading your firmare (use v478 or the new v5xx one). ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Re: b43 dma error

2009-09-08 Thread Gábor Stefanik
On Tue, Sep 8, 2009 at 7:50 PM, John Daikerdaikerj...@gmail.com wrote: On 09/08/2009 07:54 AM, Larry Finger wrote: Michael Buesch wrote: On Tuesday 08 September 2009 15:47:32 Dave Young wrote: I tested wireless-testing b43 driver, but got Fatal DMA error then the controller keep

[PATCH] ssb: Implement SDIO host bus support

2009-09-08 Thread Michael Buesch
From: Albert Herranz albert_herr...@yahoo.es Add support for communicating with a Sonics Silicon Backplane through a SDIO interface, as found in the Nintendo Wii WLAN daughter card. The Nintendo Wii WLAN card includes a custom Broadcom 4318 chip with a SDIO host interface. Signed-off-by: Albert

Re: b43 dma error

2009-09-08 Thread Michael Buesch
On Tuesday 08 September 2009 19:50:25 John Daiker wrote: On 09/08/2009 07:54 AM, Larry Finger wrote: Michael Buesch wrote: On Tuesday 08 September 2009 15:47:32 Dave Young wrote: I tested wireless-testing b43 driver, but got Fatal DMA error then the controller keep restarting...

Re: b43 dma error

2009-09-08 Thread Michael Buesch
On Tuesday 08 September 2009 20:06:49 Gábor Stefanik wrote: On Tue, Sep 8, 2009 at 7:50 PM, John Daikerdaikerj...@gmail.com wrote: On 09/08/2009 07:54 AM, Larry Finger wrote: Michael Buesch wrote: On Tuesday 08 September 2009 15:47:32 Dave Young wrote: I tested wireless-testing b43

Re: b43 dma error

2009-09-08 Thread Larry Finger
John Daiker wrote: On 09/08/2009 07:54 AM, Larry Finger wrote: Michael Buesch wrote: On Tuesday 08 September 2009 15:47:32 Dave Young wrote: I tested wireless-testing b43 driver, but got Fatal DMA error then the controller keep restarting... Please tell what I can provide or test, Thanks.

Re: b43 dma error

2009-09-08 Thread Gábor Stefanik
On Tue, Sep 8, 2009 at 8:16 PM, Larry Fingerlarry.fin...@lwfinger.net wrote: John Daiker wrote: On 09/08/2009 07:54 AM, Larry Finger wrote: Michael Buesch wrote: On Tuesday 08 September 2009 15:47:32 Dave Young wrote: I tested wireless-testing b43 driver, but got Fatal DMA error then the

Re: b43 dma error

2009-09-08 Thread Larry Finger
Michael Buesch wrote: This won't help. The DMA engine reports a descriptor error. That means the device was unable to fetch the control data via DMA. Most of the time this indicates a bug/failure/quirk in the platform DMA implementation. I can confirm that mine still works on x86_64 with

Re: b43 dma error

2009-09-08 Thread Larry Finger
Gábor Stefanik wrote: On Tue, Sep 8, 2009 at 8:16 PM, Larry Fingerlarry.fin...@lwfinger.net wrote: Your PHY and your radio are the same as mine. In fact, the one thing I noticed is that you are using i386 architecture, whereas mine is x86_64. I have not tested with i386. Has anyone run the

Re: b43 dma error

2009-09-08 Thread Gábor Stefanik
2009/9/8 Larry Finger larry.fin...@lwfinger.net: Gábor Stefanik wrote: On Tue, Sep 8, 2009 at 8:16 PM, Larry Fingerlarry.fin...@lwfinger.net wrote: Your PHY and your radio are the same as mine. In fact, the one thing I noticed is that you are using i386 architecture, whereas mine is x86_64.

Re: b43 dma error

2009-09-08 Thread Larry Finger
2009/9/8 Gábor Stefanik netrolller...@gmail.com 2009/9/8 Larry Finger larry.fin...@lwfinger.net: Gábor Stefanik wrote: On Tue, Sep 8, 2009 at 8:16 PM, Larry Fingerlarry.fin...@lwfinger.net wrote: Your PHY and your radio are the same as mine. In fact, the one thing I noticed is that you

Re: b43 dma error

2009-09-08 Thread Larry Finger
After some tests with the 32-bit architecture, I'm now thoroughly confused. I tried different memory models including PAE - everything worked. I even generated a 2.6.31-rc9-wl kernel with John's config and it worked. Whatever is happening is not related to his configuration. I'm not sure what the