James Tutton
James Tutton
I'm seeing the exact thing been driving me mad as until understand it seems semi erratic failure
So brought a second unit and did some work with logic analyser and found it uses 100us Timing so below is a POC for Armed/Disarmed Voice Messages ``` esphome: ..................
Slight refinement as didn't zero the loop for some reason - platform: template name: "Armed" id : armed_state icon : "mdi:home-lock" optimistic: True restore_state: True turn_on_action: - lambda: |- int...
Also related, using opendistro-es does not work with cert-manager le certs as it expects the cert, key and ca to all exist under a single secret. It is also not...
Was about to raise the same request as was looking to add some beacons to my setup but have these all over the place so if they able to send...
Hi I to have this issue: on 7.x ``` uname -r 5.11.22-3-pve ``` the pve-kernel branch looks to be buster-pve-kernel-5.11 So have tried a tweak to match But basically breaks...
Im guessing one of the issues is assuming the source here is correct: https://github.com/torvalds/linux/blob/v5.11/drivers/iommu/intel/iommu.c Then the patch needs a rewrite as looks like that section no longer exists :(
So have a bit of Work in progress on a fork here: https://github.com/jamestutton/relax-intel-rmrr/tree/master/build/proxmox Currently figuring dependencies and tweaks not managed to create a relaxed 5.11 kernel yet but hopefully getting...
So just an update have a 5.11.22-2-pve-relaxablermrr compiled and booting now. Need to sort some of the other settings by looks as not actually able to get my GPU and...
@MichaelTrip If you want a coopy of the debs to test with drop me line and will post them somewhere. But so far they seem to be functional. @kiler129 how...