通过 lsusb -t命令查看网卡型号

/: Bus 02.Port 1: Dev 1, class="root_hub", Driver=xhci_hcd/4p, 5000M
|__ Port 1: Dev 3, If 0, class="Vendor" Specific Class, Driver=ax88179_178a, 5000M
/: Bus 01.Port 1: Dev 1, class="root_hub", Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, class="Hub", Driver=hub/4p, 480M

通过 lshw -C network 查看网卡驱动安装情况

*-network:0
description: Ethernet interface
physical id: 1
logical name: eth0
serial: dc:a6:32:fb:73:59
size: 1Gbit/s
capacity: 1Gbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=bcmgenet driverversion=v2.0 duplex=full ip=172.18.72.5 link=yes multicast=yes port=MII speed=1Gbit/s
*-network:1
description: Ethernet interface
physical id: 2
bus info: usb@2:1
logical name: eth1
serial: 00:0e:c6:79:91:41
size: 1Gbit/s
capacity: 1Gbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ax88179_178a duplex=full ip=192.168.58.134 link=yes multicast=yes port=MII speed=1Gbit/s
*-network:2 DISABLED
description: Ethernet interface
physical id: 3
logical name: br1
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=no multicast=yes
*-network:3
description: Wireless interface
physical id: 4
logical name: wlan0
serial: dc:a6:32:fb:73:5a
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=brcmfmac driverversion=7.45.18 firmware=01-6a2c8ad4 multicast=yes wireless=IEEE 802.11

通过命令 lsmod | grep {Driver} 确定内核模块(驱动)是否安装

root@root: lsmod | grep ax88179_178a
ax88179_178a 28672 0

通过命令 modprobe -r {Driver} 卸载usb 网卡驱动

通过命令 modprobe {Driver} 重新安装usb 网卡驱动

检测网络数据连通性

最新文章

  1. Jquery实现AJAX拦截
  2. Azure DW
  3. Leetcode 205 Isomorphic Strings 字符串处理
  4. Java学习-037-JavaWeb_006 -- JSP 动作标识 - include
  5. TestCase--搜索&查询模块
  6. WCF分布式开发步步为赢(11):WCF流处理(Streaming)机制
  7. spring事务传播机制实例讲解
  8. 【BZOJ 2618】 2618: [Cqoi2006]凸多边形 (半平面交)
  9. LeetCode_sqrt(x)
  10. HDU 1007 近期点对
  11. Windows服务、批处理项目实战
  12. CodeForces 460B
  13. CSS也需要重构
  14. HTML5 Web Storage 特性
  15. 【转载】JavaScript基础知识体系
  16. 使用git提交代码到github,每次都要输入用户名和密码的解决方法
  17. Spark Java API 计算 Levenshtein 距离
  18. java 调用 api接口
  19. Docker常用命令(四)
  20. AlexNet实践

热门文章

  1. 【前端】js实现图片自适应
  2. 基于JavaScript的OpenGL 01 之Hello Triangle
  3. Python实战项目6-后端多方式登录接口/手机登录接口
  4. lg9018题解
  5. Kmeans中文聚类
  6. vue-element-admin框架连接yapi配置vue.config.js
  7. C++实现链队列相关操作代码
  8. Django基础(1)
  9. flask相关
  10. ComWin’ round 11部分题解