OrangePi PC Plus Wifi

  • Since the OP PC+'s internal wifi is not supported on LibreELEC I tried a couple of different USB WiFi adapters. The firs is a Realtek based 8822bu adapter. The kernel driver loads, it scans my network but connection manager fails when trying to connect. I initially tried 11, then grabbed the daily 12. Below is from todays 12 build.

    LibreELEC:~ # uname -r

    6.3.4

    LibreELEC:~ # lsb_release -a

    LibreELEC (community): nightly-20230601-d195c40


    lsusb

    dmesg

    lsmod

    Code
    LibreELEC:~ # lsmod |grep 88
    rtw88_8822bu           16384  0
    rtw88_8822b           217088  1 rtw88_8822bu
    rtw88_usb              20480  1 rtw88_8822bu
    rtw88_core            126976  2 rtw88_8822b,rtw88_usb
    mac80211              454656  2 rtw88_core,rtw88_usb
    cfg80211              327680  2 rtw88_core,mac80211

    relevant journalctl messages

    connmanctl services

    connmanctl connect

    Code
    LibreELEC:~ # connmanctl connect  wifi_90de80ad4b33_49424d31_managed_psk
    Error /net/connman/service/wifi_90de80ad4b33_49424d31_managed_psk: Input/output error

    Any help in understanding this error and how to troubleshoot it is very welcome