博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu16.04 360随身WiFi2
阅读量:2238 次
发布时间:2019-05-09

本文共 760 字,大约阅读时间需要 2 分钟。

查看kernel版本,插入360随身WiFi2,打开终端,执行下面命令即可。

-------------------------------------------------------------------------------------------------------------

From your kernel version, 4.2.0-16, it appears that you are running Ubuntu 15.10. The driver mt7601u is already built in. See if it is currently loaded:

lsmod | grep mt7

If not load it:

sudo modprobe mt7601u

Check to see if the required firmware is missing:

dmesg | grep mt7

If it is missing, with a temporary working internet connection:

sudo apt-get install gitgit clone https://github.com/porjo/mt7601cd mt7601/src/mcu/binsudo mv MT7601.bin  /lib/firmware/mt7601u.bin

Now unload and reload the driver so it sees the firmware:

sudo modprobe -r mt7601usudo modprobe mt7601u

Your wireless should now be working.

转载地址:http://beobb.baihongyu.com/

你可能感兴趣的文章
Sublime text3快捷键演示
查看>>
sublime text3 快捷键修改
查看>>
关于PHP几点建议
查看>>
硬盘的接口、协议
查看>>
VLAN与子网划分区别
查看>>
Cisco Packet Tracer教程
查看>>
02. 交换机的基本配置和管理
查看>>
03. 交换机的Telnet远程登陆配置
查看>>
微信小程序-调用-腾讯视频-解决方案
查看>>
phpStudy安装yaf扩展
查看>>
密码 加密 加盐 常用操作记录
查看>>
TP 分页后,调用指定页。
查看>>
Oracle数据库中的(+)连接
查看>>
java-oracle中几十个实用的PL/SQL
查看>>
PLSQL常用方法汇总
查看>>
几个基本的 Sql Plus 命令 和 例子
查看>>
PLSQL单行函数和组函数详解
查看>>
Oracle PL/SQL语言初级教程之异常处理
查看>>
Oracle PL/SQL语言初级教程之游标
查看>>
Oracle PL/SQL语言初级教程之操作和控制语言
查看>>