Page 2 of 2

Re: Ubuntu 9.04 wlan support for RT3090

Posted: Mon Jun 22, 2009 11:43 am
by tisoft_media
Got it working with Network Manager.

before comilation you have to set
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
in the file "os/linux/config.mk"

After that WPA works fine.

I will try to build a .deb package and upload it to my ppa.

Now only poulsbo is support missing...

Re: Ubuntu 9.04 wlan support for RT3090

Posted: Mon Jun 22, 2009 9:14 pm
by blegas78
I installed 9.04 and did what rasseren did after tisoft_media's change and it works perfectly for me. Good work!

Re: Ubuntu 9.04 wlan support for RT3090

Posted: Mon Jun 29, 2009 2:15 pm
by tisoft_media
I added a rt3090 driver package to my ppa:

https://launchpad.net/~markus-tisoft/+archive/fit-pc2

Re: Ubuntu 9.04 wlan support for RT3090

Posted: Wed Jul 01, 2009 12:31 am
by agillis
I'm having trouble getting the RT3090 to work with Fedora 11. I compiled and installed the driver and it finds the card OK. But it always uses the RT2860STA.dat config file to configure itself.

What do you have in that config file and how are you getting this to work with NetworkManager?

Re: Ubuntu 9.04 wlan support for RT3090

Posted: Wed Jul 01, 2009 4:43 am
by tisoft_media
Did you change

HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
in the file "os/linux/config.mk"

before compilation?

That was the only change I had to do on ubuntu to make it work with NetworkManager.