Ralink RT3290 Wireless Card driver installation
(Linux, note Memo)
1. Device Information
View Wireless Card Device information
12:00.03290
2. Driver download
Http://pan.baidu.com/s/1sjsHNgp
3. Unzip, modify, compile, install
(1) Edit the DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/
config.mk in the extracted directory
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
modified to
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
(2) make
(3) make install
4. Configuring the module alias
Add the/etc/modprobe.d/wireless.conf file with the following content:
alias RA0 Rt3290sta
5./etc/sysconfig/wpa_supplicant
# Use the flag"- I."before each of the your interfaces, like so:# interfaces="-ieth1-iwlan0"INTERFACES="-ira0"# Use the flag"- D"before each driver, like So:drivers="-dwext"# DRIVERS=""# Other arguments#-U Enable The D-bus interface (required forUse with NetworkManager) #-F Log to/var/log/wpa_supplicant.log#-P Write PIDfileto/var/run/Wpa_supplicant.pid # required to return proper codes by init scripts (e.g.Double "Start"action) #-B to daemonize the have to being used together With-p is alreadyinchWpa_supplicant.init.dOTHER_ARGS="-u-f/var/log/wpa_supplicant.log-p/var/run/wpa_supplicant.pid"
6./etc/wpa_supplicant/wpa_supplicant.conf (WPA-PSK)
ctrl_interface=/var/run/Wpa_supplicantctrl_interface_group=0Ap_scan=1# WPA-psknetwork={SSID="TPLink1"#bssid= About: ea:3a: +:D 9:3a key_mgmt=wpa-PSK pairwise=CCMP Group=CCMP PSK="123456" Priority=2}
7. Start the script
#!/bin/bash# This script is used forConfig The wireless to# connect chx_dorm#ifconfigra0 upiwconfig ra0 Essid"Chx_dorm"iwconfig ra0 mode managed#wpa_supplicant-b-ira0-c/etc/wpa_supplicant/wpa_supplicant.conf Service wpa_supplicant start>/dev/NULLdhclient ra0PingWww.baidu.com-c1>/dev/NULLif[ $? ==0]; Then Echo "success."Else Echo "failed."fi
8. Reference
(1) http://askubuntu.com/questions/253632/how-do-i-get-a-ralink-rt3290-wireless-card-working