Results 87 comments of Will

Yea, same here. Tried both straight-up docker and with portainer. Sees all 6 cameras but does not work and shows the the same error.

Thanks for sharing. Sadly munin subdomain gives a HTTP ERROR 502 using that config. If I comment out that last handle, most pages just show white page and view source...

Got you, indeed. :) Can fix this by setting `Cache-Control: no-store, no-cache, must-revalidate`

I think it's time to enable in Settings "Archive this repository". She's dead.

When using LTS release: ``` git clone https://github.com/0x7375646F/Linuwu-Sense.git cd Linuwu-Sense make install make -C /lib/modules/6.12.44-2-cachyos-lts/build M=/home/will/Linuwu-Sense/Linuwu-Sense/Linuwu-Sense modules make[1]: Entering directory '/usr/lib/modules/6.12.44-2-cachyos-lts/build' CC [M] /home/will/Linuwu-Sense/Linuwu-Sense/Linuwu-Sense/src/linuwu_sense.o /home/will/Linuwu-Sense/Linuwu-Sense/Linuwu-Sense/src/linuwu_sense.c:2263:22: error: variable ‘acer_predator_v4_platform_profile_ops’ has initializer...

OK works on TLS release with: ``` uname -a Linux cachyos-nitro 6.12.44-2-cachyos-lts #1 SMP PREEMPT_DYNAMIC Thu, 28 Aug 2025 19:53:11 +0000 x86_64 GNU/Linux ``` ``` git clone --branch v6.13 --single-branch...

Nice, will reboot and try that, thank you. I figured I'd try and "hack" something together and sure enough I got it working :) With TLS kernel. Grab a copy...

[linuwu_sense.c](https://github.com/user-attachments/files/22059230/linuwu_sense.c) Edited file with changes as noted above.

Awesome, that worked, thank you very much @Lightdrew ``` uname -a Linux cachyos-nitro 6.16.4-3-cachyos #1 SMP PREEMPT_DYNAMIC Fri, 29 Aug 2025 18:30:55 +0000 x86_64 GNU/Linux ``` ``` make install LLVM=1...

And with patch https://github.com/0x7375646F/Linuwu-Sense/pull/37 installed: ``` make install LLVM=1 make -C /lib/modules/6.16.4-3-cachyos/build M=/home/will/Linuwu-Sense modules make[1]: Entering directory '/usr/lib/modules/6.16.4-3-cachyos/build' make[2]: Entering directory '/home/will/Linuwu-Sense' CC [M] src/linuwu_sense.o MODPOST Module.symvers CC [M] src/linuwu_sense.mod.o...