Ok, so I have a hell of a time getting my wireless working, but I finally did. I fixed it with this code:

Code:
wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2008-10-31.tar.bz2
tar jxvf compat-wireless-2.6.tar.bz2
cd compat-wireless-2008-10-31
make
sudo make install
sudo make unload
sudo make load
The only issue that I have not, is that I have to rerun this part of the code every time Ubuntu starts up:

Code:
 cd compat-wireless-2008-10-31
 make
 sudo make install
 sudo make unload
 sudo make load
Is there someway to get this code to stick so it doesn't need to be re-ran?