2007/5/1, Will Woods <wwoods@redhat.com>:
On Tue, 2007-05-01 at 09:13 -0700, alan wrote:

> The network config tools need some work.  (Especially for Wireless.)  I
> have been trying to get my bcm4306 chipset wireless to work.  The network
> tools don't see it.  (And I have the firmware that I used on FC6 with no
> problems.)  The list of wireless cards in the drop down list seems very
> old.  It needs to be updated to the currently supported list.  (As much as
> wireless is at this point...)

Yeah, you'll want to use NetworkManager to manage the device. First you
will need firmware:

1) Install bcm43xx-fwcutter
2) Get a Broadcom-distributed driver to cut the firmware out of
# See the list in /usr/share/doc/bcm43xx-fwcutter-006/README
# For the newer driver you'll need 4.x firmware. I recommend:
http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
3) Unpack the driver and cut out the firmware
# tar -jxvf broadcom-wl-*.tar.bz2
# bcm43xx-fwcutter -w /lib/firmware broadcom-wl-*/kmod/wl_apsta.o

You might have to blacklist the old driver first if you're using the new
one:

# echo 'blacklist bcm43xx' >> /etc/modprobe.d/blacklist

But at this point you should be able to reboot and have working
wireless. Hooray!

-w

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Thx for this feedback! i will document this on the french wiki for WiFi
http://doc.fedora-fr.org/Wifi

What do you call newer driver ? is it related to chipset version ?
(provided by a lspci output)

Nicolas (kwizart)