-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symlink broken! #521
Comments
There is an issue with the bookworm build, see #498 |
See comment #498 (comment) |
It is still not working!!! Not at all. If you modify the fullpageos-wpa-supplicant.txt nothing happens, since it is not forward the settings to the wpa_supplicant.conf. Unfortunately the above command just don't work anymore. Any help????? Very sad. |
OK, so the weird thing it is forward the WIFI data to the wpa_supplicant/ wpa_supplicant.conf BUT the Pi connect to the original WIFI what was given during the install. I am confused...and give this up. |
Are you using the release candidate from 2024-03-31? |
Yes! Just try to modify the fullpageos-wpa-supplicant.txt !!! It wont pick up other Wifi, still connecting that one, I entered durign the rpi imager!!!! |
Symbolic link does not work between the wpa config file, and the fullpageos config file!
It results that if you modify the fullpageos-wpa-supplicant.txt file it does not affect the wifi settings at all!
So, you got only black screen, because there is no net configured (either eth. or wifi)
Check:
ls -l /etc/wpa_supplicant
You should see this:
If not, run this:
sudo ln -sf /boot/fullpageos-wpa-supplicant.txt /etc/wpa_supplicant/wpa_supplicant.conf
And check again!
Reboot, and wifi settings applied.
The text was updated successfully, but these errors were encountered: