Intel unsupported sfp: различия между версиями
Материал из noname.com.ua
Перейти к навигацииПерейти к поискуSirmax (обсуждение | вклад) |
Sirmax (обсуждение | вклад) |
||
Строка 10: | Строка 10: | ||
=Ошибка <code>ixgbe failed to load because an unsupported SFP+ module type was detected</code>= |
=Ошибка <code>ixgbe failed to load because an unsupported SFP+ module type was detected</code>= |
||
+ | * https://forums.servethehome.com/index.php?threads/patching-intel-x520-eeprom-to-unlock-all-sfp-transceivers.24634/ |
||
− | |||
+ | ==<code>x520</code>== |
||
* файл <code>/etc/default/grub.d/60_custom.cfg</code> |
* файл <code>/etc/default/grub.d/60_custom.cfg</code> |
||
<PRE> |
<PRE> |
||
Строка 25: | Строка 26: | ||
+ | {{#spoiler:show=1| |
||
− | =xl710= |
||
+ | |||
+ | <PRE> |
||
+ | </PRE> |
||
+ | }} |
||
+ | |||
+ | ==<code>xl710</code>== |
||
* https://github.com/bibigon812/xl710-unlocker |
* https://github.com/bibigon812/xl710-unlocker |
||
+ | |||
+ | |||
+ | {{#spoiler:show=1| |
||
+ | |||
+ | <PRE> |
||
+ | </PRE> |
||
+ | }} |
||
+ | {{#spoiler:show=1| |
||
+ | |||
+ | <PRE> |
||
+ | </PRE> |
||
+ | }} |
||
+ | {{#spoiler:show=1| |
||
+ | |||
+ | <PRE> |
||
+ | </PRE> |
||
+ | }} |
||
+ | {{#spoiler:show=1| |
||
+ | |||
+ | <PRE> |
||
+ | </PRE> |
||
+ | }} |
Версия 10:50, 25 февраля 2024
Ошибка ixgbe failed to load because an unsupported SFP+ module type was detected
x520
- файл
/etc/default/grub.d/60_custom.cfg
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX ixgbe.allow_unsupported_sfp=1"
Или если более чем одна карта - ixgbe.allow_unsupported_sfp=1,1,1,1
- Запустить
update-grub
- Файл
/etc/modprobe.d/ixgbe.conf
options ixgbe allow_unsupported_sfp=1,1,1,1
Тут нужно указать список если более чем одна карта (или порт?)
xl710