Skip to content

Commit

Permalink
dkms remove might be necessary if updating from this git repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
yavincl committed Jun 22, 2020
1 parent caa05a6 commit 5c5a72d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ int transmit_power_override = 0;

DKMS
---------
The module can also be installed with DKMS. Make sure to install the `dkms` package first.

The module can also be installed with DKMS. Make sure to install the `dkms` package first.
If you aren't updating from an older commit of the driver, there is no need to run the "remove" command.

sudo dkms remove 8192ee/1.1

sudo dkms add ./rtl8192ee
sudo dkms build 8192ee/1.1
sudo dkms install 8192ee/1.1
Expand Down

0 comments on commit 5c5a72d

Please sign in to comment.