红联Linux门户
Linux帮助

360/小米/百度随身wifi Ubuntu下作为无线网卡使用

发布时间:2016-02-15 11:00:30来源:linux网站作者:普兒

这篇文章说得其实很好了,在Linux下使用“360随身WiFi 2”:http://www.linuxdiyf.com/linux/14648.html


不过因为专利问题,官网貌似不直接提供驱动下载了。不过在Ubuntu下有个PPA已经添加了这个驱动:

sudo add-apt-repository ppa:thopiekar/mt7601
sudo apt-get update
sudo apt-get install mt7601-sta-dkms

然后都不需要重启就可以搜索到wifi了。


There is a PPA repo available containing a DKMS-capable package based on this repo:

https://code.launchpad.net/~thopiekar/+archive/ubuntu/mt7601

And the source code is here
https://github.com/porjo/mt7601

Currently supported devices:

{USB_DEVICE(0x148f,0x6370)}, /* Ralink 6370 */
{USB_DEVICE(0x148f,0x7601)}, /* MT 6370 */
{USB_DEVICE(0x148f,0x760b)}, /* 360 wifi */
{USB_DEVICE(0x2a5f,0x1000)}, /* Tencent wifi QQ */
{USB_DEVICE(0x2955,0x0001)}, /* XiaoDu Wifi */
{USB_DEVICE(0x2955,0x1001)}, /* XiaoDu Wifi */
{USB_DEVICE(0x2955,0x1003)}, /* nuomi wifi */


安装realtek驱动:

https://sites.google.com/site/easylinuxtipsproject/reserve-7


本文永久更新地址:http://www.linuxdiyf.com/linux/18089.html