Not showing wifi APs in menu of Kodi (SDIO RTL8189FS)

  • Hello.

    Latest mainline of Libreelec:

    Code
    LibreELEC:/ # uname -a
    Linux LibreELEC 6.0.9 #1 SMP PREEMPT Fri Nov 18 22:07:33 EET 2022 armv7l GNU/Linux
    LibreELEC:/ #

    Latest buld Libreelec from tree for Allwinner H3 Orange Pi Lite with 1G RAM Wifi SDIO type rtl8189fs from tree https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs

    Successfully compiled.

    Only the drivers have been added to the packages:

    Wifi module boots correctly(dmesg):

    iw tool show device corectly:

    Code
    LibreELEC:/ # iw dev
    phy#0
            Interface wlan0
                    ifindex 3
                    wdev 0x1
                    addr XX:XX:XX:XX:XX:XX
                    type managed
                    txpower 12.00 dBm
    LibreELEC:/ #

    if use iw for scan, its scan wifi sorrectly:

    Modules loaded:

    But no wifi list on menu KODI.

    I was try this manual over console and got this:

    If the Wifi module works correctly, why is AP's not in the list of available networks?

    Thank you.

    Edited once, last by Deoptim (November 19, 2022 at 12:00 PM).

  • Solved with this package.mk

    Now it works well.