From b6c25d2edeb4f057a1d7e2816d8ad81bfe5f8f96 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 27 Feb 2020 23:06:33 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 163719b..a6b9e40 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Many of Asus' recent Ryzen motherboards have the ITE IT8665E sensor IC, which do ### Is it possible to control the speed of fans with this driver? No, fan control is not part of the Asus sensors WMI interface. It may be possible via an undocumented method, but that would require reverse engineering effort. -### I am using Ubutu with a Ukuu kernel and the module won't build +### I am using Ubuntu with a Ukuu kernel and the module won't build If you use ukuu, or any other method to install a kernel, you should use the version of GCC used to build the kernel to build any additional out-of-tree modules otherwise you may run into issues. Check `cat /proc/version` to see the version of GCC used to build the kernel, and upgrade your GCC install appropriately. (Usually an upgrade from GCC 7 to GCC 9 is needed)