Splines / raspi-captive-portal

⚡ A Captive Portal & Access Point setup for use with the Raspberry Pi (no Internet access)
https://dominicplein.medium.com/captive-portal-access-point-on-the-raspberry-pi-easy-setup-28a9bf72e998
MIT License
29 stars 7 forks source link

Cannot change SSID/PSK #11

Closed sigmapi332 closed 1 week ago

sigmapi332 commented 3 weeks ago

Could be that I'm just dumber than I thought (totally plausible), but I cannot get splines to change from the default SSID and PSK. I have modified those fields in the hostapd.conf file in the "access-point" folder and saved it but the network still shows up with the default SSID and requires the default PSK.

I rebooted the Pi a couple of times to see if that would sort it; it didn't. Verified after reboot that the changes I made in the hostapd.conf file are still there... so at this point I have no idea what I'm missing that isn't putting the changes into effect.

Splines commented 3 weeks ago

Hey, once you've modified these values you have to run the script again since it copies those files to the proper locations on your RaspberryPi. From there, other software managing the network is reading the config values. You may also want to try to restart the hostapd service (sudo systemctl restart hostapd) afterwards.

Splines commented 1 week ago

I'll close this issue for now, if this is still a problem, you can for sure just open the issue again with a detailed description of the steps to reproduce the problem.