Skip to content

Commit

Permalink
Add missing dkms autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed May 27, 2019
1 parent c6ebc51 commit 68cbe6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/dkms.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ as well.
```bash
sudo git clone https://github.com/greearb/rtl8812AU_8821AU_linux.git /usr/src/rtl8812au-4.3.14
sudo dkms build rtl8812au/4.3.14
sudo dkms autoinstall
```

## tn40xx driver (10Gbps PCIe adapter)

```bash
sudo git clone https://github.com/ayufan-rock64/tn40xx-driver /usr/src/tn40xx-001
sudo dkms build tn40xx/001
sudo dkms autoinstall
```

## exfat-nofuse
Expand All @@ -59,4 +61,5 @@ There's a very good linux kernel driver available:
```bash
sudo git clone https://github.com/barrybingo/exfat-nofuse /usr/src/exfat-1.2.8
sudo dkms build exfat/1.2.8
sudo dkms autoinstall
```

0 comments on commit 68cbe6d

Please sign in to comment.