lspci信息查看
[root@localhost ~]# lspci | grep -i ether
02:01.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
查看网卡硬件id
[root@localhost ~]# lspci -n | grep "02:01.0"
02:01.0 0200: 8086:100f (rev 01)
[root@localhost ~]#
网友评论