[OmniOS-discuss] Intel X540-AT2 WARNING: ixgbe0&1 : Failed to initialize adapter

Dan McDonald danmcd at omniti.com
Thu May 29 00:42:39 UTC 2014


On May 28, 2014, at 8:06 PM, Andrew Brant <andrewb at icc-usa.com> wrote:

> Trying to sort this out on a new build running the latest OmniOS release, the adapter is on the Illumos HCL and works like a charm when the system is booted into the live CentOS environment.
>  
> Tried the X540 based Supermicro add-on card for comparison and that initialized just fine.
>  
> Any suggestions?

The error message you have corresponds to this code:

        /*
         * Initialize driver parameters
         */
        if (ixgbe_init_driver_settings(ixgbe) != IXGBE_SUCCESS) {
                ixgbe_error(ixgbe, "Failed to initialize driver settings");
                goto attach_fail;
        }

If you can, could you please run the attached dtrace script as follows:

	./downstack.d ixgbe_init_driver_settings

and then run "ifconfig ixgbe0 plumb" (assuming ixgbe0 is one of the bad ones) to narrow it down to where it fails?  The output may be quite large.

One thing else:

> # cat /etc/*release
>   OmniOS v11 r151011

This is the "bloody" release, not the latest supported one, FYI.

Regardless, the X540 board you mention SHOULD work.

>  
> May 28 12:00:06 omnios ixgbe: [ID 611667 kern.warning] WARNING: ixgbe0: Failed to initialize adapter
> May 28 12:00:14 omnios ixgbe: [ID 611667 kern.warning] WARNING: ixgbe1: Failed to initialize adapter

Is there any other ixgbe output around here?  Uttering "dmesg | grep ixgbe" and seeing if there's anything else complain-y would be nice.

It'll be even larger than the DTrace output, but can you put the output of "prtconf -v" from your system somewhere, even in a mail here as an attachment?

Thanks,
Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: downstack.d
Type: application/octet-stream
Size: 220 bytes
Desc: not available
URL: <https://omniosce.org/ml-archive/attachments/20140528/b5ead9f5/attachment.obj>


More information about the OmniOS-discuss mailing list