@kevin82 I would start fresh with the KA-Lite image. This is known to be working and the script is very outdated. That’s the best way to get up and running. The image resizes itself on first boot so you can flash it directly to the 128gb SD card.
For your possible Wifi bugs.
- If you’re using “pishrink” to make a smaller size SD card image it doesn’t work for the automatic resizing. It will reduce the image size but break the image upon re-expansion. My suggestion is to use it only to shrink images but to implement filesystem resizing manually. You can edit the pishrink script to disable resizing or pass an argument to ignore resizing.
- No modules should have access to the wifi system that I know of. I believe this requires sudo access to ifconfig which was not added to /etc/sudoers through this script for the “www-data” user. Most things will error if they access the wifi configuration files as well.
- The installer you’re using doesn’t include support for Kolibri so the only things installed are kiwix-serve on port 81 and Kalite on port 8008. If you’re using the Kolibri image it runs on 9090 but I can’t see this conflicting with wifi in any way.
- An insufficient power supply will show low voltage errors in your terminal window but not over ssh. If you 3B+ is hooked up to a monitor over hdmi you will see them. You may see problems with wifi if that’s the case, but I have run my 3b+ with an insufficient power supply and the wifi works.
James