Centos5.5 System Video Card Driver, NIC Driver, Audio Card Driver Installation

Source: Internet
Author: User

I. NIC Driver Installation

My network adapter information:

Network Adapter jmicron PCI Express Gigabit Ethernet Adapter

Interface Type: Gigabit Ethernet

 

Install the compilation tool gcc

Download DRIVER: jme-1.0.7.tbz2

 

Step 1:

Decompress jme-1.0.5.tbz2
# Tar xjvf jme-1.0.7.tbz2

 

Step 2:

Change directory to jme-1.0.5

# Cd jme-1.0.7

 

Step 3:

Compile driver with root permission
# Make install
The binary will be installed:
/Lib/modules/<kernel version>/kernel/Drivers/NET/jme. Ko

 

Step 4:

Load the driver:
# Modprobe jme

 

Step 5:

After the driver is installed, run ifconfig-a to view the eth0 information of the NIC interface.

And add the/etc/sysconfig/notwork-scripts/NIC configuration file "ifcfg-eth0"
Type = Ethernet # network type
Onboot = yes # load during boot
Device = eth0 # device name
Bootproto = DHCP # dynamically allocate IP addresses
Hwaddr = 20: Cf: 30: 5D: 79: 1B # MAC address

 

Step 6:

Restart network service servece network restart

[End]

 

Video Card Installation

My graphics card information:

ATI mobility radeon HD 5470

Therefore, the related driver software is:

Ati-driver-installer-10-12-x86.x86_64.run

 

Step 1:

Switch to Super User:

$ Su-

 

Step 2:

Change the running level to enter the character interface:

# Init 3

 

Step 3:

CD to the driver directory

./Ati-driver-installer-10-12-x86.x86_64.run # Run the Driver Installation Package

Follow the prompts

 

Step 4:

After the installation is complete, use shutdown-R now to restart the system.

No configuration is required. The video card can be used normally. You will see two configuration icons in the configuration bar.

[End]

 

Sound Card Driver Installation

My sound card information:

RealTek alc269 @ intel ibex peak PCH-high definition Audio Controller

 

Download driver

Linuxpkg_5.16.tar.bz2

 

Decompress the file, find the readme.txt file, and manually compile and install the file by following the steps (the first time I chose Automatic Installation failed, and the second time I chose manual compilation successful ).

 

Note: After the installation is successful, a message is displayed, which is in the mute status by default.

 

After the system is restarted, increase the volume to test whether there is sound.

[End]

 

 

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.