Code Monkey home page Code Monkey logo

wifi-drivers's Introduction

TP-Link Archer AC1300 Linux

sudo su
git clone "https://github.com/RinCat/RTL88x2BU-Linux-Driver.git" /usr/src/rtl88x2bu-git
sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf
dkms add -m rtl88x2bu -v git
dkms autoinstall

D-Link-WiFi-Drivers

D-Link WiFi Drivers For Windows, macOS and Linux

LINUX

A) Debian based OS -

1.Install DKMS and other required tools

sudo apt-get install git linux-headers-generic build-essential dkms

2.Download rtl8192eu-linux-driver repository or clone it and change directory to path -

git clone https://github.com/Mange/rtl8192eu-linux-driver
cd rtl8192eu-linux-driver

3.Add Driver to DKMS -

sudo dkms add .

4.Build and Install the driver -

sudo dkms install rtl8192eu/1.0

5.Blacklist RTL8XXXU -

echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf

6.Force driver to be active from boot -

echo -e "8192eu\n\nloop" | sudo tee /etc/modules

7.Replug Issue Solution -

echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/8192eu.conf

8.Update changes to grub and initramfs -

sudo update-grub && sudo update-initramfs -u

9.Reboot from newly generated initramfs -

systemctl reboot -i

10.Check Network module -

sudo lshw -c network

wifi-drivers's People

Contributors

atharvnatu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.