Changes between Version 6 and Version 7 of Problem


Ignore:
Timestamp:
Feb 21, 2008, 4:56:35 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Problem

    v6 v7  
    1616 * 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.
    1717{{{
    18 sudo wget
     18sudo wget http://trac.nchc.org.tw/grid/attachment/wiki/Problem/e1000.ko
     19cp e1000.ko /lib/module/`uname -r`/kernel/driver/net/e1000/
     20sudo depmod -a
    1921}}}