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

这篇文章说得其实很好了,http://www.freemindworld.com/blog/2013/131010_360_wifi_in_linux.shtml

不过因为专利问题,官网貌似不直接提供驱动下载了。不过在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

原文地址:https://www.cnblogs.com/platero/p/4417458.html