Changes between Version 15 and Version 16 of Problem
- Timestamp:
- Sep 14, 2009, 1:38:32 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Problem
v15 v16 18 18 * Our NIC is e1000 GE in our 2.6.20 kernel. This NIC in our case will cause speed from 1000M down to 100M. You can downlaod new driver from intel web site or use our's compiler modules. 19 19 {{{ 20 sudo wget http://trac.nchc.org.tw/grid/ attachment/wiki/Problem/e1000.ko20 sudo wget http://trac.nchc.org.tw/grid/raw-attachment/wiki/Problem/e1000.ko 21 21 cp e1000.ko /lib/module/`uname -r`/kernel/driver/net/e1000/ 22 22 sudo depmod -a