From 1c6f934b0958f2c6d2dae9b68a68979a8ad8722b Mon Sep 17 00:00:00 2001 From: Felipe Leon Date: Thu, 11 Jan 2018 16:43:55 -0200 Subject: [PATCH] Update readme add "Automatically load at boot:" only needed for some machines Signed-off-by: Felipe Leon --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c28d745..2bde357 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ Check with: ```sh $ sudo dkms status ``` +Automatically load at boot: +```sh +$ echo 8812au | sudo tee -a /etc/modules +``` Eventually remove from DKMS with: ```sh $ sudo dkms remove -m 8812au -v 4.2.2 --all