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]