-
Notifications
You must be signed in to change notification settings - Fork 266
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
Headless wpa_supplicant.conf configuration stopped working #583
Comments
Are you saying the behaviour was different with 1.7.3 and upgrading to 1.7.4 is what breaks it, or just that you're seeing the problem with 1.7.4? It could be a raspberrypi-sys-mods or raspberrypi-net-mods issue rather than rpi-imager. |
I'm saying that the problem is after upgrading to |
And you are selecting the same RPI OS .img file you downloaded previously manually with "use custom" ? If so, it doesn't sound like an Imager issue to me... |
It was the latter ;( |
Ok, I've installed newest Imager (v1.7.5) and verified, that image from 2022-04-07 works, but later images - for example 2022-09-07 do not. Where shall I raise the issue? |
Thank you |
@XECDesign I've created the issue here: RPi-Distro/repo#328 |
With the newest Imager (1.7.4) when I tick "Configure wireless LAN" checkbox and just run the card - the wifi is configured properly and wlan0 interface is present in
ifconfig
.But when I copy my
wpa_supplicant.conf
file (which contains additional networks) to the root folder for SD card (like I always did for headless configuration with older version of Imager) - the file is indeed copied into/etc/wpa_supplicant/
but wifi is not connected andwlan0
is not present in theifconfig
.It is the same file and the same routine I always did with previous versions of Imager.
What is surprisingL when I then run
raspi-config
and add any dummy networkFoo
with password12345678
- it is added to my file,wlan0
is up and wifi is connected to my real network.Could you please fix that?
The text was updated successfully, but these errors were encountered: