Skip to content


Ubuntu 11.10安装RT5370 USB无线网卡

购入Tenda W311M USB无线网卡一粒,在Ubuntu 11.10下不能直接驱动,查找资料,按照如下操作即可驱动使用。
1.到Ralink下载Linux驱动,使用RT8070 /RT3070 /RT3370 /RT5370 /RT5372 USB 版本2.5.0.3,将压缩包解压缩到Ubuntu的文件夹下,重命名文件夹名为sta
2.确认USB无线网卡的芯片
$lsusb
Bus 001 Device 006: ID 148f:5370 Ralink Technology, Corp.

3.编辑common/rtusb_dev_id.c启用WPA特性
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y

4.编译
sudo -s
make
make install
modprobe rt5370sta

5.将模块加入/etc/modules,这样系统每次启动就会自动驱动这张网卡
#echo rt5370sta >> /etc/modules
驱动后,ifconfig up ra0这张网卡
# ifconfig ra0 up

Debian/Ubuntu下使用WiFi设备How to use a WiFi interface

发表于 Linux.


尚无评论

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.