I am trying to use an Intel 82599-based NIC (Supermicro's AOC-STGN-i2S) with StarTech's SFP1000TXST RJ45 SFP module.
If I do "ifconfig -m ix0" when the module is plugged in, it reports:
Which seems logical given that, that is the speed of the module. My switch also indicates that the connection is at 1 GbE in speed.
However, no matter what I do, I keep getting "no carrier". Whether I configure it using rc.conf or use ifconfig manually, it keeps giving me "no carrier" and no pings get through to the gateway.
The strange thing is that, when I look in my dmesg, I do not get the "unsupported sfp" message. On their website, Intel states at least one MSA-compliant RJ45 SFP module from Avago, and this one should be similar to that, which squares with the ix driver not saying "unsupported sfp".
Also, in the specs for the controller on Intel's website, they state that the port speed can be either 10 GbE or 1 GbE.
The ix driver has been driving me up the fall in other contexts, but this is just bizarre to me. Does anybody have any ideas if this can be made to work?
If I do "ifconfig -m ix0" when the module is plugged in, it reports:
Code:
supported media:
media autoselect
media 1000baseT
Which seems logical given that, that is the speed of the module. My switch also indicates that the connection is at 1 GbE in speed.
However, no matter what I do, I keep getting "no carrier". Whether I configure it using rc.conf or use ifconfig manually, it keeps giving me "no carrier" and no pings get through to the gateway.
The strange thing is that, when I look in my dmesg, I do not get the "unsupported sfp" message. On their website, Intel states at least one MSA-compliant RJ45 SFP module from Avago, and this one should be similar to that, which squares with the ix driver not saying "unsupported sfp".
Also, in the specs for the controller on Intel's website, they state that the port speed can be either 10 GbE or 1 GbE.
The ix driver has been driving me up the fall in other contexts, but this is just bizarre to me. Does anybody have any ideas if this can be made to work?