欢迎光临
我们一直在努力

超微网卡和centos6的一些问题

On some newer model Intel NICs they fall asleep at random when using Centos 6.X, or even other OS’s. To combat this, there is a simple addition to the grub.conf that will disable PCIe_ASPM.

At the command line enter:

vi /etc/grub.conf

Once in the grub.conf file, insert this into the end of the kernel line:

pcie_aspm=off

 

Exit, save, and reboot for changes to take effect. To check that changes were indeed made, use the following:


dmesg|grep PCIe

It should return a PCIe Disabled message, confirming the changes were made successfully:

赞(0) 打赏
未经允许不得转载:优惠吧 » 超微网卡和centos6的一些问题
分享到: 更多 (0)

评论 231

评论前必须登录!