diff --git a/network-adhoc/modules/ROOT/pages/index-setup.adoc b/network-adhoc/modules/ROOT/pages/index-setup.adoc index e3b7a74..7607c93 100644 --- a/network-adhoc/modules/ROOT/pages/index-setup.adoc +++ b/network-adhoc/modules/ROOT/pages/index-setup.adoc @@ -258,6 +258,38 @@ echo "" echo "If you update your kernel version you will need to re-run the script to update the driver version." ---- + +{NOTE} +==== +*On message: * + +[source,sh] +---- +Your Pi revision number is a02082 +You have a Pi 3B v1.2 +Checking for a 8188eu wifi driver module for your current kernel. +A driver does not exist for this update. +---- + +* Find source for driver e.g. + +[source,sh] +---- +git clone https://github.com/lwfinger/rtl8188eu.git +cd rtl8188eu +make all +sudo make install +sudo depmod +sudo modprobe 8188eu +lsmod 8188eu +---- + + + +==== + + + === setup [source,sh]