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
+9k Golang : Executing and evaluating nested loop in html template
+14k Golang : Convert spaces to tabs and back to spaces example
+21.1k Golang : Underscore or snake_case to camel case example
+6.2k Javascript : Get operating system and browser information
+10.8k Golang : Allow Cross-Origin Resource Sharing request
+10.1k CodeIgniter : Load different view for mobile devices
+5.8k Golang : Detect words using using consecutive letters in a given string
+9.7k Golang : Detect Pascal, Kebab, Screaming Snake and Camel cases
+6.6k Golang : Break string into a slice of characters example
+10.7k Generate Random number with math/rand in Go
+9.4k Golang : How to check if a string with spaces in between is numeric?
+25.5k Golang : Convert uint value to string type