[Solved] OSMC WiFi dongle on RPi

  • It should do, but no idea. Try it and see. If you have issues,

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link
  • Code
    mkdir -p /storage/.config/firmware/mediatek
    wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/mediatek/mt7610u.bin -O /storage/.config/firmware/mediatek/mt7610u.bin
    reboot

    ^ run those commands (mind the line-wrap on wget) .. working?

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

    ^ run those commands (mind the line-wrap on wget) .. working?

    I works,thank you very much!