- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have run " modprobe –r ixgbe && modprobe ixgbe allow_unsupported_sfp=1" to enable allow_unsupported_sfp after upgrading the ixgbe driver to v3.17.3. Unfortunately, I still got "failed to load because an unsupported SFP+ module type was detected" issue. Do we need to reboot the server to apply modprobe?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just in case anyone comes looking here, the possible solution to the above is to use:
modprobe ixgbe allow_unsupported_sfp=1,1
As in: you have to spell out allow for both ports in the case of an 82599 NIC for example.
It must seem obvious to most since it's barely mentioned anywhere but hey... modinfo DOES say it's an array
parm: allow_unsupported_sfp:Allow unsupported and untested SFP+ modules on 82599 based adapters, default 0 = Disable (array of int)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page