I thought I would post the solution that finally worked for me. You will need a wired connection plug it in.
run in terminal:
lspci
My output ended with this: Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
Go to System > Administration > Software Sources
Make sure you have selected the Ubuntu CD and alternative sources.
Go to System > Administration > Synaptic Package Manager
select and apply the following packages :
ndisgtk
ndiswrapper-common
ndiswrapper-utils-1.9
run in terminal:
mkdir wirelessdriver
cd wirelessdriver
Read instructions from step 2 from this link. ONLY identify, download and unzip drivers:
broadcom wireless driver
Go to System > Administration > Windows Wireless Drivers (this was installed when you selected ndisgtk)
Select Install New Driver
Locate the wirelessdriver folder you created and select the .inf file.
Select Install
If you have downloaded the correct driver the window will display "Hardware present: yes"
Your wireless should now be working. Check by:
run in terminal:
sudo lshw -C network
Your network devices will be displayed, if the wireless device has UNCLAIMED next to it, it hasn't work (make sure you identified the correct driver from external link), if not it's all good.
Click your network icon in the top right and you should be able to see wireless networks to connect to. If your network has securitry and you can't connect initially, disable it and the work from there.
Message Edited by Ben Leedham on 09-13-2008 07:48 PM
Message Edited by Ben Leedham on 09-22-2008 12:05 PM