CodingBox Q&A Ask question

Synology RS3614xs+ con una Intel X520-DA2: allow_unsupported_sfp ignorado hasta fijarlo en las claves modules.conf específicas de DSM

Asked Active Viewed 65 AI translation from English
2

Un Synology RS3614xs+ con una Intel X520-DA2 soportada rechazaba como no soportados los módulos SFP+ pedidos por error. Poner options ixgbe allow_unsupported_sfp=1 en /etc/modules.conf no tuvo ningún efecto, e incluso cuando el log del kernel mostraba ixgbe: allow_unsupported_sfp Enabled el driver seguía reportando failed to load because an unsupported SFP+ or QSFP module type was detected, lo que sugiere que el build del driver de Synology o su manejo de argumentos de módulo difiere del Linux estándar.

  • Hardware: Synology RS3614xs+, Intel X520-DA2
  • Transceptores: SFP+ de terceros, SFP+ FS.com
  • Factor de forma: SFP+

Síntomas / mensajes:

failed to load because an unsupported SFP+ or QSFP module type was detected
ixgbe: allow_unsupported_sfp Enabled but module still rejected

Comments 1

Accepted answer

Fija las claves al estilo DSM module_ixgbe_args_<platform>="allow_unsupported_sfp=1" (bromolow/broadwell/grantley y la genérica module_ixgbe_args) tanto en /etc/modules.conf como en /etc.defaults/modules.conf, y usa la primera ranura SFP; el enlace entonces subió a 10 Gbps. Confirmado más tarde con transceptores X520-DA2 y FS.com.

0 United Kingdomcoaxpilot98GB Show original (English) AI translation
Log in to comment. Log in