Re: Enabling CONFIG_DEBUG_SLAB breakes b43 module

2008-02-11 Thread Michael Buesch
On Monday 11 February 2008 13:22:14 Jörg Sommer wrote: Hi, I'm using the b43 driver to connect to a WPA2 encrypted WLAN. When I enable the kernel option CONFIG_DEBUG_SLAB my connection breaks. wpa_supplicant can establish the connection and I can make pings or DNS queries, but downloading a

Re: Problems b43 driver and bcm4318

2008-02-11 Thread jorgesmbox-ml
Please disregard my previous message. I just now saw the thread [bcm4318 problem on HP nx6110] where I foud the cause to my problem: I downloaded the wrong firmware version. Thanks for making this drivers available. jorges ___ Bcm43xx-dev mailing list

b43legacy: fix firmware load message level

2008-02-11 Thread Stefano Brivio
The firmware version information should always get printed. Not only on a debug build. The patch by Michael Buesch has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/main.c

Re: Possible problem on b43 driver's init

2008-02-11 Thread David Cohen
On Feb 11, 2008 10:18 AM, Michael Buesch [EMAIL PROTECTED] wrote: On Monday 11 February 2008 03:14:57 David Cohen wrote: On Feb 10, 2008 9:40 PM, Pavel Roskin [EMAIL PROTECTED] wrote: On Sun, 2008-02-10 at 17:28 -0400, David Cohen wrote: Hi all, I'm here again reporting another

Re: Problems b43 driver and bcm4318

2008-02-11 Thread Pavel Roskin
Quoting [EMAIL PROTECTED]: Hi, I tried the new b43 driver from kernel 2.6.24 hoping I could get rid of ndiswrapper, but something is wrong. Can you please give me advice as how to troubleshoot this? Below follows the output from dmesg after I modprobe'd the b43 driver. I can't connect to the

Problems b43 driver and bcm4318

2008-02-11 Thread jorgesmbox-ml
Hi, I tried the new b43 driver from kernel 2.6.24 hoping I could get rid of ndiswrapper, but something is wrong. Can you please give me advice as how to troubleshoot this? Below follows the output from dmesg after I modprobe'd the b43 driver. I can't connect to the access point (WEP), but iwlist

Re: Possible problem on b43 driver's init

2008-02-11 Thread Michael Buesch
On Monday 11 February 2008 03:14:57 David Cohen wrote: On Feb 10, 2008 9:40 PM, Pavel Roskin [EMAIL PROTECTED] wrote: On Sun, 2008-02-10 at 17:28 -0400, David Cohen wrote: Hi all, I'm here again reporting another possible problem with my wireless card and b43 driver. Please don't

Enabling CONFIG_DEBUG_SLAB breakes b43 module

2008-02-11 Thread Jörg Sommer
Hi, I'm using the b43 driver to connect to a WPA2 encrypted WLAN. When I enable the kernel option CONFIG_DEBUG_SLAB my connection breaks. wpa_supplicant can establish the connection and I can make pings or DNS queries, but downloading a file kills the connection. The kernel log includes these

b43legacy: add firmware information to modinfo

2008-02-11 Thread Stefano Brivio
This adds the firmware ID to modinfo. The patch by Michael Buesch has been ported to b43legacy. Signed-off-by: Stefano Brivio [EMAIL PROTECTED] --- Index: wireless-2.6/drivers/net/wireless/b43legacy/main.c === ---