码迷,mamicode.com
首页 > 系统相关 > 详细

天嵌E8卡片电脑USBWIFI驱动linux移植

时间:2015-10-19 17:29:25      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

下载驱动:http://pan.baidu.com/s/1sjL0Axn

The drivers can be downloaded from Ralink website, the present offical website to download the latest version driver is:

http://www.ralinktech.com/en/04_support/support.php?sn=500.

 

tar jxvf DPA_RT5572_LinuxSTA_2.6.1.4_20121211.tar.bz

cd DPA_RT5572_LinuxSTA_2.6.1.4_20121211

修改Makefile.ini

PLATFORM = SMDK

 

ifeq ($(PLATFORM),SMDK)
LINUX_SRC = /opt/EmbedSky/TQ210/E8/Kernel_3.0.8_E8_for_Linux
CROSS_COMPILE = /opt/EmbedSky/4.4.6/bin/arm-linux-
endif

make

拷贝:MODULE/*.dat 文件到E8的/etc/Wireless/RT5370STA/

拷贝NETIF/os/linux/rtnet5572sta.ko到E8的/opt

insmod rtnet5572sta.ko

会提示错误,但不影响使用:

ifconfig 没看到网卡

ifconfig wlan0 up

出来了。。。。

 

天嵌E8卡片电脑USBWIFI驱动linux移植

标签:

原文地址:http://www.cnblogs.com/sankye/p/4892164.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!