Hey there, I tried to get my fresh Raspberry 3B running with the onboard wifi.
I tried it now for several hours and tried a bunch of stuff...I try to break it down simple so that maybe someone can help me out
Raspberry Pi 3B
Octoprint 0.17
-I flashed the SD with Etcher
edited the wpa_supplicant.conf with Notepad++
Boot --- Wifi?---Nope
Then I tried all kinds of stuff trough SSH in the configs...resulting in confusion and reflashed the Pi with a clean Image...
thats whats allways showed after ifconfig
I searched the internet literally for hours without any result ....
# WPA/WPA2 secured
network={
ssid="EasyBox-XXXXX"
psk="passwordXXXXX"
}
## Open/unsecured
#network={
# ssid="put SSID here"
# key_mgmt=NONE
#}
## WEP "secured"
##
## WEP can be cracked within minutes. If your network is still relying on this
## encryption scheme you should seriously consider to update your network ASAP.
#network={
# ssid="put SSID here"
# key_mgmt=NONE
# wep_key0="put password here"
# wep_tx_keyidx=0
#}
# Uncomment the country your Pi is in to activate Wifi in RaspberryPi 3 B+ and above
# For full list see: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
#country=GB # United Kingdom
#country=CA # Canada
country=DE # Germany
#country=FR # France
#country=US # United States
### You should not have to change the lines below #####################
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
anything else useful I should inform you guys with?
I used a proper power supply set to 5.1V and tried everything without the cam conencted.
Flashed the microSD new with the latest release.
Edited the config once through PuTTY and once with Notepad++ and only changed the Network settings and the country.
Still no result , LAN is ready WLAN is not connecting at all
# work!
## WPA/WPA2 secured
network={
ssid="EasyBox-XXXX"
psk="XXXXX"
}
## Open/unsecured
#network={
# ssid="put SSID here"
# key_mgmt=NONE
#}
#country=GB # United Kingdom
#country=CA # Canada
country=DE # Germany
#country=FR # France
#country=US # United States
### You should not have to change the lines below #####################
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
Turns out, my router denied the acces via WLAN to almost every device (thanks EasyBox 804)...its now working properly. I just need to get a stronger repeater to recht my garage with the wlan.
Thanks for helping