linux怎么查看網(wǎng)卡硬件信息
linux怎么查看網(wǎng)卡硬件信息
你們知道怎么查看電腦中的網(wǎng)卡型號(hào)嗎?下面是學(xué)習(xí)啦小編帶來的關(guān)于linux怎么查看網(wǎng)卡硬件信息的內(nèi)容,歡迎閱讀!
Linux查看網(wǎng)卡信息方法一:
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
網(wǎng)卡等消息
[root@localhost ~]# dmidecode |grep -A 5 Ethernet
Linux查看網(wǎng)卡信息方法二:
ethtool eth0 采用此命令可以查看到網(wǎng)卡相關(guān)的技術(shù)指標(biāo)
(不一定所有網(wǎng)卡都支持此命令)
ethtool -i eth1 加上 -i 參數(shù)查看網(wǎng)卡驅(qū)動(dòng)
可以嘗試其它參數(shù)查看網(wǎng)卡相關(guān)技術(shù)參數(shù)
Linux查看網(wǎng)卡信息方法三:
也可以通過dmesg | grep eth0 等看到網(wǎng)卡名字(廠家)等信息
通過查看 /etc/sysconfig/network-scripts/ifcfg-eth0 可以看到當(dāng)前的網(wǎng)卡配置包括IP、網(wǎng)關(guān)地址等信息。
當(dāng)然也可以通過ifconfig命令查看。
看了"linux怎么查看網(wǎng)卡硬件信息"文章內(nèi)容的人還看:
2.Linux系統(tǒng)怎么配置網(wǎng)絡(luò)IP地址
5.Linux操作系統(tǒng)下以太網(wǎng)卡的安裝及配置探討論文
8.Ubuntu(Debian) linux怎么安裝無線網(wǎng)卡