Re: b43 problems on ubuntu gutsy. Using 2.6.24

2008-02-08 Thread Michael Buesch
On Friday 08 February 2008 07:45:37 Brian Lavender wrote: I downloaded the 2.6.24 kernel onto ubuntu gutsy, compiled it, installed the firmware, but I can't seem to make a connection. The bmc43xx driver seems to work, but disconnects for some reason. I noticed that while trying to set the WEP

Problems with BCM4306

2008-02-08 Thread bou.gui
Hi every one. Since i have upgraded my Ubuntu to the lateste Hardy version of yesterday, i cannot use my PCMCIA BEWAN Wi-Fi card... Before, it worked very good with bcm43xx-fwcutter, but now... lspci says : Broadcom Corporation BCM4306 I've tried to use

Re: Problems with BCM4306

2008-02-08 Thread Michael Buesch
On Friday 08 February 2008 17:17:10 Guillaume wrote: Stefano Brivio a écrit : Sure. You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4). Does this ring a bell? OK ; it's done and it work :-P I have made a mistake

[PATCH] b43: Add driver load messages

2008-02-08 Thread Michael Buesch
This adds printk messages with basic information about the driver being loaded. This information includes a summary of the compiled-in features, which simplifies bug-reporting and debugging a lot. Also a firmware ID is printed. This is a unique identifier blob for a specific version of the

Re: Problems with BCM4306

2008-02-08 Thread Guillaume
Stefano Brivio a écrit : Sure. You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4). Does this ring a bell? OK ; it's done and it work :-P I have made a mistake because the two diods of my card are no longer lighted...

Re: Problems with BCM4306

2008-02-08 Thread Stefano Brivio
On Fri, 8 Feb 2008 16:41:59 +0100 (CET) bou.gui [EMAIL PROTECTED] wrote: And dmesg says : [ 118.782933] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load failed. [ 118.782943] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and

Re: BCM94311MCG Rev 2 connects then drops on HP DV6605/ AMD64 X2

2008-02-08 Thread Jory A. Pratt
glenn greenfield wrote: eth0: no link during initialization. NET: Registered protocol family 10 lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth0: link is not ready ADDRCONF(NETDEV_UP): wlan0: link is not ready lp: driver loaded but no devices found ppdev: user-space parallel port

[PATCH] b43legacy: Add driver load messages

2008-02-08 Thread Stefano Brivio
This adds printk messages with basic information about the driver being loaded. This information includes a summary of the compiled-in features, which simplifies bug-reporting and debugging a lot. Also a firmware ID is printed. This is a unique identifier blob for a specific version of the

Re: [PATCH] b43: Add driver load messages

2008-02-08 Thread Hendrik Sattler
Am Samstag 09 Februar 2008 schrieb Michael Buesch: +static void b43_print_driverinfo(void) +{ + const char *feat_pci = , *feat_pcmcia = , *feat_nphy = , +*feat_leds = , *feat_rfkill = ; + +#ifdef CONFIG_B43_PCI_AUTOSELECT + feat_pci = P; +#endif +#ifdef