文档库 最新最全的文档下载
当前位置:文档库 › 网卡驱动安装步骤

网卡驱动安装步骤

网卡驱动安装步骤
网卡驱动安装步骤

一.准备工作:

1.设备开机后将带有debian6.0.7系统的光驱接到设备usb接口上;

2.将网卡驱动igb-5.

3.5.3.tar.gz复制到U盘并插到设备usb接口;

3.将U盘挂在到/root目录下

mount /dev/sdb4 /root 注:sdb4为U盘盘符,根据实际U盘的盘符进行挂载4.进入到root目录,将网卡驱动igb-5.3.5.3.tar.gz复制到/home目录并解压

cp /root/igb-5.3.5.3.tar.gz /home

cd /home

tar –zxvf igb-5.3.5.3.tar.gz

二.安装所需软件

1.apt-get install ethtool

2.apt-get install build-essential

3.apt-get install linux-headers-2.6.32-5-amd64

4.apt-get install linux-headers-2.6.32-5-common

5.apt-get install libtool

6.apt-get install –y linux-headers-2.6-amd64

7.apt-get install module-assistant

三.编译安装

make install CFLAGS_EXTRA=-DDISABLE_PM

make

make install

depmod -a

modprobe igb

四.重启系统

reboot

注:若在安装以上任意软件出现以下报错现象,则执行:apt-get –f install进行修复。

相关文档