Elektrine lite

← Feed

@gnomon@mastodon.social

Post #3585084

2025-09-25 16:48 UTC

Debian 13 (Trixie) household installation progress: As of a couple of weeks ago, stable-backports now includes kernel 6.16.3. This is a nice improvement for me because jumping from 6.12.41 to 6.16.x means I'll get a bump of the `xe` GPU driver which includes fan speed reporting for my Intel B580²! I do not strictly _need_ this feature, but it is still very nice to have. ¹: https://tracker.debian.org/pkg/linux-signed-amd64#:~:text=Accepted%20linux-signed-amd64%206.16.3+1,FTP%20Masters%29 ²: https://lore.kernel.org/dri-devel/aADWaEFKVmxSnDLo@fedora/#:~:text=Expose%20fan%20speed

Replies (1)

  • @gnomon@mastodon.social 2025-09-25 16:49

    And indeed, a quick update and reboot later, and: ``` gnomon@aquitaneng:~$ uname -a Linux aquitaneng 6.16.3+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.16.3-1~bpo13+1 (2025-09-06) x86_64 GNU/Linux ``` ``` gnomon@aquitaneng:~$ sensors | sed -ne '/^xe-/,/^$/p' xe-pci-0300 Adapter: PCI adapter fan1: 392 RPM fan2: 383 RPM fan3: 0 RPM pkg: +46.0°C vram: +50.0°C card: N/A (crit = 380.00 W) card: 2.09 GJ pkg: 1.80 GJ ```

    Open ##3585083