1.執行指令(lspci)確認網路卡的型號
2.修改/etc/modprobe.conf中有關e1000的項目設定
3.移除目前正在執行的e1000模組之後,再行宰入e1000模組就可以讓剛才所設定的參數 ( InterruptThrottleRate=1,1,1,1 FlowControl=3,3,3,3 TxDescriptors=4096,4096,4096,4096 RxDescriptors=4096,4096,4096,4096)生效: RedHat/CentOS: #/etc/init.d/network stop #modprobe -r e1000 #modrpobe e1000 #/etc/init.d/network start Ubuntu/Debian: #/etc/init.d/networking stop #modprobe -r e1000 #modrpobe e1000 #/etc/init.d/networking start
沒有留言:
張貼留言