Day 0 with Intel Atom C3000 Getting Intel X553 NICs Working

11
Intel X553 VMware NIC Not Recognized
Intel X553 VMware NIC Not Recognized

Recently we published the first benchmarks of the Intel Atom C3000 series codenamed “Denverton” with platform details. Since we published that piece, we were able to pick up our official test platform for the Intel Atom C3338. The Intel Atom C3338 which was first launched in January 2017 and is the only Denverton SKU currently available. We expect the Intel Atom C3338 to find its way into lower-end NAS devices as well as firewall applications in the next few years. As we saw with the Avoton/ Rangeley and Broadwell-DE generations, we are in a situation where the hardware we have is slightly ahead of the software ecosystem. We are going to focus this article series on a few tips and tricks to get the systems up and running.

Working on the Intel Atom C3338: Network Setup

Intel X553 VMware NIC Not Recognized
Intel X553 VMware NIC Not Recognized

As we outlined in our initial Intel Atom C3000 piece, there is a new NIC on the block, the Intel X553 NIC. Even when it is paired with 1GbE ports, it still utilizes the Intel 10GbE (ixgbe) driver. Every major OS supports ixgbe however the Intel X553 was not in earlier versions of the driver package. As a result, you will need to build the latest drivers on many OSes.

Here is what we have tested thus far in terms of out of the box functionality on some popular OSes:

  • Ubuntu 16.04.2 LTS – Does not work
  • Ubuntu 14.04.5 LTS – Does not work
  • CentOS 7 (1611) – Works
  • FreeNAS 9.10 – Does not work
  • pfSense 2.3.3 – Does not work
  • VMware ESXi 6.0 – Does not work
  • VMware ESXi 6.5 – Does not work

We were able to confirm that the new ixgbe is coming to FreeBSD 11 so we expect future versions of FreeNAS and pfSense to support the Intel X553 at some future date. We also expect the upcoming Ubuntu 17.04 release to support the new driver even though it is not an LTS version. ESXi will likely require a side-load VIB file for some time like we had to do back in with Avoton/ Rangely NICs and again with Broadwell-DE.

Getting the Intel Atom C3000 Intel X553 NICs working with Ubuntu/ Debian

Since we expect that the Ubuntu/ Debian community will want to start working with these machines sooner rather than later, here are the instructions for getting drivers working on Ubuntu.

Download the latest ixgbe driver. We can confirm that 5.0.4 is working with the Intel Atom C3000 series.

Install Ubuntu on the new system. There is a big caveat here. When you setup your new Intel Atom C3000 box using current installers, you will not be able to install packages via repos. You need to have make and gcc installed (or build-essential if you are going to install that anyway.) Luckily, you can use aptitude on the installation media to install make and gcc or build-essential. Our advice is to do this.

Get drivers onto the system. There are a few options for this. If you have a local machine, you can plug-in a USB stick with the drivers. If it is in a data center, you can use either onboard IPMI to mount a USB drive or an ISO.

If onboard IPMI with virtual media is not available, most data centers also have Lantronix Spider devices which can mount USB keys remotely.

You can then mount the device and copy the driver package locally to the host system.

Extract the ixgbe package using:
tar xzvf ixgbe-5.0.4.tar.gz

Head to the source directory:

cd ixgbe-5.0.4/src

At this point, we now can compile and install the driver as normal.

make

sudo rmmod ixgbe

sudo make install

sudo insmod ./ixgbe

sudo modprobe ixgbe

That will install the driver you need. At this point, you should be able to see your interfaces using “ip a” but they will not be setup yet.

To setup, we are going to use nano, but you can use another text editor:
sudo nano /etc/network/interfaces

Here you can add your static or DHCP connections as normal.

A key trick, on virtually all modern Supermicro motherboards, the first numbered NIC will be the bottom left most NIC. Many of the smaller OEMs use this same convention. Larger OEMs may have different numbering.

This process should be similar for other OSes as Intel provides updated drivers for a number of OSes.

Final Words

Every time Intel releases a new SoC it means driver pain for the earliest adopters. Not having a NIC available is absolutely painful, especially when you are working on a remote system and do not have functional IPMI like we had. Hopefully, this guide will help you, at a minimum, have a network connection and get started with the machines.

11 COMMENTS

  1. Hi, thank you for doing these reviews.
    Have you had a chance to get idle power numbers from this platfrom?

  2. We are going to have them in a more formal piece (backed up in the publishing queue right now.)

    To give you some idea, 2 SSDs, 1x 16GB DDR4 in the SC721 chassis and we are getting around 25w during our normal usage.

  3. Thanks for this page. I was already starting to pull my hair out over a new Supermicro A2SDi-16C-HLN4F board that they claimed to be working with Ubuntu 16.04.2 LTS 64bit, which would have meant that kernel 4.8 is enough to drive this. This is obviously not rue, you need a newer kernel.

  4. brian – you will need to sideload current Intel drivers into the VMware installation image. We have an article on how to do this in general (same procedure applies) and feel free to ask in our forums.

  5. @Patrick: The Intel-drivers supplied by VMware are not compatible with the onboard X553/X557-10GbE on the C3000-boards. I have exactly the same issue with a Supermicro board (A2SDV-16C-TLN5F). These NICs have new DeviceID’s which are not included in the current Intel-drivers.

    The only way to benefit from it is to use them with pass-through, but you’ll lose powered-on snapshot/backup functionality.

  6. Hello,

    there is a built-in driver Intel X553 and ESXI 6.0 / 6.5

    I’ve tested it, but I get when copying a VM to the PC problems (350kbit). Sending from PC to VM works at full speed.

    Sending via SSH to the host also works.

    Can you test that please?

    I have full power with Passtrough

    See the link

    https://communities.vmware.com/thread/588889

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.