Thanks, but it did not work. I changed to Raspian with kodi and that worked after compling 88x2BU.
Posts by kjm1
-
-
Sorry not working here: fatal error: net/ipx.h: No such file or directory
Steps:
git clone https://github.com/LibreELEC/LibreELEC.tv.git
cd LibreELEC.tv
PROJECT=RPi ARCH=arm DEVICE=RPi2 tools/download-tool
PROJECT=RPi ARCH=arm DEVICE=RPi2 make image
-
Du you have a module 88x2bu.ko for kernel 5.10.95 in LibreELEC 10.0.2 ?
-
package.mk:
PKG_VERSION="439c7dbd9e43acd91d5704a50b68647716c52505"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/cilynx/rtl88x2bu"
PKG_URL="https://github.com/cilynx/rtl88x2bu/archive/$PKG_VERSION.tar.gz"
# https://github.com/cilynx/rtl88x2…35809.20191129_
PKG_DEPENDS_TARGET="toolchain linux"
PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_LONGDESC="Realtek RTL88x2BU Linux driver"
PKG_IS_KERNEL_PKG="yes"
pre_make_target() {
unset LDFLAGS
}
make_target() {
make V=1 \
ARCH=$TARGET_KERNEL_ARCH \
KSRC=$(kernel_path) \
CROSS_COMPILE=$TARGET_KERNEL_PREFIX \
CONFIG_POWER_SAVING=n
}
-
Thanks, I understood that. But what to do ?
-
Hi,I would be very happy, if someone could send me a module 88x2bu.ko for the
5.10.95 kernel in LibreELEC 10.0.2
Thanks kjm
-
Hi,
I am trying to use tp-link AC1300 with module 88x2bu. It works with RPi4.
trying to use your advice with creating LibreELEC 10.0.2, I get:
PROJECT=RPi ARCH=arm DEVICE=RPi2 make image
./scripts/image mkimage
Traceback (most recent call last):
File "scripts/genbuildplan.py", line 369, in <module>
REQUIRED_PKGS = processPackages(args, ALL_PACKAGES)
File "scripts/genbuildplan.py", line 298, in processPackages
raise Exception(msg)
Exception: Invalid package reference: dependency RTL88x2BU in package linux-drivers::PKG_DEPENDS_TARGET is not valid
Any Idea ?