From 41994ea7ff0c13f818274ae6479d36fa702729aa Mon Sep 17 00:00:00 2001 From: Nick <69053122+morrownr@users.noreply.github.com> Date: Sat, 3 Sep 2022 09:35:08 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 926a7da..0f6ebe1 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,15 @@ driver by running the following command: sudo dkms status ``` -The installation instructions are for the novice user. Experienced users are -welcome to alter the installation to meet their needs. +Warning: If you decide to upgrade to a new level of kernel such as 5.18 to 5.19, you +need to remove the driver you have installed and install the newest available before +installing the new kernel. Use the following commands in the driver directory: + +``` +$ sudo ./remove-driver.sh +$ git pull +$ sudo ./install-driver.sh +``` Temporary internet access is required for installation. There are numerous ways to enable temporary internet access depending on your hardware and situation. @@ -192,6 +199,10 @@ secure mode off to see if secure mode is the problem. ### Installation Steps +Note: The installation instructions are for the novice user. Experienced users are +welcome to alter the installation to meet their needs. Support will be provided based +on the steps below. + #### Step 1: Open a terminal (e.g. Ctrl+Alt+T) #### Step 2: Update and upgrade system packages (select the option for the OS you are using)