标签:centos rtl 8188cus wlan driver
system: Centos6.6
wlan: nw 336v2
step 1 insert usb
#lsusb -- find your device
step 2 download driver
kernel-devel,gcc ,kernel-headers is necessary
step 3 if you download link1 you can unzip it,and cd the path, run sh install.sh
else if you download link2 you can unzip it, and make
step4 login when it is avaliable
#init 5
#set wlan0 aviliable for everyone
mount a fat usb:
#fdisk -l | grep FAT
#mkdir /mnt/usb
#mount -t vfat /dev/sdb* /mnt/usb
#cd /mnt/usb
centos install rtl8188CUS wlan driver
标签:centos rtl 8188cus wlan driver
原文地址:http://blog.csdn.net/zcliatb/article/details/44998567