Skip to content

Commit

Permalink
Merge pull request lwfinger#15 from yagoplx/patch-1
Browse files Browse the repository at this point in the history
dkms remove might be necessary if updating from this git repo.
  • Loading branch information
lwfinger committed Jun 22, 2020
2 parents caa05a6 + 447e0ce commit 892188d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Now, tell the system to load the module on boot.

### Using as AP

Reference: TL-WN881ND v2
This device can broadcast on channels 1-13.
Reference: TL-WN881ND v2
This device can broadcast on channels 1-13.
Using hostapd to manage your AP, set the proper ht-capab field for this device, which is:

`HT_CAPAB=[RX-STBC1][SHORT-GI-40][SHORT-GI-20][DSSS_CCK-40][MAX-AMSDU-7935]`
Expand Down 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 892188d

Please sign in to comment.