if you have bought ASUS WL-167G wlan usb adapter, and ended up to have problems with the drivers, believe me, I know how you feel... Anyways, there's hope even though Darth Vader slayed Obi...
You have probaply googled and tried the drivers made by ASU S...
forget it. Those guys have sold their soul to dev... Errm Microsoft. Even their Linux drivers are written using Windows, judging the line endings... Not to mention that their code did not even compiled under my fedora...
your best hope is driver by serialmonkey group. Unfortunately it seems that it is not necessarily so obvious which drivers from the geoup you should use... Most guides talk about ra2500 driver. It is for pci card. Then theres mentions about ra2570 drivers. And utter confusion about commands make install and make install-fedora.
the ra2570 is indeed usb driver, and it may work... But after banging your head to the wall for 2 days (as I did) it seems obvious that something is wrong...
After a few litres of coffee, and 20+ unworking kernel modules, I hit a page mentioning that some companies change the chipsets in their sticks between different stick versions... Now I was one step closer.
For me the ra73 drivers from serialmonkeys did the trick. Simply download them, install kernel sources in order to compile the kernel module (with fedora simply command
yum install kernel-devel
) and after that-s done go to the folder where drivers are downloaded.
unpack drivers
tar xvzxf packagename
go to folder package/Module and give command
make
then change to root user again (command su and then give root password when asked)
and command make install
then command
modprobe ra73
which activates the module.
Now you can check if adapter and drivers are recognized by giving command
iwconfig
if it dispöays some stats about rausb0 youre on safe side

You only needs to confoigure your network according to your wlan network. I try to remember to write guide for that too, when I am on my computer instead of this frigging mobile phone...
anyways, if I forget, or you're too anxious to wait, the command to do this is same iwconfig with different parameters... See man iwconfig, google and experiment meanwhile... If you manage to find things out before I remember to add the guide, feel free to do the guide too

thx serialmonkeys, I'm online again !
