
Originally Posted by
pretty_whistle
Code:
02:00.0 Network controller [0280]: Ralink corp. Device [1814:3290]
Hmm.. quite a new device it is. Please download the proprietary driver (RT3290 PCIe) from here : http://www.mediatek.com/_en/07_downl...ows.php?sn=501
Install this driver as follows :
1) Copy the downloaded file (_2012_0508_RT3290_Linux_STA_v2.6.0.0.tar.bz2) to your Ubuntu desktop.
2) Right-click the file > Extract here. This will extract a folder "
DPO_RT3290_LinuxSTA_V2600_20120508" from the archive.
3) Open the file "config.mk" located in the "os/linux" folder in the extracted directory, and change line #31 from "HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=
n" to "HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=
y". Save and close the file.
4) Now open a terminal (shortcut - Ctrl+Alt+T), and run the following commands in it -
Code:
cd ~/Desktop/DPO_RT3290_LinuxSTA_V2600_20120508
make
sudo make install
Watch out for errors, and post back if there are any, especially during the "make" process. Exactly one error in the last (regarding "tftpboot") is normal and can be safely ignored. Post back the exact error message(s) if there are more.
You may have to reboot or do -
Code:
sudo modprobe -v rt3290sta
..after this to activate the wireless (it will automatically work since next boot).
Let us all know how it goes
.
Bookmarks