I just installed the latest version 9.2.8, and it does not detect any Wi-Fi network. I even can't establish SSH connection to modify the system. Pure Raspbian works well.
Please help
I just installed the latest version 9.2.8, and it does not detect any Wi-Fi network. I even can't establish SSH connection to modify the system. Pure Raspbian works well.
Please help
Share the system log (dmesg or journal) after startup.
How could I get to file system? I tried even write file ssh. and wpa_supplicant.conf file with on root dir.
country=UA
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="****"
psk="****"
key_mgmt=WPA-PSK
}
It does not help to establish SSD connection. IP scanner does not see it.
Only Bluetooth is available
Connect an Ethernet cable for setup/investigation. NB: LE does not support/use wpa_supplicant.conf files.
Raspberry Pi 3 A+ does not have Ethernet connector
Connect an Ethernet cable for setup/investigation. NB: LE does not support/use wpa_supplicant.conf files.
Not during initial setup?
Add "textmode" to kernel boot params in cmdline.txt and attach a USB keyboard. LE will boot to a console instead of Kodi so you can see the output on-screen and save logs to a USB drive or experiment with connmanctl to connect to networks. Use 'iw' to change regulatory domain if that's important. Once you've either got it working or obtained logs so we can investigate what the issue is .. share info.
Jocke.Sve LE has never used wpa_supplicant.conf files and there are no plans to add support (we plan to drop wpa_supplicant and switch to IWD at some point in the near or mid-term future).
I have installed LE from the beginning on another cd card, and now it is working perfectly. Thank You.