Linux檢視網絡卡驅動 更新驅動

2021-10-08 23:18:32 字數 2093 閱讀 7481

擴充套件卡為82599es網絡卡,通過查詢得知82599es為x520型別。驅動為ixgbe

將網絡卡驅動公升級至2.4.10版本

tar zxf i40e-2.4.10.tar.gz

cd  i40e-2.4.10/src

make install

rmmod i40e ;modprobe i40e (該操作必須同時執行,否則會有網路中斷風險)

ethtool eth0

settings for eth0:

supported ports: [ fibre ]     #光纖口

supported link modes:   10000baset/full 

supported pause frame use: symmetric

supports auto-negotiation: no

advertised link modes:  10000baset/full 

advertised pause frame use: symmetric

advertised auto-negotiation: no

speed: 10000mb/s

duplex: full

port: other

phyad: 0

transceiver: external

auto-negotiation: off

supports wake-on: d

wake-on: d

current message level: 0x00000007 (7)

drv probe link

link detected: yes

ethtool eth1

settings for eth1:

supported ports: [ tp ]      #電口

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

advertised auto-negotiation: yes

speed: unknown!

duplex: unknown! (255)

port: twisted pair

phyad: 1

transceiver: internal

auto-negotiation: on

mdi-x: unknown

supports wake-on: g

wake-on: g

current message level: 0x000000ff (255)

drv probe link timer ifdown ifup rx_err tx_err

link detected: no

linux 網絡卡驅動

如何安裝linux網絡卡驅動呢,看看下面的說明。適用機型 所有xseries 205 所有xseries 206 所有xseries 225 所有xseries 226 所有xseries 235 所有xseries 236 所有xseries 255 所有xseries 305 所有xseries...

linux網絡卡驅動安裝

有些主機板裝linux之後網絡卡沒驅動的。就要安裝驅動 方法如下 2.cd arl1e x.x.x.x src 3.make install 4.lib modules 2.6.18 238.5.1.el5 kernel drivers net atl1e atl1e.ko 5 insmod arl...

Linux安裝網絡卡驅動

device boot start end blocks id system dev sda1 1 1848 1997188 b w95 fat32 類似資訊,因為我的u盤是2g的盤所以就這個資訊 然後建立乙個目錄usb,如果存在了就算了,一般是這樣的 mkdir mnt usb 所謂的掛接u盤 m...