photOS icon indicating copy to clipboard operation
photOS copied to clipboard

Use open WiFi network

Open timmmerlan opened this issue 2 years ago • 5 comments

Hello, we tried to set up photOS on a RasPi 4 using an open WiFi-Network. We tried leaving the "psk" parameter empty as well as completely removing it, but the Pi didn't connect to the WiFi. What configuration should we use? Thank you in advance for your help! Best regards, Tim

timmmerlan avatar Apr 05 '22 11:04 timmmerlan

Hi Tim,

for free wifi networks this settings in wpa_supplicant.conf should work (not tested):

network={
ssid="your_open_wifi_ssid"
key_mgmt=NONE
}

You'll have to edit the wpa_supplicant.conf by your own, please have a look to point 4.ii from this installation guide: https://github.com/avanc/photOS/wiki/Installation

Please make sure, that your open (guest) wifi has no extra front page, that has to be confirmed.

@avanc Maybe this can be added to the "wifi" wiki page (https://github.com/avanc/photOS/wiki/Wifi)

escuco avatar Apr 05 '22 11:04 escuco

Thank you! It seems to connect - at least I don't get an error on the TV. But I cannot connect from the browser nor from SSH because it cannot find the page. Do you have an idea what that might come from?

timmmerlan avatar Apr 05 '22 14:04 timmmerlan

That's strange...

Is your client in the same wifi network than the Raspberry? Can you see the network host entry from your photOS Raspberry in your network router? (something like photos-abcxyz123)

escuco avatar Apr 05 '22 15:04 escuco

I don't yet have access to the router so I could check, but I am 99% sure I am in the same network - the RasPi wouldn't start without a network connection (it is the only one in the config file) and there is no similar named network the PC could be in

timmmerlan avatar Apr 06 '22 15:04 timmmerlan

Maybe @avanc has an idea 🤔

escuco avatar Apr 07 '22 09:04 escuco