Ok I downloaded the linux rt3090 driver from RaLinks site and unpacked it and ran make. I did not see any errors. I restarted my computer and my wifi card still will not work! Fedora does not see it
$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
Does anyone know how to get this wifi card to work?
---------- Post added at 11:48 AM CDT ---------- Previous post was at 10:37 AM CDT ----------
I got it to work. I didn't run make install after I ran make thats why it didn't work. This is how I got it to work:
1. I downloaded the
driver from RaLinks site
2. yum install cloog-ppl cpp glibc-devel glibc-headers mpfr ppl gcc kernel-headers kernel-devel (make sure that if have a PAE kernel that you install kernel-PAE-devel instead of kernel-devel)
3. untar the driver from RaLinks site
4. open a terminal and cd to the untared directory
5. run make
6. run make install
7. reboot
and it worked!
I found that there is a patch for the driver
here but I dont know what it does or if I need it. If I do need it does anyone know how to install it?