Dec 16 22:05:05 host kernel: NETDEV WATCHDOG: eth0: transmit timed out
Dec 16 22:05:05 host kernel: bnx2: eth0 NIC Copper Link is Down
해결책 1)
BIOS에서 Processor Setting 메뉴로 들어가 C States를 disable로 변경 후 저장
&
BIOS에 Power Management로 들어가
Power Management 값을 Maximum Performance 로 설정 후 reboot
해결책 2) bnx2 module에 MSI-X 기능 disable
# vi /etc/modprobe.conf
option bnx2 disable_msi = 1 <=== 추가 (MSI; Message Signaled Interrupts)
# reboot
해결책 3) boot parameter에 pci=nomsi 추가
# vi /boot/grub/grub.conf
......
......
kernel /boot/vmlinuz ~~~~~ pci=nomsi(or acpi=off) 추가 후 reboot
......
....
네떡아 제발 끊기지 좀 말아랏! :(
댓글 없음:
댓글 쓰기