Hello
The new features of Moodlebox 4.0.0 look very promising, so I downloaded Moodlebox 4.0.0 this week and installed it on a RPi 3B (32GB SD card).
The issue is that the Wifi signal is unstable.
- I can connect to http://moodlebox.home/ but after each request the Wifi signal drops to 0%.
- After about a minute it comes back and I can issue the next request.
- The power supply was part of the RPi kit, the red light is steady .
- a ping (see below) illustrates the problem
- I can also do a ssh connection but even during the connection the Wifi signal drops and it is difficult to type commands as the signal goes off.
What should I try to resolve this issue? Any suggestions for further analysis?
As client I used two Linux PCs one with an Ubuntu 20.04 derivative, the other with a six years old Linux Mint a tablet and a mobile phone. The screen on the mobile phone is to small to do administrative tasks so I could not test it properly. The hardware is rather old.
Regards
Hannes
ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=1.99 ms
64 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=3.30 ms
From 10.0.0.145 icmp_seq=3 Destination Host Unreachable
From 10.0.0.145 icmp_seq=4 Destination Host Unreachable
From 10.0.0.145 icmp_seq=5 Destination Host Unreachable
From 10.0.0.145 icmp_seq=6 Destination Host Unreachable
From 10.0.0.145 icmp_seq=7 Destination Host Unreachable
From 10.0.0.145 icmp_seq=8 Destination Host Unreachable
64 bytes from 10.0.0.1: icmp_seq=9 ttl=64 time=1054 ms
64 bytes from 10.0.0.1: icmp_seq=10 ttl=64 time=17.6 ms
64 bytes from 10.0.0.1: icmp_seq=11 ttl=64 time=3.06 ms
From 10.0.0.145 icmp_seq=12 Destination Host Unreachable
From 10.0.0.145 icmp_seq=13 Destination Host Unreachable
From 10.0.0.145 icmp_seq=14 Destination Host Unreachable
^C
--- 10.0.0.1 ping statistics ---
17 packets transmitted, 5 received, +9 errors, 70.5882% packet loss, time 16311ms
rtt min/avg/max/mdev = 1.987/216.025/1054.222/419.137 ms, pipe 4
=============================================================
ssh moodlebox@10.0.0.1
The authenticity of host '10.0.0.1 (10.0.0.1)' can't be established.
ECDSA key fingerprint is SHA256:r4ptrYLx6phIkR19knnZTLk64W2F3jsRkQ/oBMdBnw4.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '10.0.0.1' (ECDSA) to the list of known hosts.
moodlebox@10.0.0.1's password:
Linux moodlebox 5.10.63-v7+ #1459 SMP Wed Oct 6 16:41:10 BST 2021 armv7l
<...raspberry pi picture here>
This is MoodleBox version 4.0.0, 2021-11-09.
MoodleBox is made by Nicolas Martignoni, https://github.com/martignoni/.
Please read the documentation at https://moodlebox.net/.
Last login: Wed Nov 10 06:41:19 2021 from 10.0.0.14
moodlebox@moodlebox:~ $
Edit: Code formatting.