From 617df9fe8f873b78d0efe3c5f4ac4077e6af861f Mon Sep 17 00:00:00 2001 From: JD Date: Wed, 15 Nov 2017 03:37:21 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d9f8ac..978d174 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,11 @@ cd RPI-Wifi-DRVr
sh rpi-kmod.sh
-

Obtain your chipset/Manufactures Linux driver

+

Obtain your Chipset/Manufacture's Linux driver


-Go to the path of your downloaded driver and skip auto-detect by typing either (make ARCH=arm) (make ARCH=armv61) or (make ARCH=armv71) +try to check compatibility and kernel version requirements. +
+but mainly go to the path of your extracted .tar/.zip/.rar----etc. downloaded driver and skip auto-detect by typing either (make ARCH=arm) (make ARCH=armv61) or (make ARCH=armv71) , some drivers have the RPI compatibility built-in; for those let it auto-detect the proc. and just type (make)
good luck !