- 论坛徽章:
- 0
|
原帖由 ssffzz1 于 8/27/2007 12:24 发表 ![]()
uname -a
modinfo e1000.o
的信息。
你可能是只编译的网卡驱动模块,没有修改内核相应的版本信息。
filename: /home/weigw/bak/LINUX/e1000-5.3.19/src/e1000.o
description: "Intel(R) PRO/1000 Network Driver"
author: "Intel Corporation, <linux.nics@intel.com>"
license: "GPL"
parm: debug int, description "Debug level (0=none,...,16=all)"
parm: TxDescriptors int array (min = 1, max = 32), description "Number of transmit descriptors"
parm: RxDescriptors int array (min = 1, max = 32), description "Number of receive descriptors"
parm: Speed int array (min = 1, max = 32), description "Speed setting"
parm: Duplex int array (min = 1, max = 32), description "Duplex setting"
parm: AutoNeg int array (min = 1, max = 32), description "Advertised auto-negotiation setting"
parm: FlowControl int array (min = 1, max = 32), description "Flow Control setting"
parm: XsumRX int array (min = 1, max = 32), description "Disable or enable Receive Checksum offload"
parm: TxIntDelay int array (min = 1, max = 32), description "Transmit Interrupt Delay"
parm: TxAbsIntDelay int array (min = 1, max = 32), description "Transmit Absolute Interrupt Delay"
parm: RxIntDelay int array (min = 1, max = 32), description "Receive Interrupt Delay"
parm: RxAbsIntDelay int array (min = 1, max = 32), description "Receive Absolute Interrupt Delay"
parm: InterruptThrottleRate int array (min = 1, max = 32), description "Interrupt Throttling Rate"
[root@localhost root]# uname -a
Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
[root@localhost root]# |
|