Ralink RT3290 Wireless Card driver installation (Linux)

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.