有谁知道linux查网卡型号的方法是怎样的

有谁知道linux查网卡型号的方法是怎样的,第1张

通常,linux系统启动的时候当加载网卡的时候,会产生一条日志信息写道/var/log/messages或者dmesg里面,这里面就有比较详细的网卡信息,包括版本号码等。

也可以采用命令查询,如: lspci -vvv # 找到网卡设备的详细信息,包括网卡驱动 # lsmod 列出加载的所有驱动,包括网卡驱动modifo # 其中包含version信息。

1.lspci | grep -i ethernet

[root@localhost ~]# lspci | grep -i ethernet

01:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)

01:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)

02:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)

2.kudzu

#kudzu --probe --class=network

3.查看完整硬件信息

[root@localhost ~]# dmidecode |less

Product Name: PowerEdge R610

Serial Number: 1DHD13X

BIOS

网卡等消息

[root@localhost ~]# dmidecode |grep -A 5 Ethernet


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7642559.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-08
下一篇 2023-04-08

发表评论

登录后才能评论

评论列表(0条)

保存