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
+30.9k error: trying to remove "yum", which is protected
+13.5k Golang : Generate Code128 barcode
+14.3k Elastic Search : Mapping date format and sort by date
+5.3k Golang : Convert lines of string into list for delete and insert operation
+26.6k Golang : Convert(cast) string to uint8 type and back to string
+31.3k Golang : Calculate percentage change of two values
+7.2k Golang : Squaring elements in array
+18.1k Golang : Login and logout a user after password verification and redirect example
+9.1k Golang : Populate or initialize struct with values example
+18.1k Golang : How to log each HTTP request to your web server?
+6.1k Golang : Convert Chinese UTF8 characters to Pin Yin
+12.8k Golang : Send data to /dev/null a.k.a blackhole with ioutil.Discard