Chinaunix首页 | 论坛 | 博客
  • 博客访问: 144911
  • 博文数量: 22
  • 博客积分: 428
  • 博客等级: 下士
  • 技术积分: 281
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-14 14:28
文章分类

全部博文(22)

文章存档

2013年(7)

2012年(15)

分类: LINUX

2013-02-08 11:12:25

This paper describes how to make intel's e1000 series network interface card work under ubuntu.

1. Get driver from intel's web site.

   

    Find the driver-"e1000e-2.2.14.tar.gz"


2. Copy the driver to your home dir under ubuntu


3. Decompress the compressed driver.

    tar zxf e1000e-2.2.14.tar.gz


4. Change to driver's src directory

    cd e1000e-2.2.14/src


5. Compile the source code

    sudo make install


6.  Load the module

    sudo modprobe e1000e


阅读(2466) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~