该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

Contents:

=============

Makefile : Makefile

*.c: c files

*.h: header files

=======================================================================

Features:

==========

This driver implements basic IEEE802.11. Infrastructure and adhoc mode with

open or shared or WPA-PSK or WPA2-PSK authentication method.

NONE, WEP, TKIP and AES encryption.

=======================================================================

Build Instructions:

====================

1> $tar -xvzf RT2870_Linux_STA_x.x.x.x.tgz

go to "./RT2870_Linux_STA_x.x.x.x" directory.

2> In Makefile

set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"

define the linux kernel source include file path LINUX_SRC

modify to meet your need.

3> In os/linux/config.mk

define the GCC and LD of the target machine

define the compiler flags CFLAGS

modify to meet your need.

** Build for being controlled by NetworkManager or wpa_supplicant wext functions

Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.

=> #>cd wpa_supplicant-x.x

=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d

** Build for being controlled by WpaSupplicant with Ralink Driver

Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.

=> #>cd wpa_supplicant-0.5.7

=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d

4> $make

# compile driver source code

# To fix "error: too few arguments to function ˉiwe_stream_add_event"

=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c

5> $cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat

6> load driver, go to "os/linux/" directory.

#[kernel 2.4]

# $/sbin/insmod rt2870sta.o

# $/sbin/ifconfig ra0 inet YOUR_IP up

#[kernel 2.6]

# $/sbin/insmod rt2870sta.ko

# $/sbin/ifconfig ra0 inet YOUR_IP up

7> unload driver

$/sbin/ifconfig ra0 down

$/sbin/rmmod rt2870sta

=======================================================================

CONFIGURATION:

====================

RT2870 driver can be configured via following interfaces,

i.e. (i)"iwconfig" command, (ii)"iwpriv" command, (iii) configuration file

i) iwconfig comes with kernel.

ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for details.

iii)modify configuration file "RT2870STA.dat" in /etc/Wireless/RT2870STA/RT2870STA.dat.

Configuration File : RT2870STA.dat

---------------------------------------

# Copy this file to /etc/Wireless/RT2870STA/RT2870STA.dat

# This file is a binary file and will be read on loading rt.o module.

#

# Use "vi RT2870STA.dat" to modify settings according to your need.

#

# 1.) set NetworkType to "Adhoc" for using Adhoc-mode, otherwise using Infrastructure

# 2.) set Channel to "0" for auto-select on Infrastructure mode

# 3.) set SSID for connecting to your Accss-point.

# 4.) AuthMode can be "WEPAUTO", "OPEN", "SHARED", "WPAPSK", "WPA2PSK", "WPANONE"

# 5.) EncrypType can be "NONE", "WEP", "TKIP", "AES"

# for more information refer to the Readme file.

#

#The word of "Default" must not be removed

=================================================================================

If you want for rt2870 driver to auto-load at boot time:

A) choose ra0 for first RT2870 WLAN card, ra1 for second RT2870 WLAN card, etc.

B) create(edit) 'ifcfg-ra0' file in /etc/sysconfig/network-scripts/,

edit( or add the line) in /etc/modules.conf:

alias ra0 rt2870sta

C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-ra0

DEVICE='ra0'

ONBOOT='yes'

NOTE:

if you use dhcp, add this line too .

BOOTPROTO='dhcp'

*D) To ease the Default Gateway setting,

add the line

GATEWAY=x.x.x.x

in /etc/sysconfig/network

rt2870 linux,『求助』RaLink雷凌RT2870 无线网卡怎样安装驱动?相关推荐

  1. 『求助』请求服务器超时或失败问题

    今天很多群里和同学都给我发了同一个链接,我以为是一个搞笑视频或其他什么雷人的事儿.同学说通过他发的链接注册,他就有机会获得电影票一张.这是个很常见的网站推广的方式,在很多团购网上有反卷的方式.但这次反 ...

  2. rt3290+linux驱动下载,Ralink雷凌RT3290蓝牙驱动

    Ralink雷凌RT3290蓝牙驱动11.0.760.0版For Win7-32/Win7-64/Win8-32/Win8-64/Win8.1-32/Win8.1-64(2015年3月16日发布)Ra ...

  3. 『Linux基础 - 2 』操作系统,Linux背景知识和Ubuntu操作系统安装

    这篇笔记记录了以下几个知识点: 1.目前常见的操作系统及分类,虚拟机 2.Linux操作系统背景知识,Windows和Linux两个操作系统的对比 3.在虚拟机中安装Ubuntu系统的详细步骤 OS( ...

  4. 雷凌2780 linux驱动下载,雷凌USB无线网卡驱动

    Ralink雷凌RT2860/RT2760/RT2890/RT2790/RT306X/RT309X/RT35X2/RT539X USB无线网卡驱动5.1.24.0 WHQL版For WinXP-32/ ...

  5. 『电子书』分享一波码农必备编程开发类书籍[转]

    分享一些书籍 看到书籍很多,感觉很不错,就收藏下来了,是百度盘的连接,失效的可以评论一下以此更新一下连接. 书籍清单 Python编程快速上手 细说PHP(第2版) Python核心编程(第3版) L ...

  6. 交大『云观CD-ROMIII』直接由CD-ROM执行之安装法(转)

    交大『云观CD-ROMIII』直接由CD-ROM执行之安装法(转) 笔者很高兴看到交大一群朋友们的努力, 出版了一份本土的 "Plug & Play" Linux CD-R ...

  7. 『实践』VirtualBox 5.1.18+Centos 6.8+hadoop 2.7.3搭建hadoop完全分布式集群及基于HDFS的网盘实现...

    『实践』VirtualBox 5.1.18+Centos 6.8+hadoop 2.7.3搭建hadoop完全分布式集群及基于HDFS的网盘实现 1.基本设定和软件版本 主机名 ip 对应角色 mas ...

  8. Log:日志之 Spdlog 极简用法示范『二』

    文章目录 关联 背景 用法示范 spdlog 输出到终端 spdlog 输出到文件 其它用法 成系列地址 简 述: 有上一篇中通过日志调研选型,决定采用 Spdlog 后,此篇开始介绍一些基础入门,先 ...

  9. 『网络安全』蜜罐到蜜网入门指南(三)蜜罐内部组成分析

    原创不易,点个赞呗!如果喜欢,关注.收藏不迷路. 前言 大家好,<『网络安全』蜜罐到蜜网入门指南>进入第三篇. 通过前面的内容,我们知道了什么是蜜罐以及蜜罐的作用和分类等.点击下方链接,可 ...

最新文章

  1. 剑指offer_第5题_用两个栈实现队列
  2. DotNetBar12.1新控件——TokenEditor
  3. Java编程基础10——面向对象_多态抽象类接口
  4. java url 处理,URL处理-Java架构师必看
  5. unittest所有断言方法
  6. C#类的属性遍历及属性值获取
  7. 动态规划--Leetcode746
  8. mysql driver 读写分离_Mysql主从复制和读写分离实践
  9. Akka 配置Dispatcher(一)
  10. 开售破发、二手市场跳水 iPhone SE3 “割韭菜”功力大减
  11. 现代数字图像处理技术提高及应用案例详解
  12. 唐僧为什么可以领导孙悟空(项目管理)
  13. 地下城与勇士(DNF)格兰之森副本(幽暗密林、幽暗密林深处、雷鸣废墟、猛毒雷鸣废墟、冰霜幽暗密林、格拉卡、烈焰格拉卡、暗黑雷鸣废墟)(童年的回忆)
  14. 抖音直播间获取高清视频地址
  15. Required view 'XXX' with ID XXX for field 'xxx' was not found
  16. Android仿腾讯手机管家实现桌面悬浮窗小火箭发射的动画效果
  17. 深入理解Seq2seq模型(Sequence2sequence)
  18. 当你学不进去的时候,不防试试“普瑞马法则”
  19. Oracle 体系结构(26)—— 查询用户权限
  20. An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again

热门文章

  1. Java使用阿里邮箱生成excle邮件附件发送
  2. X的N次方求解——pow(x,n)实现
  3. 我和世界杯的‘恩怨情仇’
  4. win10显卡驱动怎么装_【系统安装好后,怎么用最正规的方法安装驱动】
  5. office2007各组件全面介绍
  6. Hadoop基础操作--查询集群的计算资源信息
  7. 计算机ppt翻页笔,ppt翻页笔没反应?这样做就可以。
  8. 若两素数之差为2 ,则称两素数为双胞胎数,打印出[31,600]之间所有的双胞胎数,并求有多少对双胞胎数。
  9. Android实现仿支付宝流水
  10. grid布局浏览器兼容_使用 CSS Grid:以兼容不支持栅格化布局的浏览器