CodingBox Q&A Ask question

Top questions

Popular discussions about programming, compatibility and testing of optical transceivers.

111 questions
15 30 50 per page
0votes
0comments
192views

Missing 10G interface on Intel 82599/X520: enabling allow_unsupported_sfp persistently on CentOS and Ubuntu

A Linux server with an Intel 82599ES 10-Gigabit SFI/SFP+ controller showed no 10G interface and dmesg contained failed to load because an unsupported SFP+ or QSFP module type was detected after an untested SFP+ module was inserted. The article explains that the ixgbe driver only enables modules it…

0votes
0comments
189views

Fixing no carrier with Flypro 10GBASE-T SFP+ on a Dell-branded X520-DA2 under Debian and FreeBSD/OPNsense

A Dell-branded Intel X520-DA2 with Flypro 10GBASE-T SFP+ modules showed no carrier (or no interface at all) on Debian and on FreeBSD-based OPNsense because the card rejects unapproved modules. The post collects the per-OS fixes and the permanent EEPROM approach. Hardware involved: Dell-branded…

0votes
0comments
253views

ethtool -m on Intel X722 fails: Module EEPROM memory read not supported, please update the NVM image

On an Intel S2600WFT board the X722 10GbE SFP+ controller (rev 09, NVM 3.31 0x80000d31 1.1767.0) refused ethtool -m with Cannot get module EEPROM information: Invalid argument, and the kernel logged Module EEPROM memory read not supported. Please update the NVM image. The behaviour was identical…

0votes
0comments
100views

Brocade ICX6450-C12-PD SFP ports stay down: the C12 only does 1G while the peer ICX6450-24P defaults to 10G

The two SFP ports (F1/F2) of a Brocade ICX6450-C12-PD, licensed for 10G, would not come up with either a Brocade 1000BASE-LR SFP (33211-100) or 10GBASE-SR modules over a 5 m single-mode patch to an ICX6450-24P. show media saw the transceivers but the interface reported GigabitEthernet1/3/1 is down…

1vote
1 answer
233views

XCP-ng with X520-DA2 and Finisar SFP+: allow_unsupported_sfp must be set per port on the kernel command line

An XCP-ng host with an Intel X520-DA2 and Finisar SFP+ transceivers logged failed to load because an unsupported SFP+ or QSFP module type was detected. insmod with allowunsupportedsfp=1 failed with Unknown symbol in module; options ixgbe allowunsupportedsfp=1 in /etc/modprobe.d/ixgbe-options.conf…

1vote
2 answers
144views

VyOS on Supermicro SYS-1019D with Intel X722: i40e has no allow_unsupported_sfp, third-party SFP+ rejected

On a Supermicro SYS-1019D-FRN8TP running VyOS 1.4 rolling the on-board Intel X722 (i40e) did not recognise an ISP-supplied 1310/1270 nm single-fibre SFP nor other spare optics; ethtool -m returned Cannot get module EEPROM information: Invalid argument. The poster asked how to apply the well-known…

2votes
1 answer
258views

Proxmox on a Dell R720 with X520 rNDC: ixgbe allow_unsupported_sfp=1 does not take effect for Cisco SR modules

A Dell R720 with the integrated i350/X520 daughter card ran Proxmox VE; Cisco-branded 10G multimode LC SFP+ modules that worked elsewhere were rejected as unsupported. Adding options ixgbe allowunsupportedsfp=1 to the module options had no visible effect. Respondents walked through GRUB kernel…