Linux : How to install driver for 600Mbps Dual Band Wifi USB Adapter
Bought this 600Mbps Dual Band 2.4G / 5G Hz Wireless Lan USB PC WiFi Adapter 802.11AC from Lazada and found out that the accompanying CD-ROM does not provide ANY DRIVER AT ALL for Linux. There are two folders under the /Linux
directory, but the trouble is that under the both /driver
directories ... there is no single file to execute or view at all. This explained why attempts to execute the ./install.sh
script will fail.
Fortunately, the names of the directories provided clue to which the hardware chipset is and after Googling for RTL8821CU, I found this driver on github.com.
https://github.com/brektrou/rtl8821CU
Follow the instructions at https://github.com/brektrou/rtl8821CU and it should install the driver for your Linux box. You may need to reboot after installation to get the driver working.
Hope this helps!
See also : Linux : How to set root password in Linux Mint
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+7.7k Golang : Grayscale Image
+19.6k Golang : Determine if directory is empty with os.File.Readdir() function
+10.6k Golang : Natural string sorting example
+5.2k How to check with curl if my website or the asset is gzipped ?
+5.6k Facebook : How to force facebook to scrape latest URL link data?
+16.8k Golang : Find file size(disk usage) with filepath.Walk
+4.4k Mac OSX : Get disk partitions' size, type and name
+48.2k Golang : Upload file from web browser to server
+5.9k Golang : How to write backslash in string?
+15.6k Golang : Read large file with bufio.Scanner cause token too long error
+7.2k Golang : Handling Yes No Quit query input
+6.9k Ubuntu : connect() to unix:/var/run/php5-fpm.sock failed (13: Permission denied) while connecting to upstream