Changes between Version 6 and Version 7 of Problem
- Timestamp:
- Feb 21, 2008, 4:56:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Problem
v6 v7 16 16 * Our NIC is e1000 GE in our 2.6.20 kernel. This NIC in our case will cause speed from 1000 down to 100. You can downlaod new driver from inet web site or use our's modules. 17 17 {{{ 18 sudo wget 18 sudo wget http://trac.nchc.org.tw/grid/attachment/wiki/Problem/e1000.ko 19 cp e1000.ko /lib/module/`uname -r`/kernel/driver/net/e1000/ 20 sudo depmod -a 19 21 }}}