Barnabás Pőcze

Results 63 comments of Barnabás Pőcze

Please post the output of ``` $ ls -la /sys/class/leds/ $ sudo journalctl -k -b0 | grep qc71 | head $ ls -laR /sys/devices/platform/qc71_laptop/ ```

Which model is this? Please post the output of ``` $ head -vn-0 /sys/devices/virtual/dmi/id/* ```

This appears to be the 2024 model, which is not really supported. Someone will have to go and reverse engineer how it works, and then we can discuss how it...

`manual_control` bit must be set to 1 if you want to control the fans manually. Note, however, that if manual control is enabled, then neither the keyboard backlight nor the...

> I also found out that the support bit for the fan boost festure seems to be unreliable. I see, most of it has been based on a windows control...

The following seems to work so far: ```diff diff --git a/drivers/staging/vc04_services/vc-sm-cma/vc_sm.c b/drivers/staging/vc04_services/vc-sm-cma/vc_sm.c index 4ebe909d7d97..8609d6ec7657 100644 --- a/drivers/staging/vc04_services/vc-sm-cma/vc_sm.c +++ b/drivers/staging/vc04_services/vc-sm-cma/vc_sm.c @@ -249,9 +244,9 @@ static void vc_sm_clean_up_dmabuf(struct vc_sm_buffer *buffer) /* Handle...

Any thoughts about using the `_unlocked()` variants?

> See [#6813](https://github.com/raspberrypi/linux/pull/6813) I can't see any more warnings related to this. Thanks!

> As a sidenote there is a ENVIRONMENT_VARIABLE for /tmp did you try your solution with that one? Which one do you mean? From the post > [...] the runtime...

Yes, many distributions have it: https://repology.org/project/dotnet/versions, but crucially debian does not. > But the version lags behind the one distributed in Microsoft's repo dotnet8 is still supported for another year:...