Supermicro Driver

  1. Supermicro Drivers X10sll
  2. Supermicro Driver Update

After attaining a couple of Supermicro 1U Rackmount Servers I ran into a couple of problems with the NIC drivers and Ubuntu. While the latest version of ubuntu has the necessary drivers for the nics included in the system, older versions of Ubuntu have a hard time picking them up. In a nutshell what I was trying to accomplish was to move raided drives with Ubuntu 12.04 server installed on them to the new system, unfortunately no network connection was available due to the drivers not being loaded. The following helped in solving the problem with the i354 Ubuntu Drivers:

Supermicro has grown from a Silicon Valley start-up to a multi-billion dollar Fortune 1000 company. The establishment of the company as a provider of leading enterprise data center solutions has continued to drive impressive and consistent growth for a quarter of a century, impressively achieving 6x revenue growth over the past ten years while being profitable every year since inception. Today I am attempting to install Windows Server 2012 on a a brand new SuperMicro box that has an LSI Raid Configuration card with 24 2 TB drives on it as well as 2 256 GB SSD drives that are attached to the first 2 SATA ports on the motherboard which are ports 0 and 1 I believe.

First of all ensure that make and gcc or g++ is installed in order to compile and install some files that we’ll be using.

sudo apt-get install make gcc g++

  1. Supermicro's compact server designs provide excellent compute, networking, storage and I/O expansion in a variety of form factors, from space-saving fanless to rackmount Learn more Fanless and IoT Gateway.
  2. Supermicro was one of the first server manufacturers to produce AMD EPYC 7001 series servers. With the 2nd generation AMD EPYC 7002 series, Supermicro is extending that leadership capability to new form factors. At STH, you already saw the topology of one of the company’s new WIO AMD EPYC 7002 products in our main launch piece.

Next, tell the kernel to load some necessary modules at boot time.

sudo modprobe igb

sudo echo igb >> /etc/modules

You’ll now need to download these drivers for the Network Adapter Driver for 82575/6, 82580, I350, and I210/211-Based Gigabit Network Connections for Linux*, if you’re on the machine itself with no network connection you’ll have to save them to a drive and mount them up.

After downloading the drivers follow the steps below:

Move the base driver tar file to the directory of your choice. For example, use “/home/username/igb” or “/usr/local/src/igb”.
Untar/unzip the archive, where is the version number for the driver tar file: tar zxf igb-.tar.gz
Change to the driver src directory, where is the version number for the driver tar: cd igb-/src/
Compile the driver module:
Command To Use: make install
The binary will be installed as: /lib/modules//kernel/drivers/net/igb/igb.[k]o The install location listed above is the default location. This may differ for various Linux distributions.
Load the module using either the insmod or modprobe command:
modprobe igb insmod igb

Drivers

That’s it! Drives with older Ubuntu versions should now be able to pick up the NICS, ensure your ip addresses are set and the devices on the interfaces are also properly defined.

I hope I saved others some hours of researching like I did.

Main Page > Server Hardware

This article describes how to activate the onboard RAID controller on a Supermicro motherboard.

You have the option for each motherboard to select between Intel and Adaptec (X8 Motherboards) or Intel and LSI (X9 Motherboards).

X10SLH-F

Supermicro driver ftpDriver

X8SIL

X8DT3-F

X8DTL-3F

Supermicro Drivers X10sll

X7SLA-H

X7SBE

X7SPA-HF / X7SPE-HF

H8DME-2

H8SCM-F

X9SCM(-F)

X9DRI-F

X9DR7-LN4F

X9DBL-iF

Supermicro Driver Update

X9DRW-3LN4F

Supermicro Driver
Optimize memory performance of Intel Xeon Scalable systems
Retrieved from 'https://www.thomas-krenn.com/en/wikiEN/index.php?title=Activate_OnBoard_SATA_RAID_on_Supermicro_Motherboards&oldid=2478'

Comments are closed.