Posts by Da Flex

    LE uses it's own add-on system to install packages. APT is not supported. Fortunately you don't need APT or an install script for this project.

    • install the "Raspberry Pi Tools" add-on (provides Python GPIO lib)
    • create the folder /storage/.kodi/userdata/scripts
    • insert this lines between line 4 and 5 of softshut.py:
    Code
    import sys
    sys.path.append('/storage/.kodi/addons/virtual.rpi-tools/lib')
    • put softshut.py into /storage/.kodi/userdata/scripts
    • create /storage/.config/autostart.sh with this content:
    Bash
    #!/bin/sh
    
    (
        python /storage/.kodi/userdata/scripts/softshut.py
    ) &

    That looks buggy to me. ?(

    Your original thread title was too long, so I was cutting it. You said the boot error appears since your Windows update.

    Go into your EFI / BIOS settings and check the boot order of partitions. Some Windows updates change it, but that's not our fault.

    Surprise, it's a Realtek: :P

    Code
    kernel: usb 1-1.1: New USB device found, idVendor=0bda, idProduct=c811, bcdDevice= 2.00
    kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    kernel: usb 1-1.1: Product: 802.11ac NIC
    kernel: usb 1-1.1: Manufacturer: Realtek
    kernel: usb 1-1.1: SerialNumber: 123456

    I can't find the chipset anywhere (incl. shop descriptions). That's strange.

    PS: I don't trust those "Bros Trend" bros: SerialNumber: 123456 :D