Skip to content
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

Automatic wifi connection #799

Open
wouam31200 opened this issue Dec 30, 2023 · 6 comments
Open

Automatic wifi connection #799

wouam31200 opened this issue Dec 30, 2023 · 6 comments

Comments

@wouam31200
Copy link

Hello everyone,
I can't make an automatic connection to wifi.

In build I activated:

package wpa_supplicant
package wireless

package autonet

In the thinstation.conf file I added:

WIRELESS_ESSID="MyWIFIName"
WIRELESS_MODE="auto"
WIRELESS_WPAKEY="MyPassword"

Could someone enlighten me?
Thank you so much

@Thinstation
Copy link
Owner

Thinstation commented Dec 30, 2023 via email

@wouam31200
Copy link
Author

Hi, thanks for the quick response.
I managed to get it working:

package wpa_supplicant
package wireless

#package networkmanager
package autonet

and for wifi

WIRELESS_ESSID="MyWIFIName"
WIRELESS_WPAKEY="MyPassword"

@pripravka
Copy link

I faced that from thinstation.config.user system don`t get paramters WIRELESS_ESSID, WIRELESS_WPAKEY, but give it from thinstation.conf.buildtime...

@plastilincheg
Copy link

I'm trying to pull the Wi-Fi settings from thinstation.conf.user - it doesn't work.
If the same parameters:

WIRELESS_ESSID="SSID"
WIRELESS_WPAKEY="PASS"
WIRELESS_MODE="managed"

filled in thinstation.conf.buildtime - then everything works. Are there any workarounds to force the network parameters to be loaded from an external file, so that when you change the Wi-Fi password, you don’t have to rebuild the image?

@Thinstation
Copy link
Owner

Thinstation commented Jun 30, 2024 via email

@Thinstation
Copy link
Owner

Thinstation commented Jun 30, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants