Originally posted by: jazzboy
I'm not complaining that Ubuntu/Linux doesn't detect my wireless (and even if I were, I hardly consider that trolling, thank you). What I am saying is that having to do compiling just to get a driver installed isn't my cup of tea.
Did you at least try it before throwing in the towel? People have already put together a package for you...look under the section "4.2. GPL RT73 driver".
It tells you to:
a) download/extract the latest cvs package
b) cd to the extracted Modules dir and type make (assuming you have your make tools installed)
c) make install
d) add specified code in three files and delete one
e) edit code to your needs
f) reboot (implied) and your net will work after every boot
That's it...
It should be automatic but it's not as hard as you make it out to be. Considering you probably won't have to do this ever again it's not bad at all. Make does the compiling for you. All you gotta do is configure it, stick it in, and reboot it.
If make doesn't work, install the needed packages:
sudo apt-get install build-essential linux-headers-`uname -r` gcc-4.1
If you have any trouble just ask.
