Hello,
I have a Raspberry PI 3B + and I'm having trouble connecting to wifi.
I installed version 0.18
I configured the octopi-wpa-network.txt file as follows:
wpa / wpa2 secured
network = {
ssid = "name"
psk = "password"
}
country = FR # France
my network is hidden.
even if I add the line for the hidden networks I cannot connect.
I tried with several wifi networks, unable to connect.
How to do ?
thank you
You can verify whether it has successfully connected using ifconfig wlan0 . If the inet addr field has an address beside it, the Raspberry Pi has connected to the network. If not, check your password and ESSID are correct.
You could try to make it visible for a few minutes and run a scan with ifconfig wlan0
We had a case where an unexpected space was added to the SSID and the user wasn't able to connect to his wifi until he also added that space to the SSID in the config.
If the troubleshooting guide doesn't solve your problems, post the results you get from the commands in the "Other diagnostic commands" section here and we'll see if we can figure it out. Note that some of the troubleshooting commands may not work unless your WiFi is visible. So if you can change your WiFi to be visible, at least during troubleshooting that will help.
The good news is that the Pi sees your network and it has a strong clear signal. So we know this is an issue with the log on process.
Did you work through all of the suggestions in that guide? If so, what program/app did you use to edit the file containing your WiFi information? Using the wrong one can screw up the file.
Another other thing you might try:
I noticed that your first post that you appear to have deleted the spaces in front of the ssid and psk lines. It's important that these lines be indented (and also the line scan_ssid=1 line if you have added that for a hidden network). They should all be indented the same amount. Do not indent the network={ or the } lines. If the indenting is messed up, it will not work.
Again, it appears you have not indented the ssid and network lines (unless in your cut & paste, the leading spaces were deleted by the forum software? To avoid that happening when displaying code, use the code format button, which looks like this: </> and paste your text in the indicated space which pops up).
For a network with a visible ssid, it should look like this:
Hello,
I continue my tests because it is still not resolved, I manage to connect to the terminal of my "Freebox" operator in France, but I have another Wifi router that I use as a replacement as a replacement terminal of the Freebox for which I deactivate the Wifi, because it less efficient.
The kiosk I use is a Cudy WR-1000 kiosk. In my opinion there are probably settings to be made on it, but I have tried everything. If anyone can help me.
Thank you