Installing Drivers For The Red Hat Enterprise Linux Operating System; Installing The Driver For The Chipset; Installing The Driver For An Onboard Graphics Card; Installing The Driver For The Intel Ethernet Card - Lenovo ThinkServer TS150 Operating System Installation Manual

Hide thumbs Also See for ThinkServer TS150:
Table of Contents

Advertisement

Installing drivers for the Red Hat Enterprise Linux operating system

To install drivers for the Red Hat Enterprise Linux operating system, refer to the related topics.
"Installing the driver for the chipset" on page 51
"Installing the driver for an onboard graphics card" on page 51
"Installing the driver for the Intel Ethernet card" on page 51

Installing the driver for the chipset

For the Redhat Enterprise Linux operating system, the driver for chipset is installed during the operating
system installation.

Installing the driver for an onboard graphics card

To install the driver for an onboard graphics card, do the following:
1. Download the driver for an onboard graphics card from the Lenovo Web site. If the driver is a
compressed file, unzip it to a folder. The most up-to-date device drivers for various server models are
always available for download on the Lenovo Web site at:
http://www.lenovo.com/drivers. Then, copy the folder to your USB storage device and connect the USB
storage device to your server.
2. Log in to the operating system and copy the folder from your USB storage device to the /tmp directory
on your server.
3. Add the following kemel parameter to the /etc/grub2.cfg configuration file and restart the operating
system.
vga=0 rdblacklist=nouveau nouveau.modeset=0
4. Open the Terminal, and input init 3 to enter the command-line window.
5. Type the user name and password.
6. Enter the following commands to install the driver:
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
7. Go to the driver path, and enter command sh NVIDIA-Linux-x86_64-346.47.run. Then follow the install
wizard to complete the driver installation.
Note: In the command lines, NVIDIA-Linux-x86_64-346.47.run represents the driver name. Use the
corresponding file name on your server.
8. Restart your server.

Installing the driver for the Intel Ethernet card

To install the driver, do the following:
1. Download the driver for an onboard graphics card from the Lenovo Web site. If the driver is a
compressed file, unzip it to a folder. The most up-to-date device drivers for various server models are
always available for download on the Lenovo Web site at:
http://www.lenovo.com/drivers. Then, copy the folder to your USB storage device and connect the USB
storage device to your server.
2. Log in to the operating system and copy the folder from your USB storage device to the /tmp directory
on your server.
3. If the NIC inbox driver is already installed, uninstall the driver first and then type mmod e1000e in Terminal.
4. Enter the following commands to install the driver:
.
Chapter 4
Installing drivers
51

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents