Desktop installed Red Hat 6.4, wireless Wi-Fi is not available, hereby set with a USB wireless card
Enter command Lsusb?, you can see that the USB wireless card is
?Realtek Semiconductor Corp. Rtl8188cus 802.11n WLAN Adapter
Then install the drive:
Download the driver installation package first: 8188cus
Http://218.210.127.131/downloads/downloadsView.aspx? langid=1&pnid=48&pfid=48&level=5&conn=4&downtypeid=3&getdown=false&downloads=true# Rtl8188cus?
After downloading the copy to the USB flash drive, where the USB stick is FAT32 format, the NFTS format requires another package.
Linux mount (FAT32) u disk:
First set up a USB directory under the MNT directory
Mkdir/mnt/usb
Mount-t Vfat/dev/sda1/mnt/usb
Execute after completion (uninstall USB drive: UMOUNT/MNT/USB Delete the directory: RM-RF/MNT/USB)
Unzip and compile:
Unzip + file name
Go to Folder
Make
Make install??
Or./install
? or read the Readme to follow the instructions.
Operation failed:
The following error occurred:
Make: * * */lib/modules/2.6.32-431.el6.x86_64/build/: No such file or directory. Stop.
This problem should be the system does not install the kernel development package, you can look at the/usr/src/kernels/,
If this directory is empty, it means that no kernel development package is installed, yum install Kernel-devel
If this directory is not empty, you will need to re-make the connection:
[Email protected] ~]# cd/lib/modules/2.6.32-431.el6.x86_64
[Email protected] 2.6.32-431.el6.x86_64]# ln-s. /.. /.. /usr/src/kernels/2.6.32-431.el6.x86_64/build
Then re-execute make &make install.
The configuration of the NIC is required after installation:
The simplest way to do this is to install the X desktop, which is configured on the desktop.
? Install X graphical interface # to query which components have been installed
Yum Grouplist
Installation:
Yum groupinstall "X window System"-y
Yum Groupinstall "Desktop"-y
Unloading:
Yum Groupremove ' X Window System '-y?
Yum groupremove 'Desktop '-y
After installation, enter in the terminal: STARTX
You can configure it after entering the graphical interface.
Implement desktop redhat6.4 wireless network card internet Rtl8188cus