Wireless on a Dell Inspiron 2200 (Fedora)
I recently set up an old Dell Inspiron 2200 laptop to dual-boot Fedora 10 and Ubuntu 9. Neither distribution installed drivers for the Broadcom wireless-G card, but it was pretty straightforward. These instructions are for Fedora:
$ sudo yum install b43-fwcutter NetworkManager NetworkManager-glib NetworkManager-gnome
$ wget -c http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
$ bzip2 -d broadcom-wl-4.150.10.5.tar.bz2
$ tar -xvf broadcom-wl-4.150.10.5.tar
$ cd ./broadcom-wl-4.150.10.5/driver/
$ b43-fwcutter -w /lib/firmware wl_apsta_mimo.o
Then just select the wireless access point in Network Manager and enter the password, and you should be connected.
To think how much of a pain this was just a few years ago, it really is quite astonishing.