Rudi Heitbaum

Results 331 comments of Rudi Heitbaum

Looking at this, your information seems to be a “hardware / driver issue” but as you proved with armbian - not a hardware issue. But given that the interaction is...

There are a number of reports with this device not working in the forum too. Some current. also the output from `rfkill list` would be good. the dts has all...

> There does seem to be this patch to the r8723bs driver supposedly affecting "Wifi stability" by disabling power management: [armbian/build@b26ea8b](https://github.com/armbian/build/commit/b26ea8bfa042bb9b1a580c20f8a6a7d831eb5dca) I’ve had to use similar when initially testing the...

What are the kernel logs showing at this time? There should be some authentication messages: https://bbs.archlinux.org/viewtopic.php?id=264116

Can you please look at your wireless configuration. As it looks to have WPA3 enabled. Can we please simplify the configuration - simple ssid: just lowercase text , a simple...

> There is no lib.private any more: > > ``` > Archive: service.multimedia.boblightd-12.0.0.1.zip > Length Date Time Name > --------- ---------- ----- ---- > 0 2024-05-08 21:24 service.multimedia.boblightd/ > 791...

> Clean build will follow in 1hr The libmicrohttpd is built as static (and only used by kodi) ``` docker@11c54a5b381d:/var/media/DATA/home-rudi/LibreELEC.tv$ git grep libmicrohttpd packages/mediacenter/kodi/package.mk: PKG_DEPENDS_TARGET+=" libmicrohttpd" ``` Here are the...

I’ve done test build with HEAD and this patch - successful with the .so (not with the .a) for interest the kodi.bin + the .do is actually smaller than that...

Using the following build, the app and tests are now excluded as expected. There are 3 .cmake files missing, testing to see if that impacts application builds. ``` PKG_MESON_OPTS_TARGET="-Ddefault_library=static \...

I was able to build Kodi without the “missing cmake files” but only if I used the cmake generated headers (using the meson .a file - I did not run...