The USB device is recognizable after installing the enhanced pack before, but it is not working properly, it should be the reason that the wireless network card is not driving.
View USB Devices
OS: centos6.6
kernel:2.6.32-504.el6.x86_64
[root@orangleliu ~]# lsusbBus001Device002:ID 0bda:8178RealtekSemiconductorCorpRTL8192CU802.11WLANAdapter
Here is the ID of the network card and the type of chip, after the driver compilation needs some changes, can be used.
Installation drive
Find the driver, install the chant.
Records installed by others:
- HTTP://BLOG.CSDN.NET/LUZHENRONG45/ARTICLE/DETAILS/16381125 Installation
- HTTPS://WWW.APOLONIO.COM/NODE/40 here are some settings after installation
Basic is the first person's operation, are root permissions
CD/opt/uzip0001-rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911. zipCDRtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/driver/tar zxvf rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911. tar.gzCDRtl8188c_8192c_usb_linux_v4.0.2_9000.20130911/os_dep/linux#在类似下面的定义中添加 {usb_device (0x0bda, 0x8178)},#0BDA 8178 is the number that references the result returned by the LSUSB command, don't forget the comma#回到最上面的目录CD/opt/rtl8188c_8192c_usb_linux_v4.0.2_9000.20130911SH install.sh
View Results
#iwconfigLo no wireless extensions.eth1 no wireless extensions.wlan0 unassociated nickname:"<[email protected]>"Mode:Autofrequency=2.412GHz Access Point: not-associated Sensitivity:0/0Retry:offRTS THR:offFragment THR:offEncryptionKey:offPower Management:offLink Quality:0Signal level:0Noise level:0Rx Invalid Nwid:0Rx Invalid crypt:0Rx Invalid Frag:0Tx Excessive retries:0Invalid Misc:0Missed Beacon:0
Recognize the network card, but the MAC address nothing, or there is a huge pit.
Later this problem again good, restarted the OS, also reseated the wireless network card, anyway is normal.
Copyright NOTICE: This article is Orangleliu (http://blog.csdn.net/orangleliu/) original article, the article reproduced please declare.
"Vbox" CentOS virtual machine install USB NIC driver