/dev/sda6 412307456 976771071 282231808 83 Linux
4、网卡
查看网卡硬件信息
# lspci | grep -i ‘eth’
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
查看系统的所有网络接口
# ifconfig -a
eth0 Link encap:以太网 硬件地址 b8:97:5a:17:b3:8f
。 。 。 。 。
lo Link encap:本地环回
。 。 。 。 。
或者是
【linux查看电脑硬件信息 linux系统查看硬件信息的方法】ip link show
1: lo: 《LOOPBACK》 mtu 16436 qdisc noqueue state DOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: 《BROADCAST, MULTICAST, UP, LOWER_UP》 mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether b8:97:5a:17:b3:8f brd ff:ff:ff:ff:ff:ff
如果要查看某个网络接口的详细信息, 例如eth0的详细参数和指标
# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full #支持千兆半双工, 全双工模式
Supported pause frame use: No
Supports auto-negotiation: Yes #支持自适应模式, 一般都支持
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes #默认使用自适应模式
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
。 。 。 。 。
Speed: 100Mb/s #现在网卡的速度是100Mb, 网卡使用自适应模式, 所以推测路由是100Mb, 导致网卡从支 持千兆, 变成要支持百兆
Duplex: Full #全双工
。 。 。 。 。
Link detected: yes #表示有网线连接, 和路由是通的
5、其他
查看pci信息, 即主板所有硬件槽信息 。
lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09) #主板芯片
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) #显卡
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04) #usb控制器
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04) #声卡
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4) #pci 插槽
00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation Panther Point 4 port SATA Controller [IDE mode] (rev 04) #硬盘接口
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation Panther Point 2 port SATA Controller [IDE mode] (rev 04) #硬盘接口
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) #网卡
03:00.0 PCI bridge: Integrated Technology Express, Inc. Device 8893 (rev 41)
如果要更详细的信息:lspci -v 或者 lspci -vv
- 桌面linux哪个最好用 你知道Linux桌面领域的7大趋势吗
- 如何查看手机上软件的版本
- linux 端口映射 linux端口映射命令是什么
- 和windows相比,linux系统的性质有 Linux系统与Windows系统的不同之处
- 怎样安装ubuntu linux操作系统 Ubuntu系统的安装教程 如何安装Ubuntu系统
- linux下关闭防火墙 linux防火墙设置命令 linux开启/关闭以及配置防火
- root用户删除文件权限不够 使用root权限删除不了linux中的文件该如何处理
- windows进入linux系统 如何在Linux系统下运行Windows PC版QQ/TIM
- linux常用命令删除文件夹 夹 Linux删除文件、创建文件(夹)命令是什么
- 如何在linux服务器上部署springboot项目 如何在Linux服务器上部署.Net Core
特别声明:本站内容均来自网友提供或互联网,仅供参考,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
