Advertisement
JDVU

add supported SFP+

Dec 6th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 1. качаем ixgbe-5.2.4 (https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.2.4/)
  2. 2. в src/ixgbe_phy.c находим
  3. ixgbe_get_device_caps(hw, &enforce_sfp);
  4. ниже вставляем
  5. enforce_sfp |= IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP;
  6. 3. make install
  7. 4. в /etc/default/grub правим на
  8. GRUB_CMDLINE_LINUX=" ixgbe.allow_unsupported_sfp=1"
  9. 5. grub-mkconfig -o /boot/grub/grub.cfg
  10. 6. echo "options ixgbe allow_unsupported_sfp=1,1" > /etc/modprobe.d/ixgbe-options.conf
  11. 7. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement