From 9dbbff623732c0f795d9bb9ce24c14bcb1602d7d Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 2 Dec 2021 14:19:25 +0200 Subject: [PATCH] src --- .../modules/ROOT/pages/index-setup.adoc | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) 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]