I fixed my issue after reading the beginnings of the Ubuntu thread, thanks guys! My wireless card is working swell now!
Instead of Compat-wireless, I've been told to just compile my driver. I've removed most vestiges of the previous post in order to simplify this and immediately point to my current goal.
Hello! I posted a while back about my wireless card problems and never really received any help.
Short story: my wireless card is detected but won't detect any networks and won't connect to the networks when I manually provide their details.
My wireless card is the RNX-N150PCx, currently running driver rt2800pci (the chipset is RT3060).
My kernel version is 3.0.0-12-generic.
I tried to compile my driver (first with chipset 3060, then 3062).
The first result is here:
http://pastebin.com/i4EYsGb8
I believe the reason is that the drivers aren't present for chipset 3060, as well as there not being a makefile for chipset 3060 (as far as I can tell).
Seeing as this was the suggested driver specifically for my wireless card, I'd have to assume the closest supported driver would be the one that would work: 3062
The result from make with chipset 3062 specified in the makefile is here (loads longer):
http://pastebin.com/eRa5muM3
Seeing as it runs for a lot longer and seems to do everything it needs to, I'd say the first set of errors are from 3060 not being supported, although this gives errors as well (albeit file creation errors).
I tried this again with sudo make and it didn't seem to give any errors, but when I moved onto the next step of the driver readme, it didn't seem to work. I'm thinking this is because I may be pointing to the wrong directory. Here's the paste:
http://pastebin.com/FbnwAvQ7
To clear some things up, the WirelessDriver folder on my desktop are the contents of this driver package. (The download labeled "RT3062PCI/mPCI/CB/PCIe(RT3060/RT3062/RT3562/RT3592" here






