Phil Elwell
Phil Elwell
Done - see https://github.com/raspberrypi/linux/commit/13d915df82494bee901b8d4e9045242e39861761.
The PoE fan support makes use of the standard `pwm-fan` driver (which knows how to control a fan using any PWM) with a custom PWM driver that knows how to...
By the way, it's working for me: ``` pi@raspberrypi:~$ uname -a Linux raspberrypi 5.15.73-v8+ #1593 SMP PREEMPT Wed Oct 12 14:24:59 BST 2022 aarch64 GNU/Linux pi@raspberrypi:~$ dtoverlay -l Overlays (in...
Hang on - if `/sys/class/thermal/cooling_device0/type` contains `pwm-fan` then the overlay has been applied (which is should be, automatically, by the firmware). If it is (and you can check by looking...
> Right, so are we expecting /sys/class/thermal/cooling_device0/type to contain pwm-fan instead of rpi-poe-fan with newer versions of Debian/RPi OS/Ubuntu running the 5.15 kernel? Yes, but it's only linked to the...
Still a problem today. Just merge the PR.
Ooh look - this issue needs a birthday cake! 🍰 🎂 🎈 🎉
Can you log in via SSH over another interface, e.g. WiFi or Ethernet?
I found a similar thread with a similar conclusion on the forums: https://forums.raspberrypi.com/viewtopic.php?t=357938 Another thread (Thagrol again) focuses on the ZeroConf aspect: https://forums.raspberrypi.com/viewtopic.php?t=358527 @XECDesign What is the preferred method for...
8MB/s is ~5300 1.5KB packets per second, so 6000 interrupts sounds reasonable.