Skip to content

Instantly share code, notes, and snippets.

@betray32
Last active September 20, 2019 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betray32/670d9d506aaeb07d1bcf4e48b3235424 to your computer and use it in GitHub Desktop.
Save betray32/670d9d506aaeb07d1bcf4e48b3235424 to your computer and use it in GitHub Desktop.
DLINK DWA582 - LINUX - Desactualizado, puede no servir
Corregir tarjeta wifi en fedora - DLINK DWA582
Obtener version de drivers de network: lshw -class network
https://github.com/lwfinger/rtlwifi_new.git
-- Fedora , Centos
1. dnf groupinstall "Development Tools"
2. dnf groupinstall "C Development Tools and Libraries"
-- DEBS
sudo apt-get install build-essential
-- Instalar Driver
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
sudo make install
sudo modprobe -r rtl8821ae
sudo modprobe rtl8821ae
https://www.reddit.com/r/Ubuntu/comments/7vecvb/dlink_dwa582_ac1200_internet_speed_drops_down_in/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment