1

How to install usb adapter wifi driver (D-link Dwa 171) on Ubuntu 23.04?

Thank you!

enter image description here

Louaï
  • 11

1 Answers1

2

In terminal

cd /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
sudo wget https://gitlab.com/jeremy53561/wireless-info-1/-/raw/master/8821cu.ko
sudo depmod -a
reboot Then in terminal
sudo apt install git dkms
cd ~
git clone https://github.com/morrownr/8821cu-20210916.git
cd 8821cu-20210916
chmod +x install-driver.sh
sudo ./install-driver.sh

And you should be set

Jeremy31
  • 12,602
  • 10
  • 58
  • 114