guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.78k stars 227 forks source link

Symlink broken! #521

Closed csabal closed 2 months ago

csabal commented 2 months ago

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:

2Screenshot 2024-02-14 164145

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.

guysoft commented 2 months ago

There is an issue with the bookworm build, see #498 Working on it

guysoft commented 2 months ago

See comment https://github.com/guysoft/FullPageOS/issues/498#issuecomment-1962347265 I am closing here, feel free to comment there. I also tested wpa supplicant network method setting and it worked.

csabal commented 1 month ago

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. Nightly built from the PI Imager.

Any help?????

Very sad.

csabal commented 1 month ago

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.

guysoft commented 1 month ago

Are you using the release candidate from 2024-03-31? i tested it. Flashing from rpi imager works

csabal commented 1 month ago

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!!!!