-
Hi everybody, I started, mostly for curiosity and fun, to build a WiFi Extender or a Range Extender (call it the way you like it) based on a Pi 3B+ and on a Pi Zero W 2 and, of course, RaspAP. It worked fine almost immediately, on both microcomputers. Quite happy I've changed the admin password and the raspap-webgui password. I've properly shut down everything and gone to bed. This morning none of the two Pi works as an extender anymore. The two microcomputers have:
The Pi Zero has an ETH/USB HUB HAT by waveshare and, therefore, in both cases I can always connect with an ethernet cable to eth0. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 wlan1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 I cannot restart raspap.services as it doesn't find it and even if I copy it from /var/www/html/installers to /lib/systemd/system/, releoad the daemons and enable raspapd.service nothing happens and at reboot raspapd.service has disappeared. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hmm, that's odd. I suspect it could be related to the daemon not loading. A normal raspapd runs at startup and exits (
You could also try running the ExecStart manually: That said, the raspapd.service isn't strictly necessary if hostpad, dnsmasq and dhcpcd are all enabled. |
Beta Was this translation helpful? Give feedback.
Just a short update. I've restart from scratch the installation on the Pi 3B+
Re-installed the OS, updated, kept the on-board wifi alive, no eth0 connection. Installed the drivers for the WiFi dongle.
Installed RaspAP and configured as a WiFi Extender. Worked like a charm and has stood several reboots and shutdowns with disconnection from the power. So far I haven't seen the smallest glitch.
Next I'm going to kill the on-board WiFi and add a second WiFi dongle. We'll see