Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luckynzm committed Sep 29, 2018
1 parent 1576e96 commit d1f1833
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,24 @@ You will need build-essentials (or base-devel if you are on Arch) or kernel head
$ sudo dkms install rtl8192eu/1.0

This will take some time

```
# Enabling on Ubuntu and derivatives (like Linux Mint)
```bash
# nano /etc/modules
Put the 8192eu at the end of the file
# reboot (if you want to).

```

# Enabling on Arch/Manjaro
```bash
# nano /etc/modules-load.d/rtl8192eu.conf
Put the 8192eu at the end of the file
If that doesn't work try putting rt8192eu instead.
# reboot (optional)
```
# Troubleshooting
Verify that the driver has loaded:
```bash
Expand Down

0 comments on commit d1f1833

Please sign in to comment.