S905 (non-x) WiFi issues (w/ test builds)

  • Hi,

    been reading Nexbox A95X (GXBB) and Libre elec for Sunvell T95m (S905) as a guide.

    Had similar problem where GXBB P200.dtb had working WiFi until 1st reboot (didn't catch if something updated in the process), but no ethernet at all.
    Switching to GXBB P201.dtb added ethernet, but had no WiFi at all.

    Reading those guides, I've firstly tried updating current LE 12.2 with LibreELEC-AMLGX.aarch64-12.90.1.tar - no WiFi.
    Then I did a fresh install with LibreELEC-AMLGX.aarch64-12.90.1-box.img.gz - no WiFi.

    pastekodi -

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    dmseg -

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Hope you can assist me, and I apologize for the neverending Realtek driver mill.

  • Code
    mkdir -p /storage/.config/firmware/mediatek
    cd /storage/.config/firmware/mediatek
    wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/mediatek/mt7601u.bin
    reboot

    It's nothing more than missing firwmare so do the above ^ (watch for the line wrap on the wget command) and it should work?

    Confirm back and I'll pick the firmware to future images.

  • Code
    mkdir -p /storage/.config/firmware/mediatek
    cd /storage/.config/firmware/mediatek
    wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/mediatek/mt7601u.bin
    reboot

    It's nothing more than missing firwmare so do the above ^ (watch for the line wrap on the wget command) and it should work?

    Confirm back and I'll pick the firmware to future images.

    Sorry, I went testing LTS 9.X versions, to which modern LE install should I apply what you posted, official 12.2 or your 12.90?