Chinaunix首页 | 论坛 | 博客
  • 博客访问: 806942
  • 博文数量: 222
  • 博客积分: 4341
  • 博客等级: 上校
  • 技术积分: 2155
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-16 13:50
个人简介

...

文章分类

全部博文(222)

文章存档

2019年(1)

2016年(9)

2015年(7)

2014年(14)

2013年(11)

2012年(10)

2011年(6)

2010年(25)

2009年(37)

2008年(21)

2007年(81)

我的朋友

分类: LINUX

2012-12-17 15:25:44

http://blog.noviantech.com/2010/06/23/debian-kernels-and-tigon-tg3-firmware/


点击(此处)折叠或打开

  1. If you are updating the kernel on your Debian 5.0 (Lenny) or Debian 6.0 (Squeeze) installation and have a Tigon Gigabit ethernet controller, such as the one on the Dell Poweredge T110, you may receive the following warning messages:

  2. W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
  3. W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
  4. W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3

  5. While harmless, these messages may be a bit disconcerting. Luckily, an easy, however not widely-documented fix, is present to solve this. Simply follow the two steps below:

  6. 1.) Add the “non-free” repository to the sources.lst file. (Here we are using Debian Squeeze. Replace “squeeze” with “lenny” if you are using Debian 5.0 Stable.)

  7. nano -w /etc/apt/sources.list
  8. deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free
  9. deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free
  10. 2.) Update apt-get and install the “firmware-linux-nonfree” package.

  11. apt-get update
  12. apt-get install firmware-linux-nonfree
  13. Now, you should be all set and you can attempt the kernel installation once more. According to this Debian bug report, the Tigon TG3 firmware is not listed in the package description even though it is present in the package itself and perhaps why some confusion arose.

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