- 论坛徽章:
- 0
|
建议你把README文件看完自己试试,机器就在你那里,你自己解决起来估计更快。
比如这些你试过没?
5. Load the module using either the insmod or modprobe command:
modprobe igb
insmod igb
Note that for 2.6 kernels the insmod command can be used if the full
path to the driver module is specified. For example:
insmod /lib/modules/<KERNEL VERSION>/kernel/drivers/net/igb/igb.ko
With 2.6 based kernels also make sure that older igb drivers are
removed from the kernel, before loading the new module:
rmmod igb; modprobe igb
再比如TROUBLESHOOTING相关部分有没有看过一下?
|
|