Installation disc for wifi adapter

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
junioreality
Level 1
Level 1
Posts: 2
Joined: Mon May 10, 2021 12:08 am

Installation disc for wifi adapter

Post by junioreality »

I just bought a Cudy AC650 wifi adapter. I don't think Mint recognizes it yet, but there is an installation disc. The Readme text has no instructions for install. It just mentions the name of the adapter. I'm trying to figure out what command I can use to install the drivers from the disc.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14560
Joined: Thu May 25, 2017 3:22 pm

Re: Installation disc for wifi adapter

Post by sleeper12 »

Try this in the Terminal, one line at a time:

Code: Select all

sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/brektrou/rtl8821CU.git
cd rtl8821CU
chmod +x dkms-install.sh
sudo ./dkms-install.sh
sudo modprobe 8821cu 
Reboot
junioreality
Level 1
Level 1
Posts: 2
Joined: Mon May 10, 2021 12:08 am

Re: Installation disc for wifi adapter

Post by junioreality »

Your suggestion works! Much thanks
sleeper12
Level 21
Level 21
Posts: 14560
Joined: Thu May 25, 2017 3:22 pm

Re: Installation disc for wifi adapter

Post by sleeper12 »

Good, glad that worked for you. :)
gdfmyus
Level 1
Level 1
Posts: 5
Joined: Fri May 03, 2019 10:24 am

Re: Installation disc for wifi adapter

Post by gdfmyus »

This worked fantastic, thank you!
Linux Mint long time fan, started in 2007 with Celena
motoryzen
Level 10
Level 10
Posts: 3474
Joined: Sun Dec 08, 2019 12:25 am

Re: Installation disc for wifi adapter

Post by motoryzen »

junioreality wrote: Mon May 10, 2021 12:25 pm I just bought a Cudy AC650 wifi adapter. I don't think Mint recognizes it yet, but there is an installation disc. The Readme text has no instructions for install. It just mentions the name of the adapter. I'm trying to figure out what command I can use to install the drivers from the disc.
Legit congrats on that wifi driver installation :D. Please mark your post as (Solved) so others will know this topic is done. Cheers :D
Mint 21.2 Cinnamon 5.8.4
asrock x570 taichi ...bios p5.00
ryzen 5900x
128GB Kingston Fury @ 3600mhz
Corsair mp600 pro xt NVME ssd 4TB
three 4TB ssds
dual 1TB ssds
Two 16TB Toshiba hdd's
24GB amd 7900xtx vid card
Viewsonic Elite UHD 32" 144hz monitor
Locked

Return to “Networking”