at 22.05-pre 668 B view raw
1diff --git c/chipsec/helper/linux/linuxhelper.py i/chipsec/helper/linux/linuxhelper.py 2index c51b5e6..4be05ea 100644 3--- c/chipsec/helper/linux/linuxhelper.py 4+++ i/chipsec/helper/linux/linuxhelper.py 5@@ -152,7 +152,7 @@ class LinuxHelper(Helper): 6 else: 7 a2 = "a2=0x{}".format(phys_mem_access_prot) 8 9- driver_path = os.path.join(chipsec.file.get_main_dir(), "chipsec", "helper", "linux", "chipsec.ko" ) 10+ driver_path = os.path.join(chipsec.file.get_main_dir(), "drivers", "linux", "chipsec.ko" ) 11 if not os.path.exists(driver_path): 12 driver_path += ".xz" 13 if not os.path.exists(driver_path):