Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

EZCAST 5200 driver installation procedure #32

Open
youle31 opened this issue Aug 15, 2019 · 1 comment
Open

EZCAST 5200 driver installation procedure #32

youle31 opened this issue Aug 15, 2019 · 1 comment

Comments

@youle31
Copy link

youle31 commented Aug 15, 2019

Hi,

Thanks very much for your work @whitebatman2 .

As I spent a bit of time to install my wifi dongle EZCAST 5200 on Linux mint 19.2 64bits, I share the procedure I followed to have it working.

  • clone the git repo or download the archive and extract.
  • In the folder rtl8821CU, edit Makefile
  • At line 860 you should have this: ifeq ($(CONFIG_POWER_SAVING), y)
  • Change it to ifeq ($(CONFIG_POWER_SAVING), n)
  • Save Makefile
  • Open a terminal in the folder rtl8821CU
  • Type the following commands:

make
sudo make install
sudo modprobe 8821cu

  • To launch automatically 8821cu module at start, go to /etc/modules-load.d
    and edit modules.conf file

Add this at the end of the file:

8821cu

Note: While I was writting this, the wifi was disconnected 1 time. I unplugged, then plugged again the dongle to have the wifi again.

@ruospo
Copy link

ruospo commented Apr 22, 2020

for me not work your procedure. Can you help me?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants