hi,
i am using LibreELEC 8.2.3 on my Raspberry Pi 2 and i cannot connect to my wifi.
The following steps are reproducible on my system. So i made a clean start of the RPi2 and did the following:
- connect ethernet
- I went to Settings->LibreELEC->Connections and saw only one entry for the ethernet in the list
- so i go to Network and then deactivated wifi and activated it again
- go back to Connections
- now i find my wifi listed, so i click on it and click Connect
- It asks me for the password, i enter it and hit okay and get the message "Network error Did not receive a reply. Possible causes include: the remote app"
- i try again connecting to my wifi, it asks me again for the password and i get the same error message
- i tried a third time and i directly got a new error message: "Network error operation aborted"
Afterwards i connect via ethernet and ssh to the LibreELEC and collect the following information
lsusb shows my wireless USB adapter:
Bus 001 Device 005: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
My dmesg output is the following one
My kodi.log is this one:
Finally i tried via cli and connmanctl to connect to the wifi, but again, no success.
# connmanctl
connmanctl> scan wifi
Scan completed for wifi
connmanctl> services
*AO Wired ethernet_b827eb21d2af_cable
Black-Horse wifi_c46e1f1f62d5_426c61636b2d486f727365_managed_psk
DIRECT-05-HP ENVY 4520 series wifi_c46e1f1f62d5_4449524543542d30352d485020454e5659203435323020736572696573_managed_psk
FRITZ!Box Fon WLAN 7360 SL wifi_c46e1f1f62d5_465249545a21426f7820466f6e20574c414e203733363020534c_managed_psk
connmanctl> agent on
Agent registered
connmanctl> connect wifi_c46e1f1f62d5_465249545a21426f7820466f6e20574c414e203733363020534c_managed_psk
Agent ReportError wifi_c46e1f1f62d5_465249545a21426f7820466f6e20574c414e203733363020534c_managed_psk
connect-failed
Agent request cancelled by ConnMan
Error /net/connman/service/wifi_c46e1f1f62d5_465249545a21426f7820466f6e20574c414e203733363020534c_managed_psk: Operation aborted
connmanctl> quit
Display More
Is there any more information needed?
This setup was working with my LibreELEC version before, but i do not remember which version it was.
Any idea how to debug and fix this issue?