linux系统添加网卡驱动,linux添加网卡及驱动

今天装了个RHCL5,不能加载网卡就更别说驱动了,用以下命令查看下网卡信息:

一、找硬件

[root@localhost ~]# kudzu --probe --class=network

class: NETWORK

bus: PCI

detached: 0

device: eth0

desc: "Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet "

vendorId: 10ec

deviceId: 8167

subVendorId: 147b

subDeviceId: 1c2a

pciType: 1

pcidom:    0

pcibus: 1

pcidev: 8

pcifn: 0

[root@localhost ~]# lspci | grep Ethernet

01:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)

我的测试机器的网卡型号是:RTL-8110SC/8169SC

二、下载驱动

LINUX driver for kernel 2.6.x and 2.4.X (support x86 and x64)

6.011.00

2009/7/30

29k

驱动程序为:r8169-6.011.00.tar.bz2

三、装驱动

第一步:添加新硬件,

你可能感兴趣的:(linux系统添加网卡驱动)