360无线网卡驱动 linux驱动,小度Wifi、360Wifi Windows、linux驱动

小度wifi什么的就是一个无线网卡,当然可以自由使用,然官方却说不支持无限网卡功能。

现提供Windows平台和linux平台的驱动安装方法。

Windows:

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

24866342cfc8d7b6696a20112e7657f5.png

Linux:

1.使用lsusb命令可以获取USB设备ID。小度wifi为2955:0001或2955:1001 360WIFI2为148F:760B

2.二者均使用Mediatek Ralink MT7601芯片,都是在Mediatek官网(http://www.mediatek.com/_en/07_downloads/01_windows.php?sn=501)下载MT7601U USB驱动源码包.

但是下载了,也不行。 请参考后面行的通的安装方法。

1、修改common/rtusb_dev_id.c文件,在

{USB_DEVICE(0x148f,0x7601)}, /* MT 6370 */下面加上

{USB_DEVICE(0x2955,0x0001)}, /* XiaoDu Wifi */

{USB_DEVICE(0x2955,0x1001)}, /* XiaoDu Wifi */

{USB_DEVICE(0x148f,0x760b)}, /* 360 Wifi */

2、使用make 命令编译后,执行make install 。

3、根据iwpriv_usage.txt,执行初始化或重启系统,网卡就可以使用了

行的通的安装方法:

sudo apt-get install linux-headers-generic build-essential git

git clone https://github.com/lvmxh/mt7601

cd mt7601/src

make

sudo make install

sudo mkdir -p /etc/Wireless/RT2870STA/

sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/

sudo modprobe mt7601Usta

Your wireless should now be working.

You have compiled the driver for your current kernel version only. When Update Manager installs a later linux-image, after the required reboot, you must re-compile:

cd mt7601/src

make clean

make

sudo make install

sudo modprobe mt7601Usta

ref:

http://askubuntu.com/questions/457061/ralink-148f7601-wifi-adapter-installation

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值